LICENSE
MANIFEST.in
README.md
cookiecutter.json
pyproject.toml
hooks/post_gen_project.py
hooks/pre_gen_project.py
tests/test_cookiecutter.py
uvi/__init__.py
uvi/cli.py
uvi.egg-info/PKG-INFO
uvi.egg-info/SOURCES.txt
uvi.egg-info/dependency_links.txt
uvi.egg-info/entry_points.txt
uvi.egg-info/requires.txt
uvi.egg-info/top_level.txt
{{cookiecutter.project_name}}/.editorconfig
{{cookiecutter.project_name}}/.gitignore
{{cookiecutter.project_name}}/.pre-commit-config.yaml
{{cookiecutter.project_name}}/CONTRIBUTING.md
{{cookiecutter.project_name}}/Dockerfile
{{cookiecutter.project_name}}/LICENSE_APACHE
{{cookiecutter.project_name}}/LICENSE_BSD
{{cookiecutter.project_name}}/LICENSE_GPL
{{cookiecutter.project_name}}/LICENSE_ISC
{{cookiecutter.project_name}}/LICENSE_MIT
{{cookiecutter.project_name}}/Makefile
{{cookiecutter.project_name}}/README.md
{{cookiecutter.project_name}}/codecov.yaml
{{cookiecutter.project_name}}/mkdocs.yml
{{cookiecutter.project_name}}/pyproject.toml
{{cookiecutter.project_name}}/tox.ini
{{cookiecutter.project_name}}/.devcontainer/devcontainer.json
{{cookiecutter.project_name}}/.devcontainer/postCreateCommand.sh
{{cookiecutter.project_name}}/.github/actions/setup-python-env/action.yml
{{cookiecutter.project_name}}/.github/workflows/main.yml
{{cookiecutter.project_name}}/.github/workflows/on-release-main.yml
{{cookiecutter.project_name}}/.github/workflows/validate-codecov-config.yml
{{cookiecutter.project_name}}/docs/index.md
{{cookiecutter.project_name}}/docs/modules.md
{{cookiecutter.project_name}}/tests/test_foo.py
{{cookiecutter.project_name}}/{{cookiecutter.project_slug}}/__init__.py
{{cookiecutter.project_name}}/{{cookiecutter.project_slug}}/foo.py