[ol10_u0_developer_EPEL] python3-result-0.17.0-1.el10_0.noarch

Name:python3-result
Version:0.17.0
Release:1.el10_0
Architecture:noarch
Group:Unspecified
Size:71178
License:MIT
RPM: python3-result-0.17.0-1.el10_0.noarch.rpm
Source RPM: python-result-0.17.0-1.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/rustedpy/result
Summary:A Rust-like result type for Python
Description:
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]]`.

Filelist (Show Changelog) (Show related packages)