Contents

wrapt 1.16.0

0

Module for decorators, wrappers and monkey patching.

Module for decorators, wrappers and monkey patching.

Stars: 1962, Watchers: 1962, Forks: 223, Open Issues: 54

The GrahamDumpleton/wrapt repo was created 10 years ago and the last code push was 2 weeks ago.
The project is very popular with an impressive 1962 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 54 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