https://github.com/devbisme/kinet2pcb
Utility to convert a KiCad netlist into a PCBNEW .kicad_pcb file.
https://github.com/devbisme/kinet2pcb
Last synced: 12 months ago
JSON representation
Utility to convert a KiCad netlist into a PCBNEW .kicad_pcb file.
- Host: GitHub
- URL: https://github.com/devbisme/kinet2pcb
- Owner: devbisme
- License: mit
- Created: 2019-10-28T22:16:05.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-08-27T11:04:22.000Z (over 1 year ago)
- Last Synced: 2025-04-08T23:46:52.204Z (12 months ago)
- Language: Python
- Size: 293 KB
- Stars: 14
- Watchers: 1
- Forks: 8
- Open Issues: 2
-
Metadata Files:
- Readme: README.rst
- Changelog: HISTORY.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
- Authors: AUTHORS.rst
Awesome Lists containing this project
README
=========
kinet2pcb
=========
.. image:: https://img.shields.io/pypi/v/kinet2pcb.svg
:target: https://pypi.python.org/pypi/kinet2pcb
Convert KiCad netlist into a PCBNEW ``.kicad_pcb`` file.
* Free software: MIT license
* Documentation: https://devbisme.github.io/kinet2pcb .
Features
--------
* Converts a KiCad netlist file into a ``.kicad_pcb`` file that can be edited with PCBNEW.
Credits
-------
This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.
.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage