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

No release of newest changes #86

Open owensearls opened 5 years ago

owensearls commented 5 years ago

Hi,

I would like to make use of the newest contributions from @slorg1, which I see were merged on April 2, but haven't yet been released on PyPi. Can you make a new release?

Thanks, Owen