Datatyping

Latest version: v0.6.0

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

Scan your dependencies

0.6.0

- Better exception messages with `reprlib.repr`
- External documentation (http://datatyping.rtfd.io)
- Checks that types are actually the same or a subclass instead of just of the
same abstract type Sequence/Mapping

0.5.0

- Replaced "contracts" with customtype
- Works with all `collections.abc.Mapping` instead of just dicts.
- `validate` throws ValueError instead of undocumented AssertionError.
- New description: "Pythonic type checking"
- First PyPI release!

0.4.0

- Added support for tuples
- Fixed bug with str (not considered sequence anymore)
- Reasonble versioning scheme :p

0.0.3

- Added printer

0.0.2

- Added contracts

0.0.1

- Initial release

Links

Releases

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.