Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mozilla-services/cliquet
- Owner: mozilla-services
- License: other
- Archived: true
- Created: 2015-02-17T14:53:58.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2019-03-28T14:11:25.000Z (almost 6 years ago)
- Last Synced: 2024-10-29T01:30:55.165Z (2 months ago)
- Language: Python
- Homepage: http://github.com/Kinto/kinto
- Size: 7.07 MB
- Stars: 64
- Watchers: 10
- Forks: 16
- Open Issues: 2
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.rst
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-pyramid - cliquet - Cliquet is a toolkit (RESTful API)
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 `_