EntryPointCommand


Attributes

a default_interactive

0

a default_verbosity

0

a description

'    Shows information about one or many entry points (you can use\n    wildcards for entry point names).  Entry points are used for Egg\n    plugins, and are named resources -- like an application, template\n    plugin, or other resource.  Entry points have a [group] which\n    defines what kind of object they describe, and inside groups each\n    entry point is named.\n    '

a group_name

''

a hidden

False

a max_args

2

a max_args_error

'You must provide no more than %(max_args)s arguments'

a min_args

None

a min_args_error

'You must provide at least %(min_args)s arguments'

a parser

<paste.script.bool_optparse.BoolOptionParser instance at 0x8c7d1ec>

a required_args

()

a return_code

0

a summary

'Show information about entry points'

a takes_config_file

None

a usage

'ENTRY_POINT'

Methods

f command(self) ...

f print_entry_points_by_group(self, group, ep_pat) ...

f show_egg(self, egg_name) ...

f wrap(self, text, indent=0) ...

f __init__(self, name) ...

f get_pattern(self, s) ...

f list_entry_points(self) ...

f get_groups_by_pattern(self, pattern) ...

f get_group_description(self, group) ...

f get_entry_point_description(self, ep, group) ...

See the source for more information.