.gitignore
LICENSE.txt
MANIFEST.in
README.md
pytest.ini
setup.cfg
setup.py
tox.ini
.github/workflows/release_pypi.yml
.github/workflows/tests.yml
celery_crossover.egg-info/PKG-INFO
celery_crossover.egg-info/SOURCES.txt
celery_crossover.egg-info/dependency_links.txt
celery_crossover.egg-info/requires.txt
celery_crossover.egg-info/top_level.txt
crossover/__init__.py
crossover/xrequests.py
docs/CeleryCrossoverUseCase.png
examples/__init__.py
examples/database.py
examples/project_1/__init__.py
examples/project_1/celery_conf.py
examples/project_1/project.py
examples/project_2/__init__.py
examples/project_2/call_p1_tasks.py
examples/project_2/celery_conf.py
examples/project_2/project.py
tests/__init__.py
tests/conftest.py
tests/test_client.py
tests/test_crossover.py