Metadata-Version: 2.4
Name: adagio-cli
Version: 0.1.0a3
Summary: Command-line runner for Adagio pipeline files.
Keywords: adagio,bioinformatics,cli,pipelines,qiime2,workflow
Author: Cymis
License-Expression: MIT
License-File: LICENSE
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: cyclopts>=4.5.3
Requires-Dist: pydantic>=2.12.5
Requires-Dist: rich>=14.1.0
Requires-Dist: parsl>=2024.12.16
Requires-Dist: tomli>=2.2.1 ; python_full_version < '3.11'
Requires-Python: >=3.10
Project-URL: Changelog, https://github.com/cymis/adagio-cli/blob/dev/CHANGELOG.md
Project-URL: Homepage, https://github.com/cymis/adagio-cli
Project-URL: Issues, https://github.com/cymis/adagio-cli/issues
Project-URL: Repository, https://github.com/cymis/adagio-cli
Description-Content-Type: text/markdown

# Adagio CLI

`adagio-cli` is the Python command-line interface for Adagio pipeline execution.

For user-facing documentation and product guides, please reference the docs:

- [Adagio Docs](https://docs.adagiodata.com)

The adagio frontend is used to build pipelines that can be run with this package on the command line
It can be found here:

- [Adagio](https://adagio.run)

## Development

Set up the project and run the test suite with:

```bash
uv sync --group dev
uv run pytest
```
