Metadata-Version: 1.1
Name: kinparse
Version: 0.0.5
Summary: Parser for KiCad schematic netlists.
Home-page: https://github.com/xesscorp/kinparse
Author: XESS Corp.
Author-email: info@xess.com
License: MIT
Description: ===============================
        kinparse
        ===============================
        
        .. image:: https://img.shields.io/pypi/v/kinparse.svg
                :target: https://pypi.python.org/pypi/kinparse
        
        
        This is a parser for KiCad schematic netlist files that are output by EESCHEMA.
        Just pass the `parse_netlist()` function a file containing a netlist and
        it will deliver a `pyparsing object <https://pypi.python.org/pypi/pyparsing>`_ containing all the netlist's information.
        
        * Free software: MIT license
        * Documentation: http://xesscorp.github.io/kinparse
        
        
        
        
        History
        -------
        
        
        0.0.5 (2018-12-30)
        ______________________
        
        * Restricted pyparsing package to version < 2.3.0 because that one started breaking things.
        
        
        0.0.4 (2018-08-27)
        ______________________
        
        * KiCad V5 started putting description fields in component libsource.
        
        
        0.0.3 (2018-02-14)
        ______________________
        
        * Non-numeric revision is now allowed in the netlist rev field.
        
        
        0.0.2 (2017-12-21)
        ______________________
        
        * Fixed parse errors caused by fields with labels but no data like "(date)" .
        
        
        0.0.1 (2017-07-12)
        ______________________
        
        * First release on PyPI.
        
Keywords: kinparse
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
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.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Scientific/Engineering :: Electronic Design Automation (EDA)
