Metadata-Version: 1.1
Name: cliquet
Version: 1.0
Summary: cliquet
Home-page: UNKNOWN
Author: Mozilla Services
Author-email: services-dev@mozilla.com
License: Apache License (2.0)
Description: Cliquet
        =======
        
        |travis| |readthedocs|
        
        .. |travis| image:: https://travis-ci.org/mozilla-services/cliquet.svg?branch=master
            :target: https://travis-ci.org/mozilla-services/cliquet
        
        .. |readthedocs| image:: https://readthedocs.org/projects/cliquet/badge/?version=latest
            :target: http://cliquet.readthedocs.org/en/latest/
            :alt: Documentation Status
        
        Cliquet is a `Cornice <https://cornice.rtfd.org>`_ application to ease
        the implementation of resource oriented REST APIs.
        
        * `Online documentation <http://cliquet.readthedocs.org/en/latest/>`_
        * `Issue tracker <https://github.com/mozilla-services/cliquet/issues>`_
        * `Contributing <http://cliquet.readthedocs.org/en/latest/contributing.html>`_
        
        
        Changelog
        =========
        
        This document describes changes between each past release.
        
        
        1.0 (2015-03-02)
        ----------------
        
        - Initial version, extracted from Mozilla Services Reading List project (#1)
        
        **New features**
        
        - Expose CORS headers so that client behind CORS policy can access them (#5)
        - Postgresql Backend (#8)
        - Use RedisSession as a cache backend for PyFxA (#10)
        - Delete multiple records via DELETE on the collection_path (#13)
        - Batch default prefix for endpoints (#14 / #16)
        - Use the app version in the / endpoint (#22)
        - Promote Basic Auth as a proper authentication backend (#37)
        
        **Internal changes**
        
        - Backends documentation (#15)
        - Namedtuple for filters and sort (#17)
        - Multiple DELETE in Postgresql (#18)
        - Improve Resource API (#29)
        - Refactoring of error management (#41)
        - Default Options for Schema (#47)
        
        
        Contributors
        ============
        
        * Alexis Metaireau <alexis@mozilla.com>
        * Mathieu Leplatre <mathieu@mozilla.com>
        * Nicolas Perriault <nperriault@mozilla.com>
        * Rémy Hubscher <rhubscher@mozilla.com>
        * Tarek Ziade <tarek@mozilla.com>
        
Keywords: web services
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application
Classifier: License :: OSI Approved :: Apache Software License
