.containerignore
.devcontainer.json
.gitattributes
.gitignore
.gitremotes
.pre-commit-config.yaml
CHANGELOG.rst
CONTRIBUTING.rst
Dockerfile
LICENSE
README.rst
pyproject.toml
setup.cfg
.github/dependabot.yml
.github/pages/index.html
.github/workflows/code.yml
.github/workflows/docs.yml
.github/workflows/linkcheck.yml
.vscode/extensions.json
.vscode/launch.json
.vscode/settings.json
.vscode/tasks.json
docs/conf.py
docs/explanations.rst
docs/how-to.rst
docs/index.rst
docs/reference.rst
docs/tutorials.rst
docs/_static/theme_overrides.css
docs/explanations/features.rst
docs/explanations/why-pre-commit.rst
docs/explanations/why-src.rst
docs/explanations/why-use-skeleton.rst
docs/how-to/contributing.rst
docs/how-to/excalidraw.rst
docs/how-to/existing.rst
docs/how-to/update.rst
docs/images/dls-favicon.ico
docs/images/dls-logo.svg
docs/images/excalidraw-example.svg
docs/images/git_merge.png
docs/tutorials/installation.rst
docs/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/container_tests.sh
tests/test_dls_python3_skeleton.py