How to Install and Uninstall python-wrapt-doc Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: July 05,2024

1. Install "python-wrapt-doc" package

In this section, we are going to explain the necessary steps to install python-wrapt-doc on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-wrapt-doc

2. Uninstall "python-wrapt-doc" package

Learn how to uninstall python-wrapt-doc on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python-wrapt-doc $ sudo apt autoclean && sudo apt autoremove

3. Information about the python-wrapt-doc package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python-wrapt-doc
Priority: optional
Section: doc
Installed-Size: 407
Maintainer: Ubuntu Developers
Original-Maintainer: PKG OpenStack
Architecture: all
Source: python-wrapt
Version: 1.8.0-5build2
Depends: libjs-sphinxdoc (>= 1.0)
Pre-Depends: dpkg (>= 1.15.6~)
Filename: pool/main/p/python-wrapt/python-wrapt-doc_1.8.0-5build2_all.deb
Size: 50170
MD5sum: b828a98018953e34667d077c4b55b518
SHA1: 1d510bb54712fa63d1e4f2fd91ae70fd25b310a6
SHA256: 76c2bfd1e4e4de4bdfc14136e614e9d4e4447afd1a34d58c39a67cf8a7b3efe5
Description-en: decorators, wrappers and monkey patching. - doc
The aim of the wrapt module is to provide a transparent object proxy for
Python, which can be used as the basis for the construction of function
wrappers and decorator functions.
.
The wrapt module focuses very much on correctness. It therefore goes way
beyond existing mechanisms such as functools.wraps() to ensure that decorators
preserve introspectability, signatures, type checking abilities etc. The
decorators that can be constructed using this module will work in far more
scenarios than typical decorators and provide more predictable and consistent
behaviour.
.
To ensure that the overhead is as minimal as possible, a C extension module is
used for performance critical components. An automatic fallback to a pure
Python implementation is also provided where a target system does not have a
compiler to allow the C extension to be compiled.
.
This package contains the documentation.
Description-md5: 1a267afe6a30630c7bf1337b5f2d378e
Homepage: https://github.com/GrahamDumpleton/wrapt
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu
Supported: 9m