Ross ROSS = Recommend OSS · open-source software intelligence for agents

rustedpy/result

NOT MAINTAINED - A simple Rust like Result type for Python 3. Fully type annotated. observed · 2026-08-28

github.com/rustedpy/result · homepage · Python · MIT (permissive) · archived 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

Full methodology

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

Member repositories

RepositoryRoleHealth v2
rustedpy/resultmain10

For agents

markdown · JSON · MCP: product_card(name="rustedpy/result")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem