Conraid's Repository
for Slackware
Slackware Current Repository by Conraid
======================================================================
python-typeguard (Run-time type checker for Python)
This library provides run-time type checking for functions defined
with PEP 484 argument (and return) type annotations, and any arbitrary
Python objects. It can be used together with static type checkers as
an additional layer of type safety, to catch type violations that
could only be detected at run time.
HOME: https://github.com/agronholm/typeguard
======================================================================
REQUIRES: python-typing-extensions