Metadata-Version: 1.2
Name: pykicadlib
Version: 0.0.1
Summary: Python KiCAD library parser/generator
Home-page: https://code.fueldner.net/opensource/pykicadlib
Author: Benjamin Füldner
Author-email: benjamin@fueldner.net
License: MIT
Project-URL: Source, https://github.com/bfueldner/pykicadlib
Project-URL: Bug Reports, https://github.com/bfueldner/pykicadlib/issues
Description: .. image:: https://img.shields.io/pypi/v/pykicadlib
            :target: https://pypi.org/project/pykicadlib
            :alt: Latest version on PyPi
        
        .. image:: https://img.shields.io/pypi/pyversions/pykicadlib
            :target: https://pypi.org/project/pykicadlib
            :alt: Python versions
        
        .. image:: https://img.shields.io/pypi/l/pykicadlib
            :target: https://pypi.org/project/pykicadlib
            :alt: License
        
        .. image:: https://travis-ci.org/bfueldner/pykicadlib.svg?branch=master
            :target: https://travis-ci.org/bfueldner/pykicadlib
            :alt: Build state
        
        .. image:: https://coveralls.io/repos/github/bfueldner/pykicadlib/badge.svg?branch=master
            :target: https://coveralls.io/github/bfueldner/pykicadlib?branch=master
            :alt: Coverage
        
        .. image:: https://readthedocs.org/projects/pykicadlib/badge/?version=latest
            :target: https://pykicadlib.readthedocs.io/en/latest/?badge=latest
            :alt: Documentation Status
        
        pykicadlib
        ==========
        
        Python KiCAD library parser/generator package for Python 3.5+.
        
Keywords: KiCAD symbol footprint device PCB schematic
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: System :: Hardware
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Embedded Systems
Classifier: Topic :: Scientific/Engineering :: Electronic Design Automation (EDA)
Classifier: Topic :: Home Automation
Requires-Python: >=3.5
