diff options
Diffstat (limited to 'python/python3-wrapt/README')
-rw-r--r-- | python/python3-wrapt/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/python/python3-wrapt/README b/python/python3-wrapt/README new file mode 100644 index 000000000000..160309af3a62 --- /dev/null +++ b/python/python3-wrapt/README @@ -0,0 +1,5 @@ +A Python module for decorators, wrappers and monkey patching. + +The aim of the wrapt module is to provide a transparent object proxy +for Python, which can be used as the basis for the construction of +function wrappers and decorator functions. |