.dir-locals.el.in
.dockerignore
.env.in
.gitignore
.gitlab-ci.yml
.pre-commit-config.yaml
Dockerfile
Dockerfile.devel
LICENSE
Makefile
NEWS.rst
README.rst
TODO.rst
docker-compose.override.yml
docker-compose.yml
pyproject.toml
requirements-build.txt
requirements-build.txt.in
requirements-devel.txt
requirements.txt
setup.cfg
tox.ini
.github/workflows/ci-cd.yml
bin/entrypoint
home/.gitignore
home/.pypirc.in
src/python_project_structure.egg-info/PKG-INFO
src/python_project_structure.egg-info/SOURCES.txt
src/python_project_structure.egg-info/dependency_links.txt
src/python_project_structure.egg-info/entry_points.txt
src/python_project_structure.egg-info/requires.txt
src/python_project_structure.egg-info/top_level.txt
src/pythonprojectstructure/__init__.py
src/pythonprojectstructure/__main__.py
src/pythonprojectstructure/version.py
src/pythonprojectstructure/newsfragments/.gitignore
src/pythonprojectstructure/tests/__init__.py
src/pythonprojectstructure/tests/test_cli.py