Name: | python3-fields |
---|---|
Version: | 5.0.0 |
Release: | 1.el9 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 103354 |
License: | BSD |
RPM: | python3-fields-5.0.0-1.el9.noarch.rpm |
Source RPM: | python-fields-5.0.0-1.el9.src.rpm |
Build Date: | Thu Jun 09 2022 |
Build Host: | build-ol9-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://github.com/ionelmc/python-fields |
Summary: | Documentation for 'python-fields' |
Description: | 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. |