Metadata-Version: 1.1
Name: imagen
Version: 1.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: ImaGen is a generic Python library for 0D, 1D, and 2D pattern
        distributions.
        
        Please see http://ioam.github.com/imagen/ for documentation and
        examples.
        
        
        Installation
        ============
        
        ImaGen requires NumPy (http://numpy.scipy.org/) and Param
        (http://ioam.github.com/param/).
        
        Official releases of ImaGen are available at
        http://pypi.python.org/pypi/imagen, and can be installed along with
        dependencies via ``pip install imagen`` or ``easy_install imagen``.
        
        Alternatively, after seperately installing the dependencies, ImaGen
        can be installed via ``python setup.py install``.
        
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.5
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
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.0,<1.2)
