Metadata-Version: 1.1
Name: libtiff
Version: 0.4.2
Summary: PyLibTiff: a Python tiff library.
Home-page: https://github.com/pearu/pylibtiff
Author: Pearu Peterson
Author-email: pearu.peterson@gmail.com
License: https://github.com/pearu/pylibtiff/blob/master/LICENSE
Description: PyLibTiff? is a Python package that provides the following modules:
        
           libtiff - a wrapper of C libtiff library using ctypes.
           tiff - a numpy.memmap view of tiff files.
        
Platform: All
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved
Classifier: Programming Language :: Python
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Software Development
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS
Requires: numpy
