Metadata-Version: 1.1
Name: RESTinpy
Version: 0.1.0
Summary: Python library to publicate REST-style web services in Django applications
Home-page: http://rest-in-py.sourceforge.net/
Author: Diego Berrueta, Jana Alvarez, Sergio Fernandez, Carlos Tejo Alonso
Author-email: diego.berrueta at fundacionctic org, jana.alvarez at fundacionctic org, sergio.fernandez at fundacionctic org, carlos.tejo at fundacionctic org
License: GNU Library or Lesser General Public License (LGPL) v3
Download-URL: https://sourceforge.net/project/downloading.php?group_id=255808&filename=RESTinpy-0.1.0.tar.gz&a=94759195
Description: 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.
Keywords: python REST
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.5
Requires: simplejson
Requires: mimeparse
Requires: django
