Metadata-Version: 2.1
Name: DFHypercode
Version: 0.0.1
Summary: A tool to convert python scripts to DF code templates.
Home-page: https://github.com/TechStreetDev/Hypercode
Author: TechStreet
Author-email: author@example.com
License: MIT
Project-URL: Bug Tracker, https://github.com/TechStreetDev/Hypercode/issues
Project-URL: Source Code, https://github.com/TechStreetDev/Hypercode
Description: # Py2DF
        ==========
        
        An easy to use and feature-rich tool to convert written, easier to understand python code to a DiamondFire template.
        
        Installing
        ----------
        
        **Python 3.6 or higher is required**
        
        To install the library you can just run the following command:SOON TM
        
        
            # Linux/macOS
            python3 -m pip install -U Hypercode.py
        
            # Windows
            py -3 -m pip install -U Hypercode.py
        
        
        Quick Example
        --------------
        ```py
        @PlayerEvent.Join
        def on_join():
            p_default.send_message("Test")
            p_default.give_items(Item(material=Material.DIAMOND_SWORD, name="My Sword", lore=["My custom sword"]))
            p_default.teleport(Location(50, 50, 50))
        ```
                
        
        You can find more examples in the examples directory.
        
        Links
        ------
        
        - `Documentation <https://py2df.readthedocs.io/en/latest/index.html>`_
        - `Official Discord Server <https://discord.gg/eUVVRyE>`_
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
