.coveragerc
AGENTS.md
CHANGELOG.md
CLAUDE.md
LICENSE
MANIFEST.in
README.md
manage.sh
mkdocs.yml
pyproject.toml
tox.ini
.github/workflows/ci.yml
.github/workflows/docs.yml
.github/workflows/publish-to-pypi.yml
.github/workflows/sync-keywords.yml
docs/architecture.md
docs/faq.md
docs/getting-started.md
docs/index.md
docs/requirements.txt
docs/skills.md
docs/javascripts/extra.js
docs/stylesheets/extra.css
src/pico_celery/__init__.py
src/pico_celery/_version.py
src/pico_celery/client.py
src/pico_celery/config.py
src/pico_celery/decorators.py
src/pico_celery/factory.py
src/pico_celery/registrar.py
src/pico_celery.egg-info/PKG-INFO
src/pico_celery.egg-info/SOURCES.txt
src/pico_celery.egg-info/dependency_links.txt
src/pico_celery.egg-info/entry_points.txt
src/pico_celery.egg-info/requires.txt
src/pico_celery.egg-info/top_level.txt
tests/test_client_coverage.py
tests/test_factory_app.py
tests/test_full_e2e.py
tests/test_integrated.py
tests/test_integrated_celery.py
tests/test_registrar_coverage.py
tests/test_registrar_registration.py
tests/test_send_task.py
tests/test_task_decorator.py