wrapt 1.16.0
0
Module for decorators, wrappers and monkey patching.
Contents
Module for decorators, wrappers and monkey patching.
Stars: 2047, Watchers: 2047, Forks: 231, Open Issues: 59The GrahamDumpleton/wrapt
repo was created 11 years ago and the last code push was 4 days ago.
The project is very popular with an impressive 2047 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
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 59 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