Metadata-Version: 2.4
Name: bsb-core
Version: 7.0.3
Summary: `bsb-core` is the backbone package contain the essential code of the BSB: A component
Author-email: Robin De Schepper <robin@alexandria.sc>, Dimitri Rodarie <dimitri.rodarie@unipv.it>
Requires-Python: >=3.10,<4
Description-Content-Type: text/markdown
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
License-File: LICENSE
Requires-Dist: numpy~=1.19
Requires-Dist: scipy~=1.5
Requires-Dist: scikit-learn~=1.0
Requires-Dist: errr~=1.2
Requires-Dist: rtree~=1.0
Requires-Dist: psutil~=5.8
Requires-Dist: voxcell~=3.1
Requires-Dist: morphio~=3.3
Requires-Dist: toml~=0.10.0
Requires-Dist: requests~=2.30
Requires-Dist: urllib3~=2.0
Requires-Dist: appdirs~=1.4
Requires-Dist: neo[nixio]~=0.13
Requires-Dist: tqdm~=4.50
Requires-Dist: dashing-next~=0.1
Requires-Dist: shortuuid~=1.0
Requires-Dist: quantities~=0.15.0
Requires-Dist: exceptiongroup>=1.2.0
Requires-Dist: opentelemetry-api~=1.0
Requires-Dist: mpi4py~=3.0 ; extra == "parallel"
Requires-Dist: mpipool>=2.2.1,<3 ; extra == "parallel"
Requires-Dist: mpilock~=1.1 ; extra == "parallel"
Provides-Extra: parallel

[![Build Status](https://github.com/dbbs-lab/bsb/actions/workflows/main.yml/badge.svg)](https://github.com/dbbs-lab/bsb/actions/workflows/main.yml)
[![Documentation](https://readthedocs.org/projects/bsb-core/badge/?version=latest)](https://bsb-core.readthedocs.io/en/latest/?badge=latest)
[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)
[![codecov](https://codecov.io/gh/dbbs-lab/bsb-core/branch/main/graph/badge.svg)](https://codecov.io/gh/dbbs-lab/bsb-core)

# bsb-core

This project contains the main [BSB](https://github.com/dbbs-lab/bsb) framework and is needed by all its sub packages.

Comprehensive documentation is available at:

* [BSB Documentation](https://bsb.readthedocs.io/en/latest)
* [bsb-core Documentation](https://bsb-core.readthedocs.io/en/latest)

