#wrapt

[ follow ]
fromGrahamdumpleton
1 week ago

Lazy imports using wrapt - Graham Dumpleton

The actual reason wrapt was created was to be able to perform monkey patching of Python code. One key aspect of being able to monkey patch Python code is to be able to have the ability to wrap target objects in Python with a wrapper which acts as a transparent object proxy for the original object. By extending the object proxy type, one can then intercept access to the target object to perform specific actions.
Software development
fromGrahamdumpleton
1 month ago
Software development

Status of wrapt (September 2025) - Graham Dumpleton

wrapt provides robust decorator and monkey-patching utilities, maintained mainly for compatibility and occasional bug fixes, with a planned major version bump to 2.0.
[ Load more ]