Brian2


NameBrian2 JSON
Version 2.8.0 PyPI version JSON
download
home_pageNone
SummaryA clock-driven simulator for spiking neural networks
upload_time2024-12-20 11:11:13
maintainerNone
docs_urlNone
authorMarcel Stimberg, Dan Goodman, Romain Brette
requires_python>=3.10
licenseNone
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).


[![PyPI version](https://img.shields.io/pypi/v/Brian2.svg)](https://pypi.python.org/pypi/Brian2)
[![Conda version](https://img.shields.io/conda/vn/conda-forge/brian2.svg)](https://anaconda.org/conda-forge/brian2)
[![Debian package](https://img.shields.io/debian/v/python3-brian/testing)](https://packages.debian.org/testing/python3-brian)
[![Fedora package](https://img.shields.io/fedora/v/python3-brian2)](https://packages.fedoraproject.org/pkgs/python-brian2/python3-brian2/)
[![Spack](https://img.shields.io/spack/v/py-brian2)](https://packages.spack.io/package.html?name=py-brian2)
[![AUR version](https://img.shields.io/aur/version/python-brian2)](https://aur.archlinux.org/packages/python-brian2)

[![Docker Pulls](https://img.shields.io/docker/pulls/briansimulator/brian)](https://hub.docker.com/r/briansimulator/brian)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.14283067.svg)](https://zenodo.org/doi/10.5281/zenodo.14283067)
[![Software Heritage (repository)](https://archive.softwareheritage.org/badge/origin/https://github.com/brian-team/brian2/)](https://archive.softwareheritage.org/browse/origin/?origin_url=https://github.com/brian-team/brian2)
[![Software Heritage (release)](https://archive.softwareheritage.org/badge/swh:1:rel:7c128994b35bd756b4d248240513e4d1a934a0c0/)](https://archive.softwareheritage.org/swh:1:rel:7c128994b35bd756b4d248240513e4d1a934a0c0;origin=https://github.com/brian-team/brian2;visit=swh:1:snp:9ba8406b05353301216ff7a0adb097a9297c62b3)

[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-v1.4%20adopted-ff69b4.svg)](CODE_OF_CONDUCT.md)
[![Discourse topics](https://img.shields.io/discourse/topics?server=https%3A%2F%2Fbrian.discourse.group)](https://brian.discourse.group)
[![Discourse chat](https://img.shields.io/badge/discourse-chat-4EC820?logo=discourse&link=https%3A%2F%2Fbrian.discourse.group%2Fchat)](https://brian.discourse.group/chat)
[![code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)

## Quickstart
Try out Brian on the [mybinder](https://mybinder.org/) service:

[![mybinder](https://static.mybinder.org/badge.svg)](https://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. [`pyproject.toml`](pyproject.toml)):

* Python >= 3.10
* NumPy >=1.23
* 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

[![Test status on GitHub Actions](https://github.com/brian-team/brian2/actions/workflows/testsuite.yml/badge.svg)](https://github.com/brian-team/brian2/actions/workflows/testsuite.yml)
[![Publish status on GitHub Actions](https://github.com/brian-team/brian2/actions/workflows/publish.yml/badge.svg)](https://github.com/brian-team/brian2/actions/workflows/publish.yml)
[![Test coverage](https://img.shields.io/coveralls/brian-team/brian2/master.svg)](https://coveralls.io/r/brian-team/brian2?branch=master)
[![Documentation Status](https://readthedocs.org/projects/brian2/badge/?version=stable)](https://brian2.readthedocs.io/en/stable/?badge=stable)

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "Brian2",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": "computational neuroscience, simulation, neural networks, spiking neurons, biological neural networks, research",
    "author": "Marcel Stimberg, Dan Goodman, Romain Brette",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/77/5e/cd867fc5ad25f74dc35b3eded7b03d459c4a26293aa224136581a363c08c/brian2-2.8.0.tar.gz",
    "platform": null,
    "description": "# Brian2\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\n> Stimberg, 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[![PyPI version](https://img.shields.io/pypi/v/Brian2.svg)](https://pypi.python.org/pypi/Brian2)\n[![Conda version](https://img.shields.io/conda/vn/conda-forge/brian2.svg)](https://anaconda.org/conda-forge/brian2)\n[![Debian package](https://img.shields.io/debian/v/python3-brian/testing)](https://packages.debian.org/testing/python3-brian)\n[![Fedora package](https://img.shields.io/fedora/v/python3-brian2)](https://packages.fedoraproject.org/pkgs/python-brian2/python3-brian2/)\n[![Spack](https://img.shields.io/spack/v/py-brian2)](https://packages.spack.io/package.html?name=py-brian2)\n[![AUR version](https://img.shields.io/aur/version/python-brian2)](https://aur.archlinux.org/packages/python-brian2)\n\n[![Docker Pulls](https://img.shields.io/docker/pulls/briansimulator/brian)](https://hub.docker.com/r/briansimulator/brian)\n[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.14283067.svg)](https://zenodo.org/doi/10.5281/zenodo.14283067)\n[![Software Heritage (repository)](https://archive.softwareheritage.org/badge/origin/https://github.com/brian-team/brian2/)](https://archive.softwareheritage.org/browse/origin/?origin_url=https://github.com/brian-team/brian2)\n[![Software Heritage (release)](https://archive.softwareheritage.org/badge/swh:1:rel:7c128994b35bd756b4d248240513e4d1a934a0c0/)](https://archive.softwareheritage.org/swh:1:rel:7c128994b35bd756b4d248240513e4d1a934a0c0;origin=https://github.com/brian-team/brian2;visit=swh:1:snp:9ba8406b05353301216ff7a0adb097a9297c62b3)\n\n[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-v1.4%20adopted-ff69b4.svg)](CODE_OF_CONDUCT.md)\n[![Discourse topics](https://img.shields.io/discourse/topics?server=https%3A%2F%2Fbrian.discourse.group)](https://brian.discourse.group)\n[![Discourse chat](https://img.shields.io/badge/discourse-chat-4EC820?logo=discourse&link=https%3A%2F%2Fbrian.discourse.group%2Fchat)](https://brian.discourse.group/chat)\n[![code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)\n\n## Quickstart\nTry out Brian on the [mybinder](https://mybinder.org/) service:\n\n[![mybinder](https://static.mybinder.org/badge.svg)](https://mybinder.org/v2/gh/brian-team/brian2-binder/master?filepath=index.ipynb)\n\n## Dependencies\nThe following packages need to be installed to use Brian 2 (cf. [`pyproject.toml`](pyproject.toml)):\n\n* Python >= 3.10\n* NumPy >=1.23\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\n## Testing status for master branch\n\n[![Test status on GitHub Actions](https://github.com/brian-team/brian2/actions/workflows/testsuite.yml/badge.svg)](https://github.com/brian-team/brian2/actions/workflows/testsuite.yml)\n[![Publish status on GitHub Actions](https://github.com/brian-team/brian2/actions/workflows/publish.yml/badge.svg)](https://github.com/brian-team/brian2/actions/workflows/publish.yml)\n[![Test coverage](https://img.shields.io/coveralls/brian-team/brian2/master.svg)](https://coveralls.io/r/brian-team/brian2?branch=master)\n[![Documentation Status](https://readthedocs.org/projects/brian2/badge/?version=stable)](https://brian2.readthedocs.io/en/stable/?badge=stable)\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A clock-driven simulator for spiking neural networks",
    "version": "2.8.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": "a272c359d0ca3c67712720cbd6db926f180a676f46d3f49a0229110bd90efa73",
                "md5": "a85fe2e597bb26d0b8c5de3b5fc7a87d",
                "sha256": "f202a167f264dae967560dc9179ea621866ab6cf314bcde2efda8c7b6b177fa0"
            },
            "downloads": -1,
            "filename": "Brian2-2.8.0-cp310-cp310-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "a85fe2e597bb26d0b8c5de3b5fc7a87d",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.10",
            "size": 1169637,
            "upload_time": "2024-12-20T11:10:19",
            "upload_time_iso_8601": "2024-12-20T11:10:19.911244Z",
            "url": "https://files.pythonhosted.org/packages/a2/72/c359d0ca3c67712720cbd6db926f180a676f46d3f49a0229110bd90efa73/Brian2-2.8.0-cp310-cp310-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f367ada3d9a780d7067da9a555e6387d303c5d3b421c30242bd3be56b3f8dc9c",
                "md5": "a7cd8d5667876605c7c280880dcf4b1b",
                "sha256": "71750b7535ca3c9728022c6edf160d6a5e78d52bb32bff79af29ef024a161ee7"
            },
            "downloads": -1,
            "filename": "Brian2-2.8.0-cp310-cp310-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "a7cd8d5667876605c7c280880dcf4b1b",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.10",
            "size": 1162177,
            "upload_time": "2024-12-20T11:10:22",
            "upload_time_iso_8601": "2024-12-20T11:10:22.087293Z",
            "url": "https://files.pythonhosted.org/packages/f3/67/ada3d9a780d7067da9a555e6387d303c5d3b421c30242bd3be56b3f8dc9c/Brian2-2.8.0-cp310-cp310-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6393333fd82e6cf996c6f40c54a9e087372030e1e8a5a0f4826d7482c97825da",
                "md5": "b533613ce50660183243a3694b48fdc9",
                "sha256": "fa3f8d6693fe0a6a57c576bbbe4a880ec1488b4185c2de5834f10cc63c71b326"
            },
            "downloads": -1,
            "filename": "Brian2-2.8.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "b533613ce50660183243a3694b48fdc9",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.10",
            "size": 1758052,
            "upload_time": "2024-12-20T11:10:23",
            "upload_time_iso_8601": "2024-12-20T11:10:23.940536Z",
            "url": "https://files.pythonhosted.org/packages/63/93/333fd82e6cf996c6f40c54a9e087372030e1e8a5a0f4826d7482c97825da/Brian2-2.8.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "94d94d0252502ccbaebf9ea440de76dadec3b5d04197d8af745416b9d0caa161",
                "md5": "5f5345ce5155e789df8ec6875117759c",
                "sha256": "2cb4c792e2791298cb81c5d6da57cc4856fa1959f7e2d8fc8925411726407bb8"
            },
            "downloads": -1,
            "filename": "Brian2-2.8.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "5f5345ce5155e789df8ec6875117759c",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.10",
            "size": 1767333,
            "upload_time": "2024-12-20T11:10:26",
            "upload_time_iso_8601": "2024-12-20T11:10:26.906647Z",
            "url": "https://files.pythonhosted.org/packages/94/d9/4d0252502ccbaebf9ea440de76dadec3b5d04197d8af745416b9d0caa161/Brian2-2.8.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "387a7c2cc297c13d13bbc392f909d02b6e4a23359d24978dadf0054f2b62ab51",
                "md5": "e92958d0e36cabd6062dd9f975f20577",
                "sha256": "160b7768516abe4aff7a8ad3c400e38150a6faf2ac15ba87ee3a3f7b1bc19793"
            },
            "downloads": -1,
            "filename": "Brian2-2.8.0-cp310-cp310-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "e92958d0e36cabd6062dd9f975f20577",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.10",
            "size": 2757380,
            "upload_time": "2024-12-20T11:10:30",
            "upload_time_iso_8601": "2024-12-20T11:10:30.354927Z",
            "url": "https://files.pythonhosted.org/packages/38/7a/7c2cc297c13d13bbc392f909d02b6e4a23359d24978dadf0054f2b62ab51/Brian2-2.8.0-cp310-cp310-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ab223b83511946dc625f29497de604a0e8d063dcd419a624fdefbeb5609501b2",
                "md5": "9bdd3df78b250c705d14009316c8316b",
                "sha256": "78d42f0657b0fc14186626afd806cb7f86adfa224d3ca5a377f9398fef8f7851"
            },
            "downloads": -1,
            "filename": "Brian2-2.8.0-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "9bdd3df78b250c705d14009316c8316b",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.10",
            "size": 1156375,
            "upload_time": "2024-12-20T11:10:33",
            "upload_time_iso_8601": "2024-12-20T11:10:33.241895Z",
            "url": "https://files.pythonhosted.org/packages/ab/22/3b83511946dc625f29497de604a0e8d063dcd419a624fdefbeb5609501b2/Brian2-2.8.0-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2f11081063c70372a2ac353be1bf094b2a4dbfbabc23bc56fc81be3ba20dbc89",
                "md5": "85383a122da35e258c2ddaeffa16b020",
                "sha256": "bfbb9565cdb895b4b6d1d5053a8d360ecf357fb88581fc20ae93501a5c9e9bee"
            },
            "downloads": -1,
            "filename": "Brian2-2.8.0-cp311-cp311-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "85383a122da35e258c2ddaeffa16b020",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.10",
            "size": 1169939,
            "upload_time": "2024-12-20T11:10:34",
            "upload_time_iso_8601": "2024-12-20T11:10:34.801712Z",
            "url": "https://files.pythonhosted.org/packages/2f/11/081063c70372a2ac353be1bf094b2a4dbfbabc23bc56fc81be3ba20dbc89/Brian2-2.8.0-cp311-cp311-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0a33ac298050562c43dc0db6460dc22bc2b633b7717135de0426e47843f41161",
                "md5": "667e8e719d2e126e374a33cf48bb314c",
                "sha256": "619a42d1148f17f219a95aa9f527ca51150cafe3eff3323bbf655d755aa26006"
            },
            "downloads": -1,
            "filename": "Brian2-2.8.0-cp311-cp311-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "667e8e719d2e126e374a33cf48bb314c",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.10",
            "size": 1162004,
            "upload_time": "2024-12-20T11:10:36",
            "upload_time_iso_8601": "2024-12-20T11:10:36.320619Z",
            "url": "https://files.pythonhosted.org/packages/0a/33/ac298050562c43dc0db6460dc22bc2b633b7717135de0426e47843f41161/Brian2-2.8.0-cp311-cp311-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9c52710ed8e0f9f86f7d2d692fdb672083bde5544238b7da62b05795fed39a8f",
                "md5": "ac2a2c7260773e11ca042e93560e67ef",
                "sha256": "f3bc4c1f4554936e9cdfbae01066ee70bd4ea3675147092f1f4a93ab6854bbd9"
            },
            "downloads": -1,
            "filename": "Brian2-2.8.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "ac2a2c7260773e11ca042e93560e67ef",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.10",
            "size": 1805708,
            "upload_time": "2024-12-20T11:10:39",
            "upload_time_iso_8601": "2024-12-20T11:10:39.125692Z",
            "url": "https://files.pythonhosted.org/packages/9c/52/710ed8e0f9f86f7d2d692fdb672083bde5544238b7da62b05795fed39a8f/Brian2-2.8.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6e99d25fcff03bda0062a981fc02b28284cf693c760a21448a1c7f4b13de0a78",
                "md5": "41187ed600cb9138760e395fada7bf99",
                "sha256": "9d3ee4031c766cdd0ce43ac5d2768547563790c6b11abe923df5cc3e830e1ff9"
            },
            "downloads": -1,
            "filename": "Brian2-2.8.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "41187ed600cb9138760e395fada7bf99",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.10",
            "size": 1813578,
            "upload_time": "2024-12-20T11:10:40",
            "upload_time_iso_8601": "2024-12-20T11:10:40.677598Z",
            "url": "https://files.pythonhosted.org/packages/6e/99/d25fcff03bda0062a981fc02b28284cf693c760a21448a1c7f4b13de0a78/Brian2-2.8.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "43bc84a340c304552cd8645db43f474013937be83232b6d3bd332467ddd71524",
                "md5": "909e1f5f5a486f776d71b48da8df9cf6",
                "sha256": "ca6395f6fba8c67388b1cd4be7e43a596fec476db6c236e05cb334446fec2a6f"
            },
            "downloads": -1,
            "filename": "Brian2-2.8.0-cp311-cp311-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "909e1f5f5a486f776d71b48da8df9cf6",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.10",
            "size": 2805246,
            "upload_time": "2024-12-20T11:10:42",
            "upload_time_iso_8601": "2024-12-20T11:10:42.400227Z",
            "url": "https://files.pythonhosted.org/packages/43/bc/84a340c304552cd8645db43f474013937be83232b6d3bd332467ddd71524/Brian2-2.8.0-cp311-cp311-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "35cbdc464840b2b235618e042f2a3418795a10d43badcda9d02bf98650ab94b1",
                "md5": "180ed2b9c1c257e78b582281030946e4",
                "sha256": "fcc70854644223b7c9fb24b6d7524f2d9634c8ca05043ef93632f9997311689c"
            },
            "downloads": -1,
            "filename": "Brian2-2.8.0-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "180ed2b9c1c257e78b582281030946e4",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.10",
            "size": 1156725,
            "upload_time": "2024-12-20T11:10:44",
            "upload_time_iso_8601": "2024-12-20T11:10:44.141589Z",
            "url": "https://files.pythonhosted.org/packages/35/cb/dc464840b2b235618e042f2a3418795a10d43badcda9d02bf98650ab94b1/Brian2-2.8.0-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ace11ef02b9e3f8d97d0644dc285479c5ce7a8975edf071035db3a388e27daf7",
                "md5": "0e38a51ae9dad09d1a5b7cf7c68a8834",
                "sha256": "a3b090926d8c70a635a3f1e061d0172cb91ed1a69aa11356f7b63a3e35bea6b7"
            },
            "downloads": -1,
            "filename": "Brian2-2.8.0-cp312-cp312-macosx_10_13_x86_64.whl",
            "has_sig": false,
            "md5_digest": "0e38a51ae9dad09d1a5b7cf7c68a8834",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.10",
            "size": 1171666,
            "upload_time": "2024-12-20T11:10:45",
            "upload_time_iso_8601": "2024-12-20T11:10:45.819930Z",
            "url": "https://files.pythonhosted.org/packages/ac/e1/1ef02b9e3f8d97d0644dc285479c5ce7a8975edf071035db3a388e27daf7/Brian2-2.8.0-cp312-cp312-macosx_10_13_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "adeee01d71dd4e461cc7837a5f0ec8236010e18c6cfe8bd4ecc149b8af8b7b41",
                "md5": "f7a0b4d433e7d44863441ef60794ace4",
                "sha256": "8643615e72a636396c0a5be1b311ba1f6877a56f911a9ed46071193f20cd09ac"
            },
            "downloads": -1,
            "filename": "Brian2-2.8.0-cp312-cp312-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "f7a0b4d433e7d44863441ef60794ace4",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.10",
            "size": 1163197,
            "upload_time": "2024-12-20T11:10:48",
            "upload_time_iso_8601": "2024-12-20T11:10:48.621835Z",
            "url": "https://files.pythonhosted.org/packages/ad/ee/e01d71dd4e461cc7837a5f0ec8236010e18c6cfe8bd4ecc149b8af8b7b41/Brian2-2.8.0-cp312-cp312-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7ad2f53bb9bbc7139f517026672a6ab489123c016c2fe0620be1dcc386594eae",
                "md5": "cbf7f9f9ecc7ac46216a2afdbcad7f38",
                "sha256": "6d7340f9cb6032381a662a412ceec2c71b0089c571e005afac64e55682e9ad8b"
            },
            "downloads": -1,
            "filename": "Brian2-2.8.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "cbf7f9f9ecc7ac46216a2afdbcad7f38",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.10",
            "size": 1780482,
            "upload_time": "2024-12-20T11:10:53",
            "upload_time_iso_8601": "2024-12-20T11:10:53.001928Z",
            "url": "https://files.pythonhosted.org/packages/7a/d2/f53bb9bbc7139f517026672a6ab489123c016c2fe0620be1dcc386594eae/Brian2-2.8.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0af95b2f5c3a8ed280a841165ce2c52d4c039b477a8086d899a466a609e34b90",
                "md5": "c5ea796e6fdc3be0dce8f32f54debe54",
                "sha256": "834d76a14c726dec6228eef298718b9b08ed727b488392cabdd38730699bd1ac"
            },
            "downloads": -1,
            "filename": "Brian2-2.8.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "c5ea796e6fdc3be0dce8f32f54debe54",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.10",
            "size": 1793211,
            "upload_time": "2024-12-20T11:10:55",
            "upload_time_iso_8601": "2024-12-20T11:10:55.262774Z",
            "url": "https://files.pythonhosted.org/packages/0a/f9/5b2f5c3a8ed280a841165ce2c52d4c039b477a8086d899a466a609e34b90/Brian2-2.8.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7dff6ed862b11f28d04799ba0d350827112cddb11bc2c1b111dc212e06b814f5",
                "md5": "12cd3b2ba6c73c03c6eeaac4ec15d724",
                "sha256": "15100cf7158cbb89804d2ad430779571a6031879370e29bb03665ac5ff073d9e"
            },
            "downloads": -1,
            "filename": "Brian2-2.8.0-cp312-cp312-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "12cd3b2ba6c73c03c6eeaac4ec15d724",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.10",
            "size": 2788057,
            "upload_time": "2024-12-20T11:10:57",
            "upload_time_iso_8601": "2024-12-20T11:10:57.999772Z",
            "url": "https://files.pythonhosted.org/packages/7d/ff/6ed862b11f28d04799ba0d350827112cddb11bc2c1b111dc212e06b814f5/Brian2-2.8.0-cp312-cp312-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4aa238bfc4beafa227e448e4fd32cb56255a86361c452f043a5b60198c7eb24e",
                "md5": "58c88d6ea6146d9afe668ceadc43223a",
                "sha256": "9b085adae113bd35fd109ec27742e1359e77edb5ee1fa7304b7fbbc35409e9cf"
            },
            "downloads": -1,
            "filename": "Brian2-2.8.0-cp312-cp312-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "58c88d6ea6146d9afe668ceadc43223a",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.10",
            "size": 1157644,
            "upload_time": "2024-12-20T11:10:59",
            "upload_time_iso_8601": "2024-12-20T11:10:59.798207Z",
            "url": "https://files.pythonhosted.org/packages/4a/a2/38bfc4beafa227e448e4fd32cb56255a86361c452f043a5b60198c7eb24e/Brian2-2.8.0-cp312-cp312-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a9fe3169ee5d068b7238db2c2972e48701b79a21625e14a34e06794b3720a634",
                "md5": "50c1b4728b685ab0c3d0af378e4165a3",
                "sha256": "1057ab9c70e037043c7a8269f19eaaeb6f93ae77ce8ad508a9c2554f466d9cbd"
            },
            "downloads": -1,
            "filename": "Brian2-2.8.0-cp313-cp313-macosx_10_13_x86_64.whl",
            "has_sig": false,
            "md5_digest": "50c1b4728b685ab0c3d0af378e4165a3",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.10",
            "size": 1170327,
            "upload_time": "2024-12-20T11:11:01",
            "upload_time_iso_8601": "2024-12-20T11:11:01.337846Z",
            "url": "https://files.pythonhosted.org/packages/a9/fe/3169ee5d068b7238db2c2972e48701b79a21625e14a34e06794b3720a634/Brian2-2.8.0-cp313-cp313-macosx_10_13_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c1a2962e8c2bb2c033fe0cc4cad201d6dbf97759702720a307e3bb87b0530093",
                "md5": "3caa25d57166b8cecc776a47a4b07ca6",
                "sha256": "84c0211aa726c3ddf87a22daeb529e3fe514e8f1acdc98a9c6c5f25f33e792bc"
            },
            "downloads": -1,
            "filename": "Brian2-2.8.0-cp313-cp313-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "3caa25d57166b8cecc776a47a4b07ca6",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.10",
            "size": 1162102,
            "upload_time": "2024-12-20T11:11:02",
            "upload_time_iso_8601": "2024-12-20T11:11:02.814209Z",
            "url": "https://files.pythonhosted.org/packages/c1/a2/962e8c2bb2c033fe0cc4cad201d6dbf97759702720a307e3bb87b0530093/Brian2-2.8.0-cp313-cp313-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3f6408c847f62e2dcfdf71d7185673102fd8779595a41b76a9593544ab31f361",
                "md5": "7ddafa4e324abed7f5c411d806eb4c5c",
                "sha256": "e730a8170cb637de5a079852226340b104330b0ff939ca82d1b1591d03041f0e"
            },
            "downloads": -1,
            "filename": "Brian2-2.8.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "7ddafa4e324abed7f5c411d806eb4c5c",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.10",
            "size": 1781572,
            "upload_time": "2024-12-20T11:11:05",
            "upload_time_iso_8601": "2024-12-20T11:11:05.427622Z",
            "url": "https://files.pythonhosted.org/packages/3f/64/08c847f62e2dcfdf71d7185673102fd8779595a41b76a9593544ab31f361/Brian2-2.8.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "67a870dd7f42372a08c0d40620abeaa9cd3b701ba400656ffc40ba151cd00b83",
                "md5": "f507cac73d36eb127d56d93c72361bcd",
                "sha256": "1ca31235213455eed0f97d7a9a403d10fb67b5c06b9a32de50812277c15aad2e"
            },
            "downloads": -1,
            "filename": "Brian2-2.8.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "f507cac73d36eb127d56d93c72361bcd",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.10",
            "size": 1793576,
            "upload_time": "2024-12-20T11:11:08",
            "upload_time_iso_8601": "2024-12-20T11:11:08.199984Z",
            "url": "https://files.pythonhosted.org/packages/67/a8/70dd7f42372a08c0d40620abeaa9cd3b701ba400656ffc40ba151cd00b83/Brian2-2.8.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c0fe9108a13ed7c507ca8ada5478d40e14e07f9f2fd467af535e12ccf7d6269e",
                "md5": "2954892a99d9798903c23c579e50f582",
                "sha256": "b5bf141d21b4ec89f662577c59bc762226ed45cd0830dc6f1102155cb31923c8"
            },
            "downloads": -1,
            "filename": "Brian2-2.8.0-cp313-cp313-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "2954892a99d9798903c23c579e50f582",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.10",
            "size": 2785066,
            "upload_time": "2024-12-20T11:11:09",
            "upload_time_iso_8601": "2024-12-20T11:11:09.910494Z",
            "url": "https://files.pythonhosted.org/packages/c0/fe/9108a13ed7c507ca8ada5478d40e14e07f9f2fd467af535e12ccf7d6269e/Brian2-2.8.0-cp313-cp313-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "140b473be68dbb5b55b8c6d190cda2f1013f7fbee0f6e0a2b133f5b946f7549e",
                "md5": "2516fe115ba6bc0bce68e1a3c30f5bdb",
                "sha256": "fd6689db993752e18ae6a5eb73efd983a30386218434253fea19b5d35c61e34b"
            },
            "downloads": -1,
            "filename": "Brian2-2.8.0-cp313-cp313-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "2516fe115ba6bc0bce68e1a3c30f5bdb",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.10",
            "size": 1157245,
            "upload_time": "2024-12-20T11:11:11",
            "upload_time_iso_8601": "2024-12-20T11:11:11.596618Z",
            "url": "https://files.pythonhosted.org/packages/14/0b/473be68dbb5b55b8c6d190cda2f1013f7fbee0f6e0a2b133f5b946f7549e/Brian2-2.8.0-cp313-cp313-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "775ecd867fc5ad25f74dc35b3eded7b03d459c4a26293aa224136581a363c08c",
                "md5": "036a92c9a2782d275331a19d73df1a3c",
                "sha256": "d49484e7ccb54f460bb8532056fdaa7fb6d9a0b75d7b2a32c45d9dce0b1bb948"
            },
            "downloads": -1,
            "filename": "brian2-2.8.0.tar.gz",
            "has_sig": false,
            "md5_digest": "036a92c9a2782d275331a19d73df1a3c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 1708780,
            "upload_time": "2024-12-20T11:11:13",
            "upload_time_iso_8601": "2024-12-20T11:11:13.166302Z",
            "url": "https://files.pythonhosted.org/packages/77/5e/cd867fc5ad25f74dc35b3eded7b03d459c4a26293aa224136581a363c08c/brian2-2.8.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-20 11:11:13",
    "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.44362s