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.
 
 
 
 
 
 
B. Watson 48bd1a0e89
python/python-wrapt: Fix slack-desc.
9 years ago
..
README python/python-wrapt: Added (A Python module for decorators). 10 years ago
python-wrapt.SlackBuild python/python-wrapt: Switch to i586. 9 years ago
python-wrapt.info python/python-wrapt: Updated for version 1.10.8. 10 years ago
slack-desc python/python-wrapt: Fix slack-desc. 9 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.