.coveragerc
.gitignore
CHANGELOG.md
Dockerfile.test
LICENSE
MANIFEST.in
Makefile
README.md
pyproject.toml
tox.ini
.github/workflows/ci.yml
.github/workflows/publish-to-pypi.yml
.github/workflows/sync-keywords.yml
docs/architecture.md
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_factory_app.py
tests/test_full_e2e.py
tests/test_integrated.py
tests/test_integrated_celery.py
tests/test_registrar_registration.py
tests/test_send_task.py
tests/test_task_decorator.py