.gitignore
COPYING
README.md
pyproject.toml
setup.py
tox.ini
.github/workflows/publish-to-pypi.yml
.github/workflows/run-tox.yml
self_documenting_struct/__init__.py
self_documenting_struct/data_types.py
self_documenting_struct/pack.py
self_documenting_struct/unpack.py
self_documenting_struct.egg-info/PKG-INFO
self_documenting_struct.egg-info/SOURCES.txt
self_documenting_struct.egg-info/dependency_links.txt
self_documenting_struct.egg-info/top_level.txt
tests/test_pack.py
tests/test_unpack.py