Trivial split for strings with escaped characters and quotes
Project description
tssplit - Trivial split for strings with escaped characters and quotes
Installation
pip install tssplit
Usage
from tssplit import tssplit
tssplit('ooooo/ooo|/ooo"XXX/XXX"ooo/"ooo/ooooo', quote='"', delimiter='/', escape='|')
['ooooo', 'ooo/oooXXX/XXXooo', 'ooo/ooooo']
Changelog
- 2020.03.28 v1.0 Initial release
- 2020.03.28 v1.0.1 Many quick fixes to make all things work in PyPI
- 2020.03.29 v1.0.2 Minor fixes, Readme update, Long description provided
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
tssplit-1.0.2.tar.gz
(1.9 kB
view hashes)
Built Distribution
Close
Hashes for tssplit-1.0.2-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 58ac2c41b4e8bdcdf9338709a2791a680a0fbd1d6104c38b3489d741ad75d4ef |
|
MD5 | 3af02ab3975604294b93dcf479890648 |
|
BLAKE2b-256 | e47c564ded3bb786561eda8f005bf04c49de8ca6d195bf7dc22b8d343a46f85a |