LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
src/wrapt/__init__.py
src/wrapt/_wrappers.c
src/wrapt/decorators.py
src/wrapt/importer.py
src/wrapt/wrappers.py
src/wrapt.egg-info/PKG-INFO
src/wrapt.egg-info/SOURCES.txt
src/wrapt.egg-info/dependency_links.txt
src/wrapt.egg-info/not-zip-safe
src/wrapt.egg-info/top_level.txt
tests/compat.py
tests/conftest.py
tests/requirements.txt
tests/test_adapter.py
tests/test_adapter_py3.py
tests/test_adapter_py33.py
tests/test_arguments.py
tests/test_attribute_wrapper.py
tests/test_callable_object_proxy.py
tests/test_class.py
tests/test_class_py37.py
tests/test_copy.py
tests/test_decorators.py
tests/test_descriptors_py36.py
tests/test_function.py
tests/test_function_wrapper.py
tests/test_inheritance_py37.py
tests/test_inner_classmethod.py
tests/test_inner_staticmethod.py
tests/test_instancemethod.py
tests/test_memoize.py
tests/test_monkey_patching.py
tests/test_nested_function.py
tests/test_object_proxy.py
tests/test_outer_classmethod.py
tests/test_outer_staticmethod.py
tests/test_pickle.py
tests/test_post_import_hooks.py
tests/test_synchronized_lock.py
tests/test_update_attributes.py
tests/test_weak_function_proxy.py