.flake8
.gitignore
LICENSE
README.md
pyproject.toml
.github/workflows/python-package.yml
.github/workflows/python-publish.yml
onedm/__init__.py
onedm.egg-info/PKG-INFO
onedm.egg-info/SOURCES.txt
onedm.egg-info/dependency_links.txt
onedm.egg-info/requires.txt
onedm.egg-info/top_level.txt
onedm/sdf/__init__.py
onedm/sdf/common.py
onedm/sdf/data.py
onedm/sdf/definitions.py
onedm/sdf/document.py
onedm/sdf/from_type.py
onedm/sdf/loader.py
tests/sdf/conftest.py
tests/sdf/test.sdf.json
tests/sdf/test_datatypes.py
tests/sdf/test_playground_models.py
tests/sdf/test_properties.py
tests/sdf/test_references.py