Contents

typeguard 4.2.1

0

Run-time type checker for Python

Run-time type checker for Python

Stars: 1427, Watchers: 1427, Forks: 103, Open Issues: 16

The agronholm/typeguard repo was created 8 years ago and the last code push was 1 weeks ago.
The project is very popular with an impressive 1427 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
MIT
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 16 open issues on GitHub

  • Typechecking doesn't work with decorators that insert parameters
  • Incorrect handling of *args and **kwargs (PEP 484)
  • How to resolve string-declared object class types?

See more issues on GitHub