SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

python3-result rpm build for : Fedora 38. For other distributions click python3-result.

Name : python3-result
Version : 0.9.0 Vendor : Fedora Project
Release : 2.fc38 Date : 2023-02-14 03:51:00
Group : Unspecified Source RPM : python-result-0.9.0-2.fc38.src.rpm
Size : 0.05 MB
Packager : Fedora Project
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]]`.

RPM found in directory: /packages/linux-pbone/archive.fedoraproject.org/fedora/linux/releases/38/Everything/x86_64/os/Packages/p

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  python3-result-0.9.0-2.fc38.noarch.rpm
     

Provides :
python-result
python3-result
python3.11-result
python3.11dist(result)
python3dist(result)

Requires :
python(abi) = 3.11
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PartialHardlinkSets) <= 4.0.4-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsZstd) <= 5.4.18-1


Content of RPM :
/usr/lib/python3.11/site-packages/result
/usr/lib/python3.11/site-packages/result-0.9.0.dist-info
/usr/lib/python3.11/site-packages/result-0.9.0.dist-info/INSTALLER
/usr/lib/python3.11/site-packages/result-0.9.0.dist-info/LICENSE
/usr/lib/python3.11/site-packages/result-0.9.0.dist-info/METADATA
/usr/lib/python3.11/site-packages/result-0.9.0.dist-info/WHEEL
/usr/lib/python3.11/site-packages/result-0.9.0.dist-info/top_level.txt
/usr/lib/python3.11/site-packages/result-0.9.0.dist-info/zip-safe
/usr/lib/python3.11/site-packages/result/__init__.py
/usr/lib/python3.11/site-packages/result/__pycache__
/usr/lib/python3.11/site-packages/result/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/result/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/result/__pycache__/result.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/result/__pycache__/result.cpython-311.pyc
/usr/lib/python3.11/site-packages/result/py.typed
/usr/lib/python3.11/site-packages/result/result.py
/usr/share/doc/python3-result
/usr/share/doc/python3-result/README.rst

 
ICM