bsb-json 6.0.0a15__py3-none-any.whl → 6.0.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of bsb-json might be problematic. Click here for more details.
- {bsb_json-6.0.0a15.dist-info → bsb_json-6.0.1.dist-info}/METADATA +9 -13
- {bsb_json-6.0.0a15.dist-info → bsb_json-6.0.1.dist-info}/RECORD +5 -5
- {bsb_json-6.0.0a15.dist-info → bsb_json-6.0.1.dist-info}/WHEEL +0 -0
- {bsb_json-6.0.0a15.dist-info → bsb_json-6.0.1.dist-info}/entry_points.txt +0 -0
- {bsb_json-6.0.0a15.dist-info → bsb_json-6.0.1.dist-info}/licenses/LICENSE +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: bsb-json
|
|
3
|
-
Version: 6.0.
|
|
3
|
+
Version: 6.0.1
|
|
4
4
|
Summary: JSON parser and utilities for the BSB.
|
|
5
5
|
Author-email: Robin De Schepper <robin@alexandria.sc>, Dimitri Rodarie <dimitri.rodarie@unipv.it>
|
|
6
6
|
Requires-Python: >=3.10,<4
|
|
@@ -8,22 +8,18 @@ Description-Content-Type: text/markdown
|
|
|
8
8
|
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
|
|
9
9
|
License-File: LICENSE
|
|
10
10
|
Requires-Dist: bsb-core~=6.0
|
|
11
|
-
Requires-Dist: bsb-json[test, docs] ; extra == "dev"
|
|
12
|
-
Requires-Dist: pre-commit~=3.5 ; extra == "dev"
|
|
13
|
-
Requires-Dist: ruff>=0.8.2 ; extra == "dev"
|
|
14
|
-
Requires-Dist: furo~=2024.0 ; extra == "docs"
|
|
15
|
-
Requires-Dist: sphinxext-bsb~=6.0 ; extra == "docs"
|
|
16
|
-
Requires-Dist: bsb-core[parallel] ; extra == "test"
|
|
17
|
-
Requires-Dist: bsb-test~=4.0 ; extra == "test"
|
|
18
|
-
Requires-Dist: coverage>=7.3 ; extra == "test"
|
|
19
|
-
Provides-Extra: dev
|
|
20
|
-
Provides-Extra: docs
|
|
21
|
-
Provides-Extra: test
|
|
22
11
|
|
|
23
|
-
[](https://github.com/dbbs-lab/bsb/actions/workflows/main.yml)
|
|
13
|
+
[](https://bsb-json.readthedocs.io/en/latest/?badge=latest)
|
|
24
14
|
[](https://github.com/astral-sh/ruff)
|
|
25
15
|
|
|
26
16
|
# bsb-json
|
|
27
17
|
|
|
28
18
|
`bsb-json` is a plugin of the [BSB](https://github.com/dbbs-lab/bsb).
|
|
29
19
|
It allows the user to write their models' configuration in the json format.
|
|
20
|
+
|
|
21
|
+
Comprehensive documentation is available at:
|
|
22
|
+
|
|
23
|
+
* [BSB Documentation](https://bsb.readthedocs.io/en/latest)
|
|
24
|
+
* [bsb-json Documentation](https://bsb-json.readthedocs.io/en/latest)
|
|
25
|
+
|
|
@@ -4,8 +4,8 @@ bsb_json/schema/__init__.py,sha256=wysUjXU8dQx5gK6w8O_bT6i99s0pL2N-FE-j6HhfH3E,2
|
|
|
4
4
|
bsb_json/templates/__init__.py,sha256=lY5H_P07XnpMbjkUE9GhH8xiBf1DaCRe1pSpc0gtNsE,169
|
|
5
5
|
bsb_json/templates/skeleton.json,sha256=PGIB9yK_XookqruXYiDowPkyl4DeGIkG2jA5YcVpxzI,405
|
|
6
6
|
bsb_json/templates/starting_example.json,sha256=wajNhU-inAD_k6rP_WrG_5ZL5EssxQhgOwCdS6qXpMU,615
|
|
7
|
-
bsb_json-6.0.
|
|
8
|
-
bsb_json-6.0.
|
|
9
|
-
bsb_json-6.0.
|
|
10
|
-
bsb_json-6.0.
|
|
11
|
-
bsb_json-6.0.
|
|
7
|
+
bsb_json-6.0.1.dist-info/entry_points.txt,sha256=494DZr0iQ9pIo05kX2XHNOu_hcB_MRgrcEYwZjHZNVk,101
|
|
8
|
+
bsb_json-6.0.1.dist-info/licenses/LICENSE,sha256=ljOS4DjXvqEo5VzGfdaRwgRZPbNScGBmfwyC8PChvmQ,32422
|
|
9
|
+
bsb_json-6.0.1.dist-info/WHEEL,sha256=G2gURzTEtmeR8nrdXUJfNiB3VYVxigPQ-bEQujpNiNs,82
|
|
10
|
+
bsb_json-6.0.1.dist-info/METADATA,sha256=i-1sJmgTXkhhhg3O1WVyXdXNOEyI4pXzkwKZM9gk9Ns,1188
|
|
11
|
+
bsb_json-6.0.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|