RussBaz / enforce

Python 3.5+ runtime type checking for integration testing and data validation
543 stars 21 forks source link

Add a new type parser for handling complex types (container types) and type variables correctly. #2

Closed RussBaz closed 7 years ago

RussBaz commented 8 years ago

There is a need for a new type parser and validator to handle recursive type checks for container types as well as cross checking for type variables.

RussBaz commented 7 years ago

It has been mostly fixed and so I am going to close this issue.