Metadata-Version: 2.1
Name: Brian2
Version: 2.2.1
Summary: A clock-driven simulator for spiking neural networks
Home-page: http://www.briansimulator.org/
Author: Marcel Stimberg, Dan Goodman, Romain Brette
Author-email: team@briansimulator.org
License: UNKNOWN
Keywords: computational neuroscience simulation
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
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.10)
Requires-Dist: cython (>=0.29)
Requires-Dist: sympy (!=1.1.0,>=0.7.6)
Requires-Dist: pyparsing
Requires-Dist: jinja2 (>=2.7)
Requires-Dist: setuptools (>=21)
Requires-Dist: py-cpuinfo ; platform_system == "Windows"
Provides-Extra: docs
Requires-Dist: sphinx (>=1.5) ; extra == 'docs'
Provides-Extra: test
Requires-Dist: nose (>=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.

Please report issues to the github issue tracker (https://github.com/brian-team/brian2/issues) or to the
brian support mailing list (http://groups.google.com/group/briansupport/)

Documentation for Brian2 can be found at http://brian2.readthedocs.org


