Metadata-Version: 2.4
Name: kicad-library-generators
Version: 1.1.3
Summary: Create KiCad footprints and 3D models
Author: The KiCad Library Team
Description-Content-Type: text/markdown
License-File: LICENSE.GPL
License-File: LICENSE.LGPL
License-File: LICENSE.MIT
License-File: AUTHORS.md
Requires-Dist: asteval
Requires-Dist: typing_extensions
Requires-Dist: pyyaml
Requires-Dist: future
Requires-Dist: tabulate
Requires-Dist: pyclipper
Requires-Dist: colorlog
Provides-Extra: dev
Requires-Dist: pytest; extra == "dev"
Requires-Dist: pycodestyle; extra == "dev"
Requires-Dist: types-PyYAML; extra == "dev"
Requires-Dist: black; extra == "dev"
Requires-Dist: isort; extra == "dev"
Requires-Dist: flake8; extra == "dev"
Requires-Dist: mypy; extra == "dev"
Requires-Dist: unittest2; extra == "dev"
Requires-Dist: nose2; extra == "dev"
Requires-Dist: nose2-cov; extra == "dev"
Provides-Extra: documentation
Requires-Dist: sphinx; extra == "documentation"
Requires-Dist: sphinx_rtd_theme; extra == "documentation"
Requires-Dist: aafigure; extra == "documentation"
Requires-Dist: sphinx_math_dollar; extra == "documentation"
Provides-Extra: 3d
Requires-Dist: cadquery==2.6.1; extra == "3d"
Requires-Dist: cadquery-ocp<7.9,>=7.8.1; extra == "3d"
Requires-Dist: nlopt<3.0,>=2.9.0; extra == "3d"
Requires-Dist: numpy; extra == "3d"
Dynamic: license-file

# KiCad library tooling: footprint and 3D model generators, symbol generators, klc-check scripts and CI-tooling


> [!important]
> There is ongoing effort to integrate the former kicad-library-utils
> repository into this repo. The k-l-u repo content has been merged
> into the `library_utils` subdirectory. The integration is not yet
> finished, you may be suprised by duplication or other unusual things
> in the meantime,
> https://gitlab.com/groups/kicad/libraries/-/work_items/17

## Quick start

Checkout the [Setup and workflow page](https://gitlab.com/groups/kicad/libraries/-/wikis/Generators#setup-and-workflow) page on the Wiki for detailed instructions on **Setup**, **Workflow**, and **Running the Generators**.

Also see [library_utils/README.md](library_utils/README.md) for information about the symbol generators and klc-check scripts


## Documentation

All project documentation, including details on getting started, running the generators,
and contribution guidelines, is now maintained on the KiCad Libraries Wiki:

https://gitlab.com/groups/kicad/libraries/-/wikis/home

Find detailed instructions and technical documentation for the generator scripts:

https://gitlab.com/groups/kicad/libraries/-/wikis/Generators


## License

The files in this repository are licensed under the GNU General Public License, Version
3 or later (GPL-3.0-or-later), unless explicitly specified otherwise within the
individual file header.
New contributions to this repo must be GPL-3.0-or-later.

Alternative licenses used for specific files include:

- MIT License
- GNU Lesser General Public License, Version 2 or later (LGPL-2-or-later)

Copies of the full licenses are provided in this repository for your convenience:

- LICENSE.GPL (GPL version 3)
- LICENSE.LGPL (LGPL version 2)
- LICENSE.MIT (MIT license)
