https://github.com/ultirequiem/grepy
:snake: A grep clone
https://github.com/ultirequiem/grepy
cli command-line command-line-tool grep python python-script
Last synced: about 1 year ago
JSON representation
:snake: A grep clone
- Host: GitHub
- URL: https://github.com/ultirequiem/grepy
- Owner: UltiRequiem
- License: mit
- Created: 2021-08-24T02:07:50.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-03-20T18:42:32.000Z (about 2 years ago)
- Last Synced: 2025-05-12T21:09:54.554Z (about 1 year ago)
- Topics: cli, command-line, command-line-tool, grep, python, python-script
- Language: Python
- Homepage: https://pypi.org/project/grepy
- Size: 29.3 KB
- Stars: 5
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Grepy



[](https://github.com/psf/black)
[](https://pypi.org/project/grepy)

[](https://opensource.org/licenses/MIT)

A Python clone of [Grep](https://en.wikipedia.org/wiki/Grep).
## Install
You can install [grepy](https://pypi.org/project/grepy) from PyPI like any other package:
```bash
pip install grepy
```
To get the last version:
```bash
pip install git+https:/github.com/UltiRequiem/grepy
```
If you use Linux, you may need to install this with sudo to
be able to access the command throughout your system.
## Usage
Same as Grep:
```bash
grepy "String to grep" file_to_grep.py
```
### License
Grepy is licensed under the [MIT License](./LICENSE).