none-shall-parse 0.2.0__tar.gz → 0.2.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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: none-shall-parse
3
- Version: 0.2.0
3
+ Version: 0.2.1
4
4
  Summary: Trinity Shared Python utilities.
5
5
  Author: Jan Badenhorst, Andries Niemandt
6
6
  Author-email: Jan Badenhorst <jan.badenhorst@trintel.co.za>, Andries Niemandt <andries.niemandt@trintel.co.za>
@@ -22,7 +22,7 @@ Provides-Extra: dev
22
22
  Provides-Extra: docs
23
23
  Description-Content-Type: text/markdown
24
24
 
25
- # none_shall_parse
25
+ # none-shall-parse
26
26
 
27
27
  Trinity Shared Python utilities.
28
28
 
@@ -31,17 +31,17 @@ Trinity Shared Python utilities.
31
31
  Using `uv`:
32
32
 
33
33
  ```bash
34
- uv add none_shall_parse
34
+ uv add none-shall-parse
35
35
  ```
36
36
 
37
37
  Using `pip` with `uv`:
38
38
 
39
39
  ```bash
40
- uv pip install none_shall_parse
40
+ uv pip install none-shall-parse
41
41
  ```
42
42
 
43
43
  Using `pip`:
44
44
 
45
45
  ```bash
46
- pip install none_shall_parse
46
+ pip install none-shall-parse
47
47
  ```
@@ -1,4 +1,4 @@
1
- # none_shall_parse
1
+ # none-shall-parse
2
2
 
3
3
  Trinity Shared Python utilities.
4
4
 
@@ -7,17 +7,17 @@ Trinity Shared Python utilities.
7
7
  Using `uv`:
8
8
 
9
9
  ```bash
10
- uv add none_shall_parse
10
+ uv add none-shall-parse
11
11
  ```
12
12
 
13
13
  Using `pip` with `uv`:
14
14
 
15
15
  ```bash
16
- uv pip install none_shall_parse
16
+ uv pip install none-shall-parse
17
17
  ```
18
18
 
19
19
  Using `pip`:
20
20
 
21
21
  ```bash
22
- pip install none_shall_parse
22
+ pip install none-shall-parse
23
23
  ```
@@ -4,7 +4,7 @@ build-backend = "uv_build"
4
4
 
5
5
  [project]
6
6
  name = "none-shall-parse"
7
- version = "0.2.0"
7
+ version = "0.2.1"
8
8
  description = "Trinity Shared Python utilities."
9
9
  readme = "README.md"
10
10
  authors = [
@@ -5,4 +5,4 @@ A collection of shared utilities for Trinity projects.
5
5
 
6
6
  __version__ = "0.1.0"
7
7
  __author__ = "Jan Badenhorst, Andries Niemandt"
8
- __email__ = "jan@trintel.co.za"
8
+ __email__ = "jan@trintel.co.za, andries.niemandt@trintel.co.za"