Metadata-Version: 2.1
Name: dots-code-generator
Version: 0.0.2
Summary: DOTS code generator
Home-page: https://github.com/pnxs/dots-code-generator
Author: Thomas Schaetzlein
Author-email: pypi@thomas.pnxs.de
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: simpleparse
Requires-Dist: jinja2

# dots-code-generator

# Usage
Add path with config_txt.py and path to "dots" python module to PYTHONPATH.

Call dcg.py:
cd examples
mkdir -p out
../bin/dcg.py -T templates -C config_txt -o out some_types.dots -v

Generated files will be places in directory "out".


