You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Dimitris Zlatanidis 077a4f16df python/python-wrapt: Updated for version 1.10.8. 10 years ago
..
README python/python-wrapt: Added (A Python module for decorators). 10 years ago
python-wrapt.SlackBuild python/python-wrapt: Updated for version 1.10.8. 10 years ago
python-wrapt.info python/python-wrapt: Updated for version 1.10.8. 10 years ago
slack-desc python/python-wrapt: Added (A Python module for decorators). 10 years ago

README

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.