LICENSE
README.md
pyproject.toml
src/bytex/__init__.py
src/bytex/annotations.py
src/bytex/endianes.py
src/bytex/errors.py
src/bytex/field.py
src/bytex/py.typed
src/bytex/sign.py
src/bytex/types.py
src/bytex.egg-info/PKG-INFO
src/bytex.egg-info/SOURCES.txt
src/bytex.egg-info/dependency_links.txt
src/bytex.egg-info/requires.txt
src/bytex.egg-info/top_level.txt
src/bytex/bits/__init__.py
src/bytex/bits/bit_buffer.py
src/bytex/bits/types.py
src/bytex/bits/utils.py
src/bytex/codecs/__init__.py
src/bytex/codecs/base_codec.py
src/bytex/codecs/base_list_codec.py
src/bytex/codecs/enum_codec.py
src/bytex/codecs/basic/__init__.py
src/bytex/codecs/basic/char_codec.py
src/bytex/codecs/basic/data_codec.py
src/bytex/codecs/basic/flag_codec.py
src/bytex/codecs/basic/integer_codec.py
src/bytex/codecs/basic/structure_codec.py
src/bytex/codecs/exact/__init__.py
src/bytex/codecs/exact/exact_bytes_codec.py
src/bytex/codecs/exact/exact_list_codec.py
src/bytex/codecs/exact/exact_string_codec.py
src/bytex/codecs/fixed/__init__.py
src/bytex/codecs/fixed/fixed_bytes_codec.py
src/bytex/codecs/fixed/fixed_integers_codec.py
src/bytex/codecs/fixed/fixed_string_codec.py
src/bytex/codecs/prefix/__init__.py
src/bytex/codecs/prefix/prefix_bytes_codec.py
src/bytex/codecs/prefix/prefix_list_codec.py
src/bytex/codecs/prefix/prefix_string_codec.py
src/bytex/codecs/terminated/__init__.py
src/bytex/codecs/terminated/terminated_bytes_codec.py
src/bytex/codecs/terminated/terminated_list_codec.py
src/bytex/codecs/terminated/terminated_string_codec.py
src/bytex/length_encodings/__init__.py
src/bytex/length_encodings/base_length_encoding.py
src/bytex/length_encodings/exact.py
src/bytex/length_encodings/fixed.py
src/bytex/length_encodings/prefix.py
src/bytex/length_encodings/terminator.py
src/bytex/structure/__init__.py
src/bytex/structure/_structure.py
src/bytex/structure/structure.py
src/bytex/structure/structure_meta.py
src/bytex/structure/types.py
src/bytex/structure/methods/__init__.py
src/bytex/structure/methods/dump.py
src/bytex/structure/methods/dump_bits.py
src/bytex/structure/methods/init.py
src/bytex/structure/methods/parse.py
src/bytex/structure/methods/parse_bits.py
src/bytex/structure/methods/repr.py
src/bytex/structure/methods/validate.py
src/bytex/structure_enum/__init__.py
src/bytex/structure_enum/_structure_enum.py
src/bytex/structure_enum/structure_enum.py
tests/test_bit_buffer.py
tests/test_field.py