Metadata-Version: 1.1
Name: kinparse
Version: 0.0.1
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.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)
