.gitignore
LICENSE
README.md
pyproject.toml
pytest.ini
setup.py
src/svd2py/__init__.py
src/svd2py/objects.py
src/svd2py/parser.py
src/svd2py.egg-info/PKG-INFO
src/svd2py.egg-info/SOURCES.txt
src/svd2py.egg-info/dependency_links.txt
src/svd2py.egg-info/requires.txt
src/svd2py.egg-info/top_level.txt
tests/conftest.py
tests/test_svd_to_py.py
tests/data/svd/file1.svd
tests/data/svd/file2.svd
tests/data/svd/file3.svd
tests/data/svd/file4.svd
tests/data/svd/file5.svd
tests/data/svd/file6.svd
tests/data/svd/file7.svd
tests/data/yaml/file1.yaml
tests/data/yaml/file2.yaml
tests/data/yaml/file3.yaml
tests/data/yaml/file4.yaml
tests/data/yaml/file5.yaml
tests/data/yaml/file6.yaml
tests/data/yaml/file7.yaml