INSTALL
LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
django_rest_framework_rules.egg-info/PKG-INFO
django_rest_framework_rules.egg-info/SOURCES.txt
django_rest_framework_rules.egg-info/dependency_links.txt
django_rest_framework_rules.egg-info/requires.txt
django_rest_framework_rules.egg-info/top_level.txt
rest_framework_rules/__init__.py
rest_framework_rules/decorators.py
rest_framework_rules/mixins.py
tests/manage.py
tests/testapp/__init__.py
tests/testapp/models.py
tests/testapp/rules.py
tests/testapp/serializers.py
tests/testapp/settings.py
tests/testapp/urls.py
tests/testapp/views.py
tests/testapp/viewsets.py
tests/testapp/migrations/0001_initial.py
tests/testapp/migrations/__init__.py
tests/testsuite/__init__.py
tests/testsuite/test_views/__init__.py
tests/testsuite/test_views/test_decorator.py
tests/testsuite/test_views/test_mixin.py
tests/testsuite/test_viewsets/__init__.py
tests/testsuite/test_viewsets/test_decorator.py
tests/testsuite/test_viewsets/test_mixin.py