{"id":19691209,"url":"https://github.com/wideopensource/picad","last_synced_at":"2026-06-08T22:31:00.962Z","repository":{"id":145811964,"uuid":"617430219","full_name":"wideopensource/picad","owner":"wideopensource","description":"Python package for reading and writing KiCad 6+ S-expression files, no dependency on KiCad. pip install picad.","archived":false,"fork":false,"pushed_at":"2023-03-27T16:23:18.000Z","size":20,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-29T01:17:39.294Z","etag":null,"topics":["kicad","pip","python","s-expression"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wideopensource.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-03-22T11:31:13.000Z","updated_at":"2023-03-22T15:38:55.000Z","dependencies_parsed_at":null,"dependency_job_id":"df881c94-e06c-49ac-8826-33cced5abc59","html_url":"https://github.com/wideopensource/picad","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/wideopensource/picad","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wideopensource%2Fpicad","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wideopensource%2Fpicad/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wideopensource%2Fpicad/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wideopensource%2Fpicad/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wideopensource","download_url":"https://codeload.github.com/wideopensource/picad/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wideopensource%2Fpicad/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34083848,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-08T02:00:07.615Z","response_time":111,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["kicad","pip","python","s-expression"],"created_at":"2024-11-11T19:08:24.749Z","updated_at":"2026-06-08T22:31:00.955Z","avatar_url":"https://github.com/wideopensource.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PiCad\n\n## Installation\n\npip install picad\n\n## Usage\n\nThis example finds small breaks in the board outline and joins them at their midpoint.\n\n```\nfrom picad import Layout\n\ndef fix_edge_cuts(layout:Layout, max_distance:float=1.0):\n    points = sum([x.end_points for x in board_layout.get_all_lines(layer_name=\"Edge.Cuts\")], ())\n\n    for p in points:\n        closest_p = min([x for x in points if 0 != p.distance_from(x)], key=lambda a: p.distance_from(a))\n        \n        if closest_p.distance_from(p) \u003c max_distance:\n            p.lerp(closest_p, 0.5)\n            closest_p.move_to(p)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwideopensource%2Fpicad","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwideopensource%2Fpicad","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwideopensource%2Fpicad/lists"}