Metadata-Version: 2.1
Name: zyc
Version: 1.0.0
Summary: A GUI for searching and selecting parts and footprints for use in SKiDL.
Home-page: https://github.com/devbisme/zyc
Author: Dave Vandenbout
Author-email: devbisme@xess.com
License: MIT license
Keywords: zyc
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Manufacturing
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Electronic Design Automation (EDA)
License-File: LICENSE
License-File: AUTHORS.rst

===
zyc
===


.. image:: https://img.shields.io/pypi/v/zyc.svg
        :target: https://pypi.python.org/pypi/zyc


A GUI utility for searching and selecting parts and footprints for use with `SKiDL <https://pypi.org/project/skidl/>`_.


* Free software: MIT license
* Documentation: https://devbisme.github.io/zyc .


Features
--------

* Keyword search and selection of parts in KiCad libraries.
* Keyword search and selection of footprints in KiCad libraries.
* Copy-and-paste part instances into SKiDL code.

Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage


=======
History
=======

1.0.0 (2021-09-16)
------------------

* Disabled creation of SKiDL logging and ERC files.
* Decided this tool was mature to the point it could be called 1.0.0.


0.4.0 (2020-09-20)
------------------

* Fixed infinite recursion caused by search that returns an entire list of invalid footprints (issue #2).


0.3.0 (2020-06-07)
------------------

* Fixed copy-paste part/footprint errors caused by clipboard already being open.


0.2.0 (2020-04-28)
------------------

* Replaced sorting function deleted from SKiDL.
* Updated some Grid definitions for wxpython 4.0.


0.1.0 (2019-12-17)
------------------

* Extracted zyc utility from SKiDL repo and released separately on PyPi.


