Files
galaxy/scripts/tool_source
mvdbeek 7d9b23ac9a tool_source_store: extract discover.py from scripts/tool_source/_discover.py
Pure refactor: the conf walker now lives at
``lib/galaxy/tool_source_store/discover.py`` and is importable via
``from galaxy.tool_source_store.discover import discover_tools``. No
sys.path injection needed for in-process callers (cold-start
auto-populate, shed-install reroute, test driver in upcoming commits).
``populate_store.py`` updates its two import sites; behaviour unchanged.
2026-07-28 17:27:15 +02:00
..