.gitignore
LICENSE
MANIFEST.in
pyproject.toml
setup.cfg
setup.py
tox.ini
.github/workflows/tox.yml
docs/README_pypi.md
src/ppf/datamatrix/__init__.py
src/ppf/datamatrix/codec_C40.py
src/ppf/datamatrix/codec_X12.py
src/ppf/datamatrix/codec_ascii.py
src/ppf/datamatrix/codec_common.py
src/ppf/datamatrix/codec_edifact.py
src/ppf/datamatrix/codec_text.py
src/ppf/datamatrix/datamatrix.py
src/ppf/datamatrix/utils.py
src/ppf_datamatrix.egg-info/PKG-INFO
src/ppf_datamatrix.egg-info/SOURCES.txt
src/ppf_datamatrix.egg-info/dependency_links.txt
src/ppf_datamatrix.egg-info/requires.txt
src/ppf_datamatrix.egg-info/top_level.txt
tests/__init__.py
tests/common.py
tests/test_C40.py
tests/test_X12.py
tests/test_ascii.py
tests/test_common.py
tests/test_consistency.py
tests/test_datamatrix.py
tests/test_edifact.py
tests/test_known_issues.py
tests/test_smoke.py
tests/test_text.py