
wrapt 1.14.1
0
Module for decorators, wrappers and monkey patching.
Contents
Module for decorators, wrappers and monkey patching.
Stars: 1794, Watchers: 1794, Forks: 208, Open Issues: 36The GrahamDumpleton/wrapt
repo was created 9 years ago and was last updated 4 days ago.
The project is very popular with an impressive 1794 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/
- GitHub Repo
- https://github.com/GrahamDumpleton/wrapt
Classifiers
Related Packages
Errors
A list of common wrapt errors.
Code Examples
Here are some wrapt
code examples and snippets.
GitHub Issues
The wrapt package has 36 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