Brian2


NameBrian2 JSON
Version 2.6.0 PyPI version JSON
download
home_page
SummaryA clock-driven simulator for spiking neural networks
upload_time2024-03-15 15:42:37
maintainer
docs_urlNone
authorMarcel Stimberg, Dan Goodman, Romain Brette
requires_python>=3.9
license
keywords computational neuroscience simulation neural networks spiking neurons biological neural networks research
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            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://img.shields.io/debian/v/python3-brian/testing
   :alt: Debian package
   :target: https://packages.debian.org/testing/python3-brian

.. image:: https://img.shields.io/fedora/v/python3-brian2
   :alt: Fedora package
   :target: https://packages.fedoraproject.org/pkgs/python-brian2/python3-brian2/

.. image:: https://img.shields.io/spack/v/py-brian2
   :alt: Spack
   :target: https://spack.readthedocs.io/en/latest/package_list.html#py-brian2

.. image:: https://img.shields.io/aur/version/python-brian2
   :alt: AUR version   
   :target: https://aur.archlinux.org/packages/python-brian2

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

.. image:: https://img.shields.io/docker/pulls/briansimulator/brian
   :target: https://hub.docker.com/r/briansimulator/brian
   :alt: Docker Pulls


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

.. image:: https://archive.softwareheritage.org/badge/origin/https://github.com/brian-team/brian2/
    :target: https://archive.softwareheritage.org/browse/origin/?origin_url=https://github.com/brian-team/brian2

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

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

.. image:: https://img.shields.io/discourse/topics?server=https%3A%2F%2Fbrian.discourse.group
        :target: https://brian.discourse.group
        :alt: Discourse topics

.. image:: https://img.shields.io/badge/discourse-chat-4EC820?logo=discourse&link=https%3A%2F%2Fbrian.discourse.group%2Fchat
   :alt: Discourse chat
   :target: https://brian.discourse.group/chat


.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
   :alt: code style: black
   :target: https://github.com/psf/black

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 (cf. `setup.py <setup.py>`_):

