none-shall-parse 0.1.0__tar.gz → 0.2.0__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.1.0
3
+ Version: 0.2.0
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>
@@ -31,17 +31,17 @@ Trinity Shared Python utilities.
31
31
  Using `uv`:
32
32
 
33
33
  ```bash
34
- uv add git+https://bitbucket.org/trintel/py_tsu/src/v0.1.0/
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 git+https://bitbucket.org/trintel/py_tsu/src/v0.1.0/
40
+ uv pip install none_shall_parse
41
41
  ```
42
42
 
43
43
  Using `pip`:
44
44
 
45
45
  ```bash
46
- pip install git+https://bitbucket.org/trintel/py_tsu/src/v0.1.0/
46
+ pip install none_shall_parse
47
47
  ```
@@ -0,0 +1,23 @@
1
+ # none_shall_parse
2
+
3
+ Trinity Shared Python utilities.
4
+
5
+ ## Installation
6
+
7
+ Using `uv`:
8
+
9
+ ```bash
10
+ uv add none_shall_parse
11
+ ```
12
+
13
+ Using `pip` with `uv`:
14
+
15
+ ```bash
16
+ uv pip install none_shall_parse
17
+ ```
18
+
19
+ Using `pip`:
20
+
21
+ ```bash
22
+ pip install none_shall_parse
23
+ ```
@@ -4,7 +4,7 @@ build-backend = "uv_build"
4
4
 
5
5
  [project]
6
6
  name = "none-shall-parse"
7
- version = "0.1.0"
7
+ version = "0.2.0"
8
8
  description = "Trinity Shared Python utilities."
9
9
  readme = "README.md"
10
10
  authors = [
@@ -1,23 +0,0 @@
1
- # none_shall_parse
2
-
3
- Trinity Shared Python utilities.
4
-
5
- ## Installation
6
-
7
- Using `uv`:
8
-
9
- ```bash
10
- uv add git+https://bitbucket.org/trintel/py_tsu/src/v0.1.0/
11
- ```
12
-
13
- Using `pip` with `uv`:
14
-
15
- ```bash
16
- uv pip install git+https://bitbucket.org/trintel/py_tsu/src/v0.1.0/
17
- ```
18
-
19
- Using `pip`:
20
-
21
- ```bash
22
- pip install git+https://bitbucket.org/trintel/py_tsu/src/v0.1.0/
23
- ```