REST in python (RESTinpy) (0.1.0)
A Python library to ease the publication of REST-style web services in
Django applications, specially (but not exclusively) those using the
Django Model framework. The package is licensed under LGPL v3
license, and it can be downloaded in .zip and .tar.gz formats
from Bitbucket.
Documentation is available in the wiki.
- for JSON, the simplejson package
- mimeparse package
These packages are imported in a lazy fashion, i.e., only when needed.
Therefore, if the user never intends to use the JSON format, the
simplejson package is not imported and the user does not have to
install it.
- Diego Berrueta (Fundación CTIC),
- Carlos Tejo (Fundación CTIC),
- Jana Álvarez (Fundación CTIC)
- Sergio Fernández (Fundación CTIC),
The project RESTinpy is hosted in Bitbucket, where you can find more details about it.
For more information, contact us :
RESTinpy has been developed by CTIC Foundation as a by-product of WodiDoc, the main result of WP7 of the Vulcano project. Vulcano is partially funded by the Spanish Ministry of Industry, Tourism and Commerce under the National Plan for Scientific Research, Development and Technological Innovation 2007-2010 (grant number TSI-020301-2008-22).



