Metadata-Version: 2.3
Name: mergify_cli
Version: 2025.3.14.1
Summary: Mergify CLI is a tool that automates the creation and management of stacked pull requests on GitHub
License: Apache License
Author: Mehdi Abaakouk
Author-email: sileht@mergify.com
Requires-Python: >=3.10
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: aiofiles (>=23.2.1,<25.0.0)
Requires-Dist: click (>=8.1.7,<9.0.0)
Requires-Dist: click-default-group (>=1.2.4,<2.0.0)
Requires-Dist: httpx (>=0.20.0)
Requires-Dist: opentelemetry-exporter-otlp-proto-http (>=1.29.0,<2.0.0)
Requires-Dist: opentelemetry-sdk (>=1.29.0,<2.0.0)
Requires-Dist: rich (>=10.11.0)
Description-Content-Type: text/markdown

# Mergify CLI

## Introduction

Mergify CLI is a powerful tool designed to simplify and automate the creation
and management of stacked pull requests on GitHub as well as handling CI
results upload.

### Stacks

Before diving into its functionalities, let's grasp the concept of stacked pull
requests and why they matter in the
[documentation](https://docs.mergify.com/stacks/).

### CI

You can learn more about [CI Insights in the
documentation](https://docs.mergify.com/ci-insights/).

## Contributing

We welcome and appreciate contributions from the open-source community to make
this project better. Whether you're a developer, designer, tester, or just
someone with a good idea, we encourage you to get involved.

