Metadata-Version: 2.4
Name: arborize
Version: 7.2.0
Summary: Write descriptions for NEURON cell models in an Arbor-like manner for both the Arbor and
Author-email: Robin De Schepper <robin@alexandria.sc>
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.21
Requires-Dist: errr~=1.2
Requires-Dist: morphio>=3.3.6,<4
Requires-Dist: bsb-core~=7.0
Requires-Dist: arbor~=0.10 ; extra == "arbor"
Requires-Dist: nmodl-glia[arbor]~=7.0 ; extra == "arbor"
Requires-Dist: bluepyopt~=1.14 ; extra == "bluepyopt"
Requires-Dist: dill>=0.3.8 ; extra == "bluepyopt"
Requires-Dist: nrn-patch~=7.0 ; extra == "neuron"
Requires-Dist: nmodl-glia[neuron]~=7.0 ; extra == "neuron"
Requires-Dist: mpi4py~=3.0 ; extra == "parallel"
Provides-Extra: arbor
Provides-Extra: bluepyopt
Provides-Extra: neuron
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/arborize/badge/?version=latest)](https://arborize.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)

# arborize
A framework to package NEURON cell models following a clear separation between
cell model description and its implementation in NEURON. Cell models described
using this framework are highly portable, testable and distributable.

