Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mozilla-services/cliquet

CLIQUET IS NOW DEPRECATED use kinto.core instead
https://github.com/mozilla-services/cliquet

Last synced: about 2 months ago
JSON representation

CLIQUET IS NOW DEPRECATED use kinto.core instead

Awesome Lists containing this project

README

        

Deprecation Notice
==================

Cliquet has been folded into the `Kinto
`_ package under the new name
``kinto.core``. You should update your code to import ``kinto.core``
instead of ``cliquet``, and all ``cliquet.*`` settings are now
prefixed with ``kinto`` instead. See
https://mail.mozilla.org/pipermail/kinto/2016-May/000119.html for more
about the background for this decision.

Cliquet
=======

|pypi| |travis| |master-coverage| |readthedocs|

.. |pypi| image:: https://img.shields.io/pypi/v/cliquet.svg
:target: https://pypi.python.org/pypi/cliquet

.. |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.io/en/latest/
:alt: Documentation Status

.. |master-coverage| image::
https://coveralls.io/repos/mozilla-services/cliquet/badge.svg?branch=master
:alt: Coverage
:target: https://coveralls.io/r/mozilla-services/cliquet

*Cliquet* is a toolkit to ease the implementation of HTTP microservices,
such as data-driven REST APIs.

* `Online documentation `_
* `Issue tracker `_
* `Contributing `_
* Talks `at PyBCN `_
and `at PyConFR `_