{ "info": { "author": "kikeh", "author_email": "heisba@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Web Environment", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3 :: Only" ], "description": "PP6RemoteAPI Client\n===================\n\nA client for the ProPresenter6 Remote Websocket API.\n\nGetting started\n---------------\n\nInstall with ``pip``:\n\n.. code:: bash\n\n $ pip install PP6RemoteAPI\n\nThen:\n\n.. code:: python\n\n from PP6RemoteAPI import PP6RemoteAPIClient as PP6\n client = PP6(host='192.168.0.100', port=54321, password='password')\n\n # Get first presentation in the library\n presentation = client.library.presentations[0]\n # Go to the first slide\n presentation.to_slide(0)\n\n # Get first clocks\n clock = client.clocks[0]\n # Set time to 5 minutes\n clock.set_time('00:05:00')\n # Start timer\n clock.start()\n\nFind more information in the repo_\n\n.. _repo: https://github.com/kikeh/PP6RemoteAPI", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/kikeh/PP6RemoteAPI", "keywords": "", "license": "MIT", "maintainer": "kikeh", "maintainer_email": "", "name": "PP6RemoteAPI", "package_url": "https://pypi.org/project/PP6RemoteAPI/", "platform": "", "project_url": "https://pypi.org/project/PP6RemoteAPI/", "project_urls": { "Homepage": "https://github.com/kikeh/PP6RemoteAPI", "Issues": "https://github.com/kikeh/PP6RemoteAPI/issues" }, "release_url": "https://pypi.org/project/PP6RemoteAPI/0.1.7/", "requires_dist": null, "requires_python": "", "summary": "A client for the ProPresenter Remote Websocket API", "version": "0.1.7" }, "last_serial": 5144064, "releases": { "0.1.1": [ { "comment_text": "", "digests": { "md5": "62b7f0302012ea105279061f1eaa544b", "sha256": "230eace09dac46ef21f4d58e0e52ab925642c28849f6f126390be230ea2cacf0" }, "downloads": -1, "filename": "PP6RemoteAPI-0.1.1.tar.gz", "has_sig": false, "md5_digest": "62b7f0302012ea105279061f1eaa544b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6698, "upload_time": "2019-03-27T15:48:48", "url": "https://files.pythonhosted.org/packages/ef/01/1625e555340ee2b0eccd8d4133e0a004c43c179d2ab23f1676d011431de9/PP6RemoteAPI-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "84631d1058d2b45dc1aa5ed85cd531d0", "sha256": "fcceee9a512d5926d957528664ead19157e5f2e2ce4f3ded53f73cf20524c721" }, "downloads": -1, "filename": "PP6RemoteAPI-0.1.2.tar.gz", "has_sig": false, "md5_digest": "84631d1058d2b45dc1aa5ed85cd531d0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6740, "upload_time": "2019-03-27T16:05:23", "url": "https://files.pythonhosted.org/packages/a6/64/59a1c14e0255b84bc3ede642cce803bb3b11223578aa74a3935a1c0154f6/PP6RemoteAPI-0.1.2.tar.gz" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "948206e63a06c703227f298a06e83095", "sha256": "04b77e78689906b230f44d23b9baf85576dc4a5717e9eebef7749916e33e69c2" }, "downloads": -1, "filename": "PP6RemoteAPI-0.1.3.tar.gz", "has_sig": false, "md5_digest": "948206e63a06c703227f298a06e83095", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6520, "upload_time": "2019-03-27T16:13:02", "url": "https://files.pythonhosted.org/packages/5b/4c/b3c41709214d25405d63f71cb2c093ed31d3e4bf2698ecfd6a42433c0db7/PP6RemoteAPI-0.1.3.tar.gz" } ], "0.1.4": [ { "comment_text": "", "digests": { "md5": "cd53098cbc591b94e09b4394520078af", "sha256": "d2992702ea52756ebe6fa8d5dc23332def3b48d05c72c5f4f9f9558d17d6d7fb" }, "downloads": -1, "filename": "PP6RemoteAPI-0.1.4.tar.gz", "has_sig": false, "md5_digest": "cd53098cbc591b94e09b4394520078af", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6553, "upload_time": "2019-03-28T12:57:06", "url": "https://files.pythonhosted.org/packages/35/22/bbfa3b80d9ac67cf94ef9c9379bc45182268e14e75912973c6a21f6765c1/PP6RemoteAPI-0.1.4.tar.gz" } ], "0.1.5": [ { "comment_text": "", "digests": { "md5": "fe9a61aee5bcc3a586035f8f2332aced", "sha256": "2ed2cc980e39aed57a89aa54366f1b278d0edc7f985ad32dfac7e12cc02da7d6" }, "downloads": -1, "filename": "PP6RemoteAPI-0.1.5.tar.gz", "has_sig": false, "md5_digest": "fe9a61aee5bcc3a586035f8f2332aced", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6581, "upload_time": "2019-03-28T15:17:15", "url": "https://files.pythonhosted.org/packages/6e/f4/99fa6188b8741939fdc27610bbd4c78900b0defd97acc52a12f43b05901e/PP6RemoteAPI-0.1.5.tar.gz" } ], "0.1.6": [ { "comment_text": "", "digests": { "md5": "d203a4f6d4477de62953ef4a9254b698", "sha256": "221f39c691688f07721ba59936cffa971000af86bc3cb9e5d139538010eca62e" }, "downloads": -1, "filename": "PP6RemoteAPI-0.1.6.tar.gz", "has_sig": false, "md5_digest": "d203a4f6d4477de62953ef4a9254b698", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7195, "upload_time": "2019-04-10T08:17:08", "url": "https://files.pythonhosted.org/packages/ff/4a/d55d40fec57da1d1287b39fdf816ca59d81f91745ba2ed9ef35d8eb617e2/PP6RemoteAPI-0.1.6.tar.gz" } ], "0.1.7": [ { "comment_text": "", "digests": { "md5": "f13f0ee3e96197e79ac682c50f387679", "sha256": "c1615ae5ad4e9b74a4856840139597868aceacafca8e08b3abeb5fb5c7a006d0" }, "downloads": -1, "filename": "PP6RemoteAPI-0.1.7.tar.gz", "has_sig": false, "md5_digest": "f13f0ee3e96197e79ac682c50f387679", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7210, "upload_time": "2019-04-15T10:41:50", "url": "https://files.pythonhosted.org/packages/d0/50/e19507427ae045675a6ca7b09d4c5736094c170ec366ca3724f46de59ac9/PP6RemoteAPI-0.1.7.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "f13f0ee3e96197e79ac682c50f387679", "sha256": "c1615ae5ad4e9b74a4856840139597868aceacafca8e08b3abeb5fb5c7a006d0" }, "downloads": -1, "filename": "PP6RemoteAPI-0.1.7.tar.gz", "has_sig": false, "md5_digest": "f13f0ee3e96197e79ac682c50f387679", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7210, "upload_time": "2019-04-15T10:41:50", "url": "https://files.pythonhosted.org/packages/d0/50/e19507427ae045675a6ca7b09d4c5736094c170ec366ca3724f46de59ac9/PP6RemoteAPI-0.1.7.tar.gz" } ] }