summaryrefslogtreecommitdiffstats
path: root/libraries/simplegeneric/README
blob: 9b6bc4c356b170d669088565efd020d586698392 (plain)
The simplegeneric module lets you define simple single-dispatch
generic functions, akin to Python's built-in generic functions like
len(), iter() and so on.

To build, this requires pysetuptools.