{ "info": { "author": "Dave Vandenbout", "author_email": "devb@xess.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Manufacturing", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Topic :: Scientific/Engineering :: Electronic Design Automation (EDA)" ], "description": "=========\nkinet2pcb\n=========\n\n\n.. image:: https://img.shields.io/pypi/v/kinet2pcb.svg\n :target: https://pypi.python.org/pypi/kinet2pcb\n\n\nConvert KiCad netlist into a PCBNEW ``.kicad_pcb`` file.\n\n\n* Free software: MIT license\n* Documentation: https://devbisme.github.io/kinet2pcb .\n\n\nFeatures\n--------\n\n* Converts a KiCad netlist file into a ``.kicad_pcb`` file that can be edited with PCBNEW.\n\nCredits\n-------\n\nThis package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.\n\n.. _Cookiecutter: https://github.com/audreyr/cookiecutter\n.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage\n\n\n=======\nHistory\n=======\n\n1.0.0 (2021-09-16)\n------------------\n\n* Decided this tool was mature to the point it could be called 1.0.0.\n\n\n0.1.3 (2021-05-19)\n------------------\n\n* The parts in the PCB are now given a non-overlapping arrangement\n grouped according to their hierarchical nesting.\n\n\n0.1.2 (2021-05-18)\n------------------\n\n* The ``kinet2pcb()`` function will now generate a KiCad PCB file when given\n a netlist file name, a PyParsing object, or a SKiDL Circuit object.\n* ``kinet2pcb`` can now be installed in the default Python interpreter on\n a system and it will look in ``/usr/lib/python3/dist-packages`` to find\n the ``pcbnew`` module installed by KiCad. If the ``pcbnew`` module\n is not found there, add the correct location to the ``PYTHONPATH``\n environment variable.\n\n\n0.1.1 (2019-03-09)\n------------------\n\n* Now runs under Python 2 & 3.\n\n\n0.1.0 (2019-10-28)\n------------------\n\n* First release on PyPI.\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/devbisme/kinet2pcb", "keywords": "kinet2pcb KiCad EDA PCBNEW SKiDL", "license": "MIT license", "maintainer": "", "maintainer_email": "", "name": "kinet2pcb", "package_url": "https://pypi.org/project/kinet2pcb/", "platform": "", "project_url": "https://pypi.org/project/kinet2pcb/", "project_urls": { "Changelog": "https://github.com/devbisme/kinet2pcb/blob/master/HISTORY.rst", "Documentation": "https://devbisme.github.io/kinet2pcb", "Homepage": "https://github.com/devbisme/kinet2pcb", "Source": "https://github.com/devbisme/kinet2pcb", "Tracker": "https://github.com/devbisme/kinet2pcb/issues" }, "release_url": "https://pypi.org/project/kinet2pcb/1.0.0/", "requires_dist": null, "requires_python": "", "summary": "Convert KiCad netlist into a PCBNEW .kicad_pcb file.", "version": "1.0.0", "yanked": false, "yanked_reason": null }, "last_serial": 11470795, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "31624c2259f44d1dd446cb1208fc3503", "sha256": "2747daa7193d1428d279b6950f3e3a5cffdfac42569866c2e7ee623d41c5b7cd" }, "downloads": -1, "filename": "kinet2pcb-0.1.0.tar.gz", "has_sig": false, "md5_digest": "31624c2259f44d1dd446cb1208fc3503", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15835, "upload_time": "2019-10-28T22:14:50", "upload_time_iso_8601": "2019-10-28T22:14:50.910594Z", "url": "https://files.pythonhosted.org/packages/8f/79/919c2d302e88c5c37b8d86d00fc7303c27559b758b2c019b8746915386b7/kinet2pcb-0.1.0.tar.gz", "yanked": false, "yanked_reason": null } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "f0b94451f83925c1886dd1c646452fc5", "sha256": "4f2841dbf6862d75e47cdfa52428e9e55d51abb3add0f970edca9555c49b363c" }, "downloads": -1, "filename": "kinet2pcb-0.1.1.tar.gz", "has_sig": false, "md5_digest": "f0b94451f83925c1886dd1c646452fc5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20826, "upload_time": "2020-03-09T13:51:50", "upload_time_iso_8601": "2020-03-09T13:51:50.374903Z", "url": "https://files.pythonhosted.org/packages/03/f4/186e1ce992fe6c9c102e1560b76f8de2a79720b6d068e8d826ac06c154ec/kinet2pcb-0.1.1.tar.gz", "yanked": false, "yanked_reason": null } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "a9ca5849bf503d847dc9df1ffbb9e821", "sha256": "81f4963714448e074b9a2b074d3762aa0b2ce49cf3adb938305bf6482e7a28a6" }, "downloads": -1, "filename": "kinet2pcb-0.1.2.tar.gz", "has_sig": false, "md5_digest": "a9ca5849bf503d847dc9df1ffbb9e821", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 180214, "upload_time": "2021-05-18T20:50:26", "upload_time_iso_8601": "2021-05-18T20:50:26.812267Z", "url": "https://files.pythonhosted.org/packages/de/97/4a9f37c2c8b22275de5bf46906e547d3d099ebd63b237fa009c698b2cdfb/kinet2pcb-0.1.2.tar.gz", "yanked": false, "yanked_reason": null } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "b8167201db3c061c60c6bbf8292547a5", "sha256": "83fa968b24babf268e593859e35ed24486305938e4fd4a4208d7582b918e2f67" }, "downloads": -1, "filename": "kinet2pcb-0.1.3.tar.gz", "has_sig": false, "md5_digest": "b8167201db3c061c60c6bbf8292547a5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 180889, "upload_time": "2021-05-20T00:52:40", "upload_time_iso_8601": "2021-05-20T00:52:40.624422Z", "url": "https://files.pythonhosted.org/packages/e9/5c/44700f610793e085436d3a00425b5fe599d78ee948a682a7d10f5b06ff8d/kinet2pcb-0.1.3.tar.gz", "yanked": false, "yanked_reason": null } ], "0.1.4": [ { "comment_text": "", "digests": { "md5": "fee21b1bd9b528d2f5e4503c34bcf4a1", "sha256": "6277c9f929f4149c79eab9b044165d33379bf69d7cd4ef6f51de104c073bdc26" }, "downloads": -1, "filename": "kinet2pcb-0.1.4.tar.gz", "has_sig": false, "md5_digest": "fee21b1bd9b528d2f5e4503c34bcf4a1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 180852, "upload_time": "2021-05-21T18:35:41", "upload_time_iso_8601": "2021-05-21T18:35:41.996308Z", "url": "https://files.pythonhosted.org/packages/9c/78/3f809c5c7cd97d103165ce63fe4bbb6bd0096dcdf941e77e8bfd4027059b/kinet2pcb-0.1.4.tar.gz", "yanked": false, "yanked_reason": null } ], "1.0.0": [ { "comment_text": "", "digests": { "md5": "fca0661b3cd65f10b12fca0539daf8ba", "sha256": "5a90243ba1f2477842653f8befd6d2e66fdb13fe0d7813c1c8def57c4ee48f41" }, "downloads": -1, "filename": "kinet2pcb-1.0.0.tar.gz", "has_sig": false, "md5_digest": "fca0661b3cd65f10b12fca0539daf8ba", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 185345, "upload_time": "2021-09-16T19:52:00", "upload_time_iso_8601": "2021-09-16T19:52:00.103656Z", "url": "https://files.pythonhosted.org/packages/0c/77/d7f7d1220614b6d1642264bc280fc912567cfdd683a7358fa4b1a5d569ad/kinet2pcb-1.0.0.tar.gz", "yanked": false, "yanked_reason": null } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "fca0661b3cd65f10b12fca0539daf8ba", "sha256": "5a90243ba1f2477842653f8befd6d2e66fdb13fe0d7813c1c8def57c4ee48f41" }, "downloads": -1, "filename": "kinet2pcb-1.0.0.tar.gz", "has_sig": false, "md5_digest": "fca0661b3cd65f10b12fca0539daf8ba", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 185345, "upload_time": "2021-09-16T19:52:00", "upload_time_iso_8601": "2021-09-16T19:52:00.103656Z", "url": "https://files.pythonhosted.org/packages/0c/77/d7f7d1220614b6d1642264bc280fc912567cfdd683a7358fa4b1a5d569ad/kinet2pcb-1.0.0.tar.gz", "yanked": false, "yanked_reason": null } ], "vulnerabilities": [] }