Metadata-Version: 1.1
Name: Brian2
Version: 2.0a1
Summary: A clock-driven simulator for spiking neural networks
Home-page: http://www.briansimulator.org/
Author: Marcel Stimberg, Dan Goodman, Romain Brette
Author-email: Romain.Brette at ens.fr
License: UNKNOWN
Description: 
        Brian2 is a simulator for spiking neural networks available on almost all platforms.
        The motivation for this project is that a simulator should not only save the time of
        processors, but also the time of scientists.
        
        It is the successor of Brian1 and shares its approach of being highly flexible
        and easily extensible. It is based on a code generation framework that allows
        to execute simulations using other programming languages and/or on different
        devices.
        
        We currently consider this software to be in the alpha status, please report
        issues to the github issue tracker (https://github.com/brian-team/brian2/issues) or to the
        brian-development mailing list (http://groups.google.com/group/brian-development/)
        
        Documentation for Brian2 can be found at http://brian2.readthedocs.org
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Requires: numpy(>=1.4.1)
Requires: scipy(>=0.7.0)
Requires: sympy(>=0.7.2)
Requires: pyparsing
Requires: jinja2(>=2.7)
Provides: brian2
