CHANGELOG.rst
MANIFEST.in
README.rst
setup.py
examples/__init__.py
examples/basic_relationships.py
examples/flask_example.py
examples/flask_example_requests.py
examples/hello_world.py
examples/preprocessors.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/tests/__init__.py
ripozo/tests/python2base.py
ripozo/tests/bases/__init__.py
ripozo/tests/bases/field.py
ripozo/tests/bases/manager.py
ripozo/tests/helpers/__init__.py
ripozo/tests/helpers/dispatcher.py
ripozo/tests/helpers/hello_world_viewset.py
ripozo/tests/helpers/inmemory_manager.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