LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
setup.py
cstruct/__init__.py
cstruct/abstract.py
cstruct/base.py
cstruct/c_expr.py
cstruct/c_parser.py
cstruct/cenum.py
cstruct/cstruct.py
cstruct/exceptions.py
cstruct/field.py
cstruct/mem_cstruct.py
cstruct/native_types.py
cstruct.egg-info/PKG-INFO
cstruct.egg-info/SOURCES.txt
cstruct.egg-info/dependency_links.txt
cstruct.egg-info/requires.txt
cstruct.egg-info/top_level.txt
cstruct.egg-info/zip-safe
tests/test_alignment.py
tests/test_c_expr.py
tests/test_cenum.py
tests/test_cstruct.py
tests/test_cstruct_var.py
tests/test_define.py
tests/test_flexible_array.py
tests/test_get_type.py
tests/test_memcstruct.py
tests/test_native_types.py
tests/test_nested.py
tests/test_padding.py
tests/test_pickle.py
tests/test_typdef.py
tests/test_union.py