python-django-piston 0.2.3-1ubuntu5 source package in Ubuntu
Changelog
python-django-piston (0.2.3-1ubuntu5) trusty; urgency=medium * Rebuild to drop files installed into /usr/share/pyshared. -- Matthias Klose <email address hidden> Sun, 23 Feb 2014 13:51:21 +0000
Upload details
- Uploaded by:
- Matthias Klose
- Uploaded to:
- Trusty
- Original maintainer:
- Ubuntu Developers
- Architectures:
- all
- Section:
- python
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Trusty | release | main | python |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
python-django-piston_0.2.3.orig.tar.bz2 | 41.8 KiB | 4a5128a2c9655c1f3c76d5fdd69306d98a4cdb30a2e5c8d771bd9fbea22be99c |
python-django-piston_0.2.3-1ubuntu5.debian.tar.gz | 7.9 KiB | 64446d319578f7dd73b87087bda10657dee9cf20c01ccc88dfb8b3ace9183b76 |
python-django-piston_0.2.3-1ubuntu5.dsc | 1.6 KiB | f82f412e90c717319f53133394a434e8a9ce217be8a10470b3f80570b85a8a9d |
Available diffs
- diff from 0.2.3-1ubuntu4 to 0.2.3-1ubuntu5 (375 bytes)
Binary packages built by this source
- python-django-piston: Django mini-framework creating RESTful APIs
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.