Metadata-Version: 2.0
Name: Brian2
Version: 2.0b4
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
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: CEA CNRS Inria Logiciel Libre License, version 2.1 (CeCILL-2.1)
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
Provides: brian2
Requires-Dist: numpy (>=1.8.0)
Requires-Dist: sympy (>=0.7.6)
Requires-Dist: pyparsing
Requires-Dist: jinja2 (>=2.7)
Requires-Dist: setuptools (>=6.0)
Provides-Extra: docs
Requires-Dist: sphinx (>=1.0.1); extra == 'docs'
Requires-Dist: sphinxcontrib-issuetracker; extra == 'docs'
Provides-Extra: test
Requires-Dist: nosetests (>=1.0); extra == 'test'

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 beta 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


