Metadata-Version: 1.1
Name: topographica
Version: 0.9.8-1
Summary: A general-purpose neural simulator focusing on topographic maps.
Home-page: http://topographica.org/
Author: Topographica Developers
Author-email: developers[at]topographica[dot]org
License: BSD
Description: 
        `Topographica`_ is a software package for computational modeling of
        neural maps. The goal is to help researchers understand brain function
        at the level of the topographic maps that make up sensory and motor
        systems.
        
        Please see http://topographica.org/ for more information.
        
        Installation
        ============
        
        Please see http://topographica.org/Downloads for more complete
        instructions; a brief summary for installation into an existing
        Python environment is given here.
        
        If you have `pip`_, you can use one of
        those to install Topographica and its dependencies automatically
        (e.g. ``pip install topographica``).
        
        Alternatively, you can download and unpack the archive below, and then
        install Topographica with a command like ``python setup.py install``
        (e.g. ``sudo python setup.py install`` for a site-wide installation,
        or ``python setup.py install --user`` to install into
        ``~/.local``). You will need to install at least `NumPy`_, `Pillow`_ (or `PIL`_), 
        `Param`_, `ParamTk`_, and `ImaGen`_, before running Topographica. We
        also recommend that you install `MatPlotLib`_ so you can access all
        Topographica's plots, as well as `GmPy`_ and Weave (available as part
        of `SciPy`_) for optimum performance.
        
        .. _Topographica:
           http://topographica.org/Home/
        .. _NumPy: 
           http://pypi.python.org/pypi/numpy
        .. _Gmpy: 
           http://pypi.python.org/pypi/gmpy
        .. _SciPy: 
           http://pypi.python.org/pypi/scipy
        .. _MatPlotLib: 
           http://pypi.python.org/pypi/matplotlib
        .. _Pillow: 
           http://pypi.python.org/pypi/pillow
        .. _PIL: 
           http://pypi.python.org/pypi/PIL
        .. _pip:
           http://pip.openplans.org/
        
Platform: Windows
Platform: Mac OS X
Platform: Linux
Classifier: License :: OSI Approved :: BSD License
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: Natural Language :: English
Classifier: Topic :: Education
Classifier: Topic :: Scientific/Engineering
Requires: paramtk (==0.8.1)
Requires: numpy (>=1.0,<1.9)
Requires: pillowfight (>=0.2)
Requires: param (>=1.0,<1.2)
Requires: imagen (==1.0.1)
