.gitignore
.pre-commit-config.yaml
CHANGELOG.rst
Dockerfile
LICENSE
README.rst
pyproject.toml
.devcontainer/devcontainer.json
.github/CONTRIBUTING.rst
.github/dependabot.yml
.github/actions/install_requirements/action.yml
.github/pages/index.html
.github/pages/make_switcher.py
.github/workflows/code.yml
.github/workflows/docs.yml
.github/workflows/docs_clean.yml
.github/workflows/linkcheck.yml
.vscode/extensions.json
.vscode/launch.json
.vscode/settings.json
.vscode/tasks.json
docs/conf.py
docs/genindex.rst
docs/index.rst
docs/developer/index.rst
docs/developer/explanations/skeleton.rst
docs/developer/how-to/build-docs.rst
docs/developer/how-to/contribute.rst
docs/developer/how-to/lint.rst
docs/developer/how-to/make-release.rst
docs/developer/how-to/pin-requirements.rst
docs/developer/how-to/run-tests.rst
docs/developer/how-to/static-analysis.rst
docs/developer/how-to/test-container.rst
docs/developer/how-to/update-tools.rst
docs/developer/reference/standards.rst
docs/developer/tutorials/dev-install.rst
docs/images/dls-favicon.ico
docs/images/dls-logo.svg
docs/images/excalidraw-example.svg
docs/images/git_merge.png
docs/user/index.rst
docs/user/explanations/decisions.rst
docs/user/explanations/structure.rst
docs/user/explanations/why-use-skeleton.rst
docs/user/explanations/decisions/0001-record-architecture-decisions.rst
docs/user/explanations/decisions/0003-docs-structure.rst
docs/user/explanations/decisions/0004-why-src.rst
docs/user/explanations/decisions/0005-pyproject-toml.rst
docs/user/explanations/decisions/0006-setuptools-scm.rst
docs/user/explanations/decisions/0007-dev-dependencies.rst
docs/user/explanations/decisions/0008-use-tox.rst
docs/user/explanations/decisions/0009-sphinx-theme.rst
docs/user/explanations/decisions/0010-vscode-settings.rst
docs/user/explanations/decisions/0011-requirements-txt.rst
docs/user/explanations/decisions/0012-containers.rst
docs/user/how-to/excalidraw.rst
docs/user/how-to/existing.rst
docs/user/how-to/maintain-your-own-skeleton.rst
docs/user/how-to/pypi.rst
docs/user/how-to/run-container.rst
docs/user/how-to/update.rst
docs/user/reference/api.rst
docs/user/tutorials/installation.rst
docs/user/tutorials/new.rst
src/python3_pip_skeleton/__init__.py
src/python3_pip_skeleton/__main__.py
src/python3_pip_skeleton/_version.py
src/python3_pip_skeleton.egg-info/PKG-INFO
src/python3_pip_skeleton.egg-info/SOURCES.txt
src/python3_pip_skeleton.egg-info/dependency_links.txt
src/python3_pip_skeleton.egg-info/entry_points.txt
src/python3_pip_skeleton.egg-info/requires.txt
src/python3_pip_skeleton.egg-info/top_level.txt
tests/test_adopt.py
tests/test_cli.py