Metadata-Version: 2.3
Name: bsb-json
Version: 4.2.2
Summary: JSON parser and utilities for the BSB.
Author-email: Robin De Schepper <robingilbert.deschepper@unipv.it>
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Requires-Dist: bsb-core~=5.0
Requires-Dist: bsb-json[test] ; extra == "dev"
Requires-Dist: build~=1.0 ; extra == "dev"
Requires-Dist: twine~=4.0 ; extra == "dev"
Requires-Dist: pre-commit~=3.5 ; extra == "dev"
Requires-Dist: black~=24.1.1 ; extra == "dev"
Requires-Dist: isort~=5.12 ; extra == "dev"
Requires-Dist: bump-my-version~=0.24 ; extra == "dev"
Requires-Dist: bsb-core[parallel] ; extra == "test"
Requires-Dist: bsb-test~=4.0 ; extra == "test"
Requires-Dist: coverage~=7.0 ; extra == "test"
Provides-Extra: dev
Provides-Extra: test

[![Build Status](https://github.com/dbbs-lab/bsb-json/actions/workflows/main.yml/badge.svg)](https://github.com/dbbs-lab/bsb-json/actions/workflows/main.yml)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)

# bsb-json

`bsb-json` is a plugin of the [BSB](https://github.com/dbbs-lab/bsb) (see also 
[bsb-core](https://github.com/dbbs-lab/bsb-core)). 
It allows the user to write their models' configuration in the json format.
