Metadata-Version: 2.1
Name: kicad-draw
Version: 0.2.0
Summary: 
Author: t-sasatani
Author-email: sasatani.dev@gmail.com
Requires-Python: >=3.10,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: numpy (>=1.25.2,<2.0.0)
Requires-Dist: pytest (>=7.4.3,<8.0.0)
Description-Content-Type: text/markdown

### Documentation
https://kicad-draw.readthedocs.io/en/latest/

### Install
```
pip install kicad-coil-maker
```

### How to use
Currently, manual edits to the .kicad_pcb file are required (Issue https://github.com/t-sasatani/KiCad-coil-maker/issues/1#issue-1837077917)
- Set coil parameters and generate design text using the code (see the below notebook for example).
- Open the .kicad_pcb file using a text editor
- Paste the generated design text before the last closing bracket `)`.

### Examples
[examples/kicad_helix_coil.ipynb
](https://github.com/t-sasatani/KiCad-coil-maker/blob/master/examples/kicad_helix_coil.ipynb)
<a href="https://colab.research.google.com/github/t-sasatani/KiCad-coil-maker/blob/master/examples/kicad_helix_coil.ipynb" target="_parent"><img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/></a>
