{"id":15018762,"url":"https://github.com/madworx/robotframework-kicadlibrary","last_synced_at":"2025-07-20T04:35:53.349Z","repository":{"id":33757703,"uuid":"160980701","full_name":"madworx/robotframework-kicadlibrary","owner":"madworx","description":"Robot Framework KiCad Library","archived":false,"fork":false,"pushed_at":"2022-10-20T04:16:44.000Z","size":227,"stargazers_count":10,"open_issues_count":4,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-22T12:17:41.857Z","etag":null,"topics":["eda","electronic-design-automation","electronics","electronics-engineering","kicad","mit-license","python","robot-framework","robotframework","robotframework-kicadlibrary","robotframework-library"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/madworx.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-12-08T21:36:22.000Z","updated_at":"2024-07-12T08:12:19.000Z","dependencies_parsed_at":"2022-08-07T23:00:49.741Z","dependency_job_id":null,"html_url":"https://github.com/madworx/robotframework-kicadlibrary","commit_stats":null,"previous_names":[],"tags_count":18,"template":false,"template_full_name":null,"purl":"pkg:github/madworx/robotframework-kicadlibrary","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/madworx%2Frobotframework-kicadlibrary","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/madworx%2Frobotframework-kicadlibrary/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/madworx%2Frobotframework-kicadlibrary/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/madworx%2Frobotframework-kicadlibrary/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/madworx","download_url":"https://codeload.github.com/madworx/robotframework-kicadlibrary/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/madworx%2Frobotframework-kicadlibrary/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266067396,"owners_count":23871340,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["eda","electronic-design-automation","electronics","electronics-engineering","kicad","mit-license","python","robot-framework","robotframework","robotframework-kicadlibrary","robotframework-library"],"created_at":"2024-09-24T19:52:25.439Z","updated_at":"2025-07-20T04:35:53.326Z","avatar_url":"https://github.com/madworx.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# robotframework-kicadlibrary\n\n[![Build Status](https://travis-ci.org/madworx/robotframework-kicadlibrary.svg?branch=master)](https://travis-ci.org/madworx/robotframework-kicadlibrary) [![Sonarcloud quality](https://sonarcloud.io/api/project_badges/measure?project=robotframework-kicadlibrary\u0026metric=alert_status)](https://sonarcloud.io/dashboard?id=robotframework-kicadlibrary) [![Updates](https://pyup.io/repos/github/madworx/robotframework-kicadlibrary/shield.svg)](https://pyup.io/repos/github/madworx/robotframework-kicadlibrary/) [![Code coverage](https://sonarcloud.io/api/project_badges/measure?project=robotframework-kicadlibrary\u0026metric=coverage)](https://sonarcloud.io/component_measures?id=robotframework-kicadlibrary\u0026metric=coverage) [![PyPI version](https://badge.fury.io/py/robotframework-kicadlibrary.svg)](https://badge.fury.io/py/robotframework-kicadlibrary) [![Docker image version](https://images.microbadger.com/badges/version/madworx/robotframework-kicadlibrary.svg)](https://hub.docker.com/r/madworx/robotframework-kicadlibrary)\n\n[![Build history](https://buildstats.info/travisci/chart/madworx/robotframework-kicadlibrary?branch=master)](https://travis-ci.org/madworx/robotframework-kicadlibrary/builds)\n\nA [Robot Framework](http://robotframework.org/) library for validating [KiCad](http://kicad.org/) designs.\n\nReleases are available via regular [PyPI](https://pypi.org/project/robotframework-kicadlibrary/) as well as [GitHib releases](https://github.com/madworx/robotframework-kicadlibrary/releases). Example projects/usage is available under the `examples/` sub-directory.\n\n[Keyword documentation](https://madworx.github.io/robotframework-kicadlibrary/KiCadLibrary.html) is available online, as well as downloadable via [GitHub Releases](https://github.com/madworx/robotframework-kicadlibrary/releases/latest).\n\n## Getting Started\n\n### Prerequisites\n\nYou'll need an installation of Python, as well as `pip` and a working\ninstallation of KiCad. Please consult your operating system\ndocumentation on how to install these tools.\n\nYou will also need Robot Framework installed, but if you're installing\nusing `pip`, Robot Framework will automatically be installed for you.\n\n### Installing KiCad, PIP and the library\n\nThis is dependent on your local operating system, but if you'te running\nany form of Unix-clone, it should typically be something in the lines of:\n\n```\n# Debian based systems\n$ sudo apt-get install python-pip kicad\n$ sudo pip install robotframework-kicadlibrary\n\n# RedHat based systems:\n$ sudo yum -y install epel-release\n$ sudo yum -y install python-pip kicad\n$ sudo pip install robotframework-kicadlibrary\n```\n\n### Installing using PIP with existing environment\n\n```\n$ pip install robotframework-kicadlibrary\n```\n\n## Using the library\n\n```\n*** Variables ***\nLibrary    KiCadLibrary    schema=myproject.sch    pcb=myproject.kicad_pcb\n\n*** Test cases ***\nModule pads should be on grid\n    Module Pads Should Be On Grid    50 mil    reference=.*$\n```\n\n## Contributing\n\nAny and all contributions are welcome, in the form of [pull requests](https://github.com/madworx/robotframework-kicadlibrary/pulls).\n\n## Versioning\n\nWe use [SemVer](http://semver.org/) for versioning. For the versions available, see the [releases on this repository](https://github.com/madworx/robotframework-kicadlibrary/releases).\n\n## Authors\n\n* **Martin Kjellstrand** - *Initial work* - [madworx](https://github.com/madworx)\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE.txt](LICENSE.txt) file for details\n\n## Developer information / Preparing a release\n\nTo create a release please follow this outline:\n\n* Do your development work in a separate branch.\n* Write unit-tests (`tests/`) and/or integration tests (`examples/`) for your code.\n* Once all local tests validate, and you have 100% code coverage, push to GitHub.\n\n### If you have commit access to the main repository\n\n* Once build hooks at Github/Sonarcloud/pyup etc have completed, tag a pre-release (`x.y.zrc0`)\n* If that build completes, perform a PR into `master`, squashing the commit history.\n* Tag the `master` branch with the new release version, ahdering to semantic versioning.\n* Remove any `pre` artifacts from Docker Hub and PyPI.\n* Delete the `rc*` tags from the repository.\n  `git tag -d x.y.zrcN`, followed by `git push origin :x.y.zpreN`.\n\n### If you don't have commit access to the main repository\n\n* Submit a PR towards the `master` branch of the [main repository](https://github.com/madworx/robotframework-kicadlibrary/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmadworx%2Frobotframework-kicadlibrary","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmadworx%2Frobotframework-kicadlibrary","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmadworx%2Frobotframework-kicadlibrary/lists"}