Skip to content

Commit c168ad2

Browse files
committed
v1.0.7
1 parent 2fd93e9 commit c168ad2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setup(
99
name='tssplit',
10-
version='1.0.6',
10+
version='1.0.7',
1111
py_modules=['tssplit.tssplit'],
1212
url='https://github.com/mezantrop/tssplit',
1313
license='bsd-2-clause',

tssplit/tssplit.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
"""Trivial split for strings with multiple character delimiters, quotes and escaped characters"""
22

3+
34
def tssplit(s, quote='"\'', quote_keep=False, delimiter=':;,', escape='/^', trim='', remark='#'):
45
"""Split a string by delimiters with quotes and escaped characters, optionally trimming results
56

0 commit comments

Comments
 (0)