{ "info": { "author": "XESS Corp.", "author_email": "info@xess.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Topic :: Scientific/Engineering :: Electronic Design Automation (EDA)" ], "description": "===============================\nkinparse\n===============================\n\n.. image:: https://img.shields.io/pypi/v/kinparse.svg\n :target: https://pypi.python.org/pypi/kinparse\n.. image:: https://travis-ci.com/xesscorp/kinparse.svg?branch=master\n :target: https://travis-ci.com/xesscorp/kinparse\n\nThis is a parser for KiCad schematic netlist files that are output by EESCHEMA.\nJust pass a file containing a netlist to the `parse_netlist()` function and\nit will deliver a `pyparsing object `_\ncontaining all the netlist's information.\n\n* Free software: MIT license\n* Documentation: http://xesscorp.github.io/kinparse\n\n\n\n\nHistory\n-------\n\n\n0.1.2 (2019-02-23)\n______________________\n\n* Files are now opened with latin_1 encoding to allow special symbols used by KiCad.\n\n\n0.1.1 (2019-01-28)\n______________________\n\n* Fixed problem where sheetpath.names and sheetpath.tstamps were not retrievable.\n\n\n0.1.0 (2019-01-24)\n______________________\n\n* Restructured the parser to make it work with the current version of pyparsing.\n\n\n0.0.5 (2018-12-30)\n______________________\n\n* Restricted pyparsing package to version < 2.3.0 because that one started breaking things.\n\n\n0.0.4 (2018-08-27)\n______________________\n\n* KiCad V5 started putting description fields in component libsource.\n\n\n0.0.3 (2018-02-14)\n______________________\n\n* Non-numeric revision is now allowed in the netlist rev field.\n\n\n0.0.2 (2017-12-21)\n______________________\n\n* Fixed parse errors caused by fields with labels but no data like \"(date)\" .\n\n\n0.0.1 (2017-07-12)\n______________________\n\n* First release on PyPI.\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/xesscorp/kinparse", "keywords": "kinparse KiCad netlist parsing", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "kinparse", "package_url": "https://pypi.org/project/kinparse/", "platform": "", "project_url": "https://pypi.org/project/kinparse/", "project_urls": { "Homepage": "https://github.com/xesscorp/kinparse" }, "release_url": "https://pypi.org/project/kinparse/0.1.2/", "requires_dist": null, "requires_python": "", "summary": "Parser for KiCad schematic netlists.", "version": "0.1.2" }, "last_serial": 4858986, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "4d95de17eff17bfd2c812cf1850f0cf1", "sha256": "57b8b9203d938584a519c348db03bb5446faa0ce295f4ef0240ae3ed25614b94" }, "downloads": -1, "filename": "kinparse-0.0.1.tar.gz", "has_sig": false, "md5_digest": "4d95de17eff17bfd2c812cf1850f0cf1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16881, "upload_time": "2017-07-12T20:21:30", "url": "https://files.pythonhosted.org/packages/b5/be/893cd22f869957cef1252be68939157b4e93b5d4082a3099d845da413a7b/kinparse-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "19cff5b313425bd3fb00239349cd3412", "sha256": "f65ec24b6ff0d03bcfc5408b6a80e5913f5bb07f9089cbf37d3e9909287d0b17" }, "downloads": -1, "filename": "kinparse-0.0.2.tar.gz", "has_sig": false, "md5_digest": "19cff5b313425bd3fb00239349cd3412", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18518, "upload_time": "2017-12-21T15:24:42", "url": "https://files.pythonhosted.org/packages/82/5b/97619ade036c58926d5dd23d64ca7c708a6335ac0a0ccc3bcb06feb25576/kinparse-0.0.2.tar.gz" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "9c0cf647aeb4e919f3d24db4c859f0a4", "sha256": "b56b56711171aa327817d8e6b0c9d445d09f4c2940df03a940e4af1f8444ac46" }, "downloads": -1, "filename": "kinparse-0.0.3.tar.gz", "has_sig": false, "md5_digest": "9c0cf647aeb4e919f3d24db4c859f0a4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18580, "upload_time": "2018-02-14T16:03:35", "url": "https://files.pythonhosted.org/packages/17/f7/77cb32c4e92f98a8d8ea333e0a1556ddcdd9d62d761c90cfc5b0e037348c/kinparse-0.0.3.tar.gz" } ], "0.0.4": [ { "comment_text": "", "digests": { "md5": "5b3dfb17f095a4020c40bca8722eb570", "sha256": "52274e62cafc2bc15fcd22da126a272e81ea85b1024b0f175d8de85930e6b482" }, "downloads": -1, "filename": "kinparse-0.0.4.tar.gz", "has_sig": false, "md5_digest": "5b3dfb17f095a4020c40bca8722eb570", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18980, "upload_time": "2018-08-27T23:26:34", "url": "https://files.pythonhosted.org/packages/53/4c/e71ee708f7c14a770edbaab279d25187b38b84e7a5db15350083298f905a/kinparse-0.0.4.tar.gz" } ], "0.0.5": [ { "comment_text": "", "digests": { "md5": "81cab761f584afefac883eb70fef3ff3", "sha256": "1cb66063d3f75537772334214f49779fec366e571eb61186eeca63732d3e6791" }, "downloads": -1, "filename": "kinparse-0.0.5.tar.gz", "has_sig": false, "md5_digest": "81cab761f584afefac883eb70fef3ff3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19070, "upload_time": "2018-12-30T15:05:08", "url": "https://files.pythonhosted.org/packages/36/a1/b0f16bdb07c13b72a3ca95110cc32bb5804581e25d4d8716a4609fcbf16a/kinparse-0.0.5.tar.gz" } ], "0.1.0": [ { "comment_text": "", "digests": { "md5": "c4078306e26735ca88a4c15b2a9f88a9", "sha256": "e1799f88fea4bcf9952c3abf59ee044f3fd2db06969c258fe604fa819619fd2e" }, "downloads": -1, "filename": "kinparse-0.1.0.tar.gz", "has_sig": false, "md5_digest": "c4078306e26735ca88a4c15b2a9f88a9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19662, "upload_time": "2019-01-25T21:27:26", "url": "https://files.pythonhosted.org/packages/c2/1f/00eb58a2925be43a4d8a88dde6bf322102e0f617173f805eb54088acf403/kinparse-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "34b5e2b04d043879c3a1a7eb9e9f4a74", "sha256": "8b9e846bf2dc7aa3091e2bc0073003157b7b876be39010ff1dd3bfb505728a43" }, "downloads": -1, "filename": "kinparse-0.1.1.tar.gz", "has_sig": false, "md5_digest": "34b5e2b04d043879c3a1a7eb9e9f4a74", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 22335, "upload_time": "2019-01-28T20:54:49", "url": "https://files.pythonhosted.org/packages/ce/66/831f7feca680b5d9ee2bb9146dbc06a4c2e4230d0c3f11d206e445bc7b99/kinparse-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "88c7dbe59b282a1b597a6061d9ae3fe0", "sha256": "01b58c997169649988a9a33392fd7e0a6afd40b288643dc6de1ba685d289bab7" }, "downloads": -1, "filename": "kinparse-0.1.2.tar.gz", "has_sig": false, "md5_digest": "88c7dbe59b282a1b597a6061d9ae3fe0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 22394, "upload_time": "2019-02-23T19:10:39", "url": "https://files.pythonhosted.org/packages/8f/f1/6055ea0eea19e64705a57d8d5fb1fc01c0c22b6677fb3fee1fe01e608dd2/kinparse-0.1.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "88c7dbe59b282a1b597a6061d9ae3fe0", "sha256": "01b58c997169649988a9a33392fd7e0a6afd40b288643dc6de1ba685d289bab7" }, "downloads": -1, "filename": "kinparse-0.1.2.tar.gz", "has_sig": false, "md5_digest": "88c7dbe59b282a1b597a6061d9ae3fe0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 22394, "upload_time": "2019-02-23T19:10:39", "url": "https://files.pythonhosted.org/packages/8f/f1/6055ea0eea19e64705a57d8d5fb1fc01c0c22b6677fb3fee1fe01e608dd2/kinparse-0.1.2.tar.gz" } ] }