From 393083ab927b71d279e2b59bf7b63c1e5585a68e Mon Sep 17 00:00:00 2001 From: phette23 Date: Tue, 2 Apr 2024 11:43:47 -0700 Subject: [PATCH] docs: readme update --- readme.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/readme.md b/readme.md index f001378..ff15233 100644 --- a/readme.md +++ b/readme.md @@ -1,13 +1,11 @@ # marcgrep -Like [marcgrep.pl](https://pusc.it/bib/MARCgrep) but in Python and a bit different syntax. +A CLI for searching MARC files like [MARCgrep.pl](https://pusc.it/bib/MARCgrep) but in Python and a bit different syntax. [marcli](https://github.com/hectorcorrea/marcli) is also a similar project that's faster but a little less flexible. ## Installation -TODO: publish to PyPI. - Python 3.9 or later. [Poetry](https://python-poetry.org/) is used for development. ```sh @@ -69,7 +67,6 @@ Multiple criteria are combined with logical AND. Multiple `--include` flags is n - [x] -e exclude criteria (multiple) - [ ] -f fields to print - [ ] work with MARC leader -- [ ] --progress? - [ ] regex for all components? e.g. `24.,text in any 240-249 field` - [ ] relatedly, specify _not_ to treat value as a regex?