python-typeguard: python-typeguard (Run-time type checker for Python) python-typeguard: python-typeguard: This library provides run-time type checking for functions defined python-typeguard: with PEP 484 argument (and return) type annotations, and any arbitrary python-typeguard: Python objects. It can be used together with static type checkers as python-typeguard: an additional layer of type safety, to catch type violations that python-typeguard: could only be detected at run time. python-typeguard: python-typeguard: python-typeguard: python-typeguard: