Metadata-Version: 1.1
Name: kinto
Version: 0.2
Summary: kinto
Home-page: UNKNOWN
Author: Mozilla Services
Author-email: services-dev@mozilla.com
License: Apache License (2.0)
Description: Kinto
        =====
        
        |travis| |readthedocs|
        
        .. |travis| image:: https://travis-ci.org/mozilla-services/kinto.svg?branch=master
            :target: https://travis-ci.org/mozilla-services/kinto
        
        .. |readthedocs| image:: https://readthedocs.org/projects/kinto/badge/?version=latest
            :target: http://kinto.readthedocs.org/en/latest/
            :alt: Documentation Status
        
        Kinto is a server allowing you to store and synchronize arbitrary data,
        attached to your Firefox account.
        
        * `Online documentation <http://kinto.readthedocs.org/en/latest/>`_
        * `Issue tracker <https://github.com/mozilla-services/kinto/issues>`_
        * `Contributing <http://kinto.readthedocs.org/en/latest/contributing.html>`_
        
        
        Changelog
        #########
        
        This document describes changes between each past release.
        
        
        0.2 (2015-03-24)
        ================
        
        - Upgraded to *cliquet* 1.4
        
        **Bug fixes**
        
        - Fix behaviour of CloudStorage with backslashes in querystring (mozilla-services/cliquet#142)
        - Force PostgreSQl session timezone to UTC (mozilla-services/cliquet#122)
        - Fix basic auth ofuscation and prefix (mozilla-services/cliquet#128)
        - Make sure the `paginate_by` setting overrides the passed `limit`
          argument (mozilla-services/cliquet#129)
        - Fix crash of classic logger with unicode (mozilla-services/cliquet#142)
        - Fix crash of CloudStorage backend when remote returns 500 (mozilla-services/cliquet#142)
        - Fix python3.4 segmentation fault (mozilla-services/cliquet#142)
        - Add missing port in Next-Page header (mozilla-services/cliquet#147)
        
        
        0.1 (2015-03-20)
        ================
        
        **Initial version**
        
        - Schemaless storage of records
        - Firefox Account authentication
        - Kinto as a storage backend for *cliquet* applications
        
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
