Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: python3-result | Distribution: Fedora Project |
Version: 0.17.0 | Vendor: Fedora Project |
Release: 1.el10_0 | Build date: Fri Aug 9 22:07:33 2024 |
Group: Unspecified | Build host: buildvm-x86-31.iad2.fedoraproject.org |
Size: 71178 | Source RPM: python-result-0.17.0-1.el10_0.src.rpm |
Packager: Fedora Project | |
Url: https://github.com/rustedpy/result | |
Summary: A Rust-like result type for Python |
A simple Result type for Python 3 inspired by Rust, fully type annotated. The idea is that a result value can be either `Ok(value)` or `Err(error)`, with a way to differentiate between the two. `Ok` and `Err` are both classes encapsulating an arbitrary value. `Result[T, E]` is a generic type alias for `typing.Union[Ok[T], Err[E]]`.
MIT
* Thu Jun 27 2024 Packit <hello@packit.dev> - 0.17.0-1 - Update to 0.17.0 upstream release - Resolves: rhbz#2214092 * Fri Jun 07 2024 Python Maint <python-maint@redhat.com> - 0.10.0-6 - Rebuilt for Python 3.13 * Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.10.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.10.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.10.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Tue Jun 13 2023 Python Maint <python-maint@redhat.com> - 0.10.0-2 - Rebuilt for Python 3.12 * Tue May 16 2023 Michel Alexandre Salim <salimma@fedoraproject.org> - 0.10.0-1 - Update to 0.10.0 * Sun Feb 12 2023 Michel Alexandre Salim <salimma@fedoraproject.org> - 0.9.0-2 - Add missing patch * Sun Feb 12 2023 Michel Alexandre Salim <salimma@fedoraproject.org> - 0.9.0-1 - Initial Fedora package
/usr/lib/python3.12/site-packages/result /usr/lib/python3.12/site-packages/result-0.17.0.dist-info /usr/lib/python3.12/site-packages/result-0.17.0.dist-info/INSTALLER /usr/lib/python3.12/site-packages/result-0.17.0.dist-info/LICENSE /usr/lib/python3.12/site-packages/result-0.17.0.dist-info/METADATA /usr/lib/python3.12/site-packages/result-0.17.0.dist-info/WHEEL /usr/lib/python3.12/site-packages/result-0.17.0.dist-info/top_level.txt /usr/lib/python3.12/site-packages/result-0.17.0.dist-info/zip-safe /usr/lib/python3.12/site-packages/result/__init__.py /usr/lib/python3.12/site-packages/result/__pycache__ /usr/lib/python3.12/site-packages/result/__pycache__/__init__.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/result/__pycache__/__init__.cpython-312.pyc /usr/lib/python3.12/site-packages/result/__pycache__/result.cpython-312.opt-1.pyc /usr/lib/python3.12/site-packages/result/__pycache__/result.cpython-312.pyc /usr/lib/python3.12/site-packages/result/py.typed /usr/lib/python3.12/site-packages/result/result.py /usr/share/doc/python3-result /usr/share/doc/python3-result/README.md
Generated by rpm2html 1.8.1
Fabrice Bellet, Thu Oct 3 04:38:43 2024