Skip to main content

Part creator for KiCad.

Project description

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

Generate multi-unit schematic symbols for KiCad from a CSV file.

Features

  • Generates schematic part libraries for KiCad from CSV files.

  • Converts lists of pins in a CSV file into a multi-unit schematic part symbol.

  • Converts multiple CSV files stored in .zip archives.

  • Each row of the CSV file lists the number, name, type, style, unit and side of a pin.

  • Pins on a unit with the same name (e.g., GND) are placed at the same location so they can all be tied to the same net with a single connection.

History

0.1.3 (2015-07-26)

  • Multiple pins with the same name are now hidden by reducing their pin number size to zero (rather than enabling the hidden flag which can cause problems with power-in pins).

0.1.2 (2015-07-24)

  • Symbols can now have pins on any combination of left, right, top and bottom sides.

  • Added option to append parts to an existing library.

  • Refactored kipart routine into subroutines.

  • Added documentation.

0.1.1 (2015-07-21)

  • Fixed calculation of pin name widths.

  • Made CSV row order the default for arranging pins on the schematic symbol.

  • Fixed sorting key routine for numeric pin numbers.

  • Spaces are now stripped between fields in a CSV file.

0.1.0 (2015-07-20)

  • 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

kipart-0.1.3.zip (29.6 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