.coveragerc
AGENTS.md
CHANGELOG.md
CLAUDE.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
SECURITY.md
mkdocs.yml
pyproject.toml
tox.ini
.github/PULL_REQUEST_TEMPLATE.md
.github/ISSUE_TEMPLATE/bug_report.yml
.github/ISSUE_TEMPLATE/feature_request.yml
.github/workflows/ci.yml
.github/workflows/codeql.yml
.github/workflows/docs.yml
.github/workflows/publish-to-pypi.yml
docs/README.md
docs/api-reference.md
docs/architecture.md
docs/configuration.md
docs/creating-plugins.md
docs/ecosystem.md
docs/faq.md
docs/getting-started.md
docs/hooks.py
docs/plugins.md
docs/requirements.txt
docs/skills.md
docs/troubleshooting.md
docs/tutorial-full-crud.md
docs/how-to/custom-entry-points.md
docs/how-to/selective-plugins.md
docs/how-to/testing.md
docs/javascripts/extra.js
docs/stylesheets/extra.css
examples/full-stack/README.md
examples/full-stack/application.yaml
examples/full-stack/requirements.txt
examples/full-stack/myapp/__init__.py
examples/full-stack/myapp/config.py
examples/full-stack/myapp/main.py
examples/full-stack/myapp/services.py
releases/description.md
releases/labels.md
releases/v0.1.0.md
releases/v0.1.1.md
releases/v0.1.2.md
src/pico_boot/__init__.py
src/pico_boot/_version.py
src/pico_boot/py.typed
src/pico_boot.egg-info/PKG-INFO
src/pico_boot.egg-info/SOURCES.txt
src/pico_boot.egg-info/dependency_links.txt
src/pico_boot.egg-info/requires.txt
src/pico_boot.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/test_boot_integration.py
tests/test_exports.py
tests/test_init.py
tests/test_integration.py
tests/test_module_utils.py
tests/test_plugin_discovery.py