.gitignore
.travis.yml
LICENSE
MANIFEST.in
README.rst
pyproject.toml
setup.py
tox.ini
docs/CHANGELOG.rst
docs/conf.py
docs/index.rst
src/django_priority_batch/__about__.py
src/django_priority_batch/__init__.py
src/django_priority_batch/middleware.py
src/django_priority_batch/prioritized_batcher.py
src/django_priority_batch.egg-info/PKG-INFO
src/django_priority_batch.egg-info/SOURCES.txt
src/django_priority_batch.egg-info/dependency_links.txt
src/django_priority_batch.egg-info/requires.txt
src/django_priority_batch.egg-info/top_level.txt
tests/settings.py
tests/test_prioritized_batcher.py