Metadata-Version: 2.1
Name: grepy
Version: 0.1.1
Summary: A Grep clone
Home-page: https://github.com/UltiRequiem/grep
License: MIT
Keywords: commands,utilities,cli,grep
Author: Eliaz Bobadilla
Author-email: eliaz.bobadilladev@gmail.com
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Project-URL: Repository, https://github.com/UltiRequiem/grep
Description-Content-Type: text/markdown

# Grepy

A Python clone of [Grep](https://en.wikipedia.org/wiki/Grep).

## Install

You can install [Chuy](https://pypi.org/project/chuy) 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.

### License

Grepy is licensed under the [MIT License](./LICENSE).

