.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
AUTHORS.md
CHANGELOG.md
CLAUDE.md
LICENSE
Makefile
README.md
pyproject.toml
tox.ini
.github/workflows/ci.yml
ak_py_bootstrap.egg-info/PKG-INFO
ak_py_bootstrap.egg-info/SOURCES.txt
ak_py_bootstrap.egg-info/dependency_links.txt
ak_py_bootstrap.egg-info/entry_points.txt
ak_py_bootstrap.egg-info/scm_file_list.json
ak_py_bootstrap.egg-info/scm_version.json
ak_py_bootstrap.egg-info/top_level.txt
changelog.d/README.md
changelog.d/_template.md
docs/Makefile
docs/__init__.py
docs/authors.md
docs/changelog.md
docs/conf.py
docs/contributing.md
docs/index.md
docs/installation.md
docs/make.bat
docs/quickstart.md
docs/versioning.md
docs/_templates/.gitkeep
docs/concepts/architecture.md
docs/concepts/index.md
docs/guides/distribute-bootstraps-as-a-plugin.md
docs/guides/export-and-modify-a-bootstrap.md
docs/guides/generate-a-project.md
docs/guides/index.md
docs/guides/register-a-bootstrap.md
docs/guides/write-a-bootstrap.md
docs/reference/api.md
docs/reference/cli.md
docs/reference/index.md
docs/releasing/changelog.md
docs/releasing/configure-github-actions.md
docs/releasing/configure-pypi.md
docs/releasing/configure-readthedocs.md
docs/static/.gitkeep
docs/static/rtd-flyout.js
py_bootstrap/__init__.py
py_bootstrap/base/__init__.py
py_bootstrap/base/operations/__init__.py
py_bootstrap/base/operations/base.py
py_bootstrap/base/operations/recursive_container.py
py_bootstrap/base/operations/runner.py
py_bootstrap/files_processors/__init__.py
py_bootstrap/files_processors/base.py
py_bootstrap/files_processors/copy.py
py_bootstrap/files_processors/generate.py
py_bootstrap/operations/__init__.py
py_bootstrap/operations/base.py
py_bootstrap/operations/build_bootstrap.py
py_bootstrap/operations/dispatcher.py
py_bootstrap/operations/export_bootstrap.py
py_bootstrap/operations/list_bootstraps.py
py_bootstrap/operations/register_bootstrap.py
py_bootstrap/scripts/__init__.py
py_bootstrap/scripts/bootstrap.py
py_bootstrap/templates/__init__.py
py_bootstrap/templates/application/CHANGELOG.md.tmpl
py_bootstrap/templates/application/README.md.tmpl
py_bootstrap/templates/application/__entry_point__.py
py_bootstrap/templates/application/pyproject.toml.tmpl
py_bootstrap/templates/application/requirements-dev.txt
py_bootstrap/templates/application/requirements.txt
py_bootstrap/templates/application/tox.ini.tmpl
py_bootstrap/templates/application/{empty}.gitignore.tmpl
py_bootstrap/templates/application/tests/__init__.py
py_bootstrap/templates/bootstrap/__entry_point__.py
py_bootstrap/templates/bootstrap/__entry_point__.py.tmpl
py_bootstrap/templates/bootstrap/demo-file.txt.tmpl.tmpl
py_bootstrap/templates/package/AUTHORS.md.tmpl
py_bootstrap/templates/package/CHANGELOG.md.tmpl
py_bootstrap/templates/package/README.md.tmpl
py_bootstrap/templates/package/__entry_point__.py
py_bootstrap/templates/package/pyproject.toml.tmpl
py_bootstrap/templates/package/requirements-dev.txt
py_bootstrap/templates/package/requirements.txt
py_bootstrap/templates/package/tox.ini.tmpl
py_bootstrap/templates/package/{empty}.gitignore.tmpl
py_bootstrap/templates/package/docs/Makefile
py_bootstrap/templates/package/docs/__init__.py
py_bootstrap/templates/package/docs/conf.py.tmpl
py_bootstrap/templates/package/docs/index.rst.tmpl
py_bootstrap/templates/package/docs/make.bat
py_bootstrap/templates/package/tests/__init__.py
py_bootstrap/templates/package/tests/test_package.py.tmpl
py_bootstrap/templates/package/{python_name}/__init__.py.tmpl
tests/__init__.py
tests/base/__init__.py
tests/base/operations/__init__.py
tests/base/operations/test_base.py
tests/base/operations/test_recursive_container.py
tests/operations/__init__.py
tests/operations/test_build_bootstrap.py
tests/operations/test_export_bootstrap.py
tests/operations/test_list_bootstraps.py
tests/operations/test_register_bootstrap.py
tests/scripts/__init__.py
tests/scripts/test_bootstrap.py
tests/tst-register-bootstrap-source/__entry_point__.py
tests/tst-register-bootstrap-source/some-file.txt
tests/tst-register-bootstrap-source/some-dir/copied-file.txt
tests/tst-register-bootstrap-source/{python_name}/generated-file.txt.tmpl
tests/tst_templates/__init__.py
tests/tst_templates/test_bootstrap/__entry_point__.py
tests/tst_templates/test_bootstrap/some-file.txt
tests/tst_templates/test_bootstrap/some-dir/copied-file.txt
tests/tst_templates/test_bootstrap/{python_name}/generated-file.txt.tmpl
tests/tst_templates/test_missed_entry_point/some_file.txt
tests/tst_templates/test_wrong_entry_point/__entry_point__.py
tools/check_matrix.py
tools/check_no_diff.py
tools/check_version.py
tools/smoke.py