[ stretch ]
[ 原始碼: python-django-piston ]
套件:python-django-piston(0.2.3-2)
python-django-piston 的相關連結
Debian 的資源:
下載原始碼套件 python-django-piston:
- [python-django-piston_0.2.3-2.dsc]
- [python-django-piston_0.2.3.orig.tar.bz2]
- [python-django-piston_0.2.3-2.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [bitbucket.org]
相似套件:
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.
其他與 python-django-piston 有關的套件
|
|
|
|
-
- dep: python (<< 2.8)
- interactive high-level object-oriented language (default version)
- dep: python (>= 2.7)
-
- sug: python-yaml
- YAML parser and emitter for Python