Metadata-Version: 2.4
Name: pylitematic
Version: 0.0.2
Summary: Load, modify, and save Litematica schematics
Author-email: Boscawinks <bosca.winks@gmx.de>
License: GPL-3.0-only
Project-URL: Homepage, https://github.com/boscawinks/pylitematic
Project-URL: Repository, https://github.com/boscawinks/pylitematic
Project-URL: Issues, https://github.com/boscawinks/pylitematic/issues
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.10.12
Description-Content-Type: text/markdown
Requires-Dist: bitpacking>=0.1.0
Requires-Dist: nbtlib>=2.0.4
Requires-Dist: numpy>=2.2.6

# pylitematic

Load, modify, and save [Litematica](https://litematica.org/) schematics

![PyPI - Python Version](https://img.shields.io/pypi/pyversions/pylitematic?style=flat-square)
![PyPI](https://img.shields.io/pypi/v/pylitematic?style=flat-square)

## Installation

`pylitematic` is available on pypi:
```bash
python3 -m pip install --upgrade pylitematic
```
