LICENSE
README.md
pyproject.toml
src/scihelpers/__init__.py
src/scihelpers/_version.py
src/scihelpers/array_model.py
src/scihelpers/dataclass.py
src/scihelpers/enum.py
src/scihelpers/infer_type.py
src/scihelpers/py.typed
src/scihelpers/quantity.py
src/scihelpers/struct.py
src/scihelpers.egg-info/PKG-INFO
src/scihelpers.egg-info/SOURCES.txt
src/scihelpers.egg-info/dependency_links.txt
src/scihelpers.egg-info/requires.txt
src/scihelpers.egg-info/top_level.txt
src/scihelpers/array_model_helpers/__init__.py
src/scihelpers/array_model_helpers/helpers.py
src/scihelpers/dataclass_helpers/__init__.py
src/scihelpers/dataclass_helpers/helpers.py
src/scihelpers/display_helpers/__init__.py
src/scihelpers/display_helpers/helpers.py
src/scihelpers/enum_helpers/__init__.py
src/scihelpers/enum_helpers/helpers.py
src/scihelpers/infer_type_helpers/__init__.py
src/scihelpers/infer_type_helpers/array.py
src/scihelpers/infer_type_helpers/conversion.py
src/scihelpers/infer_type_helpers/ranges.py
src/scihelpers/infer_type_helpers/scalar.py
src/scihelpers/infer_type_helpers/types.py
src/scihelpers/quantity_helpers/__init__.py
src/scihelpers/quantity_helpers/units.py
src/scihelpers/struct_helpers/__init__.py
src/scihelpers/struct_helpers/helpers.py
tests/test_array_model.py
tests/test_class_styles.py
tests/test_dataclass.py
tests/test_enum.py
tests/test_infer_type.py
tests/test_package.py
tests/test_quantity.py
tests/test_struct.py