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

beartype/beartype

0
View on GitHub↗
3,450 stars·79 forks·Python·MIT·10 viewsbeartype.readthedocs.io↗

Beartype

.. # ------------------( 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: .. # *…

Features

  • Linters And Style Checkers - Runtime type checking for high-performance applications.
  • Runtime Type Checkers - High-performance O(1) runtime type checking for Python functions.

Star history

Star history chart for beartype/beartypeStar history chart for beartype/beartype

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 Beartype

Similar open-source projects, ranked by how many features they share with Beartype.
  • 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
  • andreoliwa/nitpickandreoliwa avatar

    andreoliwa/nitpick

    412View on GitHub↗

    Enforce the same settings on multiple projects

    Python
    View on GitHub↗412
  • agronholm/typeguardagronholm avatar

    agronholm/typeguard

    1,770View on GitHub↗

    .. 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:…

    Python
    View on GitHub↗1,770
  • adamchainz/flake8-comprehensionsadamchainz avatar

    adamchainz/flake8-comprehensions

    468View on GitHub↗

    flake8-comprehensions

    Python
    View on GitHub↗468
See all 28 alternatives to Beartype→

Frequently asked questions

What does beartype/beartype do?

.. # ------------------( 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: .. # *…

What are the main features of beartype/beartype?

The main features of beartype/beartype are: Linters And Style Checkers, Runtime Type Checkers.

What are some open-source alternatives to beartype/beartype?

Open-source alternatives to beartype/beartype include: arasatasaygin/is.js — is.js is a JavaScript validation library and data type checker. It provides a suite of utilities to verify whether… andreoliwa/nitpick — Enforce the same settings on multiple projects. agronholm/typeguard — .. image:: https://github.com/agronholm/typeguard/actions/workflows/test.yml/badge.svg :target:… astral-sh/ruff — Ruff is a high-performance static analysis and code formatting tool designed for Python. Built in Rust, it functions… davidfstr/trycast — trycast parses JSON-like values whose shape is defined by TypedDicts and other standard Python type hints. adamchainz/flake8-comprehensions — flake8-comprehensions.