%general-entities; ]> Pluggy-&pluggy-version; pluggy Introduction to Pluggy Module The Pluggy package gives users the ability to extend or modify the behaviour of a host program by installing a plugin for that program. The plugin code will run as part of normal program execution, changing or enhancing certain aspects of it. In essence, pluggy enables function hooking so a user can build pluggable systems. &lfs112_checked; Package Information Download (HTTP): Download (FTP): Download MD5 sum: &pluggy-md5sum; Download size: &pluggy-size; Estimated disk space required: &pluggy-buildsize; Estimated build time: &pluggy-time; Pluggy Dependencies Recommended Optional (for testing) and pytest-benchmark Installation of Pluggy Build the module: pip3 wheel -w dist --no-build-isolation --no-deps $PWD Now, as the root user: pip3 install --no-index --find-links dist --no-cache-dir --no-user pluggy Assuming is installed, but the other optional dependencies are not, the installation can be tested with the following commands: python3 -m venv --system-site-packages testenv && source testenv/bin/activate && pip3 install pytest-benchmark && python3 /usr/bin/pytest deactivate Contents Installed Programs Installed Libraries Installed Directories None None /usr/lib/python&python3-majorver;/site-packages/pluggy and /usr/lib/python&python3-majorver;/site-packages/pluggy-&pluggy-version;.dist-info