{ "info": { "author": "Damien Le Bourdonnec", "author_email": "greumsworkshop@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Framework :: Robot Framework :: Library", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Topic :: Software Development :: Testing" ], "description": "Websocket testing library for Robot Framework\n=============================================\n\n|Version| |Status| |Python| |License| |Build|\n\nIntroduction\n------------\n\nWebSocketClient is `Robot Framework`_ test library that uses the `websocket-client`_ module.\n\nExample\n'''''''\n\nHere's a quick example of WebSocketClient usage:\n\n.. code:: robotframework\n\n *** Settings ***\n Library WebSocketClient\n\n *** Test Cases ***\n Echo\n ${my_websocket}= WebSocketClient.Connect ws://echo.websocket.org\n WebSocketClient.Send ${my_websocket} Hello\n ${result}= WebSocketClient.Recv ${my_websocket}\n Should Be Equal Hello ${result}\n WebSocketClient.Close ${my_websocket}\n\nInstallation\n------------\n\nUsing ``pip``\n'''''''''''''\n\nThe recommended installation method is using pip_:\n\n.. code:: console\n\n pip install robotframework-websocketclient\n\nThe main benefit of using ``pip`` is that it automatically installs all\ndependencies needed by the library. Other nice features are easy upgrading\nand support for un-installation:\n\n.. code:: console\n\n pip install --upgrade robotframework-websocketclient\n pip uninstall robotframework-websocketclient\n\nNotice that using ``--upgrade`` above updates both the library and all\nits dependencies to the latest version. If you want, you can also install\na specific version:\n\n.. code:: console\n\n pip install robotframework-websocketclient==x.x.x\n\nUsage\n-----\n\nTo write tests with Robot Framework and WebSocketClient,\nWebSocketClient must be imported into your Robot test suite:\n\n.. code:: robotframework\n\n *** Settings ***\n Library WebSocketClient\n\nSee `Robot Framework User Guide`_ for more information.\n\nMore information about Robot Framework standard libraries and built-in tools\ncan be found in the `Robot Framework Documentation`_.\n\nLicense\n-------\n\nCopyright (c) 2017 Damien Le Bourdonnec\nPermission is hereby granted, free of charge, to any person\nobtaining a copy of this software and associated documentation\nfiles (the \"Software\"), to deal in the Software without\nrestriction, including without limitation the rights to use,\ncopy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the\nSoftware is furnished to do so, subject to the following\nconditions:\n\nThe above copyright notice and this permission notice shall be\nincluded in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES\nOF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\nNONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT\nHOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\nWHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\nFROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\nOTHER DEALINGS IN THE SOFTWARE.\n\n.. |Version| image:: https://img.shields.io/pypi/v/robotframework-websocketclient.svg?colorB=ee2269\n :target: https://pypi.python.org/pypi/robotframework-websocketclient\n :alt: Package Version\n.. |Status| image:: https://img.shields.io/pypi/status/robotframework-websocketclient.svg\n :target: https://pypi.python.org/pypi/robotframework-websocketclient\n :alt: Development Status\n.. |Python| image:: https://img.shields.io/pypi/pyversions/robotframework-websocketclient.svg?colorB=fcd20b\n :target: https://pypi.python.org/pypi/robotframework-websocketclient\n :alt: Python Version\n.. |License| image:: https://img.shields.io/pypi/l/robotframework-websocketclient.svg\n :target: https://pypi.python.org/pypi/robotframework-websocketclient\n :alt: License\n.. |Build| image:: https://img.shields.io/travis/Greums/robotframework-websocketclient.svg\n :target: https://travis-ci.org/Greums/robotframework-websocketclient\n :alt: Build Status\n.. _Robot Framework: http://robotframework.org/\n.. _websocket-client: https://github.com/websocket-client/websocket-client\n.. _pip: https://pip.pypa.io/en/stable/\n.. _Robot Framework User Guide: http://robotframework.org/robotframework/latest/RobotFrameworkUserGuide.html\n.. _Robot Framework Documentation: http://robotframework.org/robotframework/", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/greums/robotframework-websocketclient/tarball/1.3.0", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/greums/robotframework-websocketclient", "keywords": "robotframework,websocket", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "robotframework-websocketclient", "package_url": "https://pypi.org/project/robotframework-websocketclient/", "platform": "any", "project_url": "https://pypi.org/project/robotframework-websocketclient/", "project_urls": { "Download": "https://github.com/greums/robotframework-websocketclient/tarball/1.3.0", "Homepage": "https://github.com/greums/robotframework-websocketclient" }, "release_url": "https://pypi.org/project/robotframework-websocketclient/1.3.0/", "requires_dist": [ "robotframework", "websocket-client" ], "requires_python": "", "summary": "Robot Framework keywords for websocket-client", "version": "1.3.0" }, "last_serial": 2855085, "releases": { "1.1.0": [ { "comment_text": "", "digests": { "md5": "59829097a5aa8670cf6464d1358fbf35", "sha256": "1754b7fcc19523711361af39a79eb1c090b15431cce755f491a761f8c3d5777c" }, "downloads": -1, "filename": "robotframework_websocketclient-1.1.0-py2-none-any.whl", "has_sig": false, "md5_digest": "59829097a5aa8670cf6464d1358fbf35", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 3217, "upload_time": "2016-02-11T16:41:55", "url": "https://files.pythonhosted.org/packages/4f/e3/985dc247c1a126f716b097b89a35e6d28afab52bdf8093438735e58b0160/robotframework_websocketclient-1.1.0-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "bbcec75fba8aa9a3ae2265e83c28b01e", "sha256": "f52bf40d1811c624dc450ea15b1fcd4a1f76e7bc178d76c122b933e2ecb88b99" }, "downloads": -1, "filename": "robotframework-websocketclient-1.1.0.tar.gz", "has_sig": false, "md5_digest": "bbcec75fba8aa9a3ae2265e83c28b01e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1531, "upload_time": "2016-02-11T16:41:33", "url": "https://files.pythonhosted.org/packages/d9/06/9e52ece964af42854aecee69b9a0282a87975c6556df1c95e800ca87e03e/robotframework-websocketclient-1.1.0.tar.gz" } ], "1.2.1": [ { "comment_text": "", "digests": { "md5": "72a8fb63231ce6d2fe1d6c6261ecaa21", "sha256": "5712a16cd6d0bdf47e25611d228ddf3bbd71563f870400e55da5e809967d90b0" }, "downloads": -1, "filename": "robotframework_websocketclient-1.2.1-py2-none-any.whl", "has_sig": false, "md5_digest": "72a8fb63231ce6d2fe1d6c6261ecaa21", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 3217, "upload_time": "2017-05-05T13:27:21", "url": "https://files.pythonhosted.org/packages/76/0e/b269541609c39debe5eacc68ec778afe1e9fefb2c2699d9c983451610f4f/robotframework_websocketclient-1.2.1-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "e7766823d45efc55e8208e99ed2fa667", "sha256": "61838e8ac8e96b43dd37b6bffee84dcb629f894e233b001fbedd796c45973d50" }, "downloads": -1, "filename": "robotframework-websocketclient-1.2.1.tar.gz", "has_sig": false, "md5_digest": "e7766823d45efc55e8208e99ed2fa667", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1522, "upload_time": "2017-05-05T13:35:23", "url": "https://files.pythonhosted.org/packages/e1/61/2599fb0025c754eb50cf0fe6e00a057c2418bfc2d4221b83775c8dba183e/robotframework-websocketclient-1.2.1.tar.gz" } ], "1.2.2": [ { "comment_text": "", "digests": { "md5": "58d134790836f2be15fdc12e1d978600", "sha256": "c797c175430fbac4601f405ad4e87aff735bc18e9e95f3192dd75e779aa0129b" }, "downloads": -1, "filename": "robotframework_websocketclient-1.2.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "58d134790836f2be15fdc12e1d978600", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 6437, "upload_time": "2017-05-05T22:17:36", "url": "https://files.pythonhosted.org/packages/5e/0c/3976f044249c5a8f97bd234e8c39d7845c69f2baf804b513473ba985e409/robotframework_websocketclient-1.2.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2388cf99dcec9de361b530591f10a3fe", "sha256": "de071615c293724cb2e3354c1026778e02172a2c4d803f5ffca94fa65b94f6d9" }, "downloads": -1, "filename": "robotframework-websocketclient-1.2.2.tar.gz", "has_sig": false, "md5_digest": "2388cf99dcec9de361b530591f10a3fe", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3904, "upload_time": "2017-05-05T22:17:38", "url": "https://files.pythonhosted.org/packages/db/f3/d3571a70de6f6cce89fd6c74d329be1623139e4d0217b1f3d411e1816847/robotframework-websocketclient-1.2.2.tar.gz" } ], "1.2.4": [ { "comment_text": "", "digests": { "md5": "be2231474f20cb45b232a93ea3bd37fb", "sha256": "57d9377e6e1b3bb4c98902a28b26f9bfe2592f09da431678d1cf6cc400bbf13f" }, "downloads": -1, "filename": "robotframework_websocketclient-1.2.4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "be2231474f20cb45b232a93ea3bd37fb", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 6467, "upload_time": "2017-05-05T23:29:51", "url": "https://files.pythonhosted.org/packages/ce/cb/677683bd95628eb787e1edfa2af135da60a713fbb863d951e1ba8b3c531b/robotframework_websocketclient-1.2.4-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2fda3714b49f0d3dd03f31ff1ab9e17c", "sha256": "77bf02721142a5a7ef4dfd2f7f03128c9fb16a4b46a5cea6245c2037ee218e84" }, "downloads": -1, "filename": "robotframework-websocketclient-1.2.4.tar.gz", "has_sig": false, "md5_digest": "2fda3714b49f0d3dd03f31ff1ab9e17c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3876, "upload_time": "2017-05-05T23:29:52", "url": "https://files.pythonhosted.org/packages/ed/46/6398d82a9f55b4341c364999a9be96117783eab4f9419fe3e63367ed5bce/robotframework-websocketclient-1.2.4.tar.gz" } ], "1.3.0": [ { "comment_text": "", "digests": { "md5": "53159cbbcf87040e308fe3ac933f61af", "sha256": "8e4bedb9a49a31dcfe971ab9caa996843dea1dc498357a763f2898a213da7133" }, "downloads": -1, "filename": "robotframework_websocketclient-1.3.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "53159cbbcf87040e308fe3ac933f61af", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 6643, "upload_time": "2017-05-06T00:01:10", "url": "https://files.pythonhosted.org/packages/32/74/a160dd6cd8dcb6fca0b36b2f907247d9dc517ce5d2c9cba8ece9d113fe57/robotframework_websocketclient-1.3.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "615d0041b2df8849c61b3516db8a4187", "sha256": "942c13d7678d1e8b9502b088d86fe36e6f81637ba610dfbf042d982eeab93e55" }, "downloads": -1, "filename": "robotframework-websocketclient-1.3.0.tar.gz", "has_sig": false, "md5_digest": "615d0041b2df8849c61b3516db8a4187", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3975, "upload_time": "2017-05-06T00:01:12", "url": "https://files.pythonhosted.org/packages/1f/6a/4c1a46556fb212b5098cc3b63812b935f084b862e1b57e72a7a3f34eb17e/robotframework-websocketclient-1.3.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "53159cbbcf87040e308fe3ac933f61af", "sha256": "8e4bedb9a49a31dcfe971ab9caa996843dea1dc498357a763f2898a213da7133" }, "downloads": -1, "filename": "robotframework_websocketclient-1.3.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "53159cbbcf87040e308fe3ac933f61af", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 6643, "upload_time": "2017-05-06T00:01:10", "url": "https://files.pythonhosted.org/packages/32/74/a160dd6cd8dcb6fca0b36b2f907247d9dc517ce5d2c9cba8ece9d113fe57/robotframework_websocketclient-1.3.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "615d0041b2df8849c61b3516db8a4187", "sha256": "942c13d7678d1e8b9502b088d86fe36e6f81637ba610dfbf042d982eeab93e55" }, "downloads": -1, "filename": "robotframework-websocketclient-1.3.0.tar.gz", "has_sig": false, "md5_digest": "615d0041b2df8849c61b3516db8a4187", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3975, "upload_time": "2017-05-06T00:01:12", "url": "https://files.pythonhosted.org/packages/1f/6a/4c1a46556fb212b5098cc3b63812b935f084b862e1b57e72a7a3f34eb17e/robotframework-websocketclient-1.3.0.tar.gz" } ] }