Pychecktype

Latest version: v1.4.1

Safety actively analyzes 621924 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

1.4.0

This release add extra information to the exception on type mismatch

1.3.0

This release improves performance for very large data input

1.2.0

This release fixes a bug with customized types:
In previous version, if a customized type uses a temporary object in the check procedure, the object may be collected during the precudure, causes an id collision which produces wrong results. This release fixes this issue by saving the used object together with its id to stop it from collected before procedure done.

1.1

Add `pychecktype.checked.checked` decorator

Though pychecktype itself supports Python2/3, `checked` decorator works only in Python 3 with annotations.

1.0

First release

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.