Metadata-Version: 1.1
Name: Avena
Version: 1.4
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| |image1| |image2| |image3| |image4|
        
        Install Avena
        -------------
        
        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/>`__.
        
        Install Avena with `pip <https://pip.pypa.io/en/stable/>`__:
        
        ::
        
            pip install avena
        
        Documentation
        -------------
        
        Documentation is available online at `Read the
        Docs <http://avena.readthedocs.org/en/latest/>`__.
        
        .. |image0| image:: https://travis-ci.org/eliteraspberries/avena.svg
           :target: https://travis-ci.org/eliteraspberries/avena
        .. |image1| image:: https://codecov.io/github/eliteraspberries/avena/coverage.svg
           :target: https://codecov.io/github/eliteraspberries/avena
        .. |image2| image:: https://img.shields.io/pypi/v/Avena.svg
           :target: https://pypi.python.org/pypi/Avena
        .. |image3| image:: https://readthedocs.org/projects/avena/badge/?version=latest
           :target: http://avena.readthedocs.org/en/latest/
        .. |image4| image:: https://img.shields.io/github/license/eliteraspberries/avena.svg
        
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
