Generic programming library for Python¶ (original) (raw)
Toggle table of contents sidebar
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 with pip:
% python -m pip install generic
In case you find a bug or have a feature request, please file a ticket atGitHub Issues.
Development process¶
Development takes place at GitHub, you can clone the source code repository with the following command:
% git clone git://github.com/gaphor/generic.git
We love contributions! If you are submitting a GitHub pull request please ensure you have tests for your bugfix or new functionality.