LICENSE
MANIFEST.in
Pipfile
README.md
pyproject.toml
setup.py
drf_decorator_router/__init__.py
drf_decorator_router/admin_router.py
drf_decorator_router/base.py
drf_decorator_router/pagination.py
drf_decorator_router/router.py
drf_decorator_router/tsrouter.py
drf_decorator_router/utils.py
drf_decorator_router.egg-info/PKG-INFO
drf_decorator_router.egg-info/SOURCES.txt
drf_decorator_router.egg-info/dependency_links.txt
drf_decorator_router.egg-info/not-zip-safe
drf_decorator_router.egg-info/requires.txt
drf_decorator_router.egg-info/top_level.txt
tests/__init__.py
tests/asgi.py
tests/settings.py
tests/test.py
tests/urls.py
tests/wsgi.py
tests/mockapp/__init__.py
tests/mockapp/admin.py
tests/mockapp/apps.py
tests/mockapp/models.py
tests/mockapp/routers.py
tests/mockapp/serializers.py
tests/mockapp/views.py
tests/mockapp/migrations/0001_initial.py
tests/mockapp/migrations/0002_mockstore_organization.py
tests/mockapp/migrations/0003_mockproduct_product_code.py
tests/mockapp/migrations/__init__.py