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
399 stars 61 forks source link

+ upgrade to use collections.abc as needed for python 3.6+ #84

Open slorg1 opened 5 years ago

slorg1 commented 5 years ago

Addresses #72

slorg1 commented 5 years ago

@AndreaCensi kindly, please review this and, if you approve, let's merge it in to keep being compatible with Python 3.6+

CoconutTherapy commented 4 years ago

Greatings, could we have this merged soon?

feanil commented 3 years ago

@AndreaCensi any chance this could get merged, it's not yet blocking our upgrade to Python 3.9 but will be soon.

aleehedl commented 3 years ago

Bumping this @AndreaCensi.