Path to this page:
Subject: CVS commit: pkgsrc/devel/py-fields
From: Thomas Klausner
Date: 2022-08-24 11:30:17
Message id: 20220824093017.567A1FB1A@cvs.NetBSD.org
Log Message:
devel/py-fields: import py-fields-5.0.0
Container class boilerplate killer.
Features:
* Human-readable __repr__
* Complete set of comparison methods
* Keyword and positional argument support. Works like a normal
class - you can override just about anything in the subclass
(eg: a custom __init__). In contrast, hynek/characteristic
forces different call schematics and calls your __init__ with
different arguments.
Files: