Restkit

Restkit 4.2.2

It implements all the REST operations in Pyhton code and allows to easily access HTTP resources and build objects around them.Restkit the base of couchdbkit a Python CouchDB framework and was developed as a full HTTP client.It does not use httplib or...

read more
http-parser

http-parser 0.8.3

Actually the module is written in C.Inspired and based on HTTP Parser by Ryan Dahl.Requirements:Python 2.6 or higher Cython if needing to rebuild the C...

read more
tproxy

tproxy 0.5.4

tproxy is a simple TCP routing proxy (layer 7) built on Geven_t, which lets you configure the routine logic in Python. It's heavily inspired from proxy machine but have some unique like the pre-fork worker model borrowed to...

fserve

fserve 0.2.0

fserve provides a simple and efficient way to serve static file. Used as a pistil demonstration. Handle sendifle api is available on your system.InstallationDo one of this command to install it from pypipip install fserveor:easy_install fserveFrom source...

read more
hroute

hroute 0.2.0

hroute is a simple HTTP proxy based on tproxy.Install:    pip install -r https://github.com/downloads/benoitc/hroute/requirements.txt    pip install hrouteUsage:Create a configuration file in /var/spool/hroute (default path)...

read more
Couchapp

Couchapp 1.0.1

CouchApp is a set of helpers and a jQuery plugin that conspire to get you up and running on CouchDB quickly and correctly. The library brings clarity and order to the freedom of CouchDB's document-based approach.Requirements:cursor-pointer"...

http-parser

http-parser 0.8.3

http-parser is a HTTP request/response parser for Python in C under MIT License, based on http-parser from Ryan Dahl.Installation:pip install http-parserOr install from source:git clone git://github.com/benoitc/http-parser.gitcd http-parser && python...

read more