AndreaCensi / contracts

PyContracts is a Python package that allows to declare constraints on function parameters and return values. Contracts can be specified using Python3 annotations, or inside a docstring. PyContracts supports a basic type system, variables binding, arithmetic constraints, and has several specialized contracts and an extension API.
http://andreacensi.github.io/contracts/
Other
398 stars 62 forks source link

Collections and validator #85

Open slorg1 opened 5 years ago

slorg1 commented 5 years ago

@AndreaCensi this is a PR that has both of the other 2 (#84 and #81 ) in it (to simplify the merge if you agree to both changes). Thank you in advance!