{ "info": { "author": "Martin Kjellstrand", "author_email": "martin.kjellstrand@madworx.se", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Console", "Framework :: Robot Framework :: Library", "Intended Audience :: Developers", "Intended Audience :: End Users/Desktop", "Intended Audience :: Information Technology", "Intended Audience :: Manufacturing", "License :: OSI Approved :: MIT License", "Operating System :: MacOS :: MacOS X", "Operating System :: Microsoft :: Windows", "Operating System :: POSIX", "Programming Language :: Python", "Topic :: Scientific/Engineering :: Electronic Design Automation (EDA)", "Topic :: Software Development :: Testing :: Acceptance" ], "description": "# robotframework-kicadlibrary\n\n[![Build Status](https://travis-ci.org/madworx/robotframework-kicadlibrary.svg?branch=master)](https://travis-ci.org/madworx/robotframework-kicadlibrary) [![Sonarcloud quality](https://sonarcloud.io/api/project_badges/measure?project=robotframework-kicadlibrary&metric=alert_status)](https://sonarcloud.io/dashboard?id=robotframework-kicadlibrary) [![Updates](https://pyup.io/repos/github/madworx/robotframework-kicadlibrary/shield.svg)](https://pyup.io/repos/github/madworx/robotframework-kicadlibrary/) [![Code coverage](https://sonarcloud.io/api/project_badges/measure?project=robotframework-kicadlibrary&metric=coverage)](https://sonarcloud.io/component_measures?id=robotframework-kicadlibrary&metric=coverage) [![PyPI version](https://badge.fury.io/py/robotframework-kicadlibrary.svg)](https://badge.fury.io/py/robotframework-kicadlibrary) [![Docker image version](https://images.microbadger.com/badges/version/madworx/robotframework-kicadlibrary.svg)](https://hub.docker.com/r/madworx/robotframework-kicadlibrary)\n\n[![Build history](https://buildstats.info/travisci/chart/madworx/robotframework-kicadlibrary?branch=master)](https://travis-ci.org/madworx/robotframework-kicadlibrary/builds)\n\nA [Robot Framework](http://robotframework.org/) library for validating [KiCad](http://kicad-pcb.org/) designs.\n\nReleases are available via regular [PyPI](https://pypi.org/project/robotframework-kicadlibrary/) as well as [GitHib releases](https://github.com/madworx/robotframework-kicadlibrary/releases). Example projects/usage is available under the `examples/` sub-directory.\n\n[Keyword documentation](https://madworx.github.io/robotframework-kicadlibrary/KiCadLibrary.html) is available online, as well as downloadable via [GitHub Releases](https://github.com/madworx/robotframework-kicadlibrary/releases/latest).\n\n## Getting Started\n\n### Prerequisites\n\nYou'll need an installation of Python, as well as `pip` and a working\ninstallation of KiCad. Please consult your operating system\ndocumentation on how to install these tools.\n\nYou will also need Robot Framework installed, but if you're installing\nusing `pip`, Robot Framework will automatically be installed for you.\n\n### Installing KiCad, PIP and the library\n\nThis is dependent on your local operating system, but if you'te running\nany form of Unix-clone, it should typically be something in the lines of:\n\n```\n# Debian based systems\n$ sudo apt-get install python-pip kicad\n$ sudo pip install robotframework-kicadlibrary\n\n# RedHat based systems:\n$ sudo yum -y install epel-release\n$ sudo yum -y install python-pip kicad\n$ sudo pip install robotframework-kicadlibrary\n```\n\n### Installing using PIP with existing environment\n\n```\n$ pip install robotframework-kicadlibrary\n```\n\n## Using the library\n\n```\n*** Variables ***\nLibrary KiCadLibrary schema=myproject.sch pcb=myproject.kicad_pcb\n\n*** Test cases ***\nModule pads should be on grid\n Module Pads Should Be On Grid 50 mil reference=.*$\n```\n\n## Contributing\n\nAny and all contributions are welcome, in the form of [pull requests](https://github.com/madworx/robotframework-kicadlibrary/pulls).\n\n## Versioning\n\nWe use [SemVer](http://semver.org/) for versioning. For the versions available, see the [releases on this repository](https://github.com/madworx/robotframework-kicadlibrary/releases).\n\n## Authors\n\n* **Martin Kjellstrand** - *Initial work* - [madworx](https://github.com/madworx)\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE.txt](LICENSE.txt) file for details\n\n## Developer information / Preparing a release\n\nTo create a release please follow this outline:\n\n* Do your development work in a separate branch.\n* Write unit-tests (`tests/`) and/or integration tests (`examples/`) for your code.\n* Once all local tests validate, and you have 100% code coverage, push to GitHub.\n\n### If you have commit access to the main repository\n\n* Once build hooks at Github/Sonarcloud/pyup etc have completed, tag a pre-release (`x.y.zrc0`)\n* If that build completes, perform a PR into `master`, squashing the commit history.\n* Tag the `master` branch with the new release version, ahdering to semantic versioning.\n* Remove any `pre` artifacts from Docker Hub and PyPI.\n* Delete the `rc*` tags from the repository.\n `git tag -d x.y.zrcN`, followed by `git push origin :x.y.zpreN`.\n\n### If you don't have commit access to the main repository\n\n* Submit a PR towards the `master` branch of the [main repository](https://github.com/madworx/robotframework-kicadlibrary/).\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/madworx/robotframework-kicadlibrary", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "robotframework-kicadlibrary", "package_url": "https://pypi.org/project/robotframework-kicadlibrary/", "platform": "", "project_url": "https://pypi.org/project/robotframework-kicadlibrary/", "project_urls": { "Homepage": "https://github.com/madworx/robotframework-kicadlibrary" }, "release_url": "https://pypi.org/project/robotframework-kicadlibrary/1.1.2/", "requires_dist": [ "robotframework (<4)" ], "requires_python": "", "summary": "Robot Framework KiCAD library", "version": "1.1.2" }, "last_serial": 5432443, "releases": { "0.1.2": [ { "comment_text": "", "digests": { "md5": "752807de6903146f14162ca95d218709", "sha256": "94910a0ddfab038ab1bb8bf6994905d8e09cd1c1a0aba81f3304be6e922f2933" }, "downloads": -1, "filename": "robotframework_kicadlibrary-0.1.2-py2-none-any.whl", "has_sig": false, "md5_digest": "752807de6903146f14162ca95d218709", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 61421, "upload_time": "2018-12-11T19:26:59", "url": "https://files.pythonhosted.org/packages/25/77/4b6364e340a546fef374c545de5fbcae2363d117302a3091b47b8f054f7d/robotframework_kicadlibrary-0.1.2-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "35a06c554abb7155216fbcded6de2033", "sha256": "c115d1b19488d02e680cf9f32cbf779f78d322988712fa8c2d7ab4ceba321b5a" }, "downloads": -1, "filename": "robotframework-kicadlibrary-0.1.2.tar.gz", "has_sig": false, "md5_digest": "35a06c554abb7155216fbcded6de2033", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 41743, "upload_time": "2018-12-11T19:27:01", "url": "https://files.pythonhosted.org/packages/3f/fd/cc158e49a55fe8abfdb127acb0850d4199f345010817e3674de55a056f3d/robotframework-kicadlibrary-0.1.2.tar.gz" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "6e6b4c214aaf4be4e9d9c7f2a04ef940", "sha256": "deafcd6710e96635a87d89b10eb19c63e72b6b379b04e1480fb3cd5201a3b748" }, "downloads": -1, "filename": "robotframework_kicadlibrary-0.1.3-py2-none-any.whl", "has_sig": false, "md5_digest": "6e6b4c214aaf4be4e9d9c7f2a04ef940", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 61419, "upload_time": "2018-12-11T19:58:25", "url": "https://files.pythonhosted.org/packages/29/d2/df2d4fafc3cb37a20777919286f4e7a1670e84ad8e2a4f4d50fdb423aa96/robotframework_kicadlibrary-0.1.3-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "7f4094897776849b923400843d95a552", "sha256": "c11a56ebb59161f227825dc61fde294f2e564aef095fc2875a40ac4c1d05869a" }, "downloads": -1, "filename": "robotframework-kicadlibrary-0.1.3.tar.gz", "has_sig": false, "md5_digest": "7f4094897776849b923400843d95a552", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 41736, "upload_time": "2018-12-11T19:58:26", "url": "https://files.pythonhosted.org/packages/4d/58/8e62451ef45ac45ede3ce15812fb68f8b1820e45eda238323b1b134ae88f/robotframework-kicadlibrary-0.1.3.tar.gz" } ], "0.1.4": [ { "comment_text": "", "digests": { "md5": "72bc9921f4f293a8b44755ab3007d6a4", "sha256": "7c676ffc725cd3b812a170fd1913bc230dea5f32a3556eb899ee6c5576846b1e" }, "downloads": -1, "filename": "robotframework_kicadlibrary-0.1.4-py2-none-any.whl", "has_sig": false, "md5_digest": "72bc9921f4f293a8b44755ab3007d6a4", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 35875, "upload_time": "2018-12-11T20:48:10", "url": "https://files.pythonhosted.org/packages/db/9f/7548402b91b52ef04e40203d25b487ea24367c622fb362a8b217a9965a51/robotframework_kicadlibrary-0.1.4-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "9fd3906eb719c2e1577df1b7f4d32206", "sha256": "de97df33877f8f7a5628b6ba5bfe45db7c8729c8e85bf04f50355540ce9a5a78" }, "downloads": -1, "filename": "robotframework-kicadlibrary-0.1.4.tar.gz", "has_sig": false, "md5_digest": "9fd3906eb719c2e1577df1b7f4d32206", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 27171, "upload_time": "2018-12-11T20:48:12", "url": "https://files.pythonhosted.org/packages/a7/94/0b98f2243e5164b9926c6e95b9de75956b66524949e57c91bf0b2817bac8/robotframework-kicadlibrary-0.1.4.tar.gz" } ], "0.1.6": [ { "comment_text": "", "digests": { "md5": "7d6844b62656ce94aaa909181a044dbf", "sha256": "20b5f973fe4552eaf9b06bd81ad1969dfa08ff4403652f1d9108f9b080758805" }, "downloads": -1, "filename": "robotframework_kicadlibrary-0.1.6-py2-none-any.whl", "has_sig": false, "md5_digest": "7d6844b62656ce94aaa909181a044dbf", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 37655, "upload_time": "2018-12-14T14:01:23", "url": "https://files.pythonhosted.org/packages/fc/26/026e5820188edd5197da91a27b481c83bb61fdbb43f763495cccd7b6f3d7/robotframework_kicadlibrary-0.1.6-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d8d1c12b00c9c4dbe6ba1dc6bdb06910", "sha256": "b95f21c04fd75d4a3b217401fb23ab4f59ad663acf2f5617ef2a1d0fdb7d2dfb" }, "downloads": -1, "filename": "robotframework-kicadlibrary-0.1.6.tar.gz", "has_sig": false, "md5_digest": "d8d1c12b00c9c4dbe6ba1dc6bdb06910", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 29105, "upload_time": "2018-12-14T14:01:24", "url": "https://files.pythonhosted.org/packages/37/6f/c660f4ce6f2f7b6de9b14289da8920e1b043bef6b51bb277e911604ecfa7/robotframework-kicadlibrary-0.1.6.tar.gz" } ], "0.2.7": [ { "comment_text": "", "digests": { "md5": "79e9942c939695b17c1e917f2cf3dce5", "sha256": "5b73df40c76b3b0900217060fe35828d47edda86571ffb33c8c3b8fe29ed78d0" }, "downloads": -1, "filename": "robotframework_kicadlibrary-0.2.7-py2-none-any.whl", "has_sig": false, "md5_digest": "79e9942c939695b17c1e917f2cf3dce5", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 37656, "upload_time": "2018-12-17T05:29:41", "url": "https://files.pythonhosted.org/packages/a0/0e/4b34bbef2a848ccff3e1e624fd84b9bf630e2731a6206d5474d8c5c5d7e8/robotframework_kicadlibrary-0.2.7-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c8359058a8ef5ec7c42f4b3d0e612ac5", "sha256": "8c39cfe20ea51530c798f1b29ea9e5e7f80ec7c48309b6d0deb108ffab8fd7da" }, "downloads": -1, "filename": "robotframework-kicadlibrary-0.2.7.tar.gz", "has_sig": false, "md5_digest": "c8359058a8ef5ec7c42f4b3d0e612ac5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 44144, "upload_time": "2018-12-17T05:29:42", "url": "https://files.pythonhosted.org/packages/5a/48/0f5d9ac9dd12f5643abb3127f1f4abef6a2d988333ac26372a3b93c00d8e/robotframework-kicadlibrary-0.2.7.tar.gz" } ], "1.0.0": [ { "comment_text": "", "digests": { "md5": "0dfb1d31ac3c5129af67f8d30b0a3555", "sha256": "abe6953ec39bf809f6cbd5e1af5b752b2b3bcfa69faacdd8d10c8d64795cabf0" }, "downloads": -1, "filename": "robotframework_kicadlibrary-1.0.0-py2-none-any.whl", "has_sig": false, "md5_digest": "0dfb1d31ac3c5129af67f8d30b0a3555", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 37798, "upload_time": "2018-12-17T23:38:47", "url": "https://files.pythonhosted.org/packages/fa/ed/ce707e420455a76adea87f5ce8383bf69cecb429158a805e76598a892b73/robotframework_kicadlibrary-1.0.0-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "90bd25cceb61a1e1fe55670bb158147c", "sha256": "7c0c26ab1464da57600d29fe0f31c7b6134e2ffbc7bfadcb83a09a77aed0f056" }, "downloads": -1, "filename": "robotframework-kicadlibrary-1.0.0.tar.gz", "has_sig": false, "md5_digest": "90bd25cceb61a1e1fe55670bb158147c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 45876, "upload_time": "2018-12-17T23:38:49", "url": "https://files.pythonhosted.org/packages/d3/7f/5f6d83377a1c2ce7202038ee8d5c3ec4985ba2e9440540acc36e7e7ef0b9/robotframework-kicadlibrary-1.0.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "40008df303ae38de2afd41115c413992", "sha256": "d8261fa70fef2f6b8141f258227e7c1f02580567097841771245f1c7067a653c" }, "downloads": -1, "filename": "robotframework_kicadlibrary-1.0.1-py2-none-any.whl", "has_sig": false, "md5_digest": "40008df303ae38de2afd41115c413992", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 37781, "upload_time": "2018-12-18T12:18:56", "url": "https://files.pythonhosted.org/packages/31/c0/262e3c3267f745a80ad3b349120d93fb28516f9d45e8be035b644af83d2b/robotframework_kicadlibrary-1.0.1-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "16762d540cc825bb7f66a790f3bc732c", "sha256": "c716498401acd1a543627844e47c734bc5d3081cc0b34ec54a4474edbaf27844" }, "downloads": -1, "filename": "robotframework-kicadlibrary-1.0.1.tar.gz", "has_sig": false, "md5_digest": "16762d540cc825bb7f66a790f3bc732c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 45980, "upload_time": "2018-12-18T12:18:58", "url": "https://files.pythonhosted.org/packages/8b/51/3e84740630c8f23fee63c575b06fa6780c301d167d3d27b130a19ca2a18c/robotframework-kicadlibrary-1.0.1.tar.gz" } ], "1.0.2": [ { "comment_text": "", "digests": { "md5": "e33fbef3f2881c49f92da8030ddd3a3a", "sha256": "0c8f814336d7defdcf4ac6d74f153423389a1c3c9234b9db8bda34eb07f29cb2" }, "downloads": -1, "filename": "robotframework_kicadlibrary-1.0.2-py2-none-any.whl", "has_sig": false, "md5_digest": "e33fbef3f2881c49f92da8030ddd3a3a", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 37752, "upload_time": "2018-12-18T13:46:36", "url": "https://files.pythonhosted.org/packages/27/8a/b43eb3157b1aa6ecb78f751db4e87bb8d2acf4dbb728d6ecb6ae8e87980d/robotframework_kicadlibrary-1.0.2-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c15bc553f90cd7996bfdd5df3939a6a8", "sha256": "6186ed74afd988b82bd8d8ba1452e58af1ea51d70b46e2d69b89feb10395ec80" }, "downloads": -1, "filename": "robotframework-kicadlibrary-1.0.2.tar.gz", "has_sig": false, "md5_digest": "c15bc553f90cd7996bfdd5df3939a6a8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 46083, "upload_time": "2018-12-18T13:46:38", "url": "https://files.pythonhosted.org/packages/b7/b1/83133e23d0cb6dfcff540d0296dab7140b6eab3b2009f1f678b2b4080c7b/robotframework-kicadlibrary-1.0.2.tar.gz" } ], "1.0.3": [ { "comment_text": "", "digests": { "md5": "cd1969a25a81fd167ccaf2f287b9ddba", "sha256": "660f1cb66b59446429ba069e62a932ca291a981365847fab76f3bbb8ae5308ba" }, "downloads": -1, "filename": "robotframework_kicadlibrary-1.0.3-py2-none-any.whl", "has_sig": false, "md5_digest": "cd1969a25a81fd167ccaf2f287b9ddba", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 37951, "upload_time": "2018-12-18T16:29:10", "url": "https://files.pythonhosted.org/packages/eb/3c/f8d56a8930e429edc057f00eb25790c5cfd3211f7947430296644d400f53/robotframework_kicadlibrary-1.0.3-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "8231cdda6cd59872dc36c7d0b2356872", "sha256": "1dd126f9dbdedaa20e1d323142238caefda06ad083b3302fe87c720b6cf30edf" }, "downloads": -1, "filename": "robotframework-kicadlibrary-1.0.3.tar.gz", "has_sig": false, "md5_digest": "8231cdda6cd59872dc36c7d0b2356872", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 46440, "upload_time": "2018-12-18T16:29:12", "url": "https://files.pythonhosted.org/packages/2f/62/acc38977fed3b1a92cb84dd00295418ac29f66e5cfc1163fa0faab5bcc0f/robotframework-kicadlibrary-1.0.3.tar.gz" } ], "1.0.4": [ { "comment_text": "", "digests": { "md5": "72551a106ef08cb77a67fbe4b9468325", "sha256": "30bfd373c85d3d4c30a5599db92c3d907dcf9aeabca77ea4d8e6d250b9c5f44c" }, "downloads": -1, "filename": "robotframework_kicadlibrary-1.0.4-py2-none-any.whl", "has_sig": false, "md5_digest": "72551a106ef08cb77a67fbe4b9468325", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 38506, "upload_time": "2018-12-19T19:43:03", "url": "https://files.pythonhosted.org/packages/65/30/3d7e15a18705f7fb0540e57fd7c5e9558b5f66d72d8c2f3f24ae29ab4bb7/robotframework_kicadlibrary-1.0.4-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "995a13c099e9fdd45cb3cf9051ff9971", "sha256": "ad9cb334bbc1604077261e1321d4cb09648e92b5c437d83137b5aa861da6381c" }, "downloads": -1, "filename": "robotframework-kicadlibrary-1.0.4.tar.gz", "has_sig": false, "md5_digest": "995a13c099e9fdd45cb3cf9051ff9971", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 83512, "upload_time": "2018-12-19T19:43:05", "url": "https://files.pythonhosted.org/packages/bc/91/7f7f7c69a704fe26d2db3707e6ccc8c28d990e60c347d9e1934673ce9094/robotframework-kicadlibrary-1.0.4.tar.gz" } ], "1.1.0": [ { "comment_text": "", "digests": { "md5": "fe4847f1e3c8d81223986dcad9df3b51", "sha256": "e785555b815788bef5d04c62988c399e99726d430d2fdd37ab27173986f81e53" }, "downloads": -1, "filename": "robotframework_kicadlibrary-1.1.0-py2-none-any.whl", "has_sig": false, "md5_digest": "fe4847f1e3c8d81223986dcad9df3b51", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 39399, "upload_time": "2018-12-27T17:53:09", "url": "https://files.pythonhosted.org/packages/09/72/5bf43b335ecc733817b1db3a15c2b1d130f5fe1fd6a309d499cf13b18efd/robotframework_kicadlibrary-1.1.0-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "83d5d437ce249cc3de00456c3810f31e", "sha256": "3064bfa90c2138cfd214dc351535699427b30cd17a09bd4118bd5be02e6f5e5d" }, "downloads": -1, "filename": "robotframework-kicadlibrary-1.1.0.tar.gz", "has_sig": false, "md5_digest": "83d5d437ce249cc3de00456c3810f31e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 85619, "upload_time": "2018-12-27T17:53:10", "url": "https://files.pythonhosted.org/packages/21/74/2f62cc7f9f3110b0f1a2bc4fb5798cd3901a74b595aa3357e6c8e5b18a7f/robotframework-kicadlibrary-1.1.0.tar.gz" } ], "1.1.1": [ { "comment_text": "", "digests": { "md5": "644dd4b4d30c71c874034562e65fefd9", "sha256": "683e6ad65d215c1f89b829f454d154552048336b0b8e7778df0db4a33d06feac" }, "downloads": -1, "filename": "robotframework_kicadlibrary-1.1.1-py2-none-any.whl", "has_sig": false, "md5_digest": "644dd4b4d30c71c874034562e65fefd9", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 39703, "upload_time": "2019-06-16T18:50:49", "url": "https://files.pythonhosted.org/packages/77/55/845031cac9cf778fc3c907122c6cfc2a46dec930d5bf680c2ff74758f579/robotframework_kicadlibrary-1.1.1-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b7660cea480db6e8c2f322072c9e4c59", "sha256": "8f9b984650618c9fe5ad8e5c12e000cee615feea9f3615433fc7f07da0ddf51f" }, "downloads": -1, "filename": "robotframework_kicadlibrary-1.1.1-py3-none-any.whl", "has_sig": false, "md5_digest": "b7660cea480db6e8c2f322072c9e4c59", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 39703, "upload_time": "2019-06-16T18:57:05", "url": "https://files.pythonhosted.org/packages/5a/c0/16c7a3adf550e47b13421c750ac887735aa27d6fa752a66a129cf60677e0/robotframework_kicadlibrary-1.1.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "3ff9d4700cad924cbb8371056915a961", "sha256": "609a9a520616b9c930d29f384d3c255e46c871dd27b7e8d18d0e5b0e7f9660ee" }, "downloads": -1, "filename": "robotframework-kicadlibrary-1.1.1.tar.gz", "has_sig": false, "md5_digest": "3ff9d4700cad924cbb8371056915a961", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 86626, "upload_time": "2019-06-16T18:50:51", "url": "https://files.pythonhosted.org/packages/f3/fc/0cdf33b6186e9619036f95f6f47693a31a799c90e6ddadeb0969bd1a8348/robotframework-kicadlibrary-1.1.1.tar.gz" } ], "1.1.2": [ { "comment_text": "", "digests": { "md5": "a8f87a9ca9c779551b056e02b3ac831b", "sha256": "084a47c3e1ac3fbce5eee6dbfcfdb6c5e0da88efaf4e13ac51237b330148b266" }, "downloads": -1, "filename": "robotframework_kicadlibrary-1.1.2-py2-none-any.whl", "has_sig": false, "md5_digest": "a8f87a9ca9c779551b056e02b3ac831b", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 39706, "upload_time": "2019-06-21T19:18:21", "url": "https://files.pythonhosted.org/packages/41/7d/fbb7776e015d472f7c6d87d1e3c3f4cdc36edd90dc25e564fd281be39e87/robotframework_kicadlibrary-1.1.2-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "aec038adde462b69caeeb6fcaf30a7c3", "sha256": "f1f96971d1566217780e2065af0e241c155847737a9dbe9635739795904cf1a6" }, "downloads": -1, "filename": "robotframework_kicadlibrary-1.1.2-py3-none-any.whl", "has_sig": false, "md5_digest": "aec038adde462b69caeeb6fcaf30a7c3", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 39706, "upload_time": "2019-06-21T19:18:16", "url": "https://files.pythonhosted.org/packages/18/35/e0125ebae04d2f4f3760d7f4efed648d116935cd13f6a25a5cde5f58758d/robotframework_kicadlibrary-1.1.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "37df950612aeaecea7318685ffec8c28", "sha256": "16c9d07e93d544575fbef7ff96dc7254bffe8b4858e726804a70fbc85bed93ce" }, "downloads": -1, "filename": "robotframework-kicadlibrary-1.1.2.tar.gz", "has_sig": false, "md5_digest": "37df950612aeaecea7318685ffec8c28", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 87411, "upload_time": "2019-06-21T19:18:18", "url": "https://files.pythonhosted.org/packages/4c/60/85b9a4afd331bc3667f00950ef752ae6e8426dec2bb1a4713b1a2ceaf5ee/robotframework-kicadlibrary-1.1.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a8f87a9ca9c779551b056e02b3ac831b", "sha256": "084a47c3e1ac3fbce5eee6dbfcfdb6c5e0da88efaf4e13ac51237b330148b266" }, "downloads": -1, "filename": "robotframework_kicadlibrary-1.1.2-py2-none-any.whl", "has_sig": false, "md5_digest": "a8f87a9ca9c779551b056e02b3ac831b", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 39706, "upload_time": "2019-06-21T19:18:21", "url": "https://files.pythonhosted.org/packages/41/7d/fbb7776e015d472f7c6d87d1e3c3f4cdc36edd90dc25e564fd281be39e87/robotframework_kicadlibrary-1.1.2-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "aec038adde462b69caeeb6fcaf30a7c3", "sha256": "f1f96971d1566217780e2065af0e241c155847737a9dbe9635739795904cf1a6" }, "downloads": -1, "filename": "robotframework_kicadlibrary-1.1.2-py3-none-any.whl", "has_sig": false, "md5_digest": "aec038adde462b69caeeb6fcaf30a7c3", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 39706, "upload_time": "2019-06-21T19:18:16", "url": "https://files.pythonhosted.org/packages/18/35/e0125ebae04d2f4f3760d7f4efed648d116935cd13f6a25a5cde5f58758d/robotframework_kicadlibrary-1.1.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "37df950612aeaecea7318685ffec8c28", "sha256": "16c9d07e93d544575fbef7ff96dc7254bffe8b4858e726804a70fbc85bed93ce" }, "downloads": -1, "filename": "robotframework-kicadlibrary-1.1.2.tar.gz", "has_sig": false, "md5_digest": "37df950612aeaecea7318685ffec8c28", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 87411, "upload_time": "2019-06-21T19:18:18", "url": "https://files.pythonhosted.org/packages/4c/60/85b9a4afd331bc3667f00950ef752ae6e8426dec2bb1a4713b1a2ceaf5ee/robotframework-kicadlibrary-1.1.2.tar.gz" } ] }