Electrical circuit schematic drawing
Project description
SchemDraw
SchemDraw is a python package for producing high-quality electrical circuit schematic diagrams. Typical usage::
import SchemDraw as schem
import SchemDraw.elements as e
d = schem.Drawing()
d.add(e.RES, label='100K$\Omega$')
d.add(e.CAP, d='down', botlabel='0.1$\mu$F')
d.draw()
d.save('schematic.eps')
Documentation is available in the docs folder or online.
The most current version can be found in the source code git repository.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
SchemDraw-0.4.0.tar.gz
(20.7 kB
view details)
Built Distribution
SchemDraw-0.4.0-py3-none-any.whl
(22.3 kB
view details)
File details
Details for the file SchemDraw-0.4.0.tar.gz
.
File metadata
- Download URL: SchemDraw-0.4.0.tar.gz
- Upload date:
- Size: 20.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.18.4 setuptools/40.5.0 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.6.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 131ec112495ffd5cc4d43dfdff5c36871c84580a407a9de3c97f8b94d449130d |
|
MD5 | 20c40feaef6d53639db308b6a1d70d21 |
|
BLAKE2b-256 | 655efbfe22c697068778c4c3dd3f9efcd39ad1428b5cfe3e59bfb900dd681527 |
File details
Details for the file SchemDraw-0.4.0-py3-none-any.whl
.
File metadata
- Download URL: SchemDraw-0.4.0-py3-none-any.whl
- Upload date:
- Size: 22.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.18.4 setuptools/40.5.0 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.6.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6b85ab7341a77d935464110b5a1821f410a6f904920dd2aa6c9bc63acc0b8676 |
|
MD5 | 0e94d7705656cad65773f0d5567e8cbf |
|
BLAKE2b-256 | 034d8b71e73f066b7b1686dbec08e6ef2f5fef00b5861116f31137974315aeb5 |