freebsd-ports/devel/py-recordclass/pkg-descr
Thierry Thomas 80b8bb47ee devel/py-recordclass: upgrade to 0.20.1
Also change the home page.
2023-09-24 19:01:27 +02:00

6 lines
399 B
Text

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.