Metadata-Version: 2.1
Name: netherrack
Version: 1.2.1
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: LooserRlP
Author-email: 
License: UNKNOWN
Description: # 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
        ```
        See the documentation for more info.
        
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
