Contents

typeguard 4.5.0

0

Run-time type checker for Python

Run-time type checker for Python

Stars: 1746, Watchers: 1746, Forks: 120, Open Issues: 28

The agronholm/typeguard repo was created 10 years ago and the last code push was 2 days ago.
The project is very popular with an impressive 1746 github stars!

How to Install typeguard

You can install typeguard using pip

pip install typeguard

or add it to a project with poetry

poetry add typeguard

Package Details

Author
None
License
None
Homepage
None
PyPi:
https://pypi.org/project/typeguard/
Documentation:
https://typeguard.readthedocs.io/en/latest/
GitHub Repo:
https://github.com/agronholm/typeguard

Classifiers

No  typeguard  pypi packages just yet.

Errors

A list of common typeguard errors.

Code Examples

Here are some typeguard code examples and snippets.

GitHub Issues

The typeguard package has 28 open issues on GitHub

  • Fixed protocol check failing for inherited class/static methods
  • False negative when checking against numpy's ArrayLike
  • Hitting NameError with Python 3.14 forward reference for TypedDict
  • [pre-commit.ci] pre-commit autoupdate
  • Get back check_argument_types and check_return_type

See more issues on GitHub