{"library":"result","type":"library","category":null,"description":"The `result` library provides a Rust-inspired `Result` type for Python 3, enabling explicit error handling without relying solely on exceptions. It introduces `Ok` and `Err` classes to encapsulate success and failure values, respectively, and is fully type-annotated. The current version is 0.17.0, but the library is explicitly marked as 'NOT MAINTAINED' by its authors.","language":"python","status":"abandoned","version":"0.17.0","tags":["result type","error handling","functional programming","rust-like","type-safe"],"install":[{"cmd":"pip install result","imports":["from result import Ok","from result import Err","from result import Result","from result import is_ok","from result import is_err"]}],"homepage":null,"github":"https://github.com/rustedpy/result","docs":null,"changelog":null,"pypi":"https://pypi.org/project/result/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"3.10–3.9","success_rate":100,"avg_install_s":1.5,"avg_import_s":0.04,"wheel_type":"wheel"},"url":"https://checklist.day/v1/registry/result/compatibility"},"provenance":{"verified_status":"passing","verified_at":"Sun Jun 28","last_verified":"Sun Jun 28","next_check":"Tue Jul 28","install_tag":null}}