LICENSE
NOTICE
README.md
pyproject.toml
src/perfstudio/__init__.py
src/perfstudio/autoroute.py
src/perfstudio/command.py
src/perfstudio/commands.py
src/perfstudio/connectivity.py
src/perfstudio/drc.py
src/perfstudio/footprints.py
src/perfstudio/geometry.py
src/perfstudio/guide.py
src/perfstudio/guide_export.py
src/perfstudio/lvs.py
src/perfstudio/model.py
src/perfstudio/occupancy.py
src/perfstudio/persist.py
src/perfstudio/placer.py
src/perfstudio/ratsnest.py
src/perfstudio/router.py
src/perfstudio/schematic.py
src/perfstudio/stripboard.py
src/perfstudio/striproute.py
src/perfstudio/updates.py
src/perfstudio/version.py
src/perfstudio.egg-info/PKG-INFO
src/perfstudio.egg-info/SOURCES.txt
src/perfstudio.egg-info/dependency_links.txt
src/perfstudio.egg-info/entry_points.txt
src/perfstudio.egg-info/requires.txt
src/perfstudio.egg-info/top_level.txt
src/perfstudio/mcp/__init__.py
src/perfstudio/mcp/__main__.py
src/perfstudio/mcp/server.py
src/perfstudio/mcp/session.py
src/perfstudio/parsers/__init__.py
src/perfstudio/parsers/kicad.py
src/perfstudio/parsers/sexpr.py
src/perfstudio/ui/__init__.py
src/perfstudio/ui/boardcolors.py
src/perfstudio/ui/bodies.py
src/perfstudio/ui/clipboard.py
src/perfstudio/ui/export_pdf.py
src/perfstudio/ui/headless.py
src/perfstudio/ui/i18n.py
src/perfstudio/ui/icons.py
src/perfstudio/ui/main.py
src/perfstudio/ui/scenetext.py
src/perfstudio/ui/theme.py
src/perfstudio/ui/updater.py
src/perfstudio/ui/view2d.py
src/perfstudio/ui/view3d.py
src/perfstudio/ui/viewsch.py
src/perfstudio/ui/assets/perfstudio.ico
src/perfstudio/ui/assets/perfstudio.png
tests/test_autoroute.py
tests/test_board_features.py
tests/test_board_presets.py
tests/test_bodies.py
tests/test_clipboard.py
tests/test_commands.py
tests/test_connectivity.py
tests/test_drc.py
tests/test_examples.py
tests/test_footprints.py
tests/test_gl.py
tests/test_guide.py
tests/test_guide_golden.py
tests/test_i18n.py
tests/test_kicad.py
tests/test_lvs.py
tests/test_mcp.py
tests/test_occupancy.py
tests/test_occupancy_golden.py
tests/test_persist.py
tests/test_placer.py
tests/test_ratsnest.py
tests/test_render_golden.py
tests/test_router.py
tests/test_schematic.py
tests/test_stripboard.py
tests/test_ui.py
tests/test_updater.py
tests/test_updates.py
tests/test_version.py