LICENSE
README.md
pyproject.toml
src/safestructures/__init__.py
src/safestructures/constants.py
src/safestructures/defaults.py
src/safestructures/serializer.py
src/safestructures/wrapper.py
src/safestructures.egg-info/PKG-INFO
src/safestructures.egg-info/SOURCES.txt
src/safestructures.egg-info/dependency_links.txt
src/safestructures.egg-info/requires.txt
src/safestructures.egg-info/top_level.txt
src/safestructures/processors/__init__.py
src/safestructures/processors/base.py
src/safestructures/processors/basic.py
src/safestructures/processors/iterable.py
src/safestructures/processors/tensor.py
src/safestructures/utils/dataclass.py
src/safestructures/utils/module.py
tests/test_basic.py
tests/test_examples.py
tests/test_iterable.py
tests/test_nested.py
tests/test_plugin.py
tests/test_serializer.py
tests/test_tensor.py
tests/test_wrapper.py