1
0
Fork
You've already forked python-barcode
0
秘️ Create standard barcodes with Python. No external dependencies. 100% Organic Python.
Python 100%
2022年03月28日 21:42:39 +02:00
.github Add support for Python 3.10 2021年10月05日 22:02:39 +02:00
barcode [ #135 ] Optimized SVG output by removing redundant geometry 2021年12月10日 22:48:42 +04:00
docs Add support for Python 3.10 2021年10月05日 22:02:39 +02:00
tests Run pyupgrade 2021年08月04日 20:21:23 +02:00
.gitignore Added support for Codabar(NW-7) ( #115 ) 2021年11月17日 09:48:30 +00:00
.pre-commit-config.yaml [pre-commit.ci] pre-commit autoupdate 2022年03月28日 19:10:15 +00:00
example-ean13.png Add that image from the README into the repo 2017年10月12日 21:08:26 -03:00
LICENCE Don't commit the built documentation 😓 2020年02月25日 01:12:13 +01:00
README.rst Add support for Python 3.10 2021年10月05日 22:02:39 +02:00
setup.cfg Update black setup 2021年08月04日 20:21:23 +02:00
setup.py Add support for Python 3.10 2021年10月05日 22:02:39 +02:00
tox.ini Add support for Python 3.10 2021年10月05日 22:02:39 +02:00

python-barcode

CI status

Build coverage

documentation

version on pypi

downloads

licence

python-barcode provides a simple way to create barcodes in Python.

There are no external dependencies when generating SVG files. Pillow is required for generating images (e.g.: PNGs).

Support Python 3.6 to 3.10.

python-barcode

Documentation

Full documentation is published at http://python-barcode.rtfd.io/

Licence

python-barcode is licensed under the MIT licence. See LICENCE for details.