.bumpversion.cfg
.cookiecutterrc
.coveragerc
.editorconfig
.pre-commit-config.yaml
.readthedocs.yml
.taplo.toml
AUTHORS.rst
CHANGELOG.rst
CONTRIBUTING.rst
LICENSE
MANIFEST.in
README.rst
pyproject.toml
pytest.ini
setup.py
tox.ini
.github/workflows/github-actions.yml
ci/bootstrap.py
ci/requirements.txt
ci/templates/.github/workflows/github-actions.yml
docs/authors.rst
docs/changelog.rst
docs/conf.py
docs/contributing.rst
docs/index.rst
docs/installation.rst
docs/readme.rst
docs/requirements.txt
docs/spelling_wordlist.txt
docs/usage.rst
docs/reference/index.rst
docs/reference/uwsgicache.rst
src/uwsgicache.py
src/django_uwsgi_cache.egg-info/PKG-INFO
src/django_uwsgi_cache.egg-info/SOURCES.txt
src/django_uwsgi_cache.egg-info/dependency_links.txt
src/django_uwsgi_cache.egg-info/not-zip-safe
src/django_uwsgi_cache.egg-info/requires.txt
src/django_uwsgi_cache.egg-info/top_level.txt
tests/test_uwsgicache.py
tests/test_app/__init__.py
tests/test_app/models.py
tests/test_app/urls.py
tests/test_app/views.py
tests/test_app/migrations/__init__.py
tests/test_project/__init__.py
tests/test_project/settings.py
tests/test_project/wsgi.py