CHANGES.rst
MANIFEST.in
README.rst
setup.cfg
setup.py
example/__init__.py
example/model/__init__.py
example/model/application.py
example/model/message.py
example/model/user.py
example/views/__init__.py
example/views/application_media.py
example/views/application_user_messages.py
example/views/application_user_score.py
example/views/application_users.py
example/views/applications.py
example/views/declarative.py
example/views/health.py
example/views/messages.py
pyramid_rest/__init__.py
pyramid_rest/mongo.py
pyramid_rest/renderer.py
pyramid_rest/resource.py
pyramid_rest/sphinxext.py
pyramid_rest.egg-info/PKG-INFO
pyramid_rest.egg-info/SOURCES.txt
pyramid_rest.egg-info/dependency_links.txt
pyramid_rest.egg-info/entry_points.txt
pyramid_rest.egg-info/requires.txt
pyramid_rest.egg-info/top_level.txt
pyramid_rest/tests/__init__.py
pyramid_rest/tests/functional/__init__.py
pyramid_rest/tests/functional/test_mongo.py
pyramid_rest/tests/functional/test_renderer.py
pyramid_rest/tests/functional/test_resource.py
pyramid_rest/tests/unittests/__init__.py
pyramid_rest/tests/unittests/test_mongo.py
pyramid_rest/tests/unittests/test_pyramid_rest.py
pyramid_rest/tests/unittests/test_renderer.py
pyramid_rest/tests/unittests/test_resource.py
pyramid_rest/tests/unittests/test_route_pattern_ids.py