Metadata-Version: 2.1
Name: easyeda2ato
Version: 0.1.4
Summary: A Python script that convert any electronic components from LCSC or EasyEDA to a Kicad library
Home-page: https://github.com/napowderly/easyeda2kicad.py
Author: Narayan Powderly
Author-email: 
License: AGPL-3.0
Project-URL: Code, https://github.com/napowderly/easyeda2kicad.py
Keywords: easyeda kicad library conversion
Platform: any
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Electronic Design Automation (EDA)
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pydantic>=2.0.0
Requires-Dist: requests>2.0.0
Provides-Extra: dev
Requires-Dist: pre-commit>=2.17.0; extra == "dev"

Credit to uPeasy, forked from https://pypi.org/project/easyeda2kicad/
