Metadata-Version: 2.4
Name: ripgrep-bin
Version: 15.1.0
Classifier: Programming Language :: Rust
Classifier: Topic :: Terminals
Classifier: Topic :: Text Processing
Classifier: Topic :: Text Processing :: Filters
License-File: LICENSE-MIT
Summary: ripgrep is a line-oriented search tool that recursively searches the current
directory for a regex pattern while respecting gitignore rules. ripgrep has
first class support on Windows, macOS and Linux.
Keywords: regex,grep,egrep,search,pattern
Home-Page: https://github.com/BurntSushi/ripgrep
Author-email: dowon <ks2515@naver.com>
License: Unlicense OR MIT
Requires-Python: >=3.7
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
Project-URL: repository, https://github.com/Bing-su/pip-binary-factory
Project-URL: ripgrep, https://github.com/BurntSushi/ripgrep

# ripgrep-bin

https://github.com/BurntSushi/ripgrep

`ripgrep` is a line-oriented search tool that recursively searches the current directory for a regex pattern.

## install

```sh
pip install ripgrep-bin
```

