Generic programming library for Python¶
Generic is trying to provide a Python programmer with primitives for creating reusable software components by employing advanced techniques of OOP and other programming paradigms.
This documentation suits both needs in a tutorial and an API reference for generic:
Installation¶
You can get generic by issuing easy_install:
% easy_install generic
or pip command:
% pip install generic
In case you find a bug or have a feature request, please file a ticket at GitHub Issues.