LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
pop_create/conf.py
pop_create/scripts.py
pop_create/version.py
pop_create.egg-info/PKG-INFO
pop_create.egg-info/SOURCES.txt
pop_create.egg-info/dependency_links.txt
pop_create.egg-info/entry_points.txt
pop_create.egg-info/requires.txt
pop_create.egg-info/top_level.txt
pop_create/pop_create/init.py
pop_create/pop_create/cicd/{{cookiecutter.root_dir}}/.coveragerc
pop_create/pop_create/cicd/{{cookiecutter.root_dir}}/.gitlab-ci.yml
pop_create/pop_create/cicd/{{cookiecutter.root_dir}}/.pre-commit-config.yaml
pop_create/pop_create/cicd/{{cookiecutter.root_dir}}/build.conf
pop_create/pop_create/cicd/{{cookiecutter.root_dir}}/noxfile.py
pop_create/pop_create/docs/init.py
pop_create/pop_create/docs/{{cookiecutter.root_dir}}/docs/Makefile
pop_create/pop_create/docs/{{cookiecutter.root_dir}}/docs/conf.py
pop_create/pop_create/docs/{{cookiecutter.root_dir}}/docs/index.rst
pop_create/pop_create/docs/{{cookiecutter.root_dir}}/docs/make.bat
pop_create/pop_create/docs/{{cookiecutter.root_dir}}/docs/sitevars.rst
pop_create/pop_create/docs/{{cookiecutter.root_dir}}/docs/releases/index.rst
pop_create/pop_create/docs/{{cookiecutter.root_dir}}/docs/releases/{{cookiecutter.version_number}}.rst
pop_create/pop_create/docs/{{cookiecutter.root_dir}}/docs/topics/contributing.rst
pop_create/pop_create/docs/{{cookiecutter.root_dir}}/docs/topics/license.rst
pop_create/pop_create/docs/{{cookiecutter.root_dir}}/docs/topics/{{cookiecutter.project_name}}.rst
pop_create/pop_create/docs/{{cookiecutter.root_dir}}/docs/tutorial/example.rst
pop_create/pop_create/docs/{{cookiecutter.root_dir}}/docs/tutorial/index.rst
pop_create/pop_create/docs/{{cookiecutter.root_dir}}/requirements/docs.txt
pop_create/pop_create/seed/init.py
pop_create/pop_create/seed/hooks/post_gen_project.py
pop_create/pop_create/seed/hooks/pre_gen_project.py
pop_create/pop_create/seed/{{cookiecutter.root_dir}}/.gitignore
pop_create/pop_create/seed/{{cookiecutter.root_dir}}/.pyproject.toml
pop_create/pop_create/seed/{{cookiecutter.root_dir}}/CONTRIBUTING.rst
pop_create/pop_create/seed/{{cookiecutter.root_dir}}/LICENSE
pop_create/pop_create/seed/{{cookiecutter.root_dir}}/README.rst
pop_create/pop_create/seed/{{cookiecutter.root_dir}}/run.py
pop_create/pop_create/seed/{{cookiecutter.root_dir}}/setup.cfg
pop_create/pop_create/seed/{{cookiecutter.root_dir}}/setup.py
pop_create/pop_create/seed/{{cookiecutter.root_dir}}/requirements/base.txt
pop_create/pop_create/seed/{{cookiecutter.root_dir}}/{{cookiecutter.clean_name}}/conf.py
pop_create/pop_create/seed/{{cookiecutter.root_dir}}/{{cookiecutter.clean_name}}/scripts.py
pop_create/pop_create/seed/{{cookiecutter.root_dir}}/{{cookiecutter.clean_name}}/version.py
pop_create/pop_create/seed/{{cookiecutter.root_dir}}/{{cookiecutter.clean_name}}/{{cookiecutter.clean_name}}/init.py
pop_create/pop_create/tests/hooks/post_gen_project.py
pop_create/pop_create/tests/{{cookiecutter.root_dir}}/pytest.ini
pop_create/pop_create/tests/{{cookiecutter.root_dir}}/requirements/tests.in
pop_create/pop_create/tests/{{cookiecutter.root_dir}}/tests/integration/conftest.py
pop_create/pop_create/tests/{{cookiecutter.root_dir}}/tests/integration/{{cookiecutter.clean_name}}/test_init.py
pop_create/pop_create/tests/{{cookiecutter.root_dir}}/tests/unit/conftest.py
pop_create/pop_create/tests/{{cookiecutter.root_dir}}/tests/unit/{{cookiecutter.clean_name}}/test_init.py
pop_create/tool/path.py