{ "info": { "author": "Yehonadav", "author_email": "yonadav.barilan@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Topic :: Internet :: WWW/HTTP :: Dynamic Content", "Topic :: Internet :: WWW/HTTP :: WSGI :: Application", "Topic :: Software Development :: Libraries :: Application Frameworks", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "# pydesk is a desktop automation in python\n\n# usage example:\n\n\nfrom pydesk import desktop\n\npptx = desktop.PPTX()\n\npptx.open('/path/to/pptx_file.pptx')\n\npptx.start_presentation_mode()\n\npptx.next_slide(wait=2)\n\npptx.next_slide(wait=2)\n\npptx.next_slide(wait=2)\n\npptx.previous_slide(wait=2)\n\npptx.previous_slide(wait=2)\n\npptx.previous_slide(wait=2)\n\npptx.go_to_slide(2)\n\npptx.exit_presentation_mode()\n\npptx.close()\n\ndesktop.switch_window(5)\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/yehonadav/pydesk", "keywords": "", "license": "Apache Software", "maintainer": "", "maintainer_email": "", "name": "pydesk", "package_url": "https://pypi.org/project/pydesk/", "platform": "any", "project_url": "https://pypi.org/project/pydesk/", "project_urls": { "Homepage": "https://github.com/yehonadav/pydesk" }, "release_url": "https://pypi.org/project/pydesk/0.0.1/", "requires_dist": [ "pytest (>=3); extra == 'dev'", "coverage; extra == 'dev'", "tox; extra == 'dev'", "sphinx; extra == 'dev'", "python-dotenv; extra == 'dotenv'" ], "requires_python": "", "summary": "A small module to support automation of generating valid python variable names from external data.", "version": "0.0.1" }, "last_serial": 3869744, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "6c5a7e754b7ae773b138e321e5b4585e", "sha256": "99683a98264efe2c458bae14ceee4a8c55d1d2a917381fc4c48067f4cf141edb" }, "downloads": -1, "filename": "pydesk-0.0.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "6c5a7e754b7ae773b138e321e5b4585e", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 6701, "upload_time": "2018-05-16T18:49:50", "url": "https://files.pythonhosted.org/packages/70/55/dba7cf569997d3a231bca319f54258f5d0bdd0176939b44fb90cf98996d6/pydesk-0.0.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "0f9baa7926961001b95b72540d78b22f", "sha256": "fe1f8aafb678527d700f3b776e84167287491fdc78bb532870a7651c76a9ebaa" }, "downloads": -1, "filename": "pydesk-0.0.1.tar.gz", "has_sig": false, "md5_digest": "0f9baa7926961001b95b72540d78b22f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6993, "upload_time": "2018-05-16T18:49:52", "url": "https://files.pythonhosted.org/packages/39/df/106d519d1b549da407bf76d1f2c405d6869edff8936fec92cf3570782881/pydesk-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "6c5a7e754b7ae773b138e321e5b4585e", "sha256": "99683a98264efe2c458bae14ceee4a8c55d1d2a917381fc4c48067f4cf141edb" }, "downloads": -1, "filename": "pydesk-0.0.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "6c5a7e754b7ae773b138e321e5b4585e", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 6701, "upload_time": "2018-05-16T18:49:50", "url": "https://files.pythonhosted.org/packages/70/55/dba7cf569997d3a231bca319f54258f5d0bdd0176939b44fb90cf98996d6/pydesk-0.0.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "0f9baa7926961001b95b72540d78b22f", "sha256": "fe1f8aafb678527d700f3b776e84167287491fdc78bb532870a7651c76a9ebaa" }, "downloads": -1, "filename": "pydesk-0.0.1.tar.gz", "has_sig": false, "md5_digest": "0f9baa7926961001b95b72540d78b22f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6993, "upload_time": "2018-05-16T18:49:52", "url": "https://files.pythonhosted.org/packages/39/df/106d519d1b549da407bf76d1f2c405d6869edff8936fec92cf3570782881/pydesk-0.0.1.tar.gz" } ] }