Cornice 0.6

Tarek Ziadé ziade.tarek at gmail.com
Wed Dec 21 11:19:13 CET 2011


Hey,

We've released Cornice 0.6

Cornice provides helpers to build & document REST-ish Web Services with Pyramid.

This version has:
- multiple bug fixes
- a Paster template to quickly start a new Cornice project
- a tutorial & a full new example in examples/

You can try out the tutorial at http://packages.python.org/cornice/tutorial.html

The main benefits of Cornice are:

- automatic handling of some HTTP errors - Ask yourself: is your app
handling properly 405 or 406 errors?
- automatic web service documentation via a Sphinx extension.
- a simple way to validate and convert requests data, and return
structured 400 responses.

Check it out :

- Documentation - http://packages.python.org/cornice
- PyPI - http://pypi.python.org/pypi/cornice
- Repository - https://github.com/mozilla-services/cornice

We'd love feedback & new contributors !

Cheers
Tarek

-- 
Tarek Ziadé | http://ziade.org


More information about the Python-announce-list mailing list