rustedpy/result
NOT MAINTAINED - A simple Rust like Result type for Python 3. Fully type annotated. observed · 2026-08-28
Health v2 · maintenance only
10/100
- Activity 89
- Release rhythm 35
- Longevity 100
Flags: no_releases archived
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3915
- days_rel: n/a
- days_push: 69
- n_releases_24m: 0
Adoption not part of the score
1680 stars · 91 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A Python library providing a Rust-like Result type (Ok/Err) for explicit error handling, fully type annotated for mypy and type checkers. The project was archived in June 2026 and is no longer maintained.
Use cases
- return errors instead of raising exceptions in python
- rust-style result type for python
- type-safe error handling with mypy
- avoid optional tuple error returns
- pattern match on ok and err values
- railway-oriented programming in python
When to choose
- you want explicit, type-checked error handling instead of exceptions
- your codebase already uses mypy or strict typing
- you want a small, stable, dependency-free result type
When to avoid
- you need ongoing maintenance, bug fixes, or new Python version support
- starting a new project - consider maintained forks or alternatives
- your team prefers idiomatic Python exception handling
Facets
library · maturity abandoned
error-handling type-system developer-tools programming-languages python cross-platform result-type rust-inspired functional-programming type-annotations mypy unmaintained
3 sources
- readme: https://github.com/rustedpy/result · fetched 2026-08-28 · a1285d2ff130
- homepage: https://github.com/rustedpy/result/issues/201 · fetched 2026-08-29 · 9fc54e5b7c93
- registry_pypi: https://pypi.org/pypi/result/json · fetched 2026-08-29 · b4e4a18d2ba0
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| rustedpy/result | main | 10 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem