Go to file
2011-11-30 01:20:39 +04:00
generic Add fallback decorators -- otherwise 2011-06-26 22:23:57 +04:00
.gitignore .gitignore: .ropeproject 2011-11-30 01:10:49 +04:00
CHANGELOG.rst Typo. 2011-06-26 12:27:12 +04:00
COPYRIGHT.txt Added Copyright and license info. 2010-08-23 21:07:22 +04:00
LICENSE.txt Added Copyright and license info. 2010-08-23 21:07:22 +04:00
MANIFEST.in Include *.rst file in dist 2011-11-30 01:18:03 +04:00
README.rst Make repo points to github repo. 2011-01-03 02:25:11 +03:00
setup.cfg Use coverage. 2011-06-28 00:40:35 +04:00
setup.py add url into setup.py 2011-11-30 01:20:39 +04:00

Generic programming library for Python
======================================

Generic is trying to be simple and easy-to-use programming library that
provides a set of tools for generic programming with Python.

Documentation is at http://packages.python.org/generic/.
Its development takes place at http://github.com/andreypopp/generic.