awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
jorenham avatar

jorenham/optype

0
View on GitHub↗
87 stars·8 forks·Python·BSD-3-Clause·8 viewsjorenham.github.io/optype↗

Optype

Building blocks for precise type hints

Features

  • Type Extensions - Flexible protocols and typed operators for collections.

Star history

Star history chart for jorenham/optypeStar history chart for jorenham/optype

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with Optype

These projects share indexed features with Optype. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • alice-biometrics/meigaalice-biometrics avatar

    alice-biometrics/meiga

    82View on GitHub↗

    Documentation: https://alice-biometrics.github.io/meiga/

    Python
    View on GitHub↗82
  • antonagestam/phantom-typesantonagestam avatar

    antonagestam/phantom-types

    234View on GitHub↗

    Phantom types for Python.

    Python
    View on GitHub↗234
  • contains-io/typetcontains-io avatar

    contains-io/typet

    23View on GitHub↗

    TypeT

    Python
    View on GitHub↗23
  • dry-python/returnsdry-python avatar

    dry-python/returns

    4,310View on GitHub↗

    Returns is a functional programming library for Python that provides type-safe containers for managing state, error handling, and optionality. It serves as a monadic container library and a type-safe error handling framework, replacing traditional try-catch blocks and null checks with Result and Optional containers to treat exceptions as data. The project is distinguished by its use of a specialized Mypy static analysis plugin to validate functional pipelines and emulate higher kinded types. It provides mechanisms for isolating side effects through IO containers and offers a framework for typ

    Python
    View on GitHub↗4,310
Compare all 6 related projects→

Frequently asked questions

What does jorenham/optype do?

Building blocks for precise type hints

What are the main features of jorenham/optype?

The main features of jorenham/optype are: Type Extensions.

Which projects share features with jorenham/optype?

Projects with overlapping indexed features include: alice-biometrics/meiga — Documentation: https://alice-biometrics.github.io/meiga/. antonagestam/phantom-types — Phantom types for Python. contains-io/typet — Type[T]. dry-python/returns — Returns is a functional programming library for Python that provides type-safe containers for managing state, error… mat1g3r/option — Rust-like Option and Result types in Python, slotted and fully typed. mplanchard/safetywrap — Fully typesafe, Rust-inspired wrapper types for Python values.