{ "info": { "author": "Shawn Johnson", "author_email": "sjohnson@axiomega.com", "bugtrack_url": null, "classifiers": [ "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "# noVNCbot\nSend keystrokes to a noVNC session.\n## Usage\nThis is most useful for appending to the commandline of an initial OS install in OpenStack\n## Example\nFirst, Boot from an install ISO. The following will connect via noVNC and append to the boot arguments\n```python\n#!/usr/bin/env python3\nfrom novncbot import NoVNCbot\n\nconsole_url = \"\"\nbot = NoVNCbot()\nbot.connect(console_url)\n\n# Disable consistent network device naming\nbot.sendKeys(Keys.TAB)\nbot.sendKeys(\" biosdevname=0 net.ifnames=0\")\nbot.sendKeys(Keys.ENTER)\n\nbot.disconnect()\n```\n\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/shawrkbait/novncbot", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "novncbot", "package_url": "https://pypi.org/project/novncbot/", "platform": "", "project_url": "https://pypi.org/project/novncbot/", "project_urls": { "Homepage": "https://github.com/shawrkbait/novncbot" }, "release_url": "https://pypi.org/project/novncbot/0.0.1/", "requires_dist": [ "selenium" ], "requires_python": "", "summary": "An asynchronous noVNC client", "version": "0.0.1" }, "last_serial": 5513114, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "82cfccf79b468fbbafa9e880fa6d0e29", "sha256": "2f01513098fc7d98fcfaf54f35594a1c8c4f39dba5aaed36474f4ab3dc9ac6ee" }, "downloads": -1, "filename": "novncbot-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "82cfccf79b468fbbafa9e880fa6d0e29", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 14957, "upload_time": "2019-07-10T17:06:21", "url": "https://files.pythonhosted.org/packages/12/ae/98006e7a12c02e008016a8174c3fc5292bdc7ce714dab2302c3bf6eaf6d8/novncbot-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a70e26cc3aca703684d022708dae2902", "sha256": "d8b1eb42e528d594ba23573f465a35db45045359e6d63a10cce8f62e7e63153b" }, "downloads": -1, "filename": "novncbot-0.0.1.tar.gz", "has_sig": false, "md5_digest": "a70e26cc3aca703684d022708dae2902", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2177, "upload_time": "2019-07-10T17:06:23", "url": "https://files.pythonhosted.org/packages/be/93/c103608a1e7310e30d2570de58b240010d3ef8c2ef6a95a49bb83e8a1545/novncbot-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "82cfccf79b468fbbafa9e880fa6d0e29", "sha256": "2f01513098fc7d98fcfaf54f35594a1c8c4f39dba5aaed36474f4ab3dc9ac6ee" }, "downloads": -1, "filename": "novncbot-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "82cfccf79b468fbbafa9e880fa6d0e29", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 14957, "upload_time": "2019-07-10T17:06:21", "url": "https://files.pythonhosted.org/packages/12/ae/98006e7a12c02e008016a8174c3fc5292bdc7ce714dab2302c3bf6eaf6d8/novncbot-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a70e26cc3aca703684d022708dae2902", "sha256": "d8b1eb42e528d594ba23573f465a35db45045359e6d63a10cce8f62e7e63153b" }, "downloads": -1, "filename": "novncbot-0.0.1.tar.gz", "has_sig": false, "md5_digest": "a70e26cc3aca703684d022708dae2902", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2177, "upload_time": "2019-07-10T17:06:23", "url": "https://files.pythonhosted.org/packages/be/93/c103608a1e7310e30d2570de58b240010d3ef8c2ef6a95a49bb83e8a1545/novncbot-0.0.1.tar.gz" } ] }