SchemDraw
SchemDraw is a python package for producing high-quality electrical circuit schematic diagrams. Typical usage::
import SchemDraw
import SchemDraw.elements as elm
d = SchemDraw.Drawing()
d.add(elm.Resistor(label='100K$\Omega$'))
d.add(elm.Capacitor(d='down', botlabel='0.1$\mu$F'))
d.add(elm.Line(d='left'))
d.add(elm.Ground)
d.add(elm.SourceV(d='up', label='10V'))
d.draw()
d.save('schematic.svg')
Included are symbols for basic electrical components (resistors, capacitors, diodes, transistors, etc.), opamps, logic gates, signal processing elements, and flowchart blocks.
Documentation is available at readthedocs
The most current version can be found in the source code git repository.
Release files for schemdraw 0.7.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| SchemDraw-0.7.1.tar.gz | 7.0 MB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| SchemDraw-0.7.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 7.1 MB
Release files / SchemDraw-0.7.1.tar.gz
| Download URL | SchemDraw-0.7.1.tar.gz |
|---|---|
| Size | 7.0 MB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
b15a9090e0658230638d99820e8ac96c3b306e992b55a3811c54e25347a2c481
|
|
BLAKE2b-256 checksum How to use checksums |
5b28529f53b6a2617ae2a21bf00aff5ffacc379f1b387162f429e3a432f8d23a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/2.0.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.4.0.post20200518 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.0
|
Release files / SchemDraw-0.7.1-py3-none-any.whl
| Download URL | SchemDraw-0.7.1-py3-none-any.whl |
|---|---|
| Size | 102.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
05da0ea4a47c5646ccb65e4b8debd20ec7350d5c460d01c614396d9fc6005f68
|
|
BLAKE2b-256 checksum How to use checksums |
682e95ff432d81126fcf092f160a5c4fc675e5d546c346f665ce6a970fc2e2aa
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/2.0.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.4.0.post20200518 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.0
|