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
antonagestam avatar

antonagestam/phantom-types

0
View on GitHub↗
234 stars·10 forks·Python·BSD-3-Clause·13 viewspypi.org/project/phantom-types↗

Phantom Types

Phantom types for Python.

Features

  • Type Extensions - Implementation of phantom types for Python.

Star history

Star history chart for antonagestam/phantom-typesStar history chart for antonagestam/phantom-types

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 Phantom Types

These projects share indexed features with Phantom Types. 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
  • 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
  • jorenham/optypejorenham avatar

    jorenham/optype

    87View on GitHub↗

    Building blocks for precise type hints

    Python
    View on GitHub↗87
Compare all 6 related projects→

Frequently asked questions

What does antonagestam/phantom-types do?

Phantom types for Python.

What are the main features of antonagestam/phantom-types?

The main features of antonagestam/phantom-types are: Type Extensions.

Which projects share features with antonagestam/phantom-types?

Projects with overlapping indexed features include: alice-biometrics/meiga — Documentation: https://alice-biometrics.github.io/meiga/. 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… jorenham/optype — Building blocks for precise type hints. 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.