pylitematic 0.0.0__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.
@@ -0,0 +1 @@
1
+ __version__ = "0.0.0"
@@ -0,0 +1,29 @@
1
+ Metadata-Version: 2.4
2
+ Name: pylitematic
3
+ Version: 0.0.0
4
+ Summary: Load, modify, and save Litematica schematics
5
+ Author-email: Boscawinks <bosca.winks@gmx.de>
6
+ License: GPL-3.0-only
7
+ Project-URL: Homepage, https://github.com/nieswand/pylitematic
8
+ Project-URL: Repository, https://github.com/nieswand/pylitematic
9
+ Project-URL: Issues, https://github.com/nieswand/pylitematic/issues
10
+ Classifier: Programming Language :: Python :: 3
11
+ Requires-Python: >=3.7
12
+ Description-Content-Type: text/markdown
13
+ Requires-Dist: bitpacking>=0.1.0
14
+ Requires-Dist: nbtlib>=1.6
15
+ Requires-Dist: numpy>=1.21
16
+
17
+ # pylitematic
18
+
19
+ Load, modify, and save [Litematica](https://litematica.org/) schematics
20
+
21
+ ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/pylitematic?style=flat-square)
22
+ ![PyPI](https://img.shields.io/pypi/v/pylitematic?style=flat-square)
23
+
24
+ ## Installation
25
+
26
+ `pylitematic` is available on pypi:
27
+ ```bash
28
+ pip install --upgrade pylitematic
29
+ ```
@@ -0,0 +1,5 @@
1
+ pylitematic/__init__.py,sha256=ShXQBVjyiSOHxoQJS2BvNG395W4KZfqMxZWBAR0MZrE,22
2
+ pylitematic-0.0.0.dist-info/METADATA,sha256=lWoUEdP2KWSKCQMTdYU-bdctHPwuFTAnO43GHQlh_mA,924
3
+ pylitematic-0.0.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
4
+ pylitematic-0.0.0.dist-info/top_level.txt,sha256=sYUxm6O7Dh5TzuP-kPFe2FHJWUuwHFO69vN2VBiEG4A,12
5
+ pylitematic-0.0.0.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: setuptools (80.9.0)
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
5
+
@@ -0,0 +1 @@
1
+ pylitematic