typical icon indicating copy to clipboard operation
typical copied to clipboard

Comparison to typeguard

Open alexmojaki opened this issue 5 years ago • 2 comments

I haven't read through this project thoroughly but it looks like it overlaps a lot with https://github.com/agronholm/typeguard, at least on the validation side. Just thought you might want to know about it and maybe mention it in your docs somewhere. Maybe you two can even help each other.

alexmojaki avatar Dec 24 '19 20:12 alexmojaki

Thanks for this, @alexmojaki - I’ll be sure to reach out!

seandstewart avatar Dec 26 '19 14:12 seandstewart

FWIW, since I'm here for a related reason, I do rather like typeguard's import hook support for decorating all the callables and classes in a module with strict validation. Probably the one thing I'd like in typical that isn't there.

slippycheeze avatar May 09 '20 00:05 slippycheeze