| Name: | python3-autoprop |
|---|---|
| Version: | 4.1.0 |
| Release: | 3.el9 |
| Architecture: | noarch |
| Group: | Unspecified |
| Size: | 60850 |
| License: | MIT |
| RPM: | python3-autoprop-4.1.0-3.el9.noarch.rpm |
| Source RPM: | python-autoprop-4.1.0-3.el9.src.rpm |
| Build Date: | Thu Aug 25 2022 |
| Build Host: | build-ol9-x86_64.oracle.com |
| Vendor: | Oracle America |
| URL: | https://github.com/kalekundert/autoprop |
| Summary: | Infer properties from accessor methods |
| Description: | This package provides a library for automatically filling in classes with properties (e.g. obj.x) corresponding to each accessor method (e.g. obj.get_x(), obj.set_x()). The biggest reasons to use autoprop are: • Less boilerplate than defining properties manually. • Sophisticated support for cached properties. |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
- Rebuilt for Python 3.11
- Update to 4.1.0 (close RHBZ#2091739)
- Convert shebang removal from patch to script
- Initial package (close RHBZ#2038330)