.gitignore
CODEOWNERS
LICENSE
README.md
REUSE.toml
pyproject.toml
tox.ini
.github/codecov.yml
.github/release.yml
.github/ISSUE_TEMPLATE/bug_report.yml
.github/ISSUE_TEMPLATE/feature_request.yml
.github/workflows/doc.yml
.github/workflows/lint.yml
.github/workflows/publish.yml
.github/workflows/quality.yml
.github/workflows/reuse.yml
.github/workflows/unittest.yml
LICENSES/Apache-2.0.txt
doc/conf.py
doc/index.rst
doc/python_api.rst
src/dts_utils/__init__.py
src/dts_utils/__version__.py
src/dts_utils/builder.py
src/dts_utils/dts.py
src/dts_utils/dump.py
src/dts_utils/exceptions.py
src/dts_utils/filters.py
src/dts_utils/node.py
src/dts_utils/property.py
src/dts_utils/py.typed
src/dts_utils/tests.py
src/dts_utils.egg-info/PKG-INFO
src/dts_utils.egg-info/SOURCES.txt
src/dts_utils.egg-info/dependency_links.txt
src/dts_utils.egg-info/entry_points.txt
src/dts_utils.egg-info/requires.txt
src/dts_utils.egg-info/top_level.txt
tests/conftest.py
tests/test_dump.py
tests/test_filters.py
tests/test_load.py
tests/test_node.py
tests/dts/sample.dts