Skip to main content

Python tools & design framework for EasyEDA

Project description

easyeda-python-sdk

Python tools & design framework for EasyEDA

Install

pip install easyeda-python-sdk

Example

from easyeda import PCB, Point

pcb = PCB()
pcb.BOARD_OUTLINE_LAYER.add_rectangle(width=1000, height=500, corner_radius=50)

pcb.DOCUMENT_LAYER.add_text("Hello from easyeda-python-sdk",
                            font_size=40, font_width=4, position=Point(-500, 300))

for p in [Point(-430, 180), Point(430, 180), Point(-430, -180), Point(430, -180)]:
    pcb.add_hole(80, center=p)

print(pcb)

docs/images/hello-world.png

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

easyeda_python_sdk-0.1.0a1.tar.gz (6.0 kB view details)

Uploaded Source

Built Distribution

easyeda_python_sdk-0.1.0a1-py3-none-any.whl (7.5 kB view details)

Uploaded Python 3

File details

Details for the file easyeda_python_sdk-0.1.0a1.tar.gz.

File metadata

  • Download URL: easyeda_python_sdk-0.1.0a1.tar.gz
  • Upload date:
  • Size: 6.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.2.2 CPython/3.10.6 Linux/5.15.0-82-generic

File hashes

Hashes for easyeda_python_sdk-0.1.0a1.tar.gz
Algorithm Hash digest
SHA256 bfcfe1a5a6c44fea590b5dcd8d41b08393b9329d5031bc57dfae8c3802f43b2b
MD5 24405f4bdee5159c911bb4e61a8be1ba
BLAKE2b-256 d0c1af459f83fcd3def5138311f2ff2f40e97eefbbfced0d89bfad6adc5fb07d

See more details on using hashes here.

File details

Details for the file easyeda_python_sdk-0.1.0a1-py3-none-any.whl.

File metadata

File hashes

Hashes for easyeda_python_sdk-0.1.0a1-py3-none-any.whl
Algorithm Hash digest
SHA256 11791e774fa316ecf4595954b07086acfc2f54cafcaa6fe72de670d6b00b45d6
MD5 a8ffb8c8c3345def5d08de41782166e1
BLAKE2b-256 25d2c18ce3612b945577aa3b013c4204dc5d85dcad589b36a14c9e16ca52d489

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page