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
F

FelixTheC/strongtyping

0
View on GitHub↗
0 stars·0 forks·10 views

Strongtyping

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.

Features

  • Runtime Type Checkers - Decorator-based runtime parameter type verification.

Star history

Star history chart for felixthec/strongtypingStar history chart for felixthec/strongtyping

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 Strongtyping

These projects share indexed features with Strongtyping. 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
  • davidfstr/trycastdavidfstr avatar

    davidfstr/trycast

    89View on GitHub↗

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

    Python
    View on GitHub↗89
  • 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 felixthec/strongtyping do?

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.

What are the main features of felixthec/strongtyping?

The main features of felixthec/strongtyping are: Runtime Type Checkers.

Which projects share features with felixthec/strongtyping?

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"… davidfstr/trycast — trycast parses JSON-like values whose shape is defined by TypedDicts and other standard Python type hints. 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.