Tool for looking at the entry point plugins on a system
Project description
Entry Point Inspector is a tool for looking at the entry point plugins installed on a system.
Commands
Name |
Description |
---|---|
ep show |
Shows the details for a single entry point. |
group list |
Shows the groups for which plugins are available. |
group show |
Shows the members of a specific group. |
help |
print detailed help for another command |
Examples
$ epi group list +--------------------------+ | Name | +--------------------------+ | cliff.formatter.list | | cliff.formatter.show | | console_scripts | | distutils.commands | | distutils.setup_keywords | | egg_info.writers | | epi.commands | | setuptools.file_finders | | setuptools.installation | +--------------------------+ $ epi group show epi.commands +------------+-----------------------------+----------------+---------------------------+-------+ | Name | Module | Member | Distribution | Error | +------------+-----------------------------+----------------+---------------------------+-------+ | group_list | entry_point_inspector.group | GroupList | entry-point-inspector 0.1 | | | group_show | entry_point_inspector.group | GroupShow | entry-point-inspector 0.1 | | | ep_show | entry_point_inspector.ep | EntryPointShow | entry-point-inspector 0.1 | | +------------+-----------------------------+----------------+---------------------------+-------+ $ epi -v ep show epi.commands ep_show Looking for ep_show in group epi.commands +--------------+--------------------------------------------------------------------+ | Field | Value | +--------------+--------------------------------------------------------------------+ | Module | entry_point_inspector.ep | | Member | EntryPointShow | | Distribution | entry-point-inspector 0.1 | | Path | /Users/dhellmann/Devel/entry_point_inspector/entry_point_inspector | | Error | | +--------------+--------------------------------------------------------------------+ $ epi -v ep show epi.commands ep_show --distribution "entry-point-inspector==0.1" Loading ep_show from epi.commands using distribution entry-point-inspector==0.1 +--------------+--------------------------------------------------------------------+ | Field | Value | +--------------+--------------------------------------------------------------------+ | Module | entry_point_inspector.ep | | Member | EntryPointShow | | Distribution | entry-point-inspector 0.1 | | Path | /Users/dhellmann/Devel/entry_point_inspector/entry_point_inspector | | Error | | +--------------+--------------------------------------------------------------------+
See Also
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Close
Hashes for entry_point_inspector-0.1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | f73c0318f8b98e4294e2ab546024f7fa0c7071b768b16bcc5f857211b98b36eb |
|
MD5 | 89911c1a82b20639e976ee11d8040e33 |
|
BLAKE2b-256 | 4d575c609d0f6e7b7b0bb8764ccc8e1f9e7962c9c5734cb4af427bbecbceea32 |