# schemdraw
Schemdraw is a python package for producing high-quality electrical circuit schematic diagrams. Typical usage:
```python
import schemdraw
import schemdraw.elements as elm
with schemdraw.Drawing(file='schematic.svg') as d:
elm.Resistor().label('100KΩ')
elm.Capacitor().down().label('0.1μF', loc='bottom')
elm.Line().left()
elm.Ground()
elm.SourceV().up().label('10V')
```
Included are symbols for basic electrical components (resistors, capacitors, diodes, transistors, etc.), opamps and signal processing elements. Additionally, Schemdraw can produce digital timing diagras, state machine diagrams, and flowcharts.
Documentation is available at [readthedocs](https://schemdraw.readthedocs.io)
The most current version can be found in the [source code git repository](https://github.com/cdelker/schemdraw).
Raw data
{
"_id": null,
"home_page": "https://schemdraw.readthedocs.io",
"name": "schemdraw",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": null,
"keywords": "circuit, schematic, electrical, flowchart, logic",
"author": "Collin J. Delker",
"author_email": "code@collindelker.com",
"download_url": "https://files.pythonhosted.org/packages/9a/61/7e5099addb3bfe8df0aa19279372cdb32719fc5291a628e6eb2ddb2b2b15/schemdraw-0.19.tar.gz",
"platform": null,
"description": "# schemdraw\n\nSchemdraw is a python package for producing high-quality electrical circuit schematic diagrams. Typical usage:\n\n```python\nimport schemdraw\nimport schemdraw.elements as elm\nwith schemdraw.Drawing(file='schematic.svg') as d:\n elm.Resistor().label('100K\u03a9')\n elm.Capacitor().down().label('0.1\u03bcF', loc='bottom')\n elm.Line().left()\n elm.Ground()\n elm.SourceV().up().label('10V')\n```\n\nIncluded are symbols for basic electrical components (resistors, capacitors, diodes, transistors, etc.), opamps and signal processing elements. Additionally, Schemdraw can produce digital timing diagras, state machine diagrams, and flowcharts.\n\nDocumentation is available at [readthedocs](https://schemdraw.readthedocs.io)\n\nThe most current version can be found in the [source code git repository](https://github.com/cdelker/schemdraw).\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Electrical circuit schematic drawing",
"version": "0.19",
"project_urls": {
"Documentation": "https://schemdraw.readthedocs.io",
"Homepage": "https://schemdraw.readthedocs.io",
"Source Code": "https://github.com/cdelker/schemdraw"
},
"split_keywords": [
"circuit",
" schematic",
" electrical",
" flowchart",
" logic"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "f38faa69d21ffc0b3fc9463b369f6857118ae719d1fb011fb7e7d37cb2d89f1f",
"md5": "486eff5af779a7ed3e9e53876dc93306",
"sha256": "a5bc8a6af02dd8dc8225864508aca2d7950159fe2f35c8b0c0ac6bc40e3c8ba9"
},
"downloads": -1,
"filename": "schemdraw-0.19-py3-none-any.whl",
"has_sig": false,
"md5_digest": "486eff5af779a7ed3e9e53876dc93306",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 131900,
"upload_time": "2024-04-27T20:39:08",
"upload_time_iso_8601": "2024-04-27T20:39:08.127657Z",
"url": "https://files.pythonhosted.org/packages/f3/8f/aa69d21ffc0b3fc9463b369f6857118ae719d1fb011fb7e7d37cb2d89f1f/schemdraw-0.19-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "9a617e5099addb3bfe8df0aa19279372cdb32719fc5291a628e6eb2ddb2b2b15",
"md5": "6222de6784e6cf50cd5916f081cf0fc3",
"sha256": "f39183f3090e607c7dbc41ebd3dddf2ae0ef1c81dcbab6c6e2429599559bd7e3"
},
"downloads": -1,
"filename": "schemdraw-0.19.tar.gz",
"has_sig": false,
"md5_digest": "6222de6784e6cf50cd5916f081cf0fc3",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 4430768,
"upload_time": "2024-04-27T20:39:30",
"upload_time_iso_8601": "2024-04-27T20:39:30.796604Z",
"url": "https://files.pythonhosted.org/packages/9a/61/7e5099addb3bfe8df0aa19279372cdb32719fc5291a628e6eb2ddb2b2b15/schemdraw-0.19.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-04-27 20:39:30",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "cdelker",
"github_project": "schemdraw",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "schemdraw"
}