{ "info": { "author": "Jani Mikkonen", "author_email": "jani.mikkonen@siili.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Framework :: Robot Framework", "Framework :: Robot Framework :: Library", "License :: OSI Approved :: Apache Software License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3", "Topic :: Software Development :: Testing" ], "description": "robotframework-remotetransfer\n=============================\n\nVery small keyword library to allow transfering log files like screenshots\nbetween host running a robotframework and robotremoteserver\n\nUsage:\n\n* Load remotetransfer library into python remote server and into robot framework.\n* Use `Transfer Files` keyword to load files from output directory and save\n the results into a dict variable.\n* Use `Save Files` to store those back into output directory.\n\nThis works by providing a library prefix to the keyword do denote where files are\ntransfered from and save to, like this:\n\n```\n*** Settings ***\nLibrary Remote http://127.0.0.1:8270\nLibrary RemoteTransfer\n\n*** Test Cases ***\nTry Out Remote Transfer\n ${results}= Remote.Transfer Files *.png\n RemoteTransfer.Save Files ${results}\n```\n\nLibrary uses base64 encoding to transfer files over robot's rpc interface - so keep\nthat in mind - filetransfers can grow pretty large.", "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/rasjani/robotframework-remotetransfer", "keywords": "robot framework testing remote file transfer software testing", "license": "Apache License 2.0", "maintainer": "", "maintainer_email": "", "name": "robotframework-remotetransfer", "package_url": "https://pypi.org/project/robotframework-remotetransfer/", "platform": "any", "project_url": "https://pypi.org/project/robotframework-remotetransfer/", "project_urls": { "Homepage": "https://github.com/rasjani/robotframework-remotetransfer" }, "release_url": "https://pypi.org/project/robotframework-remotetransfer/0.0.2/", "requires_dist": null, "requires_python": "", "summary": "Keyword library to allow transfering screenshots from remoteserver to local machine", "version": "0.0.2" }, "last_serial": 5176678, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "a80a3000709b2000f711894e043d2c32", "sha256": "b157ce3991ae5bc0c1eb82ec039a833a29c16d9e18759d464ebcf03d95c8b935" }, "downloads": -1, "filename": "robotframework-remotetransfer-0.0.1.tar.gz", "has_sig": false, "md5_digest": "a80a3000709b2000f711894e043d2c32", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6968, "upload_time": "2019-04-23T09:38:13", "url": "https://files.pythonhosted.org/packages/84/01/a680cb212c8a5b20a5564339de889234f096b26dcd359da1a968b0fcc39f/robotframework-remotetransfer-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "4a509a783f762cf5d1fd52049d47cc48", "sha256": "6f9935879cab7a6478843318079d42c27146b491a57465584f81bd7de5eed3aa" }, "downloads": -1, "filename": "robotframework-remotetransfer-0.0.2.tar.gz", "has_sig": false, "md5_digest": "4a509a783f762cf5d1fd52049d47cc48", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6962, "upload_time": "2019-04-23T11:13:58", "url": "https://files.pythonhosted.org/packages/f8/e9/ebd7cce7a4f699418e08f74c1e049848aa596941ba48891da9753791377f/robotframework-remotetransfer-0.0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "4a509a783f762cf5d1fd52049d47cc48", "sha256": "6f9935879cab7a6478843318079d42c27146b491a57465584f81bd7de5eed3aa" }, "downloads": -1, "filename": "robotframework-remotetransfer-0.0.2.tar.gz", "has_sig": false, "md5_digest": "4a509a783f762cf5d1fd52049d47cc48", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6962, "upload_time": "2019-04-23T11:13:58", "url": "https://files.pythonhosted.org/packages/f8/e9/ebd7cce7a4f699418e08f74c1e049848aa596941ba48891da9753791377f/robotframework-remotetransfer-0.0.2.tar.gz" } ] }