Metadata-Version: 2.4
Name: galaxy-tool-refactor
Version: 0.2.0
Summary: Front-door metapackage for galaxy-tool-refactor: installs the CLI (and, with the [mcp] extra, the MCP server).
Project-URL: Homepage, https://github.com/richard-burhans/galaxy-tool-refactor
Project-URL: Repository, https://github.com/richard-burhans/galaxy-tool-refactor
Project-URL: Changelog, https://github.com/richard-burhans/galaxy-tool-refactor/blob/main/CHANGELOG.md
Author: Richard Burhans
License-Expression: MIT
Keywords: bioinformatics,formatter,galaxy,linter,tool-xml
Requires-Python: >=3.10
Requires-Dist: galaxy-tool-refactor-cli==0.2.0
Provides-Extra: mcp
Requires-Dist: galaxy-tool-refactor-mcp==0.2.0; extra == 'mcp'
Description-Content-Type: text/markdown

# galaxy-tool-refactor

Front-door metapackage for the **galaxy-tool-refactor** toolkit — parse, lint,
format, and structurally upgrade [Galaxy](https://galaxyproject.org/) tool XML.

```bash
pip install galaxy-tool-refactor          # the galaxy-tool-refactor CLI
pip install "galaxy-tool-refactor[mcp]"   # + the agent-facing MCP server
```

This package installs no code of its own; it depends on
[`galaxy-tool-refactor-cli`](https://pypi.org/project/galaxy-tool-refactor-cli/)
(which provides the `galaxy-tool-refactor` command) and, via the `[mcp]` extra,
[`galaxy-tool-refactor-mcp`](https://pypi.org/project/galaxy-tool-refactor-mcp/).

For a minimal install of a single layer, depend on that package directly (e.g.
`galaxy-tool-source` for parsing/validation). See the
[project README](https://github.com/richard-burhans/galaxy-tool-refactor) for the
full package map and architecture.
