./devel/py-fields, Container class boilerplate killer

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 5.0.0, Package name: py310-fields-5.0.0, Maintainer: pkgsrc-users

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.


Master sites:

Filesize: 35.383 KB

Version history: (Expand)


CVS history: (Expand)


   2022-08-24 11:30:17 by Thomas Klausner | Files touched by this commit (4)
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.