aboutsummaryrefslogtreecommitdiff
path: root/devel/py-recordclass/pkg-descr
blob: e0c812fda896ef99928ad63dbebf9bdd819e267b (plain) (blame)
1
2
3
4
5
6
7
8
Recordclass is a MIT Licensed python library. It was started as a "proof of
concept" for the problem of fast "mutable" alternative of namedtuple. It
implements a factory function recordclass (a variant of collection.namedtuple)
in order to create record-like classes with the same API as
collection.namedtuple. It was evolved further in order to provide more memory
saving, fast and flexible types.

See also: https://bitbucket.org/intellimath/recordclass/