Metadata-Version: 2.1
Name: brian2tools
Version: 0.3
Summary: Tools for the Brian 2 simulator
Home-page: https://github.com/brian-team/brian2tools
Author: Marcel Stimberg, Dan Goodman, Romain Brette
Author-email: team@briansimulator.org
License: CeCILL-2.1
Keywords: visualization neuroscience
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 :: 3
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Provides: brian2tools
Requires-Python: >=3.5
Requires-Dist: matplotlib (>=1.3.1)
Requires-Dist: brian2 (>=2.0)
Requires-Dist: setuptools
Requires-Dist: setuptools-scm
Requires-Dist: pylems (>=0.4.9)
Requires-Dist: libNeuroML (>=0.2.18)
Requires-Dist: markdown-strings
Provides-Extra: docs
Requires-Dist: sphinx (>=1.7) ; extra == 'docs'
Provides-Extra: test
Requires-Dist: pytest ; extra == 'test'

brian2tools
-----------
Tools to use with the `Brian 2 simulator <http://briansimulator.org>`_. The `brian2tools` package aims to be a
collection of useful tools for simulating spiking neural networks with ``brian2`` and for analyzing the results from
those simulations.

.. image:: https://github.com/brian-team/brian2tools/workflows/Python%20tests%20using%20Conda/badge.svg
    :target: https://github.com/brian-team/brian2tools/actions

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

.. image:: https://anaconda.org/brian-team/brian2tools/badges/version.svg
    :target: https://anaconda.org/brian-team/brian2tools

.. image:: https://readthedocs.org/projects/brian2tools/badge/?version=stable
    :target: http://brian2tools.readthedocs.io/en/stable/?badge=stable




