pyline icon indicating copy to clipboard operation
pyline copied to clipboard

Pyline is a grep-like, sed-like, awk-like command-line tool for line-based text processing in Python. https://pypi.python.org/pypi/pyline

Results 18 pyline issues
Sort by recently updated
recently updated
newest added

- [x] Test w/ python 3.x, update as needed - [x] Update travis.yml https://github.com/westurner/pyline/blob/master/travis.yml - [x] Update tox.yml https://github.com/westurner/pyline/blob/master/tox.ini - [x] Release a Python 3 compatible version of pyline to...

ENH
In progress

From https://github.com/westurner/pyline/issues/24#issuecomment-226976408 : > Note that this can be dangerous because pyline (like other POSIX CLI tools) splits on `\n` > and filenames can contain `\n` and `\0` - Pyline...

question

When working with the `pyline.pyline.main()` function, it's often not necessary to print the results (e.g. when they're appended to to `results` and the utilized in a downstream function); there should...

ENH
ready
UBY

example:: ``` pyline '"rm -f {0}; ln -s ../formulas/{0}-formula/{0}".format(w[8])' ```

ENH

Test Cases: - Sorting by column (ascending) - Sorting by column (descending) - Sorting by column (regex groups - ascending) - Sorting by column (regex groups - descending) Solutions: A....

BUG
DOC
In progress

- [ ] ENH,UBY: convenience CLI arguments to cast line to urlobject.URLObject() - `-u / --url / --urlobject` - ENH: `url = urlobject.URLObject(line)` - [ ] ENH: provide `URL =...

ENH
ready

- [ ] ENH: --regex to new regex (if installed) - [ ] ENH: rfc3987: port to new regex - [ ] ENH: --regexurl , --regexuri , --regexurn to rfc3986...

- [ ] ENH: rfc6570 URI templates ## uritemplate-py - | Src: http://github.com/uri-templates/uritemplate-py - | PyPI: https://github.com/uri-templates/uritemplate-py/ - | RFC: http://tools.ietf.org/html/rfc6570