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
Built Distribution
Close
Hashes for entry_point_inspector-0.1.2.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 034cd8acef800a5a76356202073a816644fd01bf649fd2f66ab7fc830d496108 |
|
MD5 | 05e806f819489eb042015d99e8c693b5 |
|
BLAKE2b-256 | 56dafcd7f3b4ab8323a4d3d42388613a5e0734d95fcba81a530115c2b9ba591d |
Close
Hashes for entry_point_inspector-0.1.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 482c729f22de5a43c99c57d0cfe7b236fe73c658fa406af815b8b38777abf198 |
|
MD5 | b73dd32f416d1f2466f89dc70af1228f |
|
BLAKE2b-256 | 9a00269b5f4c82b556e1aaead74410a101ae9fc4423275436738679a0b796626 |