.flake8
.gitignore
AGENTS.md
LICENSE.txt
README.md
precommit.sh
pyproject.toml
run.sh
.github/workflows/ci.yml
.github/workflows/publish-to-pypi.yml
docs/alignment-based-schemdraw.md
docs/blueprint.md
docs/dsl-guide.md
docs/pypi-publishing.md
examples/.gitignore
examples/README.md
examples/__init__.py
examples/high_side_switch.py
examples/high_side_switch_v2.py
examples/high_side_switch_v3.py
examples/stripboard_blank.py
examples/voltage_divider.py
examples/integration/tb6600_stripboard_interface.py
examples/integration/tb6600_stripboard_layout.py
src/mege_circuits/__init__.py
src/mege_circuits/circuit.py
src/mege_circuits/dsl.py
src/mege_circuits/physical.py
src/mege_circuits/simple.py
src/mege_circuits.egg-info/PKG-INFO
src/mege_circuits.egg-info/SOURCES.txt
src/mege_circuits.egg-info/dependency_links.txt
src/mege_circuits.egg-info/requires.txt
src/mege_circuits.egg-info/scm_file_list.json
src/mege_circuits.egg-info/scm_version.json
src/mege_circuits.egg-info/top_level.txt
tests/conftest.py
tests/test_circuit_schematics.py
tests/test_logging_setup.py
tests/test_physical_stripboard.py