LICENSE
README.md
setup.cfg
setup.py
config/__init__.py
config/asgi.py
config/settings.py
config/urls.py
config/wsgi.py
djrest_wrapper/__init__.py
djrest_wrapper/apps.py
djrest_wrapper.egg-info/PKG-INFO
djrest_wrapper.egg-info/SOURCES.txt
djrest_wrapper.egg-info/dependency_links.txt
djrest_wrapper.egg-info/requires.txt
djrest_wrapper.egg-info/top_level.txt
djrest_wrapper/backends/__init__.py
djrest_wrapper/backends/authentication.py
djrest_wrapper/decorators/__init__.py
djrest_wrapper/decorators/create_model.py
djrest_wrapper/decorators/delete_model.py
djrest_wrapper/decorators/list_model.py
djrest_wrapper/decorators/retrieve_model.py
djrest_wrapper/decorators/serializer_validation.py
djrest_wrapper/decorators/update_model.py
djrest_wrapper/exceptions/__init__.py
djrest_wrapper/exceptions/handler.py
djrest_wrapper/exceptions/apis/__init__.py
djrest_wrapper/exceptions/apis/base.py
djrest_wrapper/exceptions/apis/errors.py
djrest_wrapper/exceptions/apis/exceptions.py
djrest_wrapper/exceptions/services/__init__.py
djrest_wrapper/exceptions/services/base.py
djrest_wrapper/exceptions/services/exceptions.py
djrest_wrapper/interfaces/__init__.py
djrest_wrapper/interfaces/basemodel.py
djrest_wrapper/interfaces/baseservice.py
djrest_wrapper/interfaces/baseviewset.py
djrest_wrapper/paginations/__init__.py
djrest_wrapper/paginations/default.py
djrest_wrapper/permissions/__init__.py
djrest_wrapper/permissions/base.py
djrest_wrapper/permissions/permissions.py
djrest_wrapper/renderers/__init__.py
djrest_wrapper/renderers/defaultjson.py
djrest_wrapper/utils/__init__.py
djrest_wrapper/utils/aes.py
djrest_wrapper/utils/jwthelper.py
djrest_wrapper/utils/redishelper.py
tests/__init__.py
tests/apps.py
tests/models.py
tests/serializers.py
tests/service.py
tests/test_model.py
tests/test_service.py
tests/test_views.py
tests/urls.py
tests/views.py