Skip to main content

Convert KiCad netlist into a PCBNEW .kicad_pcb file.

Project description

kinet2pcb

https://img.shields.io/pypi/v/kinet2pcb.svg

Convert KiCad netlist into a PCBNEW .kicad_pcb file.

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.

History

1.0.1 (2022-06-30)

  • Fixed incompatibilities with KiCad V6 Python API (pcbnew).

1.0.0 (2021-09-16)

  • Decided this tool was mature to the point it could be called 1.0.0.

0.1.3 (2021-05-19)

  • The parts in the PCB are now given a non-overlapping arrangement grouped according to their hierarchical nesting.

0.1.2 (2021-05-18)

  • The kinet2pcb() function will now generate a KiCad PCB file when given a netlist file name, a PyParsing object, or a SKiDL Circuit object.

  • kinet2pcb can now be installed in the default Python interpreter on a system and it will look in /usr/lib/python3/dist-packages to find the pcbnew module installed by KiCad. If the pcbnew module is not found there, add the correct location to the PYTHONPATH environment variable.

0.1.1 (2019-03-09)

  • Now runs under Python 2 & 3.

0.1.0 (2019-10-28)

  • First release on PyPI.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

kinet2pcb-1.0.1.tar.gz (189.7 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page