% Python Commons
% Yang Zhang
% gmail:yaaang

[documentation](doc) | [download 0.2 egg] | [download 0.2 src tgz] | [PyPI page] | [more downloads] | [browse svn] | [home page]

[download 0.2 egg]: http://pypi.python.org/packages/2.5/p/python-commons/python_commons-0.2-py2.5.egg
[download 0.2 src tgz]: http://pypi.python.org/packages/2.5/p/python-commons/python_commons-0.2.tar.gz
[PyPI page]: http://pypi.python.org/pypi/python-commons/
[more downloads]: http://code.google.com/p/assorted/downloads/list
[browse svn]: http://assorted.svn.sourceforge.net/viewvc/assorted/python-commons/trunk/
[home page]: http://assorted.sf.net/python-commons/

Overview
--------

Python Commons is a general-purpose library for Python. To get a sense of
what it provides, please glance over the [documentation](doc).

Requirements
------------

- [Python](http://python.org/) 2.5
- [setuptools](http://peak.telecommunity.com/DevCenter/setuptools) 0.6

Certain sub-modules have extra requirements:

- `async` requires [Twisted](http://twistedmatrix.com/trac/) 2.5
- `files` requires [path](http://www.jorendorff.com/articles/python/path/) 2.2

This library has only been tested on Linux.

Setup
-----

To install, run `easy_install python-commons`, or download the source tarball
and run `python setup.py install`.

Related Work
------------

- [ASPN Cookbook]: a valuable repository of Python snippets
- [AIMA Utilities]: accompaniment to a popular AI textbook

[ASPN Cookbook]: http://aspn.activestate.com/ASPN/Cookbook/Python
[AIMA Utilities]: http://aima.cs.berkeley.edu/python/utils.py

License
-------

Python Commons is released under the [PSF License], the same as Python's license.

[PSF License]: http://www.python.org/psf/license.html

Contact
-------

Copyright 2008 [Yang Zhang].  
All rights reserved.

Back to [assorted.sf.net].

[Yang Zhang]: http://www.mit.edu/~y_z/
[assorted.sf.net]: http://assorted.sourceforge.net/

