Metadata-Version: 2.0
Name: brian2tools
Version: 0.1.1
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 :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Provides: brian2tools
Requires-Dist: brian2 (>1.9)
Requires-Dist: matplotlib (>=1.3.1)
Requires-Dist: setuptools
Requires-Dist: setuptools-scm
Provides-Extra: docs
Requires-Dist: mock; extra == 'docs'
Requires-Dist: sphinx (>=1.0.1); extra == 'docs'
Requires-Dist: sphinxcontrib-issuetracker; 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://travis-ci.org/brian-team/brian2tools.svg?branch=master
    :target: https://travis-ci.org/brian-team/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




