Metadata-Version: 2.1
Name: defgen
Version: 0.0.14
Summary: Tool to create stylish definitions from structured input
Home-page: https://github.com/Outige/definition-generator
Author: Tieg O'Sullivan
Author-email: tiegosullivanpsnl@gmail.com
License: MIT
Description: # definition-generator
        Tool to create stylish definitions from structured input
        
        # Example output
        ![out12](https://user-images.githubusercontent.com/41017214/109725016-313a4280-7bb9-11eb-91fb-8389f41eae44.jpg)
        ![out13](https://user-images.githubusercontent.com/41017214/109725093-4a42f380-7bb9-11eb-80c2-7a572e35ac53.jpg)
        
        # Some pypi commands
        
        pip install setuptools twine
        python3 setup.py sdist
        twine upload --repository-url https://upload.pypi.org/legacy/ --skip-existing dist/*
        
        How to get using static files
        Adding static files
        How to use requirements.txt
        Variable output dir
        Rm prints
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/markdown
