Metadata-Version: 2.3
Name: search-pr
Version: 1.0.2
Summary: Search for open pull requests that modify lines containing a specific string.
License: MIT
Author: Yuki Kobayashi
Author-email: drsuaimqjgar@gmail.com
Requires-Python: >=3.11
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: click (>=8.1.8,<9.0.0)
Requires-Dist: requests (>=2.32.3,<3.0.0)
Project-URL: source, https://github.com/koyuki7w/search-pr
Description-Content-Type: text/markdown

# search-pr

[![Test](https://github.com/koyuki7w/search-pr/actions/workflows/test.yml/badge.svg)](https://github.com/koyuki7w/search-pr/actions/workflows/test.yml)

## Description

Search for open pull requests that modify lines containing a specific string.

## Install

```
pip install search-pr
```

## Usage

```
$ git-search-pr --help
Usage: git-search-pr [OPTIONS] QUERY

  Search for open pull requests that modify lines containing QUERY.

Options:
  --cache TEXT   Cache directory.  [default: ~/.cache/search-pr]
  --remote TEXT  The git remote.  [default: origin]
  --help         Show this message and exit.
```

