{ "info": { "author": "Peter Ward , Gaetano Guerriero ", "author_email": "gaetano.guerriero@spacespa.it", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Console", "License :: OSI Approved :: Apache Software License", "Natural Language :: English", "Topic :: Multimedia :: Video :: Display", "Topic :: Utilities" ], "description": "pypjlink is a python library and command line utility to interoperate with\nprojectors through pjlink protocol (http://pjlink.jbmia.or.jp/english/)\n\nIt is a fork of the work of Peter Ward (https://bitbucket.org/flowblok/pjlink).\n\n\nInstallation\n============\n\nLatest release can be found on pypi and installed with:\n$ pip install\n\n\nCommand line usage\n==================\n\nQuerying projector status is simple:\n$ pjlink -p 10.1.1.1 power\n\nand so it is sending commands:\n$ pjlink -p 10.1.1.1 power off\n\nA password will be requested if configured on the projector.\n\nPlease see help or manpage for complete usage options.\n\n\nPython library usage\n====================\n\nThe library supports the following python versions:\n* python2.7\n* python3.4\n* python3.5\n\n>>> from pypjlink import Projector\n>>> projector = Projector.from_address('10.1.1.1')\n>>> projector.get_power()\n'off'\n>>> projector.set_power('off')\n\n\nTo run tests, you can use tox to run against every supported python versions\n$ tox\n\nOr you can launch tests in current environment:\n\n$ python -m unittest discover pypjlink.tests\n\n\n", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/gaetano-guerriero/pypjlink", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "pypjlink", "package_url": "https://pypi.org/project/pypjlink/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/pypjlink/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/gaetano-guerriero/pypjlink" }, "release_url": "https://pypi.org/project/pypjlink/1.1.1/", "requires_dist": null, "requires_python": null, "summary": "PJLink is a standard for controlling data projectors.", "version": "1.1.1" }, "last_serial": 1983511, "releases": { "1.1": [ { "comment_text": "", "digests": { "md5": "2fd01fbf5868813f28e58ef3d61a2e6f", "sha256": "95cb061dd0f32c8cc2087395b802d4d18fb16aee47ae4d30f7010e71670d48cb" }, "downloads": -1, "filename": "pypjlink-1.1.tar.gz", "has_sig": false, "md5_digest": "2fd01fbf5868813f28e58ef3d61a2e6f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7354, "upload_time": "2016-02-02T08:42:34", "url": "https://files.pythonhosted.org/packages/a8/c7/5fbcf998e1158a7aaf9fe512980b3986ac15fdd6b2ac3efcb9d593b31b9f/pypjlink-1.1.tar.gz" } ], "1.1.1": [ { "comment_text": "", "digests": { "md5": "a80e39e305e8fca152d86f67bd0cd69d", "sha256": "6651988cbad7ca3f6e63219b0e7b5f2f6b3f49ec2821c7c28d2202f2c308ebf5" }, "downloads": -1, "filename": "pypjlink-1.1.1.tar.gz", "has_sig": false, "md5_digest": "a80e39e305e8fca152d86f67bd0cd69d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7870, "upload_time": "2016-03-01T09:08:27", "url": "https://files.pythonhosted.org/packages/37/e1/701031b808777a99200ea1e36edfb390deca77eb42a2b179b19d7211e9f4/pypjlink-1.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a80e39e305e8fca152d86f67bd0cd69d", "sha256": "6651988cbad7ca3f6e63219b0e7b5f2f6b3f49ec2821c7c28d2202f2c308ebf5" }, "downloads": -1, "filename": "pypjlink-1.1.1.tar.gz", "has_sig": false, "md5_digest": "a80e39e305e8fca152d86f67bd0cd69d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7870, "upload_time": "2016-03-01T09:08:27", "url": "https://files.pythonhosted.org/packages/37/e1/701031b808777a99200ea1e36edfb390deca77eb42a2b179b19d7211e9f4/pypjlink-1.1.1.tar.gz" } ] }