| Name: | python3-fields |
|---|---|
| Version: | 5.0.0 |
| Release: | 22.el10_0 |
| Architecture: | noarch |
| Group: | Unspecified |
| Size: | 116568 |
| License: | BSD-2-Clause |
| RPM: | python3-fields-5.0.0-22.el10_0.noarch.rpm |
| Source RPM: | python-fields-5.0.0-22.el10_0.src.rpm |
| Build Date: | Fri Dec 20 2024 |
| Build Host: | build-ol10-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. |