Metadata-Version: 2.1
Name: brainscale
Version: 0.0.0.1
Summary: The Scalable Online Learning Algorithm and Framework for Biological Spiking Neural Networks.
Home-page: https://github.com/brainpy/brainscale
Author: BrainPy Team, Chaoming Wang
Author-email: BrainPy Team <chao.brain@qq.com>
License: Apache-2.0 license
Project-URL: homepage, http://github.com/brainpy
Project-URL: repository, http://github.com/brainpy/brainscale
Keywords: brainpy,brain simulation,brain-inspired computing
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: braincore
Requires-Dist: braintools
Provides-Extra: cpu
Requires-Dist: jaxlib ; extra == 'cpu'
Provides-Extra: cpu_mini
Requires-Dist: jaxlib ; extra == 'cpu_mini'
Provides-Extra: cuda11
Requires-Dist: jaxlib[cuda11_pip] ; extra == 'cuda11'
Provides-Extra: cuda11_mini
Requires-Dist: jaxlib[cuda11_pip] ; extra == 'cuda11_mini'
Provides-Extra: cuda12
Requires-Dist: jaxlib[cuda12_pip] ; extra == 'cuda12'
Provides-Extra: cuda12_mini
Requires-Dist: jaxlib[cuda12_pip] ; extra == 'cuda12_mini'
Provides-Extra: testing
Requires-Dist: pytest ; extra == 'testing'
Provides-Extra: tpu
Requires-Dist: jaxlib[tpu] ; extra == 'tpu'

<p align="center">
  	<img alt="Header image of BrainPy - brain dynamics programming in Python." src="https://github.com/brainpy/BrainPy/blob/master/images/logo.png" width=80%>
</p> 



<p align="center">
	<a href="https://pypi.org/project/brainscale/"><img alt="Supported Python Version" src="https://img.shields.io/pypi/pyversions/brainscale"></a>
	<a href="https://github.com/brainpy/brainscale/blob/main/LICENSE"><img alt="LICENSE" src="https://img.shields.io/badge/License-Apache%202.0-blue.svg"></a>
  	<a href="https://brainscale.readthedocs.io/en/latest/?badge=latest"><img alt="Documentation" src="https://readthedocs.org/projects/brainscale/badge/?version=latest"></a>
  	<a href="https://badge.fury.io/py/brainscale"><img alt="PyPI version" src="https://badge.fury.io/py/brainscale.svg"></a>
    <a href="https://github.com/brainpy/brainscale/actions/workflows/CI.yml"><img alt="Continuous Integration" src="https://github.com/brainpy/brainscale/actions/workflows/CI.yml/badge.svg"></a>
</p>


[``brainscale``](https://github.com/brainpy/brainscale) implements the core system for the next generation of [``BrainPy``](https://github.com/brainpy/BrainPy) framework. 



## Installation

You can install ``brainscale`` via pip:

```bash
pip install brainscale --upgrade
```


## Documentation

The official documentation is hosted on Read the Docs: [https://brainscale.readthedocs.io](https://brainscale.readthedocs.io)


## See also the BDP ecosystem

- [``brainpy``](https://github.com/brainpy/BrainPy): The solution for the general-purpose brain dynamics programming.

- [``braincore``](https://github.com/brainpy/braincore): The core system for the next generation of BrainPy framework.

- [``braintools``](https://github.com/brainpy/braintools): The tools for the brain dynamics simulation and analysis.

- [``brainscale``](https://github.com/brainpy/brainscale): The scalable online learning for biological spiking neural networks.

