Metadata-Version: 1.1
Name: kipart
Version: 0.1.1
Summary: Part creator for KiCad.
Home-page: https://github.com/xesscorp/kipart
Author: XESS Corp.
Author-email: info@xess.com
License: MIT
Description: ===============================
        KiPart
        ===============================
        
        .. image:: https://img.shields.io/pypi/v/kipart.svg
                :target: https://pypi.python.org/pypi/kipart
        
        
        Generate multi-unit schematic symbols for KiCad from a CSV file.
        
        * Free software: MIT license
        * Documentation: https://kipart.readthedocs.org.
        
        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 and unit 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.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.
        
Keywords: kipart
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
