.editorconfig
.gitignore
.pre-commit-config.yaml
CONTRIBUTING.md
LICENSE
README.md
pyproject.toml
setup.cfg
.github/workflows/publish-to-pypi.yml
src/celery_starter/__init__.py
src/celery_starter/_localization.py
src/celery_starter/apps.py
src/celery_starter.egg-info/PKG-INFO
src/celery_starter.egg-info/SOURCES.txt
src/celery_starter.egg-info/dependency_links.txt
src/celery_starter.egg-info/entry_points.txt
src/celery_starter.egg-info/requires.txt
src/celery_starter.egg-info/top_level.txt
src/celery_starter/management/__init__.py
src/celery_starter/management/commands/__init__.py
src/celery_starter/management/commands/runcelery.py
tests/__init__.py
tests/conftest.py
tests/management/__init__.py
tests/management/commands/__init__.py
tests/management/commands/test_constructor_cmd.py