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

agronholm/typeguard

0
View on GitHub↗
1,770 stars·126 forks·Python·6 views

Typeguard

.. image:: https://github.com/agronholm/typeguard/actions/workflows/test.yml/badge.svg :target: https://github.com/agronholm/typeguard/actions/workflows/test.yml :alt: Build Status .. image:: https://coveralls.io/repos/agronholm/typeguard/badge.svg?branch=master&service=github :target:…

Features

  • Runtime Type Checkers - Runtime type checking library for Python.

Star history

Star history chart for agronholm/typeguardStar history chart for agronholm/typeguard

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. 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

Open-source alternatives to Typeguard

Similar open-source projects, ranked by how many features they share with Typeguard.
  • 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
  • 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
See all 8 alternatives to Typeguard→

Frequently asked questions

What does agronholm/typeguard do?

.. image:: https://github.com/agronholm/typeguard/actions/workflows/test.yml/badge.svg :target: https://github.com/agronholm/typeguard/actions/workflows/test.yml :alt: Build Status .. image:: https://coveralls.io/repos/agronholm/typeguard/badge.svg?branch=master&service=github :target:…

What are the main features of agronholm/typeguard?

The main features of agronholm/typeguard are: Runtime Type Checkers.

What are some open-source alternatives to agronholm/typeguard?

Open-source alternatives to agronholm/typeguard 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. 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…