An open API service indexing awesome lists of open source software.

https://github.com/h1rono/minigrep-py

minimal grep in python
https://github.com/h1rono/minigrep-py

minigrep python

Last synced: 8 months ago
JSON representation

minimal grep in python

Awesome Lists containing this project

README

          

# minigrep-py

minimal grep in python

## development

requires [poetry](https://python-poetry.org/)

```bash
poetry install
poetry run python3 -m minigrep_py tool < pyproject.toml
```