.gitignore .pre-commit-config.yaml CONTRIBUTING.md LICENCE README.rst example-ean13.png pyproject.toml setup.cfg tox.ini .github/.kodiak.toml .github/FUNDING.yml .github/no-response.yml .github/workflows/publish.yml .github/workflows/tests.yml barcode/__init__.py barcode/base.py barcode/codabar.py barcode/codex.py barcode/ean.py barcode/errors.py barcode/isxn.py barcode/itf.py barcode/pybarcode.py barcode/upc.py barcode/version.py barcode/writer.py barcode/charsets/__init__.py barcode/charsets/codabar.py barcode/charsets/code128.py barcode/charsets/code39.py barcode/charsets/ean.py barcode/charsets/itf.py barcode/charsets/upc.py barcode/fonts/DejaVuSansMono.ttf docs/Makefile docs/changelog.rst docs/conf.py docs/contents.rst docs/getting-started.rst docs/index.rst docs/supported-formats.rst docs/writers.rst docs/_static/images/pybarcode.png python_barcode.egg-info/PKG-INFO python_barcode.egg-info/SOURCES.txt python_barcode.egg-info/dependency_links.txt python_barcode.egg-info/entry_points.txt python_barcode.egg-info/requires.txt python_barcode.egg-info/top_level.txt tests/__init__.py tests/test_builds.py tests/test_checksums.py tests/test_ean.py tests/test_gs1_128.py tests/test_init.py tests/test_manually.py tests/test_writers.py tests/test_outputs/.gitignore