LICENSE
README.md
pyproject.toml
pardal.egg-info/PKG-INFO
pardal.egg-info/SOURCES.txt
pardal.egg-info/dependency_links.txt
pardal.egg-info/entry_points.txt
pardal.egg-info/requires.txt
pardal.egg-info/top_level.txt
pcb_tool/__init__.py
pcb_tool/__main__.py
pcb_tool/cli.py
pcb_tool/command_history.py
pcb_tool/command_parser.py
pcb_tool/commands.py
pcb_tool/data_model.py
pcb_tool/drc.py
pcb_tool/finalize.py
pcb_tool/footprint_library.py
pcb_tool/kicad_loader.py
pcb_tool/kicad_postprocess.py
pcb_tool/kicad_sdk_writer.py
pcb_tool/kicad_writer.py
pcb_tool/messages.py
pcb_tool/netlist_reader.py
pcb_tool/repl.py
pcb_tool/routing/__init__.py
pcb_tool/routing/constraints.py
pcb_tool/routing/crossing_detector.py
pcb_tool/routing/grid.py
pcb_tool/routing/iterative_router.py
pcb_tool/routing/layer_optimizer.py
pcb_tool/routing/lazy_constraints.py
pcb_tool/routing/multi_net_router.py
pcb_tool/routing/net_order_optimizer.py
pcb_tool/routing/path_connector.py
pcb_tool/routing/pathfinder.py
pcb_tool/routing/via_placer.py
pcb_tool/routing/z3_router.py
tests/test_arrange_command.py
tests/test_autoroute_command.py
tests/test_check_commands.py
tests/test_cli.py
tests/test_command_parser_registration.py
tests/test_command_pattern.py
tests/test_complex_routing_challenges.py
tests/test_crossing_detector.py
tests/test_crossing_forbidden.py
tests/test_data_model.py
tests/test_data_model_validation.py
tests/test_delete_route_command.py
tests/test_delete_via_command.py
tests/test_exit_command.py
tests/test_final_regression.py
tests/test_finalize.py
tests/test_flip_command.py
tests/test_grid_visualization.py
tests/test_group_move_command.py
tests/test_help_command.py
tests/test_injector_autoroute.py
tests/test_integration_autoroute.py
tests/test_integration_repl_autoroute.py
tests/test_iterative_router.py
tests/test_kicad_writer.py
tests/test_layer_optimizer.py
tests/test_lazy_constraints.py
tests/test_list_command.py
tests/test_list_nets_command.py
tests/test_load_command.py
tests/test_lock_command.py
tests/test_manual_routes.py
tests/test_measure_command.py
tests/test_messages.py
tests/test_move_command.py
tests/test_multi_net_router.py
tests/test_multi_segment_routing.py
tests/test_multilayer_data_model.py
tests/test_net_order_optimizer.py
tests/test_netlist_reader.py
tests/test_path_connector.py
tests/test_pathfinder.py
tests/test_real_board_injector.py
tests/test_repl.py
tests/test_rip_up_reroute.py
tests/test_rotate_command.py
tests/test_route_command.py
tests/test_routing_constraints.py
tests/test_routing_data_model.py
tests/test_routing_grid.py
tests/test_save_command.py
tests/test_show_airwires_command.py
tests/test_show_board_command.py
tests/test_show_board_routing.py
tests/test_show_net_command.py
tests/test_trace_crossing_detection.py
tests/test_undo_redo_system.py
tests/test_unlock_command.py
tests/test_usage_validation.py
tests/test_via_collision.py
tests/test_via_command.py
tests/test_via_cost_config.py
tests/test_via_placement.py
tests/test_walking_skeleton.py
tests/test_where_command.py
tests/test_z3_path_continuity.py
tests/test_z3_progressive.py
tests/test_z3_router.py