Metadata-Version: 2.1
Name: braintools
Version: 0.0.2
Summary: The Toolbox for Brain Dynamics Programming.
Home-page: https://github.com/brainpy/braintools
Author: BrainPy Team
Author-email: BrainPy Team <chao.brain@qq.com>
License: Apache-2.0 license
Project-URL: homepage, http://github.com/brainpy/braintools
Project-URL: repository, http://github.com/brainpy/braintools
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: jax
Requires-Dist: jaxlib
Requires-Dist: numpy
Requires-Dist: braincore
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 braintools." src="https://github.com/brainpy/braintools/blob/main/docs/_static/braintools.jpg" width=50%>
</p> 



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


[``braintools``](https://github.com/brainpy/braintools) provides toolboxes for brain dynamics programming. 


## Installation

You can install ``braintools`` via pip:

```bash
pip install braintools --upgrade
```

## Documentation

The official documentation is hosted on Read the Docs: [https://braintools.readthedocs.io](https://braintools.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.

