kicad-sch-api 0.2.2__py3-none-any.whl → 0.3.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -317,14 +317,18 @@ class ExactFormatter:
317
317
  and isinstance(lst[2], sexpdata.Symbol)
318
318
  and str(lst[1])
319
319
  in [
320
- "passive",
321
- "power_in",
322
- "power_out",
323
320
  "input",
324
321
  "output",
325
322
  "bidirectional",
326
323
  "tri_state",
324
+ "passive",
327
325
  "unspecified",
326
+ "power_in",
327
+ "power_out",
328
+ "open_collector",
329
+ "open_emitter",
330
+ "no_connect",
331
+ "free",
328
332
  ]
329
333
  ):
330
334
  # lib_symbols context: (pin passive line ...)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: kicad-sch-api
3
- Version: 0.2.2
3
+ Version: 0.3.0
4
4
  Summary: Professional KiCAD schematic manipulation library with exact format preservation
5
5
  Author-email: Circuit-Synth <shane@circuit-synth.com>
6
6
  Maintainer-email: Circuit-Synth <shane@circuit-synth.com>
@@ -5,7 +5,7 @@ kicad_sch_api/core/__init__.py,sha256=ur_KeYBlGKl-e1hLpLdxAhGV2A-PCCGkcqd0r6KSeB
5
5
  kicad_sch_api/core/component_bounds.py,sha256=BFYJYULyzs5it2hN7bHTimyS9Vet4dxsMklRStob-F4,17509
6
6
  kicad_sch_api/core/components.py,sha256=tXRL18GObl2u94wl5jP-1ID56s_UD9F1gQ_iRIyZ_Kw,25290
7
7
  kicad_sch_api/core/config.py,sha256=itw0j3DeIEHaFVf8p3mfAS1SP6jclBwvMv7NPdkThE4,4309
8
- kicad_sch_api/core/formatter.py,sha256=PQrZDBgezGlbqw7y3Gnhs0VUYypgc_7pO42Pxkvr-e0,20663
8
+ kicad_sch_api/core/formatter.py,sha256=wF8VEClIYjJ9ZFZYMB3l6h34Y8gZsvwD60gMJeS___A,20783
9
9
  kicad_sch_api/core/geometry.py,sha256=27SgN0padLbQuTi8MV6UUCp6Pyaiv8V9gmYDOhfwny8,2947
10
10
  kicad_sch_api/core/ic_manager.py,sha256=Kg0HIOMU-TGXiIkrnwcHFQ1Kfv_3rW2U1cwBKJsKopc,7219
11
11
  kicad_sch_api/core/junctions.py,sha256=Ay6BsWX_DLs-wB0eMA2CytKKq0N8Ja41ZubJWpAqNgM,6122
@@ -23,9 +23,9 @@ kicad_sch_api/library/__init__.py,sha256=NG9UTdcpn25Bl9tPsYs9ED7bvpaVPVdtLMbnxkQ
23
23
  kicad_sch_api/library/cache.py,sha256=7na88grl465WHwUOGuOzYrrWwjsMBXhXVtxhnaJ9GBY,33208
24
24
  kicad_sch_api/utils/__init__.py,sha256=1V_yGgI7jro6MUc4Pviux_WIeJ1wmiYFID186SZwWLQ,277
25
25
  kicad_sch_api/utils/validation.py,sha256=XlWGRZJb3cOPYpU9sLQQgC_NASwbi6W-LCN7PzUmaPY,15626
26
- kicad_sch_api-0.2.2.dist-info/licenses/LICENSE,sha256=Em65Nvte1G9MHc0rHqtYuGkCPcshD588itTa358J6gs,1070
27
- kicad_sch_api-0.2.2.dist-info/METADATA,sha256=qyAs7hKSWu-Bwlrfn0yF8R4SdTw4VYOGdqfwxCn25xY,17183
28
- kicad_sch_api-0.2.2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
29
- kicad_sch_api-0.2.2.dist-info/entry_points.txt,sha256=VWKsFi2Jv7G_tmio3cNVhhIBfv_OZFaKa-T_ED84lc8,57
30
- kicad_sch_api-0.2.2.dist-info/top_level.txt,sha256=n0ex4gOJ1b_fARowcGqRzyOGZcHRhc5LZa6_vVgGxcI,14
31
- kicad_sch_api-0.2.2.dist-info/RECORD,,
26
+ kicad_sch_api-0.3.0.dist-info/licenses/LICENSE,sha256=Em65Nvte1G9MHc0rHqtYuGkCPcshD588itTa358J6gs,1070
27
+ kicad_sch_api-0.3.0.dist-info/METADATA,sha256=DmBN5sD90qCHFNznVHlADCGGVWkAsECdq2satAguM5k,17183
28
+ kicad_sch_api-0.3.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
29
+ kicad_sch_api-0.3.0.dist-info/entry_points.txt,sha256=VWKsFi2Jv7G_tmio3cNVhhIBfv_OZFaKa-T_ED84lc8,57
30
+ kicad_sch_api-0.3.0.dist-info/top_level.txt,sha256=n0ex4gOJ1b_fARowcGqRzyOGZcHRhc5LZa6_vVgGxcI,14
31
+ kicad_sch_api-0.3.0.dist-info/RECORD,,