Metadata-Version: 2.4
Name: pyStrich
Version: 0.12
Summary: PyStrich is a Python module to generate 1D and 2D barcodes (Code 39, Code 128, DataMatrix, QRCode and EAN13). Forked from huBarcode.
Project-URL: Homepage, https://github.com/mmulqueen/pyStrich
Project-URL: Repository, https://github.com/mmulqueen/pyStrich
Project-URL: Documentation, https://www.method-b.uk/pyStrich/docs/
Author-email: Michael Mulqueen <mike@method-b.uk>
Maintainer-email: Michael Mulqueen <mike@method-b.uk>
License-Expression: Apache-2.0
License-File: LICENSE
Keywords: barcode,code128,code39,datamatrix,ean13,qrcode
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Multimedia :: Graphics
Classifier: Topic :: Office/Business
Requires-Python: >=3.10
Requires-Dist: pillow>=10.3; python_version < '3.11'
Requires-Dist: pillow>=12.2; python_version >= '3.11'
Description-Content-Type: text/markdown

<img src="https://raw.githubusercontent.com/mmulqueen/pyStrich/main/docs/logo.png" alt="pyStrich" width="200">

pyStrich
========
pyStrich is a Python module to generate 1D and 2D barcodes in PNG, SVG and other image formats. Currently it
supports:

 * code39
 * code128
 * ean13
 * datamatrix
 * qrcode

pyStrich only depends on Pillow and has no other dependencies.

Available from PyPI: https://pypi.org/project/pyStrich/

Documentation: https://www.method-b.uk/pyStrich/docs/

<a href="https://github.com/mmulqueen/pyStrich/actions/workflows/python-qa.yml"><img
                alt="Python QA workflow status"
                src="https://github.com/mmulqueen/pyStrich/workflows/Python%20QA/badge.svg"></a>
<a href="https://pypi.org/project/pyStrich/"><img
alt="Newest PyPI version"
src="https://img.shields.io/pypi/v/pyStrich.svg"></a>

Background
----------
pyStrich is a fork of huBarcode module with modifications to support Python 3 (amongst other changes). pyStrich
only supports encoding not decoding.

[huBarcode](https://github.com/hudora/huBarcode) was developed by [HuDoRa](http://www.hudora.de/en/) from at least 2007, the project does not seem to have been
active since late 2013. [Method B Ltd](http://method-b.uk) has forked it to provide Python 3 support and facilitate
future development. Thank you to the folks at HuDoRa for doing most of the hard work, porting was the easy part.

License
-------
If you worry about copyright you might consider this Software BSD-Licensed.
If you are still worried, you might consider it GPL1/2/3 compatible.
But don't worry. If you need something formal:
The code is available under the Apache License, Version 2.0.
