f6752d4
=======================
f6752d4
 Entry Point Inspector
f6752d4
=======================
f6752d4
f6752d4
Entry Point Inspector is a tool for looking at the entry point plugins
f6752d4
installed on a system.
f6752d4
f6752d4
Commands
f6752d4
========
f6752d4
f6752d4
==============  =================================================
f6752d4
Name            Description
f6752d4
==============  =================================================
f6752d4
ep show         Shows the details for a single entry point.
f6752d4
group list      Shows the groups for which plugins are available.
f6752d4
group show      Shows the members of a specific group.
f6752d4
help            print detailed help for another command
f6752d4
==============  =================================================
f6752d4
f6752d4
Examples
f6752d4
========
f6752d4
f6752d4
::
f6752d4
f6752d4
  $ epi group list
f6752d4
  +--------------------------+
f6752d4
  | Name                     |
f6752d4
  +--------------------------+
f6752d4
  | cliff.formatter.list     |
f6752d4
  | cliff.formatter.show     |
f6752d4
  | console_scripts          |
f6752d4
  | distutils.commands       |
f6752d4
  | distutils.setup_keywords |
f6752d4
  | egg_info.writers         |
f6752d4
  | epi.commands             |
f6752d4
  | setuptools.file_finders  |
f6752d4
  | setuptools.installation  |
f6752d4
  +--------------------------+
f6752d4
f6752d4
  $ epi group show epi.commands
f6752d4
  +------------+-----------------------------+----------------+---------------------------+-------+
f6752d4
  | Name       | Module                      | Member         | Distribution              | Error |
f6752d4
  +------------+-----------------------------+----------------+---------------------------+-------+
f6752d4
  | group_list | entry_point_inspector.group | GroupList      | entry-point-inspector 0.1 |       |
f6752d4
  | group_show | entry_point_inspector.group | GroupShow      | entry-point-inspector 0.1 |       |
f6752d4
  | ep_show    | entry_point_inspector.ep    | EntryPointShow | entry-point-inspector 0.1 |       |
f6752d4
  +------------+-----------------------------+----------------+---------------------------+-------+
f6752d4
f6752d4
  $ epi -v ep show epi.commands ep_show
f6752d4
  Looking for ep_show in group epi.commands
f6752d4
  +--------------+--------------------------------------------------------------------+
f6752d4
  | Field        | Value                                                              |
f6752d4
  +--------------+--------------------------------------------------------------------+
f6752d4
  | Module       | entry_point_inspector.ep                                           |
f6752d4
  | Member       | EntryPointShow                                                     |
f6752d4
  | Distribution | entry-point-inspector 0.1                                          |
f6752d4
  | Path         | /Users/dhellmann/Devel/entry_point_inspector/entry_point_inspector |
f6752d4
  | Error        |                                                                    |
f6752d4
  +--------------+--------------------------------------------------------------------+
f6752d4
f6752d4
  $ epi -v ep show epi.commands ep_show --distribution "entry-point-inspector==0.1"
f6752d4
  Loading ep_show from epi.commands using distribution entry-point-inspector==0.1
f6752d4
  +--------------+--------------------------------------------------------------------+
f6752d4
  | Field        | Value                                                              |
f6752d4
  +--------------+--------------------------------------------------------------------+
f6752d4
  | Module       | entry_point_inspector.ep                                           |
f6752d4
  | Member       | EntryPointShow                                                     |
f6752d4
  | Distribution | entry-point-inspector 0.1                                          |
f6752d4
  | Path         | /Users/dhellmann/Devel/entry_point_inspector/entry_point_inspector |
f6752d4
  | Error        |                                                                    |
f6752d4
  +--------------+--------------------------------------------------------------------+
f6752d4
f6752d4
See Also
f6752d4
========
f6752d4
f6752d4
* `stevedore`_
f6752d4
f6752d4
.. _stevedore: https://pypi.python.org/pypi/stevedore