pyrecli 0.1.0__py3-none-any.whl → 0.1.1__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.
Potentially problematic release.
This version of pyrecli might be problematic. Click here for more details.
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: pyrecli
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.1
|
|
4
4
|
Summary: Command line utilities for DiamondFire templates
|
|
5
5
|
Home-page: https://github.com/Amp63/pyrecli
|
|
6
6
|
License: MIT
|
|
7
7
|
Keywords: diamondfire,minecraft,template,cli
|
|
8
8
|
Author: Amp
|
|
9
|
-
Requires-Python: >=3.10,<
|
|
9
|
+
Requires-Python: >=3.10,<3.13
|
|
10
10
|
Classifier: License :: OSI Approved :: MIT License
|
|
11
11
|
Classifier: Programming Language :: Python :: 3
|
|
12
12
|
Classifier: Programming Language :: Python :: 3.10
|
|
@@ -19,6 +19,14 @@ Description-Content-Type: text/markdown
|
|
|
19
19
|
|
|
20
20
|
Command line utilities for DiamondFire templates
|
|
21
21
|
|
|
22
|
+
## Installation
|
|
23
|
+
|
|
24
|
+
Run the following command in a terminal:
|
|
25
|
+
|
|
26
|
+
```sh
|
|
27
|
+
pip install pyrecli
|
|
28
|
+
```
|
|
29
|
+
|
|
22
30
|
## Commands
|
|
23
31
|
|
|
24
32
|
- `scan`: Scan all templates on the plot and dump them to a text file (requires [CodeClient](github.com/DFOnline/CodeClient))
|
|
@@ -7,7 +7,7 @@ pyrecli/command/script.py,sha256=l_3F0BVA2sVWy7y6_N-Ck-RFjEotOuMU9feu9bEuJeI,154
|
|
|
7
7
|
pyrecli/command/send.py,sha256=0fsrvC0j2iwNVSWPjUrFuIFESHglfofmzTo0YqeohuU,745
|
|
8
8
|
pyrecli/pyrecli.py,sha256=7PV1gqc5xEUiHd3Z13c8Z3ujYrqfJ2BtrboknyPAJyM,5017
|
|
9
9
|
pyrecli/util.py,sha256=vRswv70wnpTKRZg4KqXIj3jiU_kMd19kJSu6add-duk,1338
|
|
10
|
-
pyrecli-0.1.
|
|
11
|
-
pyrecli-0.1.
|
|
12
|
-
pyrecli-0.1.
|
|
13
|
-
pyrecli-0.1.
|
|
10
|
+
pyrecli-0.1.1.dist-info/METADATA,sha256=b_bsyaFkXeUlTrejzzM0IiewRyluoJi9aIc1l7ldHtM,1961
|
|
11
|
+
pyrecli-0.1.1.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
|
12
|
+
pyrecli-0.1.1.dist-info/entry_points.txt,sha256=p4NEj2DE24W4wuujbQ04LWiz5usR_ii9K3rnVobvEFY,48
|
|
13
|
+
pyrecli-0.1.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|