TheTechRobo / strongly-typed

Python module to enforce strong typing at runtime
Apache License 2.0
1 stars 0 forks source link

Doesn't support typing module #1

Open TheTechRobo opened 1 year ago

TheTechRobo commented 1 year ago

Doesn't support things like typing.Optional.

I'm going to hope there's a better option than trying all of the typing module stuff.

God forbid anybody has a custom type object...

TheTechRobo commented 1 year ago

Current master has partial support for the typing module.