Python Barcode generator
This library provides a simple way to create barcodes using only the Python standardlib. The barcodes where created as SVG objects.
- Developed at devel:languages:python
- Sources inherited from project openSUSE:Factory
-
2
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory:Rebuild/python-python-barcode && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
python-barcode-0.13.1.tar.gz | 0000235921 230 KB | |
python-python-barcode.changes | 0000002524 2.46 KB | |
python-python-barcode.spec | 0000002653 2.59 KB |
Revision 6 (latest revision is 9)
Dominique Leuenberger (dimstar_suse)
accepted
request 843978
from
Steve Kowalik (StevenK)
(revision 6)
- Update to 0.13.1: * Fix a crash when using the generate shortcut function. * Added support for transparent backgrounds. This is done by setting the mode option for a writer to RGBA. * Removed writer_options from barcode.get. This parameter was not used. * Add a with_doctype flag to SVGWriter. Set this to false to avoid including a DOCTYPE in the resulting SVG. * Add support for Pillow>=8.0.0.
Comments 0