LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
setup.py
example/api_proxy_example/manage.py
example/api_proxy_example/api_proxy_example/__init__.py
example/api_proxy_example/api_proxy_example/asgi.py
example/api_proxy_example/api_proxy_example/settings.py
example/api_proxy_example/api_proxy_example/urls.py
example/api_proxy_example/api_proxy_example/wsgi.py
src/django_simple_api_proxy/__init__.py
src/django_simple_api_proxy/admin.py
src/django_simple_api_proxy/apps.py
src/django_simple_api_proxy/models.py
src/django_simple_api_proxy/tests.py
src/django_simple_api_proxy/urls.py
src/django_simple_api_proxy/views.py
src/django_simple_api_proxy.egg-info/PKG-INFO
src/django_simple_api_proxy.egg-info/SOURCES.txt
src/django_simple_api_proxy.egg-info/dependency_links.txt
src/django_simple_api_proxy.egg-info/requires.txt
src/django_simple_api_proxy.egg-info/top_level.txt
src/django_simple_api_proxy/migrations/__init__.py
tests/test_api_proxy.py