PrintTolTest 0.2.0__tar.gz → 0.2.2__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.4
2
2
  Name: PrintTolTest
3
- Version: 0.2.0
3
+ Version: 0.2.2
4
4
  Summary: A simple CLI tool to calculate 3D print dimensional tolerance.
5
5
  Author: NanashiTheNameless
6
6
  Author-email: NanashiTheNameless <NanashiTheNameless@NamelessNanashi.dev>
@@ -40,15 +40,11 @@ It does have issues and is not a perfect representation of printer performance.
40
40
  Get the Latest
41
41
 
42
42
  ```sh
43
- python3 -m pip install --upgrade 'PrintTolTest @ git+https://github.com/NanashiTheNameless/PrintTolTest@master'
43
+ pipx install --force 'PrintTolTest @ git+https://github.com/NanashiTheNameless/PrintTolTest@main'
44
44
  ```
45
45
 
46
46
  Or get from [PyPi](<https://pypi.org/project/PrintTolTest/>) (not recommended, may be out of date)
47
47
 
48
- ```sh
49
- python3 -m pip install --upgrade PrintTolTest
50
- ```
51
-
52
48
  ## Get started
53
49
 
54
50
  ### Interactively
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: PrintTolTest
3
- Version: 0.2.0
3
+ Version: 0.2.2
4
4
  Summary: A simple CLI tool to calculate 3D print dimensional tolerance.
5
5
  Author: NanashiTheNameless
6
6
  Author-email: NanashiTheNameless <NanashiTheNameless@NamelessNanashi.dev>
@@ -40,15 +40,11 @@ It does have issues and is not a perfect representation of printer performance.
40
40
  Get the Latest
41
41
 
42
42
  ```sh
43
- python3 -m pip install --upgrade 'PrintTolTest @ git+https://github.com/NanashiTheNameless/PrintTolTest@master'
43
+ pipx install --force 'PrintTolTest @ git+https://github.com/NanashiTheNameless/PrintTolTest@main'
44
44
  ```
45
45
 
46
46
  Or get from [PyPi](<https://pypi.org/project/PrintTolTest/>) (not recommended, may be out of date)
47
47
 
48
- ```sh
49
- python3 -m pip install --upgrade PrintTolTest
50
- ```
51
-
52
48
  ## Get started
53
49
 
54
50
  ### Interactively
@@ -12,15 +12,11 @@ It does have issues and is not a perfect representation of printer performance.
12
12
  Get the Latest
13
13
 
14
14
  ```sh
15
- python3 -m pip install --upgrade 'PrintTolTest @ git+https://github.com/NanashiTheNameless/PrintTolTest@master'
15
+ pipx install --force 'PrintTolTest @ git+https://github.com/NanashiTheNameless/PrintTolTest@main'
16
16
  ```
17
17
 
18
18
  Or get from [PyPi](<https://pypi.org/project/PrintTolTest/>) (not recommended, may be out of date)
19
19
 
20
- ```sh
21
- python3 -m pip install --upgrade PrintTolTest
22
- ```
23
-
24
20
  ## Get started
25
21
 
26
22
  ### Interactively
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "PrintTolTest"
7
- version = "0.2.0"
7
+ version = "0.2.2"
8
8
  description = "A simple CLI tool to calculate 3D print dimensional tolerance."
9
9
  readme = "README.md"
10
10
  license = { text = "OQL-1.2" }
File without changes
File without changes