LICENSE
MANIFEST.in
README.md
requirements.dev.txt
setup.py
django_rest_client/__init__.py
django_rest_client/api_client.py
django_rest_client/api_resource.py
django_rest_client/api_response.py
django_rest_client/cli_maker.py
django_rest_client/exceptions.py
django_rest_client/mixins.py
django_rest_client/types.py
django_rest_client/version.py
django_rest_client.egg-info/PKG-INFO
django_rest_client.egg-info/SOURCES.txt
django_rest_client.egg-info/dependency_links.txt
django_rest_client.egg-info/entry_points.txt
django_rest_client.egg-info/requires.txt
django_rest_client.egg-info/top_level.txt
example_project/__init__.py
example_project/cli.py
example_project/client.py
example_project/resources.py
tests/__init__.py
tests/abstract_test_case.py
tests/mock_utils.py
tests/test_cli.py
tests/test_client.py