.gitignore
.readthedocs.yml
AUTHORS.rst
CONTRIBUTING.rst
LICENSE
MANIFEST.in
README.rst
cookiecutter.json
requirements.txt
setup.cfg
setup.py
.github/workflows/jenkins-publish.yml
.github/workflows/python-publish.yml
YannCookieCutter.egg-info/PKG-INFO
YannCookieCutter.egg-info/SOURCES.txt
YannCookieCutter.egg-info/dependency_links.txt
YannCookieCutter.egg-info/not-zip-safe
YannCookieCutter.egg-info/top_level.txt
docs/check_sphinx.py
docs/conf.py
docs/index.rst
docs/requirements.txt
hooks/post_gen_project.py
{{cookiecutter.project_name}}/.gitignore
{{cookiecutter.project_name}}/.readthedocs.yml
{{cookiecutter.project_name}}/AUTHORS.rst
{{cookiecutter.project_name}}/CONTRIBUTING.rst
{{cookiecutter.project_name}}/LICENSE
{{cookiecutter.project_name}}/MANIFEST.in
{{cookiecutter.project_name}}/README.rst
{{cookiecutter.project_name}}/pylint.cfg
{{cookiecutter.project_name}}/requirements.txt
{{cookiecutter.project_name}}/setup.cfg
{{cookiecutter.project_name}}/setup.py
{{cookiecutter.project_name}}/.github/workflows/jenkins-publish.yml
{{cookiecutter.project_name}}/.github/workflows/python-publish.yml
{{cookiecutter.project_name}}/docs/check_sphinx.py
{{cookiecutter.project_name}}/docs/conf.py
{{cookiecutter.project_name}}/docs/index.rst
{{cookiecutter.project_name}}/docs/requirements.txt
{{cookiecutter.project_name}}/tests/Test{{cookiecutter.project_name}}.py
{{cookiecutter.project_name}}/{{cookiecutter.project_name}}/__init__.py
{{cookiecutter.project_name}}/{{cookiecutter.project_name}}/cli.py
{{cookiecutter.project_name}}/{{cookiecutter.project_name}}/{{cookiecutter.project_slug}}.py