Metadata-Version: 1.1
Name: Avena
Version: 0.6
Summary: Avena is an image processing library and command-line tool.
Home-page: https://bitbucket.org/eliteraspberries/avena
Author: Mansour Moufid
Author-email: mansourmoufid@gmail.com
License: ISC
Description: Avena is an image processing library and command-line tool.
        
        |image0|
        
        Requirements
        ------------
        
        Avena requires:
        
        -  `Python <https://www.python.org/>`__ (version 2 or 3);
        -  the `Python Imaging
           Library <http://pythonware.com/products/pil/>`__ (PIL) or
           `Pillow <http://python-pillow.github.io/>`__;
        -  `NumPy <http://www.numpy.org/>`__;
        -  and `docopt <http://docopt.org/>`__.
        
        Installation
        ------------
        
        Install Avena with `pip <https://pip.pypa.io/en/stable/>`__:
        
        ::
        
            pip install avena
        
        .. |image0| image:: https://travis-ci.org/eliteraspberries/avena.svg
           :target: https://travis-ci.org/eliteraspberries/avena
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: ISC License (ISCL)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Multimedia :: Graphics
