Metadata-Version: 1.1
Name: kifield
Version: 0.1.3
Summary: Module and utilities for manipulating part fields in KiCad files.
Home-page: https://github.com/xesscorp/kifield
Author: XESS Corp.
Author-email: info@xess.com
License: MIT
Description: ===============================
        kifield
        ===============================
        
        .. image:: https://img.shields.io/pypi/v/kifield.svg
                :target: https://pypi.python.org/pypi/kifield
        
        
        A utility for manipulating part fields in KiCad schematic files or libraries.
        KiField can extract all the component fields from a schematic or library
        and place them into a spreadsheet for bulk editing, after which you can insert the
        edited values from the spreadsheet back into the schematic or library.
        
        KiField is usually employed in a three-step process:
        
        #. First use KiField to extract the part field labels and values from a
           schematic or library and place them into a CSV or XLSX spreadsheet file.
        
        #. Edit the spreadsheet file to change existing field values, add entirely
           new fields, or completely delete fields.
        
        #. Finally, use KiField to insert the updated field labels and values from
           the spreadsheet file into the schematic or library. 
        
        
        * Free software: MIT license
        * Documentation: https://kifield.readthedocs.org.
        
        Features
        --------
        
        * Extracts all fields and values from one or more KiCad schematic libraries or files
          (even hierarchical designs), and inserts them into a spreadsheet (either
          CSV or XLSX format).
        * Extracts all fields and values from one or more CSV or XLSX spreadsheet files
          and inserts them into one or more KiCad schematics or libraries.
        
        
        
        
        History
        -------
        
        0.1.3 (2016-05-29)
        ---------------------
        * Fixed issue where all the fields from multi-unit components in a schematic were not appearing in the csv file.
        
        0.1.2 (2016-04-13)
        ---------------------
        * Fixed issues #3 and #4 regarding incompatibilities with openpyxl 2.4.0a1.
        
        0.1.1 (2016-02-20)
        ---------------------
        * Added the ability to extract/insert fields in DCM files.
        * Added the ability to explicitly exclude fields from extraction/insertion.
        
        0.1.0 (2016-01-29)
        ---------------------
        * First release on PyPI.
        
Keywords: kifield
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.7
Classifier: Programming Language :: Python :: 3.4
