You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+1-11Lines changed: 1 addition & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -83,20 +83,10 @@ You can also configure the subfield delimiter character and the symbol for an em
83
83
84
84
[Poetry](https://python-poetry.org/) is used for development.
85
85
86
-
- [x] -c count
87
-
- [x] -v version
88
-
- [x] -l limit (number of records to process)
89
-
- [x] -i include criteria (multiple)
90
-
- [x] -e exclude criteria (multiple)
91
-
- [x] -f fields to print
92
-
- [x] colorize output?
93
-
- [ ] work with MARC leader
94
-
- [ ] regex for all components? e.g. `24.,text in any 240-249 field`
95
-
- [ ] relatedly, specify _not_ to treat value as a regex?
96
-
97
86
```sh
98
87
poetry install # install dependencies
99
88
poetry run pytest # run tests
89
+
poetry build # build package, used in CI
100
90
```
101
91
102
92
Any tag triggers a release to [Test PyPI](https://test.pypi.org/project/marcgrep/). Any tag beginning with the letter `v` requires manual approval to be released to [PyPI](https://pypi.org/project/marcgrep/) and [GitHub](https://github.com/phette23/marcgreppy/releases). There are protection rules on the `pypi` and `testpypi` [environments](https://github.com/phette23/marcgreppy/settings/environments) to this effect, too.
0 commit comments