bsb-json 6.0.0a15__tar.gz → 6.0.1__tar.gz

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.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: bsb-json
3
- Version: 6.0.0a15
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
- [![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)
12
+ [![Build Status](https://github.com/dbbs-lab/bsb/actions/workflows/main.yml/badge.svg)](https://github.com/dbbs-lab/bsb/actions/workflows/main.yml)
13
+ [![Documentation](https://readthedocs.org/projects/bsb-json/badge/?version=latest)](https://bsb-json.readthedocs.io/en/latest/?badge=latest)
24
14
  [![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](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
+
@@ -0,0 +1,13 @@
1
+ [![Build Status](https://github.com/dbbs-lab/bsb/actions/workflows/main.yml/badge.svg)](https://github.com/dbbs-lab/bsb/actions/workflows/main.yml)
2
+ [![Documentation](https://readthedocs.org/projects/bsb-json/badge/?version=latest)](https://bsb-json.readthedocs.io/en/latest/?badge=latest)
3
+ [![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)
4
+
5
+ # bsb-json
6
+
7
+ `bsb-json` is a plugin of the [BSB](https://github.com/dbbs-lab/bsb).
8
+ It allows the user to write their models' configuration in the json format.
9
+
10
+ Comprehensive documentation is available at:
11
+
12
+ * [BSB Documentation](https://bsb.readthedocs.io/en/latest)
13
+ * [bsb-json Documentation](https://bsb-json.readthedocs.io/en/latest)
@@ -6,7 +6,7 @@ build-backend = "flit_core.buildapi"
6
6
 
7
7
  [project]
8
8
  name = "bsb-json"
9
- version = "6.0.0-a15"
9
+ version = "6.0.1"
10
10
  readme = "README.md"
11
11
  requires-python = ">=3.10,<4"
12
12
  dynamic = [ "description" ]
@@ -26,23 +26,19 @@ dependencies = [ "bsb-core~=6.0" ]
26
26
  [project.license]
27
27
  file = "LICENSE"
28
28
 
29
- [project.optional-dependencies]
30
- test = [ "bsb-core[parallel]", "bsb-test~=4.0", "coverage>=7.3" ]
31
- docs = [ "furo~=2024.0", "sphinxext-bsb~=6.0" ]
32
- dev = [ "bsb-json[test,docs]", "pre-commit~=3.5", "ruff>=0.8.2" ]
33
-
34
29
  [project.entry-points."bsb.config.parsers"]
35
30
  json = "bsb_json.parser"
36
31
 
37
32
  [project.entry-points."bsb.config.templates"]
38
33
  json_templates = "bsb_json.templates"
39
34
 
40
- [tool.flit.module]
41
- name = "bsb_json"
42
-
43
35
  [tool.uv]
36
+ default-groups = [ "dev", "docs", "test" ]
44
37
  sources = { }
45
38
 
39
+ [tool.flit.module]
40
+ name = "bsb_json"
41
+
46
42
  [tool.coverage.run]
47
43
  branch = true
48
44
  source = [ "bsb_json" ]
@@ -1,7 +0,0 @@
1
- [![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)
2
- [![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)
3
-
4
- # bsb-json
5
-
6
- `bsb-json` is a plugin of the [BSB](https://github.com/dbbs-lab/bsb).
7
- It allows the user to write their models' configuration in the json format.
File without changes
File without changes