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
- Host: GitHub
- URL: https://github.com/h1rono/minigrep-py
- Owner: H1rono
- License: mit
- Created: 2023-06-11T02:32:55.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-12T17:13:50.000Z (almost 3 years ago)
- Last Synced: 2025-03-28T13:45:17.178Z (about 1 year ago)
- Topics: minigrep, python
- Language: Python
- Homepage:
- Size: 41 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```