LICENSE
README.md
pyproject.toml
src/utdfpy/__init__.py
src/utdfpy/cli.py
src/utdfpy/constants.py
src/utdfpy/decode.py
src/utdfpy/enums.py
src/utdfpy/exceptions.py
src/utdfpy/parsing.py
src/utdfpy/py.typed
src/utdfpy/record.py
src/utdfpy.egg-info/PKG-INFO
src/utdfpy.egg-info/SOURCES.txt
src/utdfpy.egg-info/dependency_links.txt
src/utdfpy.egg-info/entry_points.txt
src/utdfpy.egg-info/requires.txt
src/utdfpy.egg-info/top_level.txt
tests/test_basic.py
tests/test_real_data.py
tests/test_record.py