bsb-json 4.2.1__py3-none-any.whl → 4.2.2__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.2.1"
7
+ __version__ = "4.2.2"
@@ -1,12 +1,12 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.3
2
2
  Name: bsb-json
3
- Version: 4.2.1
3
+ Version: 4.2.2
4
4
  Summary: JSON parser and utilities for the BSB.
5
5
  Author-email: Robin De Schepper <robingilbert.deschepper@unipv.it>
6
6
  Requires-Python: >=3.8
7
7
  Description-Content-Type: text/markdown
8
8
  Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
9
- Requires-Dist: bsb-core~=4.1
9
+ Requires-Dist: bsb-core~=5.0
10
10
  Requires-Dist: bsb-json[test] ; extra == "dev"
11
11
  Requires-Dist: build~=1.0 ; extra == "dev"
12
12
  Requires-Dist: twine~=4.0 ; extra == "dev"
@@ -25,6 +25,6 @@ Provides-Extra: test
25
25
 
26
26
  # bsb-json
27
27
 
28
- `bsb-json` is a plugin of [BSB](https://github.com/dbbs-lab/bsb) (see also
28
+ `bsb-json` is a plugin of the [BSB](https://github.com/dbbs-lab/bsb) (see also
29
29
  [bsb-core](https://github.com/dbbs-lab/bsb-core)).
30
30
  It allows the user to write their models' configuration in the json format.
@@ -1,11 +1,11 @@
1
- bsb_json/__init__.py,sha256=GsFS4ZDii4iJzxNvapzd0CchOmQciZZsFq9G37dgGKg,126
1
+ bsb_json/__init__.py,sha256=eZ831q86dWaapbGFDJd1CDtmS_kU8ZU2E7DKSGN2zxE,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=PGIB9yK_XookqruXYiDowPkyl4DeGIkG2jA5YcVpxzI,405
6
6
  bsb_json/templates/starting_example.json,sha256=wajNhU-inAD_k6rP_WrG_5ZL5EssxQhgOwCdS6qXpMU,615
7
- bsb_json-4.2.1.dist-info/entry_points.txt,sha256=494DZr0iQ9pIo05kX2XHNOu_hcB_MRgrcEYwZjHZNVk,101
8
- bsb_json-4.2.1.dist-info/LICENSE,sha256=ljOS4DjXvqEo5VzGfdaRwgRZPbNScGBmfwyC8PChvmQ,32422
9
- bsb_json-4.2.1.dist-info/WHEEL,sha256=EZbGkh7Ie4PoZfRQ8I0ZuP9VklN_TvcZ6DSE5Uar4z4,81
10
- bsb_json-4.2.1.dist-info/METADATA,sha256=1Uhnh4JBP8xJs-b_Eg-WpqytVR9voFdjxjAt2SwzLpI,1347
11
- bsb_json-4.2.1.dist-info/RECORD,,
7
+ bsb_json-4.2.2.dist-info/entry_points.txt,sha256=494DZr0iQ9pIo05kX2XHNOu_hcB_MRgrcEYwZjHZNVk,101
8
+ bsb_json-4.2.2.dist-info/LICENSE,sha256=ljOS4DjXvqEo5VzGfdaRwgRZPbNScGBmfwyC8PChvmQ,32422
9
+ bsb_json-4.2.2.dist-info/WHEEL,sha256=CpUCUxeHQbRN5UGRQHYRJorO5Af-Qy_fHMctcQ8DSGI,82
10
+ bsb_json-4.2.2.dist-info/METADATA,sha256=yjmNo5L-IhUAYYV5I3XBgaO7-ZszpVQKFeAUQu2KQ0A,1351
11
+ bsb_json-4.2.2.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: flit 3.9.0
2
+ Generator: flit 3.10.1
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any