https://github.com/dbbs-lab/arborize
A Python package that allows Arbor-like descriptions of cell models for NEURON.
https://github.com/dbbs-lab/arborize
neuron python
Last synced: 4 months ago
JSON representation
A Python package that allows Arbor-like descriptions of cell models for NEURON.
- Host: GitHub
- URL: https://github.com/dbbs-lab/arborize
- Owner: dbbs-lab
- License: gpl-3.0
- Created: 2020-01-27T11:12:36.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2024-05-17T10:00:29.000Z (about 2 years ago)
- Last Synced: 2025-06-10T15:07:05.210Z (about 1 year ago)
- Topics: neuron, python
- Language: Python
- Homepage: https://arborize.readthedocs.io/en/latest/
- Size: 220 KB
- Stars: 1
- Watchers: 1
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
> [!NOTE]
>
> This repository has moved and is now maintained as a part of the [BSB monorepository](https://github.com/dbbs-lab/bsb).
# 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.