CHANGELOG.md
LICENSE
MANIFEST.in
README.md
RELEASING.md
pyproject.toml
pykicad/__init__.py
pykicad/bom.py
pykicad/py.typed
pykicad/models/__init__.py
pykicad/models/base.py
pykicad/models/netlist.py
pykicad/models/pcb.py
pykicad/models/schematic.py
pykicad/parser/__init__.py
pykicad/parser/declarative.py
pykicad/parser/sexp.py
python_kicad.egg-info/PKG-INFO
python_kicad.egg-info/SOURCES.txt
python_kicad.egg-info/dependency_links.txt
python_kicad.egg-info/requires.txt
python_kicad.egg-info/top_level.txt
scripts/__init__.py
scripts/add_silkscreen.py
scripts/check_distribution.py
scripts/export_bom.py
scripts/export_jlcpcb.py
scripts/filter.py
scripts/inspect_kicad.py
testdata/LICENSE.txt
testdata/STM32F4_REV2.kicad_pcb
testdata/sample.kicad_sch
tests/README.md
tests/__init__.py
tests/_pcb_examples.py
tests/test_bom.py
tests/test_declarative_parser.py
tests/test_export_bom_script.py
tests/test_export_jlcpcb_script.py
tests/test_integration.py
tests/test_kicad_version_compatibility.py
tests/test_models.py
tests/test_pcb_scripts.py
tests/test_public_api.py
tests/test_sexp.py