-
- Downloads
You need to sign in or sign up before continuing.
Merge branch 'qrcode' into 'dev'
QR Codes now work with mpl and image engine. See merge request !24
No related branches found
No related tags found
Showing
- plotid/create_id.py 22 additions, 0 deletionsplotid/create_id.py
- plotid/example.py 2 additions, 1 deletionplotid/example.py
- plotid/plotoptions.py 3 additions, 0 deletionsplotid/plotoptions.py
- plotid/tagplot.py 1 addition, 2 deletionsplotid/tagplot.py
- plotid/tagplot_image.py 5 additions, 1 deletionplotid/tagplot_image.py
- plotid/tagplot_matplotlib.py 8 additions, 2 deletionsplotid/tagplot_matplotlib.py
- requirements.txt 1 addition, 0 deletionsrequirements.txt
- tests/test_create_id.py 7 additions, 0 deletionstests/test_create_id.py
- tests/test_plotoptions.py 1 addition, 1 deletiontests/test_plotoptions.py
- tests/test_tagplot_image.py 1 addition, 1 deletiontests/test_tagplot_image.py
- tests/test_tagplot_matplotlib.py 1 addition, 1 deletiontests/test_tagplot_matplotlib.py
... | ... | @@ -8,4 +8,5 @@ packaging==21.3 |
Pillow==9.1.0 | ||
pyparsing==3.0.8 | ||
python-dateutil==2.8.2 | ||
qrcode==7.3.1 | ||
six==1.16.0 |
Please register or sign in to comment