MANIFEST.in
README.md
pyproject.toml
setup.cfg
create_pyproj/__init__.py
create_pyproj/__main__.py
create_pyproj/createfile.py
create_pyproj/figlet.py
create_pyproj/initialise.py
create_pyproj.egg-info/PKG-INFO
create_pyproj.egg-info/SOURCES.txt
create_pyproj.egg-info/dependency_links.txt
create_pyproj.egg-info/entry_points.txt
create_pyproj.egg-info/requires.txt
create_pyproj.egg-info/top_level.txt
create_pyproj/_config/__init__.py
create_pyproj/_config/logging.py
create_pyproj/_config/logging.yaml
create_pyproj/templates/.flake8.tmpl
create_pyproj/templates/.gitignore.tmpl
create_pyproj/templates/.style.yapf.tmpl
create_pyproj/templates/Pipfile.tmpl
create_pyproj/templates/VERSION.tmpl
create_pyproj/templates/readme.md
create_pyproj/templates/.vscode/settings.json
create_pyproj/templates/src/__init__.py
create_pyproj/templates/src/main.py
create_pyproj/templates/src/settings.yaml
create_pyproj/templates/src/_config/__init__.py
create_pyproj/templates/src/_config/logging.py
create_pyproj/templates/src/_config/logging.yaml
create_pyproj/templates/src/_config/settings.py
create_pyproj/templates/src/_config/version.py