Hi Maintainer
The SyntaxWarning below were emitted when this package was tested with
pipuarts[1].
Regards
Graham
[1] https://piuparts.debian.org/sid/source/g/gtts-token.html
Setting up python3-gtts-token (1.1.3-3) ...
/usr/lib/python3/dist-packages/gtts_token/gtts_token.py:65:
SyntaxWarning: invalid escape sequence '\d'
result = re.search("\d{6}\.[0-9]+", tkk_expr).group(0)
/usr/lib/python3/dist-packages/gtts_token/gtts_token.py:70:
SyntaxWarning: invalid escape sequence '\d'
a = re.search("a\\\\x3d(-?\d+);", tkk_expr).group(1)
/usr/lib/python3/dist-packages/gtts_token/gtts_token.py:71:
SyntaxWarning: invalid escape sequence '\d'
b = re.search("b\\\\x3d(-?\d+);", tkk_expr).group(1)