CHANGELOG.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
.github/workflows/ci.yml
.github/workflows/publish.yml
docs/coordinates.md
docs/router-notes.md
docs/router-spec.md
docs/images/blinker_555.png
docs/images/header_breakout_label.png
examples/blinker_555.py
examples/blinker_555_hand.py
examples/header_breakout.py
src/stripboard/__init__.py
src/stripboard/_state.py
src/stripboard/autoroute.py
src/stripboard/board.py
src/stripboard/canvas.py
src/stripboard/cli.py
src/stripboard/component.py
src/stripboard/connectivity.py
src/stripboard/drc.py
src/stripboard/font.py
src/stripboard/geometry.py
src/stripboard/netlist.py
src/stripboard/palette.py
src/stripboard/project.py
src/stripboard/text.py
src/stripboard/transform.py
src/stripboard/views.py
src/stripboard/wiring.py
src/stripboard.egg-info/PKG-INFO
src/stripboard.egg-info/SOURCES.txt
src/stripboard.egg-info/dependency_links.txt
src/stripboard.egg-info/entry_points.txt
src/stripboard.egg-info/requires.txt
src/stripboard.egg-info/top_level.txt
src/stripboard/data/Carrier.scad
src/stripboard/export/__init__.py
src/stripboard/export/generate.py
src/stripboard/footprints/__init__.py
src/stripboard/footprints/connectors.py
src/stripboard/footprints/controls.py
src/stripboard/footprints/ics.py
src/stripboard/footprints/modules.py
src/stripboard/footprints/passives.py
src/stripboard/pdf/__init__.py
src/stripboard/pdf/writer.py
src/stripboard/router/__init__.py
src/stripboard/router/cost.py
src/stripboard/router/cuts.py
src/stripboard/router/diagnose.py
src/stripboard/router/geometry.py
src/stripboard/router/model.py
src/stripboard/router/netgraph.py
src/stripboard/router/netlist.py
src/stripboard/router/occupancy.py
src/stripboard/router/pipeline.py
src/stripboard/router/placement.py
src/stripboard/router/result.py
src/stripboard/router/rng.py
src/stripboard/router/serialization.py
src/stripboard/router/validation.py
src/stripboard/router/routing/__init__.py
src/stripboard/router/routing/congestion.py
src/stripboard/router/routing/net_router.py
src/stripboard/router/routing/ripup.py
src/stripboard/router/routing/strip_extent.py
src/stripboard/templates/board.py.tmpl
tests/__init__.py
tests/conftest.py
tests/helpers.py
tests/test_autoroute.py
tests/test_carrier.py
tests/test_cli.py
tests/test_drc.py
tests/test_export.py
tests/test_font.py
tests/test_footprints.py
tests/test_geometry.py
tests/test_keepouts.py
tests/test_netlist.py
tests/test_pdf_writer.py
tests/test_project.py
tests/test_transform.py
tests/router/__init__.py
tests/router/test_cost.py
tests/router/test_diagnose.py
tests/router/test_e2e.py
tests/router/test_geometry.py
tests/router/test_model.py
tests/router/test_netgraph.py
tests/router/test_netlist.py
tests/router/test_place_route_feedback.py
tests/router/test_placement.py
tests/router/test_properties.py
tests/router/test_routing_global.py
tests/router/test_routing_net.py
tests/router/test_serialization.py
tests/router/test_strip_extent.py
tests/router/test_validation.py
tools/capture_traces.py
tools/pdfcmp.py