LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
tox.ini
src/plum/__init__.py
src/plum/_code_injector.py
src/plum/_getbytes.py
src/plum/array.py
src/plum/attrdict.py
src/plum/bigendian.py
src/plum/buffer.py
src/plum/bytes.py
src/plum/conformance.py
src/plum/data.py
src/plum/dump.py
src/plum/enum.py
src/plum/exceptions.py
src/plum/flag.py
src/plum/float.py
src/plum/int.py
src/plum/ipaddress.py
src/plum/items.py
src/plum/littleendian.py
src/plum/none.py
src/plum/object.py
src/plum/py.typed
src/plum/sized.py
src/plum/str.py
src/plum/transform.py
src/plum/utilities.py
src/plum/view.py
src/plum/bitfields/__init__.py
src/plum/bitfields/_bitfield.py
src/plum/bitfields/_code_maker.py
src/plum/bitfields/_meta.py
src/plum/structure/__init__.py
src/plum/structure/_bitfield_member.py
src/plum/structure/_code_maker.py
src/plum/structure/_dimmed_member.py
src/plum/structure/_member.py
src/plum/structure/_meta.py
src/plum/structure/_sized_member.py
src/plum/structure/_structure.py
src/plum/structure/_structureview.py
src/plum_py.egg-info/PKG-INFO
src/plum_py.egg-info/SOURCES.txt
src/plum_py.egg-info/dependency_links.txt
src/plum_py.egg-info/top_level.txt
src/plum_py.egg-info/zip-safe
tests/test_buffer.py
tests/test_data.py
tests/test_examples.py
tests/test_exceptions.py
tests/test_transform.py
tests/array/test_array_conformance.py
tests/array/test_array_dimmed.py
tests/array/test_array_exceptions.py
tests/array/test_array_properties.py
tests/array/test_array_size_support.py
tests/attrdict/test_attrdict_conformance.py
tests/attrdict/test_attrdict_misc.py
tests/bitfields/sample_bitfields.py
tests/bitfields/test_bitfield_features.py
tests/bitfields/test_bitfield_properties.py
tests/bitfields/test_bitfields_conformance.py
tests/bitfields/test_bitfields_exceptions.py
tests/bitfields/test_bitfields_features.py
tests/bitfields/test_bitfields_indexing.py
tests/bitfields/test_bitfields_meta.py
tests/bitfields/test_bitfields_nesting.py
tests/bitfields/test_bitfields_properties.py
tests/bitfields/test_bitfields_repr.py
tests/bytes/test_bytes_conformance.py
tests/bytes/test_bytes_exceptions.py
tests/bytes/test_bytes_properties.py
tests/bytes/test_bytes_size_support.py
tests/enumx/sample_enum.py
tests/enumx/test_enum_conformance.py
tests/enumx/test_enum_exceptions.py
tests/enumx/test_enum_properties.py
tests/enumx/test_enum_strict.py
tests/enumx/test_enum_tolerant.py
tests/flag/sample_flag.py
tests/flag/test_flag_conformance.py
tests/flag/test_flag_exceptions.py
tests/flag/test_flag_invalid.py
tests/flag/test_flag_properties.py
tests/float/test_float_conformance.py
tests/float/test_float_properties.py
tests/float/test_float_view.py
tests/int/test_int_conformance.py
tests/int/test_int_exceptions.py
tests/int/test_int_properties.py
tests/int/test_int_view.py
tests/ipaddress/test_ipv4address_conformance.py
tests/ipaddress/test_ipv4address_properties.py
tests/items/test_items_bytes.py
tests/items/test_items_conformance.py
tests/items/test_items_dict.py
tests/items/test_items_list.py
tests/items/test_items_pairing.py
tests/items/test_items_properties.py
tests/none/test_none_conformance.py
tests/none/test_none_exceptions.py
tests/none/test_none_properties.py
tests/sized/test_sized_conformance.py
tests/sized/test_sized_misc.py
tests/sized/test_sized_offset.py
tests/sized/test_sized_offset_ratio.py
tests/sized/test_sized_ratio.py
tests/str/test_str_conformance.py
tests/str/test_str_misc.py
tests/str/test_str_properties.py
tests/structure/test_struct_bitfield_bitfields.py
tests/structure/test_struct_bitfield_conformance.py
tests/structure/test_struct_bitfield_features.py
tests/structure/test_struct_bitfield_properties.py
tests/structure/test_struct_bitfields_meta.py
tests/structure/test_struct_compare.py
tests/structure/test_struct_conformance.py
tests/structure/test_struct_default_factory.py
tests/structure/test_struct_dimmedmember.py
tests/structure/test_struct_fmt_factory.py
tests/structure/test_struct_inheritance.py
tests/structure/test_struct_misc_features.py
tests/structure/test_struct_nesting.py
tests/structure/test_struct_overrides.py
tests/structure/test_struct_properties.py
tests/structure/test_struct_readonly.py
tests/structure/test_struct_repr.py
tests/structure/test_struct_sizedmember.py
tests/structure/test_struct_view.py
tests/utilities/test_utilities_calcsize.py
tests/utilities/test_utilities_pack.py
tests/utilities/test_utilities_unpack.py
tests/utilities/test_utilities_view.py
tests/view/test_view_base_exceptions.py
tests/view/test_view_basics.py
tests/view/test_view_pack.py
tests/view/test_view_pointers.py