{ "info": { "author": "Jan Mr\u00e1zek", "author_email": "email@honzamrazek.cz", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "# PcbDraw\n\nConvert your KiCAD boards into nice looking 2D drawings suitable for pinout\ndiagrams. Never draw them manually again!\n\n![example](promo_pcbdraw.png)\n\nThis small Python script takes a KiCAD board (.kicad_pcb file) and produces a 2D\nnice looking drawing of the board as an SVG file. This allows you to quickly and\nautomatically create awesome pinout diagrams for your project. These diagrams\nare much easier to read than a labeled photo of a physical board or an actual\nKiCAD design.\n\nYou and your users will love them!\n\nPcbDraw also comes with a small utility called Populate which allows you to\neasily specify & maintain nice looking HTML or Markdown population manuals.\n\n![example](promo_populate.jpg)\n\n## Usage\n\nThere are two separate guides:\n\n- [usage of PcbDraw](doc/pcbdraw.md)\n- [usage of Populate](doc/populate.md)\n\nThere are also examples of usage in the `examples` directory.\n\n## Contributing\n\nFeel free to submit issues and pull requests!\n\n## Future Work\n\n- make reasonably complete module library\n- produce nicer SVG file structures (make SVG smaller by including each module\n exactly once, treat ids correctly,...)\n- support value labels on modules\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/yaqwsx/PcbDraw", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "PcbDraw", "package_url": "https://pypi.org/project/PcbDraw/", "platform": "", "project_url": "https://pypi.org/project/PcbDraw/", "project_urls": { "Homepage": "https://github.com/yaqwsx/PcbDraw" }, "release_url": "https://pypi.org/project/PcbDraw/0.1/", "requires_dist": [ "argparse", "lxml", "mistune", "numpy", "pybars3", "pycairo" ], "requires_python": "", "summary": "Utility to produce nice looking drawings of KiCAD boards", "version": "0.1" }, "last_serial": 5643684, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "7f15608929877f60f2abc7432db8f1ff", "sha256": "a668a7956b3bf18e9c70c22622bbf6b0818ff2ee2e465a3363889475c9c88139" }, "downloads": -1, "filename": "PcbDraw-0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "7f15608929877f60f2abc7432db8f1ff", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 354251, "upload_time": "2019-08-07T08:04:45", "url": "https://files.pythonhosted.org/packages/16/67/ae9e2be7bfe63db9824174d6a4ca11a44c151c56e8c433a5367af967c39f/PcbDraw-0.1-py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "7f15608929877f60f2abc7432db8f1ff", "sha256": "a668a7956b3bf18e9c70c22622bbf6b0818ff2ee2e465a3363889475c9c88139" }, "downloads": -1, "filename": "PcbDraw-0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "7f15608929877f60f2abc7432db8f1ff", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 354251, "upload_time": "2019-08-07T08:04:45", "url": "https://files.pythonhosted.org/packages/16/67/ae9e2be7bfe63db9824174d6a4ca11a44c151c56e8c433a5367af967c39f/PcbDraw-0.1-py3-none-any.whl" } ] }