Metadata-Version: 2.1
Name: netherrack
Version: 1.4
Summary: Netherrack is a tool to convert Python code into DF code templates.
Home-page: https://github.com/rassoolls/netherrack-docs/blob/master/README.md
Author: DFIdentity
Author-email: 
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.5
Description-Content-Type: text/markdown

# Netherrack
Welcome to the Netherrack documentation. Netherrack is a tool to convert Python code into DF code templates. This project is based on [Prismarine](https://dfprismarine.github.io/), another tool to convert JavaScript code into DF. 

[Docs](https://github.com/rassoolls/netherrack-docs/blob/master/README.md)

[Discord](https://discord.gg/dXsXKXX)

# Installation
To install Netherrack, use the PyPi command:
```py
python3 -m pip install netherrack
```
And done! To use Netherrack in your project, you can import it like this:
```py
from netherrack import netherrack
```
And as for Netherite, the add-on for this library with a collection of pre-built functions:
```py
from netherrack import netherite
```
See the documentation for more info.


