CHANGES.rst
LICENSE.txt
MANIFEST.in
README.rst
runtests.py
setup.py
setup_test_suite.py
src/django_universal_view_decorator/__init__.py
src/django_universal_view_decorator/five.py
src/django_universal_view_decorator/utils.py
src/django_universal_view_decorator.egg-info/PKG-INFO
src/django_universal_view_decorator.egg-info/SOURCES.txt
src/django_universal_view_decorator.egg-info/dependency_links.txt
src/django_universal_view_decorator.egg-info/top_level.txt
src/django_universal_view_decorator/decorators/__init__.py
src/django_universal_view_decorator/decorators/universal_view_decorator.py
src/django_universal_view_decorator/decorators/view_class_decorator.py
src/django_universal_view_decorator/decorators/view_decorator_base.py
src/django_universal_view_decorator/decorators/view_routine_decorator.py
tests/__init__.py
tests/settings.py
tests/test_five.py
tests/test_universal_view_decorator.py
tests/test_utils.py
tests/test_view_class_decorator.py
tests/test_view_class_decorator_duplicate_handling.py
tests/test_view_decorator_base.py
tests/test_view_decorator_base_arg_handling.py
tests/test_view_routine_decorator.py
tests/test_app/__init__.py
tests/test_app/decorators.py
tests/test_app/tests.py
tests/test_app/urls.py
tests/test_app/views.py