.coveragerc
CHANGELOG.rst
CONTRIBUTORS.rst
LICENSE
MANIFEST.in
Makefile
README.rst
app.wsgi
dev-requirements.txt
setup.cfg
setup.py
tox.ini
docs/changelog.rst
docs/community.rst
docs/concepts.rst
docs/conf.py
docs/faq.rst
docs/index.rst
docs/overview.rst
docs/troubleshooting.rst
docs/_static/piwik.js
docs/_static/theme_overrides.css
docs/_templates/footer.html
docs/_templates/indexcontent.html
docs/_templates/layout.html
docs/api/index.rst
docs/api/versioning.rst
docs/api/1.x/authentication.rst
docs/api/1.x/backoff.rst
docs/api/1.x/batch.rst
docs/api/1.x/buckets.rst
docs/api/1.x/collections.rst
docs/api/1.x/deprecation.rst
docs/api/1.x/errors.rst
docs/api/1.x/filtering.rst
docs/api/1.x/groups.rst
docs/api/1.x/index.rst
docs/api/1.x/pagination.rst
docs/api/1.x/permissions.rst
docs/api/1.x/records.rst
docs/api/1.x/resource.rst
docs/api/1.x/selecting_fields.rst
docs/api/1.x/sorting.rst
docs/api/1.x/timestamps.rst
docs/api/1.x/utilities.rst
docs/configuration/good-practices.rst
docs/configuration/index.rst
docs/configuration/production.rst
docs/configuration/settings.rst
docs/core/contributing.rst
docs/core/ecosystem.rst
docs/core/index.rst
docs/core/quickstart.rst
docs/core/rationale.rst
docs/core/_static/theme_overrides.css
docs/core/images/cliquet-base.png
docs/core/images/cliquet-mozilla.png
docs/core/reference/cache.rst
docs/core/reference/configuration.rst
docs/core/reference/errors.rst
docs/core/reference/glossary.rst
docs/core/reference/index.rst
docs/core/reference/installation.rst
docs/core/reference/notifications.rst
docs/core/reference/permission.rst
docs/core/reference/resource.rst
docs/core/reference/storage.rst
docs/core/reference/utils.rst
docs/core/reference/viewsets.rst
docs/images/architecture.svg
docs/images/concepts-general.png
docs/images/concepts-permissions.png
docs/images/kinto-logo.png
docs/images/logo-attachment.svg
docs/images/logo-community.svg
docs/images/logo-demos.svg
docs/images/logo-jsonschema.svg
docs/images/logo-livesync.svg
docs/images/logo-multiapps.svg
docs/images/logo-offline.svg
docs/images/logo-permissions.svg
docs/images/logo-python.svg
docs/images/logo-react.svg
docs/images/logo-selfhostable.svg
docs/images/logo-synchronisation.svg
docs/images/overview-deployonce-selfhost.png
docs/images/overview-features.png
docs/images/overview-synchronisation.png
docs/images/overview-use-cases.png
docs/images/sequence-storage.png
docs/images/sync-both.svg
docs/images/sync-newest.svg
docs/images/sync-oldest.svg
docs/tutorials/app-examples.rst
docs/tutorials/authentication-github.rst
docs/tutorials/custom-id-generator.rst
docs/tutorials/first-steps.rst
docs/tutorials/index.rst
docs/tutorials/install.rst
docs/tutorials/notifications-custom.rst
docs/tutorials/notifications-websockets.rst
docs/tutorials/permission-setups.rst
docs/tutorials/permissions.rst
docs/tutorials/synchronisation.rst
docs/tutorials/write-plugin.rst
kinto/__init__.py
kinto/__main__.py
kinto/authorization.py
kinto/events.py
kinto.egg-info/PKG-INFO
kinto.egg-info/SOURCES.txt
kinto.egg-info/dependency_links.txt
kinto.egg-info/entry_points.txt
kinto.egg-info/not-zip-safe
kinto.egg-info/requires.txt
kinto.egg-info/top_level.txt
kinto/config/__init__.py
kinto/config/kinto.tpl
kinto/core/__init__.py
kinto/core/authentication.py
kinto/core/authorization.py
kinto/core/errors.py
kinto/core/events.py
kinto/core/initialization.py
kinto/core/logs.py
kinto/core/scripts.py
kinto/core/statsd.py
kinto/core/utils.py
kinto/core/cache/__init__.py
kinto/core/cache/memory.py
kinto/core/cache/redis.py
kinto/core/cache/postgresql/__init__.py
kinto/core/cache/postgresql/schema.sql
kinto/core/listeners/__init__.py
kinto/core/listeners/redis.py
kinto/core/permission/__init__.py
kinto/core/permission/memory.py
kinto/core/permission/redis.py
kinto/core/permission/postgresql/__init__.py
kinto/core/permission/postgresql/schema.sql
kinto/core/resource/__init__.py
kinto/core/resource/model.py
kinto/core/resource/schema.py
kinto/core/resource/viewset.py
kinto/core/storage/__init__.py
kinto/core/storage/exceptions.py
kinto/core/storage/generators.py
kinto/core/storage/memory.py
kinto/core/storage/redis.py
kinto/core/storage/postgresql/__init__.py
kinto/core/storage/postgresql/client.py
kinto/core/storage/postgresql/pool.py
kinto/core/storage/postgresql/schema.sql
kinto/core/storage/postgresql/migrations/migration_001_002.sql
kinto/core/storage/postgresql/migrations/migration_002_003.sql
kinto/core/storage/postgresql/migrations/migration_003_004.sql
kinto/core/storage/postgresql/migrations/migration_004_005.sql
kinto/core/storage/postgresql/migrations/migration_005_006.sql
kinto/core/storage/postgresql/migrations/migration_006_007.sql
kinto/core/storage/postgresql/migrations/migration_007_008.sql
kinto/core/storage/postgresql/migrations/migration_008_009.sql
kinto/core/storage/postgresql/migrations/migration_009_010.sql
kinto/core/storage/postgresql/migrations/migration_010_011.sql
kinto/core/storage/postgresql/migrations/migration_011_012.sql
kinto/core/storage/postgresql/migrations/migration_012_013.sql
kinto/core/views/__init__.py
kinto/core/views/batch.py
kinto/core/views/errors.py
kinto/core/views/heartbeat.py
kinto/core/views/hello.py
kinto/plugins/__init__.py
kinto/plugins/default_bucket/__init__.py
kinto/plugins/default_bucket/test_plugin.py
kinto/tests/__init__.py
kinto/tests/support.py
kinto/tests/test_authorization.py
kinto/tests/test_config.py
kinto/tests/test_main.py
kinto/tests/test_views_buckets.py
kinto/tests/test_views_collections.py
kinto/tests/test_views_collections_cache.py
kinto/tests/test_views_collections_schema.py
kinto/tests/test_views_contribute.py
kinto/tests/test_views_disable_default.py
kinto/tests/test_views_flush.py
kinto/tests/test_views_groups.py
kinto/tests/test_views_hello.py
kinto/tests/test_views_objects_permissions.py
kinto/tests/test_views_permissions.py
kinto/tests/test_views_records.py
kinto/tests/core/__init__.py
kinto/tests/core/support.py
kinto/tests/core/test_authentication.py
kinto/tests/core/test_authorization.py
kinto/tests/core/test_cache.py
kinto/tests/core/test_deprecation.py
kinto/tests/core/test_errors.py
kinto/tests/core/test_initialization.py
kinto/tests/core/test_listeners.py
kinto/tests/core/test_logging.py
kinto/tests/core/test_permission.py
kinto/tests/core/test_scripts.py
kinto/tests/core/test_statsd.py
kinto/tests/core/test_storage.py
kinto/tests/core/test_storage_migrations.py
kinto/tests/core/test_storage_pool.py
kinto/tests/core/test_utils.py
kinto/tests/core/test_views_batch.py
kinto/tests/core/test_views_errors.py
kinto/tests/core/test_views_heartbeat.py
kinto/tests/core/test_views_hello.py
kinto/tests/core/test_views_transaction.py
kinto/tests/core/resource/__init__.py
kinto/tests/core/resource/test_base.py
kinto/tests/core/resource/test_cache_expires.py
kinto/tests/core/resource/test_events.py
kinto/tests/core/resource/test_filter.py
kinto/tests/core/resource/test_model.py
kinto/tests/core/resource/test_object_permissions.py
kinto/tests/core/resource/test_pagination.py
kinto/tests/core/resource/test_partial_response.py
kinto/tests/core/resource/test_preconditions.py
kinto/tests/core/resource/test_record.py
kinto/tests/core/resource/test_schema.py
kinto/tests/core/resource/test_sort.py
kinto/tests/core/resource/test_sync.py
kinto/tests/core/resource/test_views.py
kinto/tests/core/resource/test_views_cors.py
kinto/tests/core/resource/test_viewset.py
kinto/tests/core/schema/postgresql-storage-1.6.sql
kinto/tests/core/testapp/__init__.py
kinto/tests/core/testapp/views.py
kinto/tests/core/testapp/static/index.html
kinto/tests/core/testplugin/__init__.py
kinto/tests/test_configuration/test.ini
kinto/views/__init__.py
kinto/views/buckets.py
kinto/views/collections.py
kinto/views/contribute.py
kinto/views/flush.py
kinto/views/groups.py
kinto/views/permissions.py
kinto/views/records.py