.cirrus.yml
.coveragerc
.gitignore
.isort.cfg
.pre-commit-config.yaml
.readthedocs.yml
AUTHORS.rst
CHANGELOG.rst
CONTRIBUTING.rst
LICENSE.txt
README.rst
environment.yml
pyproject.toml
setup.cfg
setup.py
tox.ini
.github/PULL_REQUEST_TEMPLATE.md
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/config.yml
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/codeql-analysis.yml
.github/workflows/make-demo-repo.yml
.github/workflows/publish-package.yml
debian/changelog
debian/compat
debian/control
debian/rules
debian/watch
debian/source/format
debian/source/options
docs/Makefile
docs/action-pipeline.rst
docs/advanced.rst
docs/changelog.rst
docs/conf.py
docs/contributing.rst
docs/contributors.rst
docs/dependencies.rst
docs/dev-guide.rst
docs/example_setup.cfg
docs/extensions.rst
docs/faq.rst
docs/features.rst
docs/index.rst
docs/install.rst
docs/license.rst
docs/migration.rst
docs/project-structure.rst
docs/reasons.rst
docs/requirements.txt
docs/updating.rst
docs/usage.rst
docs/_static/.gitignore
docs/_static/pyscaffold-custom.css
docs/examples/cirrus-extension.rst
docs/examples/gitlab-ci-extension.rst
docs/examples/namespace-extension.rst
docs/examples/no-skeleton-extension.rst
docs/examples/no-tox-extension.rst
docs/examples/pre-commit-extension.rst
docs/gfx/action-pipeline-paths.svg
docs/gfx/action-pipeline.svg
docs/gfx/api-paths.svg
docs/gfx/api.svg
docs/gfx/demo.cast
docs/gfx/demo.gif
docs/gfx/github_logo.png
docs/gfx/github_logo.svg
docs/gfx/logo.ico
docs/gfx/logo.png
docs/gfx/logo.svg
docs/gfx/sidebar.png
docs/gfx/simple-icon.svg
src/PyScaffold.egg-info/PKG-INFO
src/PyScaffold.egg-info/SOURCES.txt
src/PyScaffold.egg-info/dependency_links.txt
src/PyScaffold.egg-info/entry_points.txt
src/PyScaffold.egg-info/not-zip-safe
src/PyScaffold.egg-info/requires.txt
src/PyScaffold.egg-info/top_level.txt
src/pyscaffold/__init__.py
src/pyscaffold/actions.py
src/pyscaffold/api.py
src/pyscaffold/cli.py
src/pyscaffold/dependencies.py
src/pyscaffold/exceptions.py
src/pyscaffold/file_system.py
src/pyscaffold/identification.py
src/pyscaffold/info.py
src/pyscaffold/log.py
src/pyscaffold/operations.py
src/pyscaffold/repo.py
src/pyscaffold/shell.py
src/pyscaffold/structure.py
src/pyscaffold/termui.py
src/pyscaffold/toml.py
src/pyscaffold/update.py
src/pyscaffold/extensions/__init__.py
src/pyscaffold/extensions/cirrus.py
src/pyscaffold/extensions/config.py
src/pyscaffold/extensions/github_actions.py
src/pyscaffold/extensions/gitlab_ci.py
src/pyscaffold/extensions/interactive.py
src/pyscaffold/extensions/namespace.py
src/pyscaffold/extensions/no_pyproject.py
src/pyscaffold/extensions/no_skeleton.py
src/pyscaffold/extensions/no_tox.py
src/pyscaffold/extensions/pre_commit.py
src/pyscaffold/extensions/venv.py
src/pyscaffold/templates/__init__.py
src/pyscaffold/templates/__init__.template
src/pyscaffold/templates/authors.template
src/pyscaffold/templates/changelog.template
src/pyscaffold/templates/cirrus.template
src/pyscaffold/templates/conftest_py.template
src/pyscaffold/templates/contributing.template
src/pyscaffold/templates/coveragerc.template
src/pyscaffold/templates/github_ci_workflow.template
src/pyscaffold/templates/gitignore.template
src/pyscaffold/templates/gitignore_empty.template
src/pyscaffold/templates/gitlab_ci.template
src/pyscaffold/templates/header_interactive.template
src/pyscaffold/templates/isort_cfg.template
src/pyscaffold/templates/license_affero_3.0.template
src/pyscaffold/templates/license_apache.template
src/pyscaffold/templates/license_artistic_2.0.template
src/pyscaffold/templates/license_bsd0.template
src/pyscaffold/templates/license_cc0_1.0.template
src/pyscaffold/templates/license_eclipse_1.0.template
src/pyscaffold/templates/license_gpl_2.0.template
src/pyscaffold/templates/license_gpl_3.0.template
src/pyscaffold/templates/license_isc.template
src/pyscaffold/templates/license_lgpl_2.1.template
src/pyscaffold/templates/license_lgpl_3.0.template
src/pyscaffold/templates/license_mit.template
src/pyscaffold/templates/license_mozilla.template
src/pyscaffold/templates/license_new_bsd.template
src/pyscaffold/templates/license_none.template
src/pyscaffold/templates/license_public_domain.template
src/pyscaffold/templates/license_simplified_bsd.template
src/pyscaffold/templates/pre-commit-config.template
src/pyscaffold/templates/pyproject_toml.template
src/pyscaffold/templates/readme.template
src/pyscaffold/templates/rtd_cfg.template
src/pyscaffold/templates/rtd_requirements.template
src/pyscaffold/templates/setup_cfg.template
src/pyscaffold/templates/setup_py.template
src/pyscaffold/templates/skeleton.template
src/pyscaffold/templates/sphinx_authors.template
src/pyscaffold/templates/sphinx_changelog.template
src/pyscaffold/templates/sphinx_conf.template
src/pyscaffold/templates/sphinx_contributing.template
src/pyscaffold/templates/sphinx_index.template
src/pyscaffold/templates/sphinx_license.template
src/pyscaffold/templates/sphinx_makefile.template
src/pyscaffold/templates/sphinx_readme.template
src/pyscaffold/templates/test_skeleton.template
src/pyscaffold/templates/tox_ini.template
tests/__init__.py
tests/conftest.py
tests/helpers.py
tests/log_helpers.py
tests/test_actions.py
tests/test_api.py
tests/test_cli.py
tests/test_dependencies.py
tests/test_examples.py
tests/test_exceptions.py
tests/test_extensions.py
tests/test_file_system.py
tests/test_identification.py
tests/test_info.py
tests/test_init.py
tests/test_install.py
tests/test_log.py
tests/test_operations.py
tests/test_repo.py
tests/test_shell.py
tests/test_structure.py
tests/test_templates.py
tests/test_termui.py
tests/test_toml.py
tests/test_update.py
tests/demoapp/pyproject.toml
tests/demoapp/runner.py
tests/demoapp/setup.cfg
tests/demoapp/setup.py
tests/demoapp_data/pyproject.toml
tests/demoapp_data/runner.py
tests/demoapp_data/setup.cfg
tests/demoapp_data/setup.py
tests/demoapp_data/data/hello_world.txt
tests/examples/issue-506/setup.cfg
tests/extensions/__init__.py
tests/extensions/helpers.py
tests/extensions/incompatible_v3_api_fake_extension.py
tests/extensions/test_cirrus.py
tests/extensions/test_config.py
tests/extensions/test_github_actions.py
tests/extensions/test_gitlab_ci.py
tests/extensions/test_interactive.py
tests/extensions/test_namespace.py
tests/extensions/test_no_pyproject.py
tests/extensions/test_no_skeleton.py
tests/extensions/test_no_tox.py
tests/extensions/test_pre_commit.py
tests/extensions/test_venv.py
tests/system/__init__.py
tests/system/conftest.py
tests/system/helpers.py
tests/system/test_common.py
tests/system/test_dependency_managers.py