
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
participants (1)
-
Tarek Ziadé