* Python >= 3.9
* NumPy >=1.21
* SymPy >= 1.2
* Cython >= 0.29.21
* PyParsing
* Jinja2 >= 2.7
* setuptools >= 61
* 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 (>=7)

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

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "Brian2",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": "",
    "keywords": "computational neuroscience,simulation,neural networks,spiking neurons,biological neural networks,research",
    "author": "Marcel Stimberg, Dan Goodman, Romain Brette",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/1c/3b/05963b406914604f930183e69a53fa9259b2580c2e953f257c39842b9e9f/Brian2-2.6.0.tar.gz",
    "platform": null,
    "description": "Brian2\n======\n\n*A clock-driven simulator for spiking neural networks*\n\nBrian 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.\n\nPlease report issues at the github issue tracker (https://github.com/brian-team/brian2/issues) or in the Brian forum (https://brian.discourse.group).\n\nDocumentation for Brian2 can be found at http://brian2.readthedocs.org\n\nBrian2 is released under the terms of the `CeCILL 2.1 license <https://opensource.org/licenses/CECILL-2.1>`_.\n\nIf you use Brian for your published research, we kindly ask you to cite our article:\n\nStimberg, M, Brette, R, Goodman, DFM. \u201cBrian 2, an Intuitive and Efficient Neural Simulator.\u201d eLife 8 (2019): e47314. `doi: 10.7554/eLife.47314 <https://doi.org/10.7554/eLife.47314>`_.\n\n\n\n.. image:: https://img.shields.io/pypi/v/Brian2.svg\n        :target: https://pypi.python.org/pypi/Brian2\n\n.. image:: https://img.shields.io/conda/vn/conda-forge/brian2.svg\n        :target: https://anaconda.org/conda-forge/brian2\n\n.. image:: https://img.shields.io/debian/v/python3-brian/testing\n   :alt: Debian package\n   :target: https://packages.debian.org/testing/python3-brian\n\n.. image:: https://img.shields.io/fedora/v/python3-brian2\n   :alt: Fedora package\n   :target: https://packages.fedoraproject.org/pkgs/python-brian2/python3-brian2/\n\n.. image:: https://img.shields.io/spack/v/py-brian2\n   :alt: Spack\n   :target: https://spack.readthedocs.io/en/latest/package_list.html#py-brian2\n\n.. image:: https://img.shields.io/aur/version/python-brian2\n   :alt: AUR version   \n   :target: https://aur.archlinux.org/packages/python-brian2\n\n.. image:: https://github.com/brian-team/brian2/actions/workflows/publish.yml/badge.svg\n   :target: https://github.com/brian-team/brian2/actions/workflows/publish.yml\n   :alt: Publish status on GitHub Actions\n\n.. image:: https://img.shields.io/docker/pulls/briansimulator/brian\n   :target: https://hub.docker.com/r/briansimulator/brian\n   :alt: Docker Pulls\n\n\n.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.8099373.svg\n   :target: https://doi.org/10.5281/zenodo.8099373\n\n.. image:: https://archive.softwareheritage.org/badge/origin/https://github.com/brian-team/brian2/\n    :target: https://archive.softwareheritage.org/browse/origin/?origin_url=https://github.com/brian-team/brian2\n\n.. image:: https://archive.softwareheritage.org/badge/swh:1:rel:e4d609023553bfbd62bf57960dd6f9d342a1d0e8/\n    :target: https://archive.softwareheritage.org/swh:1:rel:e4d609023553bfbd62bf57960dd6f9d342a1d0e8;origin=https://github.com/brian-team/brian2;visit=swh:1:snp:becb452d988ab8ea1386d27f3ad4c2221ec0ae7b\n\n.. image:: https://img.shields.io/badge/Contributor%20Covenant-v1.4%20adopted-ff69b4.svg\n        :target: CODE_OF_CONDUCT.md\n        :alt: Contributor Covenant\n\n.. image:: https://img.shields.io/discourse/topics?server=https%3A%2F%2Fbrian.discourse.group\n        :target: https://brian.discourse.group\n        :alt: Discourse topics\n\n.. image:: https://img.shields.io/badge/discourse-chat-4EC820?logo=discourse&link=https%3A%2F%2Fbrian.discourse.group%2Fchat\n   :alt: Discourse chat\n   :target: https://brian.discourse.group/chat\n\n\n.. image:: https://img.shields.io/badge/code%20style-black-000000.svg\n   :alt: code style: black\n   :target: https://github.com/psf/black\n\nQuickstart\n----------\nTry out Brian on the `mybinder <https://mybinder.org/>`_ service:\n\n.. image:: http://mybinder.org/badge.svg\n  :target: http://mybinder.org/v2/gh/brian-team/brian2-binder/master?filepath=index.ipynb\n\nDependencies\n------------\nThe following packages need to be installed to use Brian 2 (cf. `setup.py <setup.py>`_):\n\n* Python >= 3.9\n* NumPy >=1.21\n* SymPy >= 1.2\n* Cython >= 0.29.21\n* PyParsing\n* Jinja2 >= 2.7\n* setuptools >= 61\n* py-cpuinfo (only required on Windows)\n\nFor full functionality, you might also want to install:\n\n* GSL >=1.16\n* SciPy >=0.13.3\n* Matplotlib >= 2.0\n\nTo build the documentation:\n\n* Sphinx (>=7)\n\nTo run the test suite:\n\n* pytest\n* pytest-xdist (optional)\n\nTesting status for master branch\n--------------------------------\n\n.. image:: https://github.com/brian-team/brian2/actions/workflows/testsuite.yml/badge.svg\n  :target: https://github.com/brian-team/brian2/actions/workflows/testsuite.yml\n  :alt: Test status on GitHub Actions\n\n.. image:: https://img.shields.io/coveralls/brian-team/brian2/master.svg\n  :target: https://coveralls.io/r/brian-team/brian2?branch=master\n  :alt: Test coverage\n\n.. image:: https://readthedocs.org/projects/brian2/badge/?version=stable\n  :target: https://brian2.readthedocs.io/en/stable/?badge=stable\n  :alt: Documentation Status\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "A clock-driven simulator for spiking neural networks",
    "version": "2.6.0",
    "project_urls": {
        "Documentation": "https://brian2.readthedocs.io/",
        "Homepage": "https://briansimulator.org",
        "Source": "https://github.com/brian-team/brian2",
        "Tracker": "https://github.com/brian-team/brian2/issues"
    },
    "split_keywords": [
        "computational neuroscience",
        "simulation",
        "neural networks",
        "spiking neurons",
        "biological neural networks",
        "research"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3c06106497434b28b11e5a41f446b60c707ce677fc4381a8111bb70227fbcd7c",
                "md5": "48108062f42404ac658cba96615794d6",
                "sha256": "a3588e3d6f073f518f12afee7a316ded3796178e3e1e5c42cd75986cf7e60013"
            },
            "downloads": -1,
            "filename": "Brian2-2.6.0-cp310-cp310-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "48108062f42404ac658cba96615794d6",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 1173263,
            "upload_time": "2024-03-15T15:41:47",
            "upload_time_iso_8601": "2024-03-15T15:41:47.516328Z",
            "url": "https://files.pythonhosted.org/packages/3c/06/106497434b28b11e5a41f446b60c707ce677fc4381a8111bb70227fbcd7c/Brian2-2.6.0-cp310-cp310-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ffcbb340963fe3290f3e1232092ecda9fe821dd75c47ef1c11d9ebda12358cf3",
                "md5": "cec8f9cd59b171db0467a9f8615b5e28",
                "sha256": "6ffbd16e7a90834ff6c8821fd2220a7423c7783b945e22bea25ddd01a5998926"
            },
            "downloads": -1,
            "filename": "Brian2-2.6.0-cp310-cp310-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "cec8f9cd59b171db0467a9f8615b5e28",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 1163057,
            "upload_time": "2024-03-15T15:41:50",
            "upload_time_iso_8601": "2024-03-15T15:41:50.291784Z",
            "url": "https://files.pythonhosted.org/packages/ff/cb/b340963fe3290f3e1232092ecda9fe821dd75c47ef1c11d9ebda12358cf3/Brian2-2.6.0-cp310-cp310-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "04cb85a55a7f07713cfa8d815ca69b4e1a9fbc726ffb0915975dca8938c3a661",
                "md5": "caa839b779f742337fcb7dc69422bfd2",
                "sha256": "8963c04ee416933e0bb00dec286bd3bd1ec2cfdb2f59e7276fa631b5ffb590de"
            },
            "downloads": -1,
            "filename": "Brian2-2.6.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "caa839b779f742337fcb7dc69422bfd2",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 1760373,
            "upload_time": "2024-03-15T15:41:52",
            "upload_time_iso_8601": "2024-03-15T15:41:52.651224Z",
            "url": "https://files.pythonhosted.org/packages/04/cb/85a55a7f07713cfa8d815ca69b4e1a9fbc726ffb0915975dca8938c3a661/Brian2-2.6.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "24decf47d809012a1131e0ff7fd96a55ba64ce59f99b0a50407555b936a6b8e6",
                "md5": "46b367caf70f7d32fd464319d20bcc1b",
                "sha256": "d504e3feb104f27791b41aaac2557db303af78fb868978f49ba51934707a1fa2"
            },
            "downloads": -1,
            "filename": "Brian2-2.6.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "46b367caf70f7d32fd464319d20bcc1b",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 1770673,
            "upload_time": "2024-03-15T15:41:54",
            "upload_time_iso_8601": "2024-03-15T15:41:54.977987Z",
            "url": "https://files.pythonhosted.org/packages/24/de/cf47d809012a1131e0ff7fd96a55ba64ce59f99b0a50407555b936a6b8e6/Brian2-2.6.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3eb1e931cc0f4327f2a79ed3387d2cbadb8f265ce81dc950c49cf4210be2c128",
                "md5": "710fa2bc4f88c071cf94c0c690fca032",
                "sha256": "2d8a95dbd17b2e89d22028d68b853b3cea1fc9e88c853108d36af0fc9bfb9679"
            },
            "downloads": -1,
            "filename": "Brian2-2.6.0-cp310-cp310-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "710fa2bc4f88c071cf94c0c690fca032",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 2322903,
            "upload_time": "2024-03-15T15:41:56",
            "upload_time_iso_8601": "2024-03-15T15:41:56.645662Z",
            "url": "https://files.pythonhosted.org/packages/3e/b1/e931cc0f4327f2a79ed3387d2cbadb8f265ce81dc950c49cf4210be2c128/Brian2-2.6.0-cp310-cp310-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9fd048e78575a2965741f55bceb82a501c6314f1d10a9d49795bd6cd3fb80d19",
                "md5": "1d2fa54dab7aaefc0e59c5353de51069",
                "sha256": "b85171da739b0b68f60aa96886cd22f33a26b0399734bd3a5030a4fd3b2a87b1"
            },
            "downloads": -1,
            "filename": "Brian2-2.6.0-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "1d2fa54dab7aaefc0e59c5353de51069",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 1156558,
            "upload_time": "2024-03-15T15:41:59",
            "upload_time_iso_8601": "2024-03-15T15:41:59.092992Z",
            "url": "https://files.pythonhosted.org/packages/9f/d0/48e78575a2965741f55bceb82a501c6314f1d10a9d49795bd6cd3fb80d19/Brian2-2.6.0-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ce67a1830f1848f38c384b5e8a0fe430e2df11846229ec4522686e55c846938a",
                "md5": "5dd89580d08b12b411681c103a1a01bd",
                "sha256": "6b0eceba4373fb3328a5b609efd93bdb4ff30e2cba343aaf76f2b7e4089c3c34"
            },
            "downloads": -1,
            "filename": "Brian2-2.6.0-cp311-cp311-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "5dd89580d08b12b411681c103a1a01bd",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 1173181,
            "upload_time": "2024-03-15T15:42:01",
            "upload_time_iso_8601": "2024-03-15T15:42:01.249963Z",
            "url": "https://files.pythonhosted.org/packages/ce/67/a1830f1848f38c384b5e8a0fe430e2df11846229ec4522686e55c846938a/Brian2-2.6.0-cp311-cp311-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ebe0a37c4a781b14db9677dd641a4d6ba2c7fc9d1d272bf8ccd0e261a584d383",
                "md5": "0af02888b43dd1626d428e684de0c09c",
                "sha256": "f2225e7cf091a1104a5b79ad883256bd9b78ccf7c0c18c5f8aea0c6e96ca98be"
            },
            "downloads": -1,
            "filename": "Brian2-2.6.0-cp311-cp311-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "0af02888b43dd1626d428e684de0c09c",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 1162907,
            "upload_time": "2024-03-15T15:42:03",
            "upload_time_iso_8601": "2024-03-15T15:42:03.498783Z",
            "url": "https://files.pythonhosted.org/packages/eb/e0/a37c4a781b14db9677dd641a4d6ba2c7fc9d1d272bf8ccd0e261a584d383/Brian2-2.6.0-cp311-cp311-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b034c0c32f0256a1968942b52eab8da3a6c62a7f85a87e440494d577e8ef1738",
                "md5": "64e0c76fde0e7905ce7277bcef5e035f",
                "sha256": "bd917a1437ff6b303e0398eee3ce9c63c0c36969194fae332137d957ceaa7e3e"
            },
            "downloads": -1,
            "filename": "Brian2-2.6.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "64e0c76fde0e7905ce7277bcef5e035f",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 1807978,
            "upload_time": "2024-03-15T15:42:05",
            "upload_time_iso_8601": "2024-03-15T15:42:05.499484Z",
            "url": "https://files.pythonhosted.org/packages/b0/34/c0c32f0256a1968942b52eab8da3a6c62a7f85a87e440494d577e8ef1738/Brian2-2.6.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "af46324703a47323968db2746dd7ed9010489d1d3cc80afac9d2f4a7b11d6b63",
                "md5": "576de6962f9c1a3474e3d6a168087197",
                "sha256": "4a88f6daa741477cb539773dce5d6bf2d05a6eee553c40296cacbff2baae8ccc"
            },
            "downloads": -1,
            "filename": "Brian2-2.6.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "576de6962f9c1a3474e3d6a168087197",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 1818198,
            "upload_time": "2024-03-15T15:42:07",
            "upload_time_iso_8601": "2024-03-15T15:42:07.275795Z",
            "url": "https://files.pythonhosted.org/packages/af/46/324703a47323968db2746dd7ed9010489d1d3cc80afac9d2f4a7b11d6b63/Brian2-2.6.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2101ed2ddf2ea5152e8185f9747cf02ef9dbf5d5c26dbcd3e0306511c4a46a0a",
                "md5": "0a84e1398c79fdf991cfea6e82d5981a",
                "sha256": "5fb712fd2e036d9a64a908d371b8193bf85a54c04c9f42bed8617ba74789e8fc"
            },
            "downloads": -1,
            "filename": "Brian2-2.6.0-cp311-cp311-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "0a84e1398c79fdf991cfea6e82d5981a",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 2367462,
            "upload_time": "2024-03-15T15:42:09",
            "upload_time_iso_8601": "2024-03-15T15:42:09.120939Z",
            "url": "https://files.pythonhosted.org/packages/21/01/ed2ddf2ea5152e8185f9747cf02ef9dbf5d5c26dbcd3e0306511c4a46a0a/Brian2-2.6.0-cp311-cp311-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "23dc84f4f086f684c4b10736c2dd00814f51be82c50be25fbbaefbf6b7b83bed",
                "md5": "d7505bbce28933edda3d3e22d36bd0e6",
                "sha256": "47b49a90e6e4fc1d5a65173d704d3545a6c52ec6b60b79f2e1fd096922011114"
            },
            "downloads": -1,
            "filename": "Brian2-2.6.0-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "d7505bbce28933edda3d3e22d36bd0e6",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 1156587,
            "upload_time": "2024-03-15T15:42:11",
            "upload_time_iso_8601": "2024-03-15T15:42:11.337550Z",
            "url": "https://files.pythonhosted.org/packages/23/dc/84f4f086f684c4b10736c2dd00814f51be82c50be25fbbaefbf6b7b83bed/Brian2-2.6.0-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f0f19c0f0510e9110d411d4766d745f10af8d830b1eeb580b33b05c0988a935f",
                "md5": "39cab3fb760c82dfe7ffc54500f6ba0f",
                "sha256": "50fa9dd8af1a9a8bffb853e5c99113d2be92bbbf252a175e3102dbdf46c561af"
            },
            "downloads": -1,
            "filename": "Brian2-2.6.0-cp312-cp312-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "39cab3fb760c82dfe7ffc54500f6ba0f",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 1175212,
            "upload_time": "2024-03-15T15:42:12",
            "upload_time_iso_8601": "2024-03-15T15:42:12.965335Z",
            "url": "https://files.pythonhosted.org/packages/f0/f1/9c0f0510e9110d411d4766d745f10af8d830b1eeb580b33b05c0988a935f/Brian2-2.6.0-cp312-cp312-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "223fb0f5acaac4e5a16db7225f62b4e74ce836644027f1630e0d93a3d2b2ea1f",
                "md5": "37497524a95ecb56e614b297a0d3f373",
                "sha256": "4dbc10027f8c0668ff58bf8bf6a55ce480cc5e6c7ffdce7732ff92c823001b94"
            },
            "downloads": -1,
            "filename": "Brian2-2.6.0-cp312-cp312-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "37497524a95ecb56e614b297a0d3f373",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 1164335,
            "upload_time": "2024-03-15T15:42:14",
            "upload_time_iso_8601": "2024-03-15T15:42:14.652869Z",
            "url": "https://files.pythonhosted.org/packages/22/3f/b0f5acaac4e5a16db7225f62b4e74ce836644027f1630e0d93a3d2b2ea1f/Brian2-2.6.0-cp312-cp312-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bdef7462938dc59e8fbee8995bd1378a2c8f7373f69a3602e7bbbf3f1c5687f4",
                "md5": "cfca60df5317a6e05abfb2fc6a934e86",
                "sha256": "a260197be3229aa690c82253be8f435d68e95ed338d6a757c54cadebe22b9567"
            },
            "downloads": -1,
            "filename": "Brian2-2.6.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "cfca60df5317a6e05abfb2fc6a934e86",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 1785375,
            "upload_time": "2024-03-15T15:42:16",
            "upload_time_iso_8601": "2024-03-15T15:42:16.970142Z",
            "url": "https://files.pythonhosted.org/packages/bd/ef/7462938dc59e8fbee8995bd1378a2c8f7373f69a3602e7bbbf3f1c5687f4/Brian2-2.6.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ac75ea07f9e9353c035d7b83de9b7bf034bceb245ec561138b3d3be607ea36a9",
                "md5": "589fed750051aaf0d31ea7ca2d58bca1",
                "sha256": "cea6b465eddbadaf643e19b38eb9360e3595455f9efba4c8631687e64bbd271d"
            },
            "downloads": -1,
            "filename": "Brian2-2.6.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "589fed750051aaf0d31ea7ca2d58bca1",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 1797429,
            "upload_time": "2024-03-15T15:42:18",
            "upload_time_iso_8601": "2024-03-15T15:42:18.747712Z",
            "url": "https://files.pythonhosted.org/packages/ac/75/ea07f9e9353c035d7b83de9b7bf034bceb245ec561138b3d3be607ea36a9/Brian2-2.6.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6f62639762492e4eaadd645e3210e3cb8ed9abc623b43989fc65d9a56a4e0bed",
                "md5": "e0ed82b72922f5b028ce44bd18b9d049",
                "sha256": "841307275ab50ce30d86e39429a68bfc3911013c69d3ca215643994f6e8c1496"
            },
            "downloads": -1,
            "filename": "Brian2-2.6.0-cp312-cp312-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "e0ed82b72922f5b028ce44bd18b9d049",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 2352057,
            "upload_time": "2024-03-15T15:42:20",
            "upload_time_iso_8601": "2024-03-15T15:42:20.688955Z",
            "url": "https://files.pythonhosted.org/packages/6f/62/639762492e4eaadd645e3210e3cb8ed9abc623b43989fc65d9a56a4e0bed/Brian2-2.6.0-cp312-cp312-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a23737b49f264366593ce3a29a300955fd265b84acfb08d1242b9db038234100",
                "md5": "bd647da6eb6a2e4d2ae2ba5a15db66b2",
                "sha256": "e5220f9c642299227541359a48fb27ab6d3cef81aa45703a67a9d076a52adc55"
            },
            "downloads": -1,
            "filename": "Brian2-2.6.0-cp312-cp312-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "bd647da6eb6a2e4d2ae2ba5a15db66b2",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 1157499,
            "upload_time": "2024-03-15T15:42:23",
            "upload_time_iso_8601": "2024-03-15T15:42:23.099829Z",
            "url": "https://files.pythonhosted.org/packages/a2/37/37b49f264366593ce3a29a300955fd265b84acfb08d1242b9db038234100/Brian2-2.6.0-cp312-cp312-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "470a5eadbfe8c1c1998b02ce4c5250866105f754e416860f8fe686a35be3ab00",
                "md5": "dcc35ac3c106b59671cf3f08dba5c603",
                "sha256": "2e440ce0954cb4b2c938d89ae6b301f9ef0e8e71d4c4922d207fc1f682c696dd"
            },
            "downloads": -1,
            "filename": "Brian2-2.6.0-cp39-cp39-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "dcc35ac3c106b59671cf3f08dba5c603",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 1173929,
            "upload_time": "2024-03-15T15:42:25",
            "upload_time_iso_8601": "2024-03-15T15:42:25.014778Z",
            "url": "https://files.pythonhosted.org/packages/47/0a/5eadbfe8c1c1998b02ce4c5250866105f754e416860f8fe686a35be3ab00/Brian2-2.6.0-cp39-cp39-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "31532ca2af517063c2a16a95fa1337d13c3b18e4d19717853bcc84e7a780154d",
                "md5": "bd8268929e35abe1ce6dd598e4595715",
                "sha256": "6e8c74457d896d7ce950c7fa9d2739db6b4e298dbd2ddd7d59b6d44a1dbdb785"
            },
            "downloads": -1,
            "filename": "Brian2-2.6.0-cp39-cp39-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "bd8268929e35abe1ce6dd598e4595715",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 1163661,
            "upload_time": "2024-03-15T15:42:27",
            "upload_time_iso_8601": "2024-03-15T15:42:27.433096Z",
            "url": "https://files.pythonhosted.org/packages/31/53/2ca2af517063c2a16a95fa1337d13c3b18e4d19717853bcc84e7a780154d/Brian2-2.6.0-cp39-cp39-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4c32e64144a1cad6c29a78d15922f26e579a38906c286827fd5604012d44130a",
                "md5": "7362538947abb3aab016442179e2877f",
                "sha256": "730e74784d508f1438ef667444cc753700c0a92f1c76c255bf123d04da8143f4"
            },
            "downloads": -1,
            "filename": "Brian2-2.6.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "7362538947abb3aab016442179e2877f",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 1763410,
            "upload_time": "2024-03-15T15:42:29",
            "upload_time_iso_8601": "2024-03-15T15:42:29.750604Z",
            "url": "https://files.pythonhosted.org/packages/4c/32/e64144a1cad6c29a78d15922f26e579a38906c286827fd5604012d44130a/Brian2-2.6.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0d49597faf6edc571b73e39d94855b8b8d9d35b62f7ea0f9f066f7ea4ff8df2f",
                "md5": "2a833157a2f53247170b01095c595b95",
                "sha256": "50a225aa87d1f7a6377e3176fa0fa49bea8f22cc04e721a14e3dceb46d3c949d"
            },
            "downloads": -1,
            "filename": "Brian2-2.6.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "2a833157a2f53247170b01095c595b95",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 1772019,
            "upload_time": "2024-03-15T15:42:31",
            "upload_time_iso_8601": "2024-03-15T15:42:31.660499Z",
            "url": "https://files.pythonhosted.org/packages/0d/49/597faf6edc571b73e39d94855b8b8d9d35b62f7ea0f9f066f7ea4ff8df2f/Brian2-2.6.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "589ce96e5e0ba7955600a2c8b1ce94bdfdc28afed2060517046a7bb8ee5f1f1f",
                "md5": "e2c2bafc1a0839e6fdf769db85aade2d",
                "sha256": "8a64abde3d45a61e297170c9f6c4e26bdd9cb7e3ae3c795c9d6e6bf18126ce86"
            },
            "downloads": -1,
            "filename": "Brian2-2.6.0-cp39-cp39-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "e2c2bafc1a0839e6fdf769db85aade2d",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 2325103,
            "upload_time": "2024-03-15T15:42:33",
            "upload_time_iso_8601": "2024-03-15T15:42:33.677479Z",
            "url": "https://files.pythonhosted.org/packages/58/9c/e96e5e0ba7955600a2c8b1ce94bdfdc28afed2060517046a7bb8ee5f1f1f/Brian2-2.6.0-cp39-cp39-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3ad49e9f6e5d8da84102ec2fa0f31aff86653d47fb2020895d7afb1c6feca760",
                "md5": "c81d932c16b9cd9bc1ba6bb832bb61b7",
                "sha256": "6b1f1b07e30a15d20c8c8763fc7053d3f2a4cf82e54e3bebd62f90439abeb0b8"
            },
            "downloads": -1,
            "filename": "Brian2-2.6.0-cp39-cp39-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "c81d932c16b9cd9bc1ba6bb832bb61b7",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 1157066,
            "upload_time": "2024-03-15T15:42:35",
            "upload_time_iso_8601": "2024-03-15T15:42:35.569885Z",
            "url": "https://files.pythonhosted.org/packages/3a/d4/9e9f6e5d8da84102ec2fa0f31aff86653d47fb2020895d7afb1c6feca760/Brian2-2.6.0-cp39-cp39-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1c3b05963b406914604f930183e69a53fa9259b2580c2e953f257c39842b9e9f",
                "md5": "2aa647a19edc3e326e29851b9b3bce45",
                "sha256": "a98788327f25d95d829298f9018ed35a28459df67ffc970fe5569c5147d809fe"
            },
            "downloads": -1,
            "filename": "Brian2-2.6.0.tar.gz",
            "has_sig": false,
            "md5_digest": "2aa647a19edc3e326e29851b9b3bce45",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 1699891,
            "upload_time": "2024-03-15T15:42:37",
            "upload_time_iso_8601": "2024-03-15T15:42:37.889526Z",
            "url": "https://files.pythonhosted.org/packages/1c/3b/05963b406914604f930183e69a53fa9259b2580c2e953f257c39842b9e9f/Brian2-2.6.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-15 15:42:37",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "brian-team",
    "github_project": "brian2",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "lcname": "brian2"
}
        
Elapsed time: 0.28243s