python-django-piston 0.2.3-2ubuntu1 source package in Ubuntu
Changelog
python-django-piston (0.2.3-2ubuntu1) utopic; urgency=medium * debian/control: Re-add missing Depends on python-django (>= 1.1), python-oauth (>= 1.0.1), python-decorator (LP: #1330498) -- Andres Rodriguez <email address hidden> Thu, 19 Jun 2014 10:45:30 -0400
Upload details
- Uploaded by:
- Andres Rodriguez
- Uploaded to:
- Utopic
- Original maintainer:
- Ubuntu Developers
- Architectures:
- all
- Section:
- python
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Bionic | release | universe | python | |
Xenial | release | universe | 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-2ubuntu1.debian.tar.gz | 8.2 KiB | 92d29deafe58b73737c7a0e7f7e3b224996733c3da50e73808282825e359d38e |
python-django-piston_0.2.3-2ubuntu1.dsc | 2.2 KiB | e27425693a3d167010bc8296a26270194a0925cb6669b6727395843ee45b2a90 |
Available diffs
- diff from 0.2.3-2 (in Debian) to 0.2.3-2ubuntu1 (798 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.