Contents

wrapt 1.16.0

0

Module for decorators, wrappers and monkey patching.

Module for decorators, wrappers and monkey patching.

Stars: 2016, Watchers: 2016, Forks: 230, Open Issues: 58

The GrahamDumpleton/wrapt repo was created 11 years ago and the last code push was 3 weeks ago.
The project is very popular with an impressive 2016 github stars!

How to Install wrapt

You can install wrapt using pip

pip install wrapt

or add it to a project with poetry

poetry add wrapt

Package Details

Author
Graham Dumpleton
License
BSD
Homepage
https://github.com/GrahamDumpleton/wrapt
PyPi:
https://pypi.org/project/wrapt/
Documentation:
https://wrapt.readthedocs.io/
GitHub Repo:
https://github.com/GrahamDumpleton/wrapt

Classifiers

No  wrapt  pypi packages just yet.

Errors

A list of common wrapt errors.

Code Examples

Here are some wrapt code examples and snippets.

GitHub Issues

The wrapt package has 58 open issues on GitHub

  • compatibility with python 3.11
  • Build universal2 wheel for Apple Silicon support
  • Use inspect.Signature instead of inspect.formatargspec
  • Add support for isinstance() checks. #201
  • doesn't support isinstance check
  • Wrapt 1.13.x fails to install properly on Arm
  • Odd behavior when making __wrapped__ a property

See more issues on GitHub