| Paketname | python-django-piston | 
| Beschreibung | Django mini-framework creating RESTful APIs | 
| Archiv/Repository | Offizielles Debian Archiv squeeze (main) | 
| Version | 0.2.2-1+squeeze1 | 
| Sektion | python | 
| Priorität | optional | 
| Installierte Größe | 128 Byte | 
| Hängt ab von | python, python-support (>= 0.90.0), python-django (>= 1.1), python-oauth (>= 1.0.1), python-decorato | 
| Empfohlene Pakete |  | 
| Paketbetreuer | Debian Python Modules Team  | 
| Quelle |  | 
| Paketgröße | 22182 Byte | 
| Prüfsumme MD5 | 49c2f323c1023502806be22ef3df7072 | 
| Prüfsumme SHA1 | eb1fef3c562a3bd3fa6acb7f8e86cecf6d480d9d | 
| Prüfsumme SHA256 | 29dc7cc4a290f9db67e638a47464e9470f2ba6bdb9d33834e649721df2599b85 | 
| Link zum Herunterladen | python-django-piston_0.2.2-1+squeeze1_all.deb | 
| Ausführliche Beschreibung | Piston is a relatively small Django application that lets you
create application programming interfaces (API) for your sites.
.
It has several unique features:
.
   * Ties into Django's internal mechanisms.
   * Supports OAuth out of the box (as well as Basic/Digest or custom auth).
   * Doesn't require tying to models, allowing arbitrary resources.
   * Speaks JSON, YAML, Python Pickle & XML (and HATEOAS).
   * Ships with a convenient reusable library in Python.
   * Respects and encourages proper use of HTTP (status codes, ...).
   * Has built in (optional) form validation (via Django), throttling, etc.
   * Supports streaming, with a small memory footprint.
   * Stays out of your way.
 |