.gitignore
.pre-commit-config.yaml
CHANGELOG.md
CONTRIBUTING.md
LICENSE
README.md
pyproject.toml
setup.py
tox.ini
.github/.stale.yml
.github/PULL_REQUEST_TEMPLATE.md
.github/dependabot.yml
.github/release-drafter.yml
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/config.yml
.github/ISSUE_TEMPLATE/feature_request.md
.github/ISSUE_TEMPLATE/question.md
.github/workflows/codeql-analysis.yml
.github/workflows/greetings.yml
.github/workflows/publish-package.yml
.github/workflows/release-drafter.yml
docs/README.md
src/bake_a_py.egg-info/PKG-INFO
src/bake_a_py.egg-info/SOURCES.txt
src/bake_a_py.egg-info/dependency_links.txt
src/bake_a_py.egg-info/entry_points.txt
src/bake_a_py.egg-info/not-zip-safe
src/bake_a_py.egg-info/requires.txt
src/bake_a_py.egg-info/top_level.txt
src/bakeapy/__init__.py
src/bakeapy/__main__.py
src/bakeapy/cli.py
tests/__init__.py
tests/test_pkg_import.py