1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56
|
.gitignore
.pre-commit-config.yaml
LICENCE
README.rst
example-ean13.png
pyproject.toml
setup.cfg
setup.py
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_init.py
tests/test_manually.py
tests/test_writers.py
tests/test_outputs/.gitignore
|