.gitignore
.pre-commit-config.yaml
.ruff.toml
LICENSE
Makefile
README.md
__init__.py
bamp.cfg
coverage.svg
pyproject.toml
.github/workflows/ppieces_tests.yml
ppieces/__init__.py
ppieces/main.py
ppieces/version.py
ppieces.egg-info/PKG-INFO
ppieces.egg-info/SOURCES.txt
ppieces.egg-info/dependency_links.txt
ppieces.egg-info/entry_points.txt
ppieces.egg-info/requires.txt
ppieces.egg-info/top_level.txt
ppieces/django/.gitignore
ppieces/django/pre-commit-config.yaml
ppieces/scripts/setup_autoenv.sh
ppieces/templates/.djlintrc
ppieces/templates/.gitignore
ppieces/templates/.pre-commit-config.yaml
ppieces/templates/.ruff.toml
ppieces/templates/Makefile
ppieces/templates/README-sample.md
ppieces/templates/main.py
ppieces/templates/requirements.txt
ppieces/templates/pip-tools/Makefile
ppieces/templates/pip-tools/requirements/base.in
ppieces/templates/pip-tools/requirements/development.in
ppieces/templates/pip-tools/requirements/production.in
ppieces/templates/pip-tools/requirements/test.in
ppieces/utils/__init__.py
ppieces/utils/cli.py
ppieces/utils/commands.py
ppieces/utils/constants.py
ppieces/utils/copy.py
ppieces/utils/flows.py
ppieces/utils/prompts.py
ppieces/utils/validation.py
requirements/base.in
requirements/development.in
requirements/development.txt
requirements/production.txt
requirements/test.in
requirements/test.txt
tests/__init__.py
tests/test_cli.py
tests/test_commands.py
tests/test_copy.py
tests/test_prompts.py
tests/test_validation.py