Metadata-Version: 1.1
Name: pyunraw
Version: 1.0.0
Summary: A CPython implementation of dcraw
Home-page: https://launchpad.net/pyunraw
Author: Vincent Vande Vyvre
Author-email: vincent.vandevyvre@oqapy.eu
License: GPL-3
Description: 
        pyunraw
        =======
        
        pyunraw is a CPython implementation of dcraw, an application written in C to 
        decode the raw files created by some digital cameras.
        
        pyunraw is composed of two modules; pyunraw.py, the Python 3 api and 
        _pyunraw.cpython, the CPython module which embed dcraw itself.
        
        The api documentation is hosted by `readthedocs <http://pyunraw.readthedocs.io/en/latest/>`_
        
        pyunraw is distributed under the GPL version 3 license.
        
        Versions:
        ---------
        
        Tue, 28 Nov 2017    1.0.0   First release
        
        
        Build depends:
        --------------
        
         * gcc
         * python-all-dev (≥ 3.2)
         * libjasper-dev
         * liblcms2-dev (>= 2.2-1)
         * libjpeg-dev (>= 8c)
        
        
        Depends:
        --------
        
         * python 3
         * libjasper1
         * liblcms2
         * libjpeg
        
        
        
Keywords: raw image dcraw digital photo
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Multimedia :: Graphics
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: C
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
