bsb-json 4.1.0__py3-none-any.whl → 4.2.0__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/__init__.py CHANGED
@@ -4,4 +4,4 @@ JSON parser and utilities for the BSB.
4
4
 
5
5
  from .schema import get_json_schema, get_schema
6
6
 
7
- __version__ = "4.1.0"
7
+ __version__ = "4.2.0"
@@ -0,0 +1,30 @@
1
+ Metadata-Version: 2.1
2
+ Name: bsb-json
3
+ Version: 4.2.0
4
+ Summary: JSON parser and utilities for the BSB.
5
+ Author-email: Robin De Schepper <robingilbert.deschepper@unipv.it>
6
+ Requires-Python: >=3.8
7
+ Description-Content-Type: text/markdown
8
+ Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
9
+ Requires-Dist: bsb-core~=4.1
10
+ Requires-Dist: bsb-json[test] ; extra == "dev"
11
+ Requires-Dist: build~=1.0 ; extra == "dev"
12
+ Requires-Dist: twine~=4.0 ; extra == "dev"
13
+ Requires-Dist: pre-commit~=3.5 ; extra == "dev"
14
+ Requires-Dist: black~=24.1.1 ; extra == "dev"
15
+ Requires-Dist: isort~=5.12 ; extra == "dev"
16
+ Requires-Dist: bump-my-version~=0.24 ; extra == "dev"
17
+ Requires-Dist: bsb-core[parallel] ; extra == "test"
18
+ Requires-Dist: bsb-test~=4.0 ; extra == "test"
19
+ Requires-Dist: coverage~=7.0 ; extra == "test"
20
+ Provides-Extra: dev
21
+ Provides-Extra: test
22
+
23
+ [![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)
24
+ [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
25
+
26
+ # bsb-json
27
+
28
+ `bsb-json` is a plugin of [BSB](https://github.com/dbbs-lab/bsb) (see also
29
+ [bsb-core](https://github.com/dbbs-lab/bsb-core)).
30
+ It allows the user to write their models' configuration in the json format.
@@ -1,11 +1,11 @@
1
- bsb_json/__init__.py,sha256=4msmydhVecnBuKc8sibFCJfPoLfU8KKpCGbHO4ckW4Q,126
1
+ bsb_json/__init__.py,sha256=Kaf5CNrwHHrCcNiWbfEim7XRy--p_lsAQNtbgcjVjZI,126
2
2
  bsb_json/parser.py,sha256=HmATGli-cajiOfgTcsnLiBF0_h1z61hO_J6Kn-FI368,1171
3
3
  bsb_json/schema/__init__.py,sha256=ZSY889zyTyKaa8D2jobeYTCM5YzR4xdb6UBRtGA0dF4,2343
4
4
  bsb_json/templates/__init__.py,sha256=lY5H_P07XnpMbjkUE9GhH8xiBf1DaCRe1pSpc0gtNsE,169
5
5
  bsb_json/templates/skeleton.json,sha256=62TVuFPvT7OecyIokjAw5-d4kdv_Sdv1tcofB9sp2pY,379
6
6
  bsb_json/templates/starting_example.json,sha256=mlfTXiKEyDbaiJnvf36vFQExkeVfQJ07c4LZ5yQtTSI,799
7
- bsb_json-4.1.0.dist-info/entry_points.txt,sha256=494DZr0iQ9pIo05kX2XHNOu_hcB_MRgrcEYwZjHZNVk,101
8
- bsb_json-4.1.0.dist-info/LICENSE,sha256=ljOS4DjXvqEo5VzGfdaRwgRZPbNScGBmfwyC8PChvmQ,32422
9
- bsb_json-4.1.0.dist-info/WHEEL,sha256=EZbGkh7Ie4PoZfRQ8I0ZuP9VklN_TvcZ6DSE5Uar4z4,81
10
- bsb_json-4.1.0.dist-info/METADATA,sha256=soOvDU9CdRHf-TVVqwjGsPVZAdT6ON_d2nIh8FVetrs,736
11
- bsb_json-4.1.0.dist-info/RECORD,,
7
+ bsb_json-4.2.0.dist-info/entry_points.txt,sha256=494DZr0iQ9pIo05kX2XHNOu_hcB_MRgrcEYwZjHZNVk,101
8
+ bsb_json-4.2.0.dist-info/LICENSE,sha256=ljOS4DjXvqEo5VzGfdaRwgRZPbNScGBmfwyC8PChvmQ,32422
9
+ bsb_json-4.2.0.dist-info/WHEEL,sha256=EZbGkh7Ie4PoZfRQ8I0ZuP9VklN_TvcZ6DSE5Uar4z4,81
10
+ bsb_json-4.2.0.dist-info/METADATA,sha256=YavYyX6HzdB58PFlrSiyFkDARUCL9B4wv4Ive5BwMzw,1347
11
+ bsb_json-4.2.0.dist-info/RECORD,,
@@ -1,21 +0,0 @@
1
- Metadata-Version: 2.1
2
- Name: bsb-json
3
- Version: 4.1.0
4
- Summary: JSON parser and utilities for the BSB.
5
- Author-email: Robin De Schepper <robingilbert.deschepper@unipv.it>
6
- Requires-Python: >=3.8
7
- Description-Content-Type: text/markdown
8
- Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
9
- Requires-Dist: bsb-core~=4.1
10
- Requires-Dist: pre-commit~=3.5 ; extra == "dev"
11
- Requires-Dist: black~=24.0 ; extra == "dev"
12
- Requires-Dist: isort~=5.12 ; extra == "dev"
13
- Requires-Dist: bump-my-version~=0.18 ; extra == "dev"
14
- Requires-Dist: bsb-core[parallel] ; extra == "test"
15
- Requires-Dist: bsb-test~=4.0 ; extra == "test"
16
- Requires-Dist: coverage~=7.0 ; extra == "test"
17
- Provides-Extra: dev
18
- Provides-Extra: test
19
-
20
- # bsb-json
21
-