Description
Plugin hooks can be defined and called in legacy Python 2 applications with a small framework. Pluggy helps applications expose extension points used by tools such as pytest.
It is imported by host applications and plugin systems, not used directly. Only load trusted plugins because they run with the host application privileges.