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

davidfstr/trycast

0
View on GitHub↗
89 stars·6 forks·Python·MIT·8 viewsdafoster.net/projects/trycast↗

Trycast

trycast parses JSON-like values whose shape is defined by TypedDicts and other standard Python type hints.

Features

  • Runtime Type Checkers - Parsing JSON-like structures against TypedDict definitions.

Star history

Star history chart for davidfstr/trycastStar history chart for davidfstr/trycast

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 Trycast

These projects share indexed features with Trycast. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • arasatasaygin/is.jsarasatasaygin avatar

    arasatasaygin/is.js

    9,078View on GitHub↗

    is.js is a JavaScript validation library and data type checker. It provides a suite of utilities to verify whether variables are primitives, arrays, functions, or specific object types. The project allows for the implementation of custom validation logic and the use of naming namespaces to override default rules and regular expressions. It covers a broad range of validation capabilities, including numeric arithmetic properties, date and time analysis for relative and absolute ranges, and string format verification for patterns such as emails, URLs, and IP addresses. The library also includes

    JavaScript
    View on GitHub↗9,078
  • beartype/beartypebeartype avatar

    beartype/beartype

    3,450View on GitHub↗

    .. # ------------------( LICENSE )------------------ .. # Copyright (c) 2014-2025 Beartype authors. .. # See "LICENSE" for further details. .. # .. # ------------------( SEO )------------------ .. # Metadata converted into HTML-specific meta tags parsed by search engines. .. # Note that: .. # *…

    Python
    View on GitHub↗3,450
  • felixthec/strongtypingF

    FelixTheC/strongtyping

    0View on GitHub↗

    Decorator which checks at Runtime whether the function is called with the correct type of parameters. And raises TypeMisMatch if the used parameters in a function call where invalid.

    View on GitHub↗0
  • loyada/typedpyloyada avatar

    loyada/typedpy

    17View on GitHub↗

    typedpy is a library for type-safe, strict, Python structures. It supports Python 3.6+.

    Python
    View on GitHub↗17
Compare all 8 related projects→

Frequently asked questions

What does davidfstr/trycast do?

trycast parses JSON-like values whose shape is defined by TypedDicts and other standard Python type hints.

What are the main features of davidfstr/trycast?

The main features of davidfstr/trycast are: Runtime Type Checkers.

Which projects share features with davidfstr/trycast?

Projects with overlapping indexed features include: arasatasaygin/is.js — is.js is a JavaScript validation library and data type checker. It provides a suite of utilities to verify whether… beartype/beartype — .. # ------------------( LICENSE )------------------ .. # Copyright (c) 2014-2025 Beartype authors. .. # See "LICENSE"… felixthec/strongtyping — Decorator which checks at Runtime whether the function is called with the correct type of parameters. And raises… loyada/typedpy — `typedpy` is a library for type-safe, strict, Python structures. It supports Python 3.6+. samuelcolvin/pydantic — Pydantic is a data validation library and parsing framework for Python. It functions as a type-based schema validator… seandstewart/typical — See python-typelib for a modern successor to this library by the same author.