To follow development or start experiments, checkout the complete code and documentation source with mercurial:
hg clone https://bitbucket.org/hpk42/py-trunk/
Development takes place on the ‘trunk’ branch.
You can also go to the python package index and download and unpack a TAR file:
http://pypi.python.org/pypi/py/
With a working Distribute or setuptools installation you can type:
python setup.py develop
in order to work inline with the tools and the lib of your checkout.