PrintTolTest 0.2.0__py3-none-any.whl → 0.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.
- {printtoltest-0.2.0.dist-info → printtoltest-0.2.2.dist-info}/METADATA +2 -6
- printtoltest-0.2.2.dist-info/RECORD +9 -0
- printtoltest-0.2.0.dist-info/RECORD +0 -9
- {printtoltest-0.2.0.dist-info → printtoltest-0.2.2.dist-info}/WHEEL +0 -0
- {printtoltest-0.2.0.dist-info → printtoltest-0.2.2.dist-info}/entry_points.txt +0 -0
- {printtoltest-0.2.0.dist-info → printtoltest-0.2.2.dist-info}/licenses/LICENSE.md +0 -0
- {printtoltest-0.2.0.dist-info → printtoltest-0.2.2.dist-info}/top_level.txt +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: PrintTolTest
|
3
|
-
Version: 0.2.
|
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
|
-
|
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
|
@@ -0,0 +1,9 @@
|
|
1
|
+
PrintTolTest/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
2
|
+
PrintTolTest/cli.py,sha256=SAkXdQZmTWAH6dHMAOVtvQDs-8er_IIchESHZknt78Y,2075
|
3
|
+
PrintTolTest/tolerance.py,sha256=wN8eGgAUeaArwpPGZofWs203SpdKXk15RnvaQ7EJGgo,287
|
4
|
+
printtoltest-0.2.2.dist-info/licenses/LICENSE.md,sha256=q0l2oX2406iNTmytch1XT4lDnxztbjgyja6zvp8wBA0,2773
|
5
|
+
printtoltest-0.2.2.dist-info/METADATA,sha256=HxKR6DvDuxMrpzr685ZqwRKbdDXGURacM0MHtH1_5R4,2199
|
6
|
+
printtoltest-0.2.2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
7
|
+
printtoltest-0.2.2.dist-info/entry_points.txt,sha256=_w7s7qEvPZvII0_utuplEVnUzskCu9NJlJqLH6PHzwo,55
|
8
|
+
printtoltest-0.2.2.dist-info/top_level.txt,sha256=Hy6xq9GW_e6XfU8p2bI4KdcVJUnVUp-IHatcm53ZZ-U,13
|
9
|
+
printtoltest-0.2.2.dist-info/RECORD,,
|
@@ -1,9 +0,0 @@
|
|
1
|
-
PrintTolTest/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
2
|
-
PrintTolTest/cli.py,sha256=SAkXdQZmTWAH6dHMAOVtvQDs-8er_IIchESHZknt78Y,2075
|
3
|
-
PrintTolTest/tolerance.py,sha256=wN8eGgAUeaArwpPGZofWs203SpdKXk15RnvaQ7EJGgo,287
|
4
|
-
printtoltest-0.2.0.dist-info/licenses/LICENSE.md,sha256=q0l2oX2406iNTmytch1XT4lDnxztbjgyja6zvp8wBA0,2773
|
5
|
-
printtoltest-0.2.0.dist-info/METADATA,sha256=Chj7SD30ZBfGLXYPr6iG5YMa_J9zSYlMZZdQnIVUqKE,2270
|
6
|
-
printtoltest-0.2.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
7
|
-
printtoltest-0.2.0.dist-info/entry_points.txt,sha256=_w7s7qEvPZvII0_utuplEVnUzskCu9NJlJqLH6PHzwo,55
|
8
|
-
printtoltest-0.2.0.dist-info/top_level.txt,sha256=Hy6xq9GW_e6XfU8p2bI4KdcVJUnVUp-IHatcm53ZZ-U,13
|
9
|
-
printtoltest-0.2.0.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|