Metadata-Version: 2.4
Name: python-barcode
Version: 0.16.1
Summary: Create standard barcodes with Python. No external modules needed. (optional Pillow support included).
Author-email: Hugo Osvaldo Barrera et al <hugo@whynothugo.nl>
License: MIT
Project-URL: documentation, https://python-barcode.readthedocs.io/
Project-URL: repository, https://github.com/WhyNotHugo/python-barcode
Project-URL: issues, https://github.com/WhyNotHugo/python-barcode/issues
Project-URL: funding, https://whynothugo.nl/sponsor/
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
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: Topic :: Multimedia :: Graphics
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.9
Description-Content-Type: text/x-rst
License-File: LICENCE
Provides-Extra: images
Requires-Dist: pillow; extra == "images"
Dynamic: license-file

python-barcode
==============

.. image:: https://github.com/WhyNotHugo/python-barcode/actions/workflows/tests.yml/badge.svg
  :target: https://github.com/WhyNotHugo/python-barcode/actions
  :alt: CI status

.. image:: https://readthedocs.org/projects/python-barcode/badge/
  :target: https://python-barcode.rtfd.org/
  :alt: documentation

.. image:: https://img.shields.io/pypi/v/python-barcode.svg
  :target: https://pypi.python.org/pypi/python-barcode
  :alt: version on pypi

.. image:: https://img.shields.io/pypi/dm/python-barcode.svg
  :target: https://pypi.python.org/pypi/python-barcode
  :alt: downloads

.. image:: https://img.shields.io/pypi/l/python-barcode.svg
  :target: https://github.com/WhyNotHugo/python-barcode/blob/main/LICENCE
  :alt: 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.12.

.. image:: example-ean13.png
  :target: https://github.com/WhyNotHugo/python-barcode
  :alt: 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.
