CHANGELOG.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
django_service_urls/__init__.py
django_service_urls/base.py
django_service_urls/exceptions.py
django_service_urls/loads.py
django_service_urls/mypy.py
django_service_urls/parse.py
django_service_urls/py.typed
django_service_urls/version.py
django_service_urls.egg-info/PKG-INFO
django_service_urls.egg-info/SOURCES.txt
django_service_urls.egg-info/dependency_links.txt
django_service_urls.egg-info/not-zip-safe
django_service_urls.egg-info/requires.txt
django_service_urls.egg-info/top_level.txt
django_service_urls/services/__init__.py
django_service_urls/services/cache.py
django_service_urls/services/database.py
django_service_urls/services/email.py
django_service_urls/services/storages.py
django_service_urls/services/tasks.py
tests/test_django.py
tests/test_exceptions.py
tests/test_parse.py
tests/test_service_cache.py
tests/test_service_db.py
tests/test_service_email.py
tests/test_service_storage.py
tests/test_service_task.py
tests/test_services.py