pycircuits
Generated Python bindings for tscircuit components from @tscircuit/props@0.0.506.
from pycircuits import Circuit, board, led, resistor, trace
led1 = led(name="LED1", color="red", footprint="0603", pcbY=4)
r1 = resistor(name="R1", resistance="1k", footprint="0603", pcbY=-4)
circuit = Circuit(
board(
width="12mm",
height="20mm",
children=[
led1,
r1,
trace(from_=r1.pin2, to=led1.anode),
trace(from_=r1.pin1, to="net.VCC"),
trace(from_=led1.cathode, to="net.GND"),
],
)
)
Release files for pycircuits 0.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pycircuits-0.1.0.tar.gz | 4.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| pycircuits-0.1.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 10.3 kB
Release files / pycircuits-0.1.0.tar.gz
| Download URL | pycircuits-0.1.0.tar.gz |
|---|---|
| Size | 4.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
af3eafd7f717831b50bd3f2c249e77f852d47b0431b487faec3d950a3198f886
|
|
BLAKE2b-256 checksum How to use checksums |
6892e98b3c35e502ce182fd25b97bdaa309c27cea940470a81c4191cad4681ec
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.14.3
|
Release files / pycircuits-0.1.0-py3-none-any.whl
| Download URL | pycircuits-0.1.0-py3-none-any.whl |
|---|---|
| Size | 5.6 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
f89f424fd3e4d5bf881f065f06052700e86f5bd38c8ef6590e46e35ebd8fed04
|
|
BLAKE2b-256 checksum How to use checksums |
35038cbde81739bcfb3c49f9a77dfb1199ceedae8b0fac00eb94b7605272dd4a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.14.3
|