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

Documentation needs to be completed #58

Open runekaagaard opened 7 years ago

runekaagaard commented 7 years ago

Thanks for a great project that I use everyday. It would be SO GREAT if you could find the time to complete the language reference at https://andreacensi.github.io/contracts/reference.html#contracts-language-reference!

AndreaCensi commented 6 years ago

I know... hope it can be a Christmas-break project.