Metadata-Version: 2.1
Name: py-temp
Version: 0.0.4
Summary: A CLI tool for rendering python code using Jinja2.
Home-page: https://github.com/TeamNightSky/PyTemp
Author: FoxNerdSaysMoo, GrandMoff100
Author-email: teamnightsky.gh@gmail.com
License: UNKNOWN
Description: # PyTemp
        ## A CLI tool for rendering python code using Jinja2
        ### Installation (Git)
        ```
        git clone https://github.com/TeamNightSky/PyTemp
        cd PyTemp
        python setup.py install
        ```
        
        ### Installation (Pip) from [PyPI](https://pypi.org/project/pythontemplates)
        
        ```
        pip install pythontemplates
        ```
        
        ### Usage
        For help, use:
        `pytemp --help`
        
        ## That's about it! ;)
        
Platform: UNKNOWN
Description-Content-Type: text/markdown
