Metadata-Version: 2.4
Name: allprs
Version: 2.0.1
Summary: Approve and merge PRs in bulk
Author: GideonBear
Author-email: GideonBear <dig-sultry-sedate@duck.com>
License-Expression: GPL-3.0-only
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.14
Requires-Dist: githubkit>=0.13.6
Requires-Dist: prompt-toolkit>=3.0.52
Requires-Python: >=3.14
Project-URL: bugs, https://github.com/GideonBear/allprs/issues
Project-URL: homepage, https://github.com/GideonBear/allprs
Description-Content-Type: text/markdown

# allprs

## Installation

```bash
# Using uv (will automatically install Python if necessary):
uv tool install allprs
# Using pipx:
pipx install allprs
# Using pip:
pip install allprs
```

## Python version support

This project will only ever support the latest released minor version of python, but will most likely work on older
versions as well. Change `requires-python` manually in `pyproject.toml` if necessary.
