Metadata-Version: |
2.1 |
Name: |
zint-bindings |
Version: |
1.1.0 |
Summary: |
A barcode encoding library supporting over 50 symbologies. |
Author: |
Anna Zhukova |
Project-Url: |
Documentation, https://zint-bindings.readthedocs.io/ |
Project-Url: |
Repository, https://github.com/bindreams/zint-bindings |
Project-Url: |
Issues, https://github.com/bindreams/zint-bindings/issues |
Keywords: |
QR,qrcode,datamatrix,barcode,generator,gs1,code128,aztec,pdf417,ean,code93,maxicode,microqr,rmqr |
Classifier: |
Development Status :: 5 - Production/Stable |
Classifier: |
License :: OSI Approved :: Apache Software License |
Classifier: |
Natural Language :: English |
Classifier: |
Operating System :: POSIX :: Linux |
Classifier: |
Operating System :: Microsoft :: Windows |
Classifier: |
Operating System :: MacOS |
Classifier: |
Programming Language :: Python |
Classifier: |
Programming Language :: Python :: 3.8 |
Classifier: |
Programming Language :: Python :: 3.9 |
Classifier: |
Programming Language :: Python :: 3.10 |
Classifier: |
Programming Language :: Python :: 3.11 |
Classifier: |
Programming Language :: Python :: 3.12 |
Classifier: |
Programming Language :: Python :: Implementation :: CPython |
Classifier: |
Programming Language :: Python :: Implementation :: PyPy |
Classifier: |
Topic :: Communications |
Classifier: |
Topic :: Multimedia :: Graphics |
Requires-Python: |
>=3.8 |
Requires-Dist: |
numpy |
Requires-Dist: |
typing-extensions (>=4.6.0) |
Requires-Dist: |
pytest (>=7); extra == "test" |
Requires-Dist: |
pytest-sugar; extra == "test" |
Requires-Dist: |
mypy; platform_python_implementation == "CPython" and extra == "test" |
Requires-Dist: |
sphinx; extra == "docs" |
Requires-Dist: |
myst-parser; extra == "docs" |
Requires-Dist: |
furo; extra == "docs" |
Requires-Dist: |
sphinx-design; extra == "docs" |
Requires-Dist: |
sphinx-copybutton; extra == "docs" |
Provides-Extra: |
test |
Provides-Extra: |
docs |
Description-Content-Type: |
text/markdown |