.. _f-piphelper: module ``installhelper.pip_helper`` =================================== .. inheritance-diagram:: pymyinstall.installhelper.pip_helper Short summary +++++++++++++ module ``pymyinstall.installhelper.pip_helper`` Helpers for pip. Classes +++++++ +---------------------------------------------------------------------------+---------------------------------------------------+ | class | truncated documentation | +===========================================================================+===================================================+ | :class:`Distribution ` | Common interface for old and recent pip packages. | +---------------------------------------------------------------------------+---------------------------------------------------+ Functions +++++++++ +--------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------+ | function | truncated documentation | +========================================================================================================+===============================================================================================================================+ | :func:`get_installed_distributions ` | Directs call to function *get_installed_distributions* from :epkg:`pip`. Return a list of installed Distribution objects. ... | +--------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------+ Methods +++++++ +----------------------------------------------------------------------------------------+-------------------------+ | method | truncated documentation | +========================================================================================+=========================+ | :py:meth:`__getattr__ ` | | +----------------------------------------------------------------------------------------+-------------------------+ | :py:meth:`__init__ ` | | +----------------------------------------------------------------------------------------+-------------------------+ Documentation +++++++++++++ .. automodule:: pymyinstall.installhelper.pip_helper :members: :special-members: __init__ :show-inheritance: