
wrapt 2.1.1
0
Module for decorators, wrappers and monkey patching.
Contents
Module for decorators, wrappers and monkey patching.
Stars: 2272, Watchers: 2272, Forks: 244, Open Issues: 44The GrahamDumpleton/wrapt repo was created 12 years ago and the last code push was 2 weeks ago.
The project is very popular with an impressive 2272 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
- None
- License
- None
- Homepage
- None
- 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 44 open issues on GitHub
- Testsuite fails if mypy isn't installed
- Asyncio and coroutine synchronization support?
pythonfix