Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/devbisme/kinjector
Inject/eject JSON data to/from KiCad files.
https://github.com/devbisme/kinjector
json kicad pcbnew python yaml
Last synced: 4 months ago
JSON representation
Inject/eject JSON data to/from KiCad files.
- Host: GitHub
- URL: https://github.com/devbisme/kinjector
- Owner: devbisme
- License: mit
- Created: 2019-05-15T15:31:49.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-12-01T21:24:09.000Z (about 1 year ago)
- Last Synced: 2024-04-23T03:33:56.622Z (10 months ago)
- Topics: json, kicad, pcbnew, python, yaml
- Language: Python
- Size: 293 KB
- Stars: 11
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: HISTORY.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
Awesome Lists containing this project
README
=========
KinJector
=========.. image:: https://img.shields.io/pypi/v/kinjector.svg
:target: https://pypi.python.org/pypi/kinjectorInject/eject JSON/YAML data to/from KiCad Board files.
* Free software: MIT license
* Documentation: https://devbisme.github.io/kinjectorFeatures
--------* Parameters in one or more JSON or YAML files can be injected into a
KiCad PCB file.
* Parameters from a KiCad PCB file can be extracted and stored in a
JSON or YAML file.
* The currently-supported set of parameters can control the design rules, net classes,
assignment of netclasses to particular nets, plotting options,
and (X,Y)/orientation/top-bottom-side position of part footprints.
* Subsets of parameters can be used to restrict the scope of effects upon the PCB.
* A script is provided to allow injection/ejection of JSON/YAML data to/from
a KiCad PCB file. In addition, the ``kinjector`` module can be used within
other Python scripts to manipulate KiCad PCB files.