CHANGELOG.rst
MANIFEST.in
README.rst
setup.py
ripozo/__init__.py
ripozo/decorators.py
ripozo/exceptions.py
ripozo/utilities.py
ripozo.egg-info/PKG-INFO
ripozo.egg-info/SOURCES.txt
ripozo.egg-info/dependency_links.txt
ripozo.egg-info/requires.txt
ripozo.egg-info/top_level.txt
ripozo/dispatch/__init__.py
ripozo/dispatch/dispatch_base.py
ripozo/dispatch/adapters/__init__.py
ripozo/dispatch/adapters/base.py
ripozo/dispatch/adapters/boring_json.py
ripozo/dispatch/adapters/hal.py
ripozo/dispatch/adapters/html.py
ripozo/dispatch/adapters/siren.py
ripozo/html_adapter_formats/templates/actions.html
ripozo/html_adapter_formats/templates/entities.html
ripozo/html_adapter_formats/templates/html_adapter_template.html
ripozo/html_adapter_formats/templates/links.html
ripozo/html_adapter_formats/templates/properties.html
ripozo/managers/__init__.py
ripozo/managers/base.py
ripozo/viewsets/__init__.py
ripozo/viewsets/constructor.py
ripozo/viewsets/request.py
ripozo/viewsets/resource_base.py
ripozo/viewsets/restmixins.py
ripozo/viewsets/constants/__init__.py
ripozo/viewsets/constants/input_categories.py
ripozo/viewsets/constants/status.py
ripozo/viewsets/fields/__init__.py
ripozo/viewsets/fields/base.py
ripozo/viewsets/fields/common.py
ripozo/viewsets/relationships/__init__.py
ripozo/viewsets/relationships/list_relationship.py
ripozo/viewsets/relationships/relationship.py