Metadata-Version: 2.1
Name: Brian2
Version: 2.5.0.3
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
Project-URL: Documentation, https://brian2.readthedocs.io/
Project-URL: Source, https://github.com/brian-team/brian2
Project-URL: Tracker, https://github.com/brian-team/brian2/issues
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 :: 3
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Provides: brian2
Requires-Python: >=3.7
Description-Content-Type: text/x-rst
License-File: LICENSE
License-File: AUTHORS
Requires-Dist: numpy (>=1.17)
Requires-Dist: cython (>=0.29)
Requires-Dist: sympy (>=1.2)
Requires-Dist: pyparsing
Requires-Dist: jinja2 (>=2.7)
Requires-Dist: setuptools (>=24.2)
Requires-Dist: py-cpuinfo ; platform_system == "Windows"
Provides-Extra: docs
Requires-Dist: sphinx (>=1.8) ; extra == 'docs'
Requires-Dist: ipython (>=5) ; extra == 'docs'
Requires-Dist: sphinx-tabs ; extra == 'docs'
Provides-Extra: test
Requires-Dist: pytest ; extra == 'test'
Requires-Dist: pytest-xdist (>=1.22.3) ; extra == 'test'

Brian2
======

*A clock-driven simulator for spiking neural networks*

Brian is a free, open source simulator for spiking neural networks. It is written in the Python programming language and is available on almost all platforms. We believe that a simulator should not only save the time of processors, but also the time of scientists. Brian is therefore designed to be easy to learn and use, highly flexible and easily extensible.

Please report issues at the github issue tracker (https://github.com/brian-team/brian2/issues) or in the Brian forum (https://brian.discourse.group).

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

Brian2 is released under the terms of the `CeCILL 2.1 license <https://opensource.org/licenses/CECILL-2.1>`_.

If you use Brian for your published research, we kindly ask you to cite our article:

Stimberg, M, Brette, R, Goodman, DFM. “Brian 2, an Intuitive and Efficient Neural Simulator.” eLife 8 (2019): e47314. `doi: 10.7554/eLife.47314 <https://doi.org/10.7554/eLife.47314>`_.



.. image:: https://img.shields.io/pypi/v/Brian2.svg
        :target: https://pypi.python.org/pypi/Brian2

.. image:: https://img.shields.io/conda/vn/conda-forge/brian2.svg
        :target: https://anaconda.org/conda-forge/brian2

.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.5735559.svg
        :target: https://doi.org/10.5281/zenodo.5735559

.. image:: https://archive.softwareheritage.org/badge/swh:1:rel:43cda4fffc3c8365dd676b98f2eca2195510174a/
        :target: https://archive.softwareheritage.org/swh:1:rel:43cda4fffc3c8365dd676b98f2eca2195510174a;origin=https://github.com/brian-team/brian2;visit=swh:1:snp:6fc0b0ee08d92ed30604df9cfb9858f7db130f18

.. image:: https://img.shields.io/badge/Contributor%20Covenant-v1.4%20adopted-ff69b4.svg
        :target: CODE_OF_CONDUCT.md
        :alt: Contributor Covenant

.. image:: https://badges.gitter.im/Join%20Chat.svg
   :alt: Join the chat at https://gitter.im/brian-team/brian2
   :target: https://gitter.im/brian-team/brian2?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge

Quickstart
----------
Try out Brian on the `mybinder <https://mybinder.org/>`_ service:

.. image:: http://mybinder.org/badge.svg
  :target: http://mybinder.org/v2/gh/brian-team/brian2-binder/master?filepath=index.ipynb

Dependencies
------------
The following packages need to be installed to use Brian 2:

* Python >= 3.7
* NumPy >=1.17
* SymPy >= 1.2
* Cython >= 0.29
* PyParsing
* Jinja2 >= 2.7
* setuptools >= 21
* py-cpuinfo (only required on Windows)

For full functionality, you might also want to install:

* GSL >=1.16
* SciPy >=0.13.3
* Matplotlib >= 2.0

To build the documentation:

* Sphinx (>=1.8)

To run the test suite:

* pytest
* pytest-xdist (optional)

Testing status for master branch
--------------------------------

.. image:: https://github.com/brian-team/brian2/actions/workflows/testsuite.yml/badge.svg
  :target: https://github.com/brian-team/brian2/actions/workflows/testsuite.yml
  :alt: Test status on GitHub Actions

.. image:: https://img.shields.io/coveralls/brian-team/brian2/master.svg
  :target: https://coveralls.io/r/brian-team/brian2?branch=master
  :alt: Test coverage

.. image:: https://readthedocs.org/projects/brian2/badge/?version=stable
  :target: https://brian2.readthedocs.io/en/stable/?badge=stable
  :alt: Documentation Status


