Wed, 31 Jul 2024 02:13:55 UTC | login

Information for build python-result-0.9.0-2.fc38

ID230189
Package Namepython-result
Version0.9.0
Release2.fc38
Epoch
SummaryA Rust-like result type for Python
DescriptionA 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]]`.
Built bydavidlt
State complete
Volume DEFAULT
StartedWed, 22 Feb 2023 16:52:09 UTC
CompletedWed, 22 Feb 2023 16:52:09 UTC
Tags
f38
RPMs
src
python-result-0.9.0-2.fc38.src.rpm (info) (download)
noarch
python3-result-0.9.0-2.fc38.noarch.rpm (info) (download)
Changelog * 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