Metadata-Version: 1.1
Name: kinto-amo
Version: 0.2.0
Summary: AMO-style routing for Kinto - with XML
Home-page: https://github.com/mozilla-services/kinto-amo
Author: Mozilla
Author-email: kinto@mozilla.org
License: Apache License (2.0)
Description: ==============
        Kinto AMO View
        ==============
        
        .. image:: https://img.shields.io/travis/mozilla-services/kinto-amo/master.svg
                :target: https://travis-ci.org/mozilla-services/kinto-amo
        
        .. image:: https://img.shields.io/pypi/v/kinto-amo.svg
                :target: https://pypi.python.org/pypi/kinto-amo
        
        .. image:: https://coveralls.io/repos/mozilla-services/kinto-amo/badge.svg?branch=master
                :target: https://coveralls.io/r/mozilla-services/kinto-amo
        
        Return an XML views of the blocklists buckets compatible with the
        previous AMO one.
        
        
        Install
        =======
        
        ::
        
            pip install kinto-amo
        
        
        Setup
        =====
        
        In the Kinto project settings
        
        .. code-block:: ini
        
            kinto.includes = kinto_amo
        
        
        
        CHANGELOG
        =========
        
        0.2.0 (2016-05-19)
        ------------------
        
        - Update to ``kinto.core`` for compatibility with Kinto 3.0. This
          release is no longer compatible with Kinto < 3.0, please upgrade!
        
        
        0.1.1 (2016-05-06)
        ------------------
        
        - Missing commit in previous release.
        
        
        0.1.0 (2016-05-06)
        ------------------
        
        **New features**
        
        - Supports metrics in the URL (#6)
        - Add a view to render the XML Blocklists file in versions 1, 2 and 3 (#3)
        
Keywords: kinto
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
