1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
Source: python-restkit
Section: python
Priority: extra
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: TANIGUCHI Takaki <takaki@debian.org>
Build-Depends: debhelper (>= 7.0.50~), python-all(>= 2.6.6-3),
python-setuptools,
Standards-Version: 3.9.6
Homepage: http://benoitc.github.com/restkit
X-Python-Version: >= 2.5
Vcs-Git: git://anonscm.debian.org/python-modules/packages/python-restkit.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-restkit.git
Package: python-restkit
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}, python-http-parser (>= 0.8.1),
python-socketpool(>= 0.5.0)
Provides: ${python:Provides}
Description: Restkit is an HTTP resource kit for Python
Restkit is an HTTP resource kit for Python. It allows you to easily
access to HTTP resource and build objects around it. It's the base of
couchdbkit a Python CouchDB framework.
.
Restkit is a full HTTP client using pure socket calls and its own HTTP
parser. It's not based on httplib or urllib2.
|