.coveragerc
.gitignore
LICENSE.txt
Makefile
README.rst
pyproject.toml
.github/workflows/pypi-publish.yml
.idea/.name
.idea/crccheck.iml
.idea/misc.xml
.idea/modules.xml
.idea/inspectionProfiles/Project_Default.xml
.idea/inspectionProfiles/profiles_settings.xml
crccheck/__init__.py
crccheck/__main__.py
crccheck/base.py
crccheck/checksum.py
crccheck/crc.py
crccheck.egg-info/PKG-INFO
crccheck.egg-info/SOURCES.txt
crccheck.egg-info/dependency_links.txt
crccheck.egg-info/top_level.txt
create/crctable.py
create/dl.py
docs/build.bat
docs/source/changelog.rst
docs/source/conf.py
docs/source/crccheck.rst
docs/source/crctable.rst
docs/source/howto.rst
docs/source/index.rst
docs/source/modules.rst
tests/__init__.py
tests/test_base.py
tests/test_checksum.py
tests/test_crc.py
tests/test_reflectbitorder.py