1
0
Fork
You've already forked python-barcode-fork
0
No description
  • Python 100%
2026年04月12日 10:53:26 +02:00
.github Declare support for and test on Python 3.13 2025年08月27日 13:36:30 +02:00
barcode do not add background elemetn 2026年04月12日 10:53:26 +02:00
docs Add missing changelog for #232 2025年08月27日 13:40:43 +02:00
tests Fix some ruff lint warnings 2025年08月27日 14:20:02 +02:00
.gitignore Optimization of code creation, avoiding to many charset switch. This results in shorter code which according to GS1 spec should not be longer than 165 mm (6.5") 2025年01月23日 17:33:58 +01:00
.pre-commit-config.yaml Run mypy with both possible setups 2025年08月28日 13:45:58 +02:00
CONTRIBUTING.md Explain how to report issues 2024年04月05日 13:58:41 +02:00
example-ean13.png Add that image from the README into the repo 2017年10月12日 21:08:26 -03:00
LICENCE Update my email address 2024年03月09日 14:17:28 +01:00
publish-release.yaml Add manifest to manually publish releases 2025年08月27日 13:06:02 +02:00
pyproject.toml Do not install docs nor tests directories 2025年12月18日 10:37:37 +01:00
README.rst Declare support for and test on Python 3.13 2025年08月27日 13:36:30 +02:00
tox.ini Run mypy with both possible setups 2025年08月28日 13:45:58 +02:00

python-barcode

CI status

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.9 to 3.13.

python-barcode

Documentation

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

You can build the documentation locally using make -C docs html.

Licence

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