LICENSE
README.md
pyproject.toml
src/legend_pydataobj.egg-info/PKG-INFO
src/legend_pydataobj.egg-info/SOURCES.txt
src/legend_pydataobj.egg-info/dependency_links.txt
src/legend_pydataobj.egg-info/entry_points.txt
src/legend_pydataobj.egg-info/not-zip-safe
src/legend_pydataobj.egg-info/requires.txt
src/legend_pydataobj.egg-info/top_level.txt
src/lgdo/__init__.py
src/lgdo/_version.py
src/lgdo/cli.py
src/lgdo/lgdo_utils.py
src/lgdo/logging.py
src/lgdo/units.py
src/lgdo/utils.py
src/lgdo/compression/__init__.py
src/lgdo/compression/base.py
src/lgdo/compression/generic.py
src/lgdo/compression/radware.py
src/lgdo/compression/utils.py
src/lgdo/compression/varlen.py
src/lgdo/lh5/__init__.py
src/lgdo/lh5/concat.py
src/lgdo/lh5/core.py
src/lgdo/lh5/datatype.py
src/lgdo/lh5/exceptions.py
src/lgdo/lh5/iterator.py
src/lgdo/lh5/settings.py
src/lgdo/lh5/store.py
src/lgdo/lh5/tools.py
src/lgdo/lh5/utils.py
src/lgdo/lh5/_serializers/__init__.py
src/lgdo/lh5/_serializers/read/__init__.py
src/lgdo/lh5/_serializers/read/array.py
src/lgdo/lh5/_serializers/read/composite.py
src/lgdo/lh5/_serializers/read/encoded.py
src/lgdo/lh5/_serializers/read/ndarray.py
src/lgdo/lh5/_serializers/read/scalar.py
src/lgdo/lh5/_serializers/read/utils.py
src/lgdo/lh5/_serializers/read/vector_of_vectors.py
src/lgdo/lh5/_serializers/write/__init__.py
src/lgdo/lh5/_serializers/write/array.py
src/lgdo/lh5/_serializers/write/composite.py
src/lgdo/lh5/_serializers/write/scalar.py
src/lgdo/lh5/_serializers/write/vector_of_vectors.py
src/lgdo/types/__init__.py
src/lgdo/types/array.py
src/lgdo/types/arrayofequalsizedarrays.py
src/lgdo/types/encoded.py
src/lgdo/types/fixedsizearray.py
src/lgdo/types/histogram.py
src/lgdo/types/lgdo.py
src/lgdo/types/scalar.py
src/lgdo/types/struct.py
src/lgdo/types/table.py
src/lgdo/types/vectorofvectors.py
src/lgdo/types/vovutils.py
src/lgdo/types/waveformtable.py
tests/conftest.py
tests/test_cli.py
tests/test_lgdo_utils.py
tests/compression/conftest.py
tests/compression/test_compression.py
tests/compression/test_radware_sigcompress.py
tests/compression/test_str2wfcodec.py
tests/compression/test_uleb128_zigzag_diff.py
tests/compression/sigcompress/LDQTA_r117_20200110T105115Z_cal_geds_raw-0.dat
tests/compression/sigcompress/special-wf-clipped.dat
tests/lh5/conftest.py
tests/lh5/test_concat.py
tests/lh5/test_core.py
tests/lh5/test_exceptions.py
tests/lh5/test_lh5_datatype.py
tests/lh5/test_lh5_iterator.py
tests/lh5/test_lh5_store.py
tests/lh5/test_lh5_tools.py
tests/lh5/test_lh5_utils.py
tests/lh5/test_lh5_write.py
tests/lh5/test_pathlib.py
tests/types/test_array.py
tests/types/test_arrayofequalsizedarrays.py
tests/types/test_encoded.py
tests/types/test_fixedsizearray.py
tests/types/test_histogram.py
tests/types/test_representations.py
tests/types/test_scalar.py
tests/types/test_struct.py
tests/types/test_table.py
tests/types/test_table_eval.py
tests/types/test_vectorofvectors.py
tests/types/test_vovutils.py
tests/types/test_waveformtable.py