CHANGES.rst
LICENSE
MANIFEST.in
README.rst
noxfile.py
pyproject.toml
setup.py
docs/CHANGES.rst
docs/README.rst
docs/conf.py
docs/index.rst
docs/userguide.rst
docs/_static/.keep
docs/_templates/.keep
examples/crc_fd.c
examples/crc_fd.h
examples/crc_file.c
examples/crc_file.h
include/crcc/crc.h
include/crcc/crc.h
src/crcc/crc.c
src/crcc/crc.def
src/crcc/crc_defs.h
src/crcc/crc_py.c
src/crcc/crc_table.c
src/crcc/crc_table.h
src/crcc/crc_update.c
src/crcc/crc_update.h
src/crcc/__about__.py
src/crcc/__init__.py
src/crcc/_crc.py
src/crcc/_dll.py
src/crcc/crc.c
src/crcc/crc.def
src/crcc/crc_defs.h
src/crcc/crc_predef.c
src/crcc/crc_py.c
src/crcc/crc_table.c
src/crcc/crc_table.h
src/crcc/crc_update.c
src/crcc/crc_update.h
src/crcc/py.typed
src/crcc.egg-info/PKG-INFO
src/crcc.egg-info/SOURCES.txt
src/crcc.egg-info/dependency_links.txt
src/crcc.egg-info/not-zip-safe
src/crcc.egg-info/requires.txt
src/crcc.egg-info/top_level.txt
src/crcc/_platform/__init__.py
src/crcc/_platform/linux/__init__.py
src/crcc/_platform/macos/__init__.py
src/crcc/_platform/windows/__init__.py
tests/__init__.py
tests/__main__.py
tests/test_crc_model.c
tests/test_crc_model.py
tests/data/.keep