Metadata-Version: 2.4
Name: kicad-captouch
Version: 0.1.0
Summary: Parametric generator for capacitive-touch interface footprints (sliders, wheels, XY pads) for KiCad
Author: Ciro Caputo Viglione
License-Expression: GPL-3.0-or-later
License-File: LICENSE
Keywords: capacitive-touch,eda,footprint,kicad,pcb,slider,trackpad
Requires-Python: >=3.10
Requires-Dist: kicad-core
Requires-Dist: shapely>=2.0
Provides-Extra: dev
Requires-Dist: jsonschema>=4; extra == 'dev'
Requires-Dist: mypy>=1.8; extra == 'dev'
Requires-Dist: pyside6>=6.6; extra == 'dev'
Requires-Dist: pytest-cov>=4; extra == 'dev'
Requires-Dist: pytest>=7; extra == 'dev'
Requires-Dist: ruff>=0.6; extra == 'dev'
Provides-Extra: gui
Requires-Dist: pyside6>=6.6; extra == 'gui'
Provides-Extra: packaging
Requires-Dist: pyinstaller>=6; extra == 'packaging'
Requires-Dist: pyside6>=6.6; extra == 'packaging'
Description-Content-Type: text/markdown

# kicad-captouch

Parametric generator for **capacitive-touch interface footprints** (sliders, wheels,
XY pads) for KiCad — a standalone desktop GUI with live preview that emits a
`.kicad_mod` footprint plus a matching `.kicad_sym` symbol via direct S-expression
emission. Python + Shapely + PySide6.

This is the `kicad-captouch` package within the [kicad-plugins](../../README.md)
workspace. See the [repository README](../../README.md) for installation, usage, and
the KiCad plugin, and [`docs/`](../../docs) for the architecture and roadmap.

License: **GPL-3.0-or-later**.
