{ "info": { "author": "Yasushi Masuda", "author_email": "whosaysni@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "License :: OSI Approved :: Apache Software License", "Operating System :: OS Independent", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.5", "Topic :: Software Development :: Testing" ], "description": "====================================\nSerialLibrary for Robot Framework\n====================================\n\nThis is a serial port test library for Robot Framework.\n\n\nExample::\n\n *** settings ***\n Library SerialLibrary loop:// encoding=ascii\n\n *** test cases ***\n Hello serial test\n Write Data Hello World\n Read Data Should Be Hello World\n\n\nAnother Example::\n\n *** settings ***\n Library SerialLibrary\n\n *** test cases ***\n Read Until should read until terminator or size\n [Setup] Add Port loop:// timeout=0.1\n ${bytes} = Set Variable \n Write Data 01 23 45 0A 67 89 AB CD EF\n ${read} = Read Until\n Should Be Equal As Strings ${read} 01 23 45 0A\n ${read} = Read Until size=2\n Should Be Equal As Strings ${read} 67 89\n ${read} = Read Until terminator=CD\n Should Be Equal As Strings ${read} AB CD\n ${read} = Read Until\n Should Be Equal As Strings ${read} EF\n ${read} = Read Until\n Should Be Equal As Strings ${read} ${EMPTY}\n [Teardown] Delete All Ports\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/whosaysni/robotframework-seriallibrary", "keywords": "robotframework testing testautomation serial", "license": "Apache License 2.0", "maintainer": "", "maintainer_email": "", "name": "robotframework-seriallibrary", "package_url": "https://pypi.org/project/robotframework-seriallibrary/", "platform": "any", "project_url": "https://pypi.org/project/robotframework-seriallibrary/", "project_urls": { "Homepage": "https://github.com/whosaysni/robotframework-seriallibrary" }, "release_url": "https://pypi.org/project/robotframework-seriallibrary/0.3.1/", "requires_dist": null, "requires_python": "", "summary": "Robot Framework test library for serial connection", "version": "0.3.1" }, "last_serial": 2906586, "releases": { "0.1.1": [ { "comment_text": "", "digests": { "md5": "d74500764a98b2a2d60ddc2dcfea4181", "sha256": "4fa9e2b3d218a2a0170be2776e21ebc226d282c35ca1b04e7d2c89fcf8a5a56a" }, "downloads": -1, "filename": "robotframework-seriallibrary-0.1.1.tar.gz", "has_sig": false, "md5_digest": "d74500764a98b2a2d60ddc2dcfea4181", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6287, "upload_time": "2016-07-07T23:28:54", "url": "https://files.pythonhosted.org/packages/b1/b9/083de2abb21f422b255996f68bac5eca1d64b0c74b5b3b738749b130787a/robotframework-seriallibrary-0.1.1.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "5ff997c9c625df1a87687eb6902a3833", "sha256": "db801271ad2b59f93014e5c76bae868be5c37451182741257cb04aac861cae7a" }, "downloads": -1, "filename": "robotframework-seriallibrary-0.2.0.tar.gz", "has_sig": false, "md5_digest": "5ff997c9c625df1a87687eb6902a3833", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8126, "upload_time": "2016-07-09T07:54:56", "url": "https://files.pythonhosted.org/packages/ed/e3/2545b8f8dc79d6176d5a7c191e0787a1ee027b1df1f86ab37af8adcffe9a/robotframework-seriallibrary-0.2.0.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "82a97ae4641c41e7157d77befca9671d", "sha256": "1b478b713e84ab1947e47570ce855f4c997ba3302760f34a2a16c5bf58c0be8c" }, "downloads": -1, "filename": "robotframework-seriallibrary-0.2.1.tar.gz", "has_sig": false, "md5_digest": "82a97ae4641c41e7157d77befca9671d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8112, "upload_time": "2016-07-09T08:04:20", "url": "https://files.pythonhosted.org/packages/ea/04/a07a8b0008eb8300c33644058c128093edad019f36bb63f230857fd17918/robotframework-seriallibrary-0.2.1.tar.gz" } ], "0.2.2": [ { "comment_text": "", "digests": { "md5": "4d2bbcb0bac1ae44c618f98280a142f6", "sha256": "5a4c281896d9e24c633843867bc58a7d062553c2d0e127aa364f0cf3a277c3c0" }, "downloads": -1, "filename": "robotframework-seriallibrary-0.2.2.tar.gz", "has_sig": false, "md5_digest": "4d2bbcb0bac1ae44c618f98280a142f6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8544, "upload_time": "2016-07-17T11:04:04", "url": "https://files.pythonhosted.org/packages/a7/3b/c39c7a3f7733bd7cae6e88715087da6f896740b5c5277ea294ac2d494282/robotframework-seriallibrary-0.2.2.tar.gz" } ], "0.2.3": [], "0.2.4": [ { "comment_text": "", "digests": { "md5": "9925a92ecdc2d53bc09f091aa9d56a95", "sha256": "d1759ef1e26f027af0e055bbc83b0ee6c865e487b343fb49e03788864886187e" }, "downloads": -1, "filename": "robotframework-seriallibrary-0.2.4.tar.gz", "has_sig": false, "md5_digest": "9925a92ecdc2d53bc09f091aa9d56a95", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8782, "upload_time": "2017-03-17T10:41:13", "url": "https://files.pythonhosted.org/packages/ea/59/4b577ebe0a326d4785b86534d11e485c8f8b9e6064cf4f224d76b4e72cf6/robotframework-seriallibrary-0.2.4.tar.gz" } ], "0.3.1": [ { "comment_text": "", "digests": { "md5": "b7c9565d54c30df7cd3f3c0e29adffa3", "sha256": "256ad60fc0b7df4be44d82c302f5ed8fad4935cda99e4b45942e3c88179d1e19" }, "downloads": -1, "filename": "robotframework-seriallibrary-0.3.1.tar.gz", "has_sig": false, "md5_digest": "b7c9565d54c30df7cd3f3c0e29adffa3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8833, "upload_time": "2017-05-29T14:36:37", "url": "https://files.pythonhosted.org/packages/ce/e1/1e337dc84a20b9d92d7b243d16bb9f6fc0084967eca7454228bb546efec7/robotframework-seriallibrary-0.3.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "b7c9565d54c30df7cd3f3c0e29adffa3", "sha256": "256ad60fc0b7df4be44d82c302f5ed8fad4935cda99e4b45942e3c88179d1e19" }, "downloads": -1, "filename": "robotframework-seriallibrary-0.3.1.tar.gz", "has_sig": false, "md5_digest": "b7c9565d54c30df7cd3f3c0e29adffa3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8833, "upload_time": "2017-05-29T14:36:37", "url": "https://files.pythonhosted.org/packages/ce/e1/1e337dc84a20b9d92d7b243d16bb9f6fc0084967eca7454228bb546efec7/robotframework-seriallibrary-0.3.1.tar.gz" } ] }