Recent Releases of strs
strs - v0.3.0
Changes:
- Prevent str split from printing a trailing newline at end of output
- Fix str col
- Fix negative indexing
- Fix index and slice parsing
- Bump Python version to 3.11
- Drop dependency on strenum, use enum.StrEnum instead
You can install this version like so:
bash
python3 -m pip install strs==0.3.0
- Python
Published by alexdelorenzo over 3 years ago
strs - v0.2.7
This release consists mainly of bug-fixes and small improvements to existing features.
Changes:
- Fix double new-line output bug in str nth command
- Use regex in str col for accurate column parsing
- Allow slice syntax as an argument to the str col command
- Allow passing regex patterns to str col
- Allow negative indices in str col
- Fix Fire's handling of the str replace-first command
- Add annotations and refactor code
- Update documentation with more examples and links
You can install this version like so:
bash
python3 -m pip install strs==0.2.7
- Python
Published by alexdelorenzo about 4 years ago