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

PyContracts doesn't work with latest pyparsing (2.4.3) #88

Open nedbat opened 4 years ago

nedbat commented 4 years ago

See https://github.com/pyparsing/pyparsing/issues/161

I'm not sure where the fix will need to be.