LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
setup.py
docs/.gitkeep
nygen/__init__.py
nygen/__main__.py
nygen/conf.py
nygen/main.py
nygen.egg-info/PKG-INFO
nygen.egg-info/SOURCES.txt
nygen.egg-info/dependency_links.txt
nygen.egg-info/entry_points.txt
nygen.egg-info/requires.txt
nygen.egg-info/top_level.txt
nygen.egg-info/zip-safe
nygen/data/__init__.py
nygen/data/template/LICENSE
nygen/data/template/MANIFEST.in
nygen/data/template/README.md
nygen/data/template/pyproject.toml
nygen/data/template/setup.cfg
nygen/data/template/setup.py
nygen/data/template/{_}.gitignore{_}
nygen/data/template/{name}.code-workspace{_}
nygen/data/template/.github{_}/actions/append-buildnum/action.yml
nygen/data/template/.github{_}/actions/find-regex/action.yml
nygen/data/template/.github{_}/actions/metadata/action.yml
nygen/data/template/.github{_}/workflows/publish-to-pypi.yml
nygen/data/template/.github{_}/workflows/publish-to-testpypi.yml
nygen/data/template/.vscode{_}/launch.json
nygen/data/template/.vscode{_}/settings.json
nygen/data/template/docs/.gitkeep
nygen/data/template/tests/{name}_test.py{_}
nygen/data/template/{name}/__init__.py
nygen/data/template/{name}/__main__.py
nygen/data/template/{name}/main.py
nygen/data/template/{name}/data/__init__.py
nygen/data/template/{name}/lib/__init__.py
nygen/lib/__init__.py
nygen/lib/conda.py
nygen/lib/exceptions.py
nygen/lib/formatter.py
nygen/lib/gen.py
tests/nygen_test.py