.gitignore
LICENSE
README.md
pyproject.toml
requirements.txt
setup.py
.github/workflows/ci-cd-pipeline.yml
.vscode/settings.json
SchemPy.egg-info/PKG-INFO
SchemPy.egg-info/SOURCES.txt
SchemPy.egg-info/dependency_links.txt
SchemPy.egg-info/requires.txt
SchemPy.egg-info/top_level.txt
schempy/__init__.py
schempy/constants.py
schempy/schematic.py
schempy/utils.py
schempy/schema/__init__.py
schempy/schema/v1.py
schempy/schema/v2.py
schempy/schema/v3.py
tests/__init__.py
tests/test_block.py
tests/test_palette.py
tests/test_schematic.py
tests/test_utils.py
tests/fixtures/test_v2.schem
tests/fixtures/test_v3.schem