.gitignore
CHANGELOG.md
LICENSE
MANIFEST.in
Makefile
README.md
pyproject.toml
setup.py
.github/workflows/lint-and-tests.yml
.vscode/settings.json
src/mypy_plugin.py
src/databytes/__init__.py
src/databytes/types.py
src/databytes/utils.py
src/databytes.egg-info/PKG-INFO
src/databytes.egg-info/SOURCES.txt
src/databytes.egg-info/dependency_links.txt
src/databytes.egg-info/requires.txt
src/databytes.egg-info/top_level.txt
src/databytes.egg-info/zip-safe
tests/__init__.py
tests/test_buffers.py
tests/test_endianness.py
tests/test_substruct.py
tests/types/__init__.py
tests/types/test_bool.py
tests/types/test_char.py
tests/types/test_float32.py
tests/types/test_float64.py
tests/types/test_int16.py
tests/types/test_int32.py
tests/types/test_int64.py
tests/types/test_int8.py
tests/types/test_string.py
tests/types/test_uint16.py
tests/types/test_uint32.py
tests/types/test_uint64.py
tests/types/test_uint8.py
tests/utils/test_layout_info.py