Metadata-Version: 1.1
Name: imagen
Version: 2.0.1
Summary: Generic Python library for 0D, 1D, and 2D pattern distributions.
Home-page: http://ioam.github.com/imagen/
Author: IOAM
Author-email: developers@topographica.org
License: BSD
Description: |BuildStatus|_ |PyVersion|_ |License|_ |Release|_ 
        
        ImaGen
        ======
        
        ImaGen is a generic Python library for 0D, 1D, and 2D pattern
        distributions.
        
        Please see `ImaGen's website <http://ioam.github.com/imagen/>`_ for
        documentation and examples.
        
        
        Installation
        ============
        
        ImaGen requires `Holoviews <https://github.com/ioam/holoviews>`_,
        `Param <https://github.com/ioam/param>`_, and
        `NumPy <http://numpy.scipy.org/>`_.  
        
        If you want to use the image-loading features in imagen.image, you
        will also need either `Pillow
        <https://github.com/python-pillow/Pillow>`_ (recommended) or `PIL
        <http://www.pythonware.com/products/pil/>`_.
        
        Official releases of ImaGen are available at `PyPI
        <http://pypi.python.org/pypi/imagen>`_, and can be installed along
        with dependencies via ``pip install --user imagen``.  More recent
        changes can be obtained by cloning the git repository.
        
        .. |BuildStatus| image:: https://travis-ci.org/ioam/imagen.svg?branch=master
        .. _BuildStatus: https://travis-ci.org/ioam/imagen
        
        .. |Release| image:: https://pypip.in/version/imagen/badge.svg?style=flat
        .. _Release: https://pypi.python.org/pypi/imagen/2.0.0
        
        .. |PyVersion| image:: https://pypip.in/py_versions/imagen/badge.svg?style=flat
        .. _PyVersion: https://pypi.python.org/pypi/imagen/2.0.0
        
        .. |License| image:: https://pypip.in/license/imagen/badge.svg?style=flat
        .. _License: https://github.com/ioam/imagen/blob/master/LICENSE.txt
        
Platform: Windows
Platform: Mac OS X
Platform: Linux
Classifier: License :: OSI Approved :: BSD License
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Software Development :: Libraries
Requires: numpy (>=1.0)
Requires: param (>=1.3.1)
Requires: holoviews (>=1.0.1)
