{ "info": { "author": "kaito kishi", "author_email": "trsasasusu@gmail.com", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Science/Research", "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Programming Language :: Python :: 3.6", "Topic :: Scientific/Engineering :: Bio-Informatics", "Topic :: Scientific/Engineering :: Visualization" ], "description": "[![PyPI version](https://badge.fury.io/py/lle7ch.svg)](https://badge.fury.io/py/lle7ch)\n\n# lle7ch (PyLumencorLightEngine7Channel)\nControls [SOLA light engine](https://lumencor.com/products/sola-light-engine/). It covers [this document](https://lumencor.com/wp-content/uploads/sites/11/2016/02/Spectra-TTL-IF-Doc.pdf).\n\n## Install\n```\npip install lle7ch\n```\n\n## Usage\n### From Python Script\n```python\n>>> from lle7ch import LLE\n>>> lle = LLE()\n>>> lle.enable_lights_disable_others({LLE.Light.RED, LLE.Light.BLUE}) # Enable Red and Blue LED, and disable other lights.\n>>> lle.tune_intensity(LLE.Light.RED, 128) # Set intensity of Red LED as 128. (Min: 0, Max: 255)\n>>> lle.enable_lights_disable_others({}) # Disable all lights.\n>>> lle.read_temperature()\n40.0\n>>>\n```\n### CLI Tool\nYou can make a plan to control LLE automatically. \n`r: LLE.Light.RED, g: LLE.Light.GREEN, c: LLE.Light.CYAN, u: LLE.Light.UV, b: LLE.Light.BLUE, t: LLE.Light.TEAL`\n\n```bash\n$ cat plan.txt\nset g,128\non g\nwait 5\n\nset b,255\non b,g\nwait 5\n$ lleplan plan.txt\n```\n\n## License\nGNU General Public License v3.0", "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/TRSasasusu/PyLumencorLightEngine7Channel", "keywords": "biology,life sciences,light,LED,SOLA light engine,Lumencor", "license": "GPLv3", "maintainer": "", "maintainer_email": "", "name": "lle7ch", "package_url": "https://pypi.org/project/lle7ch/", "platform": "", "project_url": "https://pypi.org/project/lle7ch/", "project_urls": { "Homepage": "https://github.com/TRSasasusu/PyLumencorLightEngine7Channel" }, "release_url": "https://pypi.org/project/lle7ch/1.0/", "requires_dist": null, "requires_python": "", "summary": "Controls SOLA light engine.", "version": "1.0" }, "last_serial": 4463696, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "ef85f463468b3893da96a1cb793a190c", "sha256": "c2efd81f4002220999a6fb807267b05b866b1e3783aea677684d364dfe28b52a" }, "downloads": -1, "filename": "lle7ch-0.1.tar.gz", "has_sig": false, "md5_digest": "ef85f463468b3893da96a1cb793a190c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2136, "upload_time": "2018-09-22T07:43:29", "url": "https://files.pythonhosted.org/packages/40/f8/c93b1906498bf573e6ca665fca766f92c780d13d438888cd317f68bccbb0/lle7ch-0.1.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "18ff9ad48aaa1391d2588c1ba7d6d73c", "sha256": "04d59e5b6109e973a92b96bdd87379e8b2305bd141ef12357fd95cab7574d942" }, "downloads": -1, "filename": "lle7ch-0.2.tar.gz", "has_sig": false, "md5_digest": "18ff9ad48aaa1391d2588c1ba7d6d73c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2201, "upload_time": "2018-09-22T07:52:27", "url": "https://files.pythonhosted.org/packages/5c/d7/adf6bd41516347033ae51eecb0cd43644cf13efb7e572c56b2908009b67f/lle7ch-0.2.tar.gz" } ], "1.0": [ { "comment_text": "", "digests": { "md5": "521ec83f8a50a5bbcdbfa69deec348b8", "sha256": "d6bd778439badc67450129907dc8a0bde24286643ca1a51e164674b62e7e40b9" }, "downloads": -1, "filename": "lle7ch-1.0.tar.gz", "has_sig": false, "md5_digest": "521ec83f8a50a5bbcdbfa69deec348b8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3050, "upload_time": "2018-11-08T01:07:32", "url": "https://files.pythonhosted.org/packages/0b/86/9e6538f08dc9f890a27de0b6e386eba6c2814b16665cc945ac168dd4efe2/lle7ch-1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "521ec83f8a50a5bbcdbfa69deec348b8", "sha256": "d6bd778439badc67450129907dc8a0bde24286643ca1a51e164674b62e7e40b9" }, "downloads": -1, "filename": "lle7ch-1.0.tar.gz", "has_sig": false, "md5_digest": "521ec83f8a50a5bbcdbfa69deec348b8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3050, "upload_time": "2018-11-08T01:07:32", "url": "https://files.pythonhosted.org/packages/0b/86/9e6538f08dc9f890a27de0b6e386eba6c2814b16665cc945ac168dd4efe2/lle7ch-1.0.tar.gz" } ] }