Overview
Atlassian Sourcetree is a free Git and Mercurial client for Windows.
Atlassian Sourcetree is a free Git and Mercurial client for Mac.
wheezy.http is a python package written in pure Python code. It is a lightweight http library for things like request, response, headers, cookies and many others. It a wrapper around the WSGI request environment.
It is optimized for performance, well tested and documented.
Resources:
- source code, examples and issues tracker are available on bitbucket
- documentation, readthedocs
- eggs on pypi
Install
wheezy.http requires python version 2.4 to 2.7 or 3.2+. It is independent of operating system. You can install it from pypi site using setuptools:
$ easy_install wheezy.http
If you are using virtualenv:
$ virtualenv env $ env/bin/easy_install wheezy.http
If you run into any issue or have comments, go ahead and add on bitbucket.