.gitignore
.travis.yml
CHANGES.txt
LICENSE
MANIFEST.in
README.rst
requirements.txt
setup.cfg
setup.py
test-requirements.txt
tox.ini
examples/long_running_with_tm/development.ini
examples/long_running_with_tm/setup.py
examples/long_running_with_tm/long_running_with_tm/__init__.py
examples/long_running_with_tm/long_running_with_tm/models.py
examples/long_running_with_tm/long_running_with_tm/tasks.py
examples/long_running_with_tm/long_running_with_tm/views.py
examples/long_running_with_tm/long_running_with_tm/scripts/__init__.py
examples/long_running_with_tm/long_running_with_tm/scripts/populate.py
examples/long_running_with_tm/long_running_with_tm/templates/tasks.mako
examples/scheduler_example/MANIFEST.in
examples/scheduler_example/README.rst
examples/scheduler_example/development.ini
examples/scheduler_example/setup.py
examples/scheduler_example/scheduler_example/__init__.py
examples/scheduler_example/scheduler_example/tasks.py
examples/scheduler_example/scheduler_example/views.py
pyramid_celery/__init__.py
pyramid_celery/loaders.py
pyramid_celery.egg-info/PKG-INFO
pyramid_celery.egg-info/SOURCES.txt
pyramid_celery.egg-info/dependency_links.txt
pyramid_celery.egg-info/not-zip-safe
pyramid_celery.egg-info/requires.txt
pyramid_celery.egg-info/top_level.txt
tests/celeryconfig.py
tests/conftest.py
tests/test_celery.py
tests/test_loaders.py
tests/configs/__init__.py
tests/configs/bad.ini
tests/configs/bad_json.ini
tests/configs/basic.py
tests/configs/dev.ini
tests/configs/imports.ini
tests/configs/routing.ini
tests/configs/useceleryconfig.ini