Go to file
Arjan Molenaar bb20f6992b Replace old code by Python3 implementation from Gaphor
Multimethods are missing now. Those have to be added back.
2019-11-08 16:35:11 +01:00
docs docs: API reference for generic 2011-12-09 00:38:12 +04:00
generic Replace old code by Python3 implementation from Gaphor 2019-11-08 16:35:11 +01:00
tests Replace old code by Python3 implementation from Gaphor 2019-11-08 16:35:11 +01:00
.gitignore Add MyPy to the mix 2019-11-08 16:35:06 +01:00
.pre-commit-config.yaml Add MyPy to the mix 2019-11-08 16:35:06 +01:00
CHANGELOG.rst fix changelog 2011-12-05 01:14:50 +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
mypy.ini Add MyPy to the mix 2019-11-08 16:35:06 +01:00
poetry.lock Add MyPy to the mix 2019-11-08 16:35:06 +01:00
pyproject.toml Add pre-commit config 2019-11-08 14:00:27 +01:00
README.md Use pyproject.toml + poetry to build this project 2019-11-08 13:47:37 +01:00

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.

You can read documentation hosted at excellent readthedocs.org project. Development takes place on github.