Metadata-Version: 2.4
Name: bsb-neuron
Version: 6.0.0a7
Summary: NEURON simulator adapter for the BSB framework.
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: bsb-core~=6.0
Requires-Dist: nrn-patch~=6.0; sys_platform != 'win32'
Requires-Dist: arborize[neuron]~=6.0; sys_platform != 'win32'
Requires-Dist: bsb-neuron[test, docs] ; extra == "dev"
Requires-Dist: pre-commit~=3.5 ; extra == "dev"
Requires-Dist: snakeviz~=2.1 ; extra == "dev"
Requires-Dist: ruff>=0.8.2 ; extra == "dev"
Requires-Dist: furo~=2024.0 ; extra == "docs"
Requires-Dist: sphinxext-bsb~=6.0 ; extra == "docs"
Requires-Dist: bsb-core[parallel] ; extra == "parallel"
Requires-Dist: bsb-core[parallel] ; extra == "test"
Requires-Dist: bsb-test~=6.0 ; extra == "test"
Requires-Dist: bsb-hdf5~=6.0 ; extra == "test"
Requires-Dist: coverage~=7.0 ; extra == "test"
Provides-Extra: dev
Provides-Extra: docs
Provides-Extra: parallel
Provides-Extra: test

[![Build Status](https://github.com/dbbs-lab/bsb-neuron/actions/workflows/main.yml/badge.svg)](https://github.com/dbbs-lab/bsb-neuron/actions/workflows/main.yml)
[![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)

# bsb-neuron

bsb-neuron is a plugin of the [BSB](https://github.com/dbbs-lab/bsb). 
It contains the interfaces and tools to simulate BSB circuit with the 
[neuron simulator](https://www.neuron.yale.edu/neuron/).

