pluginlib


Functions

f add_plugin(egg_info_dir, plugin_name) ...

Add the plugin to the given distribution (or spec), in .egg-info/paster_plugins.txt

f remove_plugin(egg_info_dir, plugin_name) ...

Remove the plugin to the given distribution (or spec), in .egg-info/paster_plugins.txt. Raises ValueError if the plugin is not in the file.

f find_egg_info_dir(dir) ...

f resolve_plugins(plugin_list) ...

f get_distro(spec) ...

f load_commands_from_plugins(plugins) ...

f parse_lines(data) ...

f load_global_commands() ...

f egg_name(dist_name) ...

f egg_info_dir(base_dir, dist_name) ...

See the source for more information.