GrahamDumpleton / wrapt

A Python module for decorators, wrappers and monkey patching.
BSD 2-Clause "Simplified" License
2.04k stars 230 forks source link

register_post_import_hook is undocumented #152

Closed asottile closed 2 years ago

asottile commented 4 years ago

I've unintentionally built a similar thing here -- as I've realized, wrapt is much better at this!

I'm planning to deprecate my library and suggest wrapt instead, but don't currently have a place I can point at for a replacement

GrahamDumpleton commented 4 years ago

For using entry points and have patches applied automatically, also see autowrapt.