tool_shed Package

tool_shed_registry Module

class tool_shed.tool_shed_registry.Registry(root_dir=None, config=None)[source]

Bases: object

password_manager_for_url(url)[source]

If the tool shed is using external auth, the client to the tool shed must authenticate to that as well. This provides access to the urllib2.HTTPPasswordMgrWithdefaultRealm() object for the url passed in.

Following more what galaxy.demo_sequencer.controllers.common does might be more appropriate at some stage...