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/gmplot.html
Setting up python3-gmplot (1.4.1-1) ...
/usr/lib/python3/dist-packages/gmplot/utility.py:352: SyntaxWarning:
invalid escape sequence '\('
'\(.*\)', # Matches whatever makes up the type, like:
'''(*(**float**, **float**)*)'''
/usr/lib/python3/dist-packages/gmplot/utility.py:461: SyntaxWarning:
invalid escape sequence '\['
match = re.match('!\[image]\((.*)\)', line, flags=re.DOTALL)