{ "info": { "author": "Erik O'Shaughnessy", "author_email": "erik.oshaughnessy@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Console", "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Topic :: Artistic Software", "Topic :: Multimedia :: Sound/Audio", "Topic :: System :: Hardware", "Topic :: Utilities" ], "description": "Embrava BlyncLight\n==================\n\n|pypi| |license| |python|\n\n**blynclight** is a Python 3 package that provides bindings for the\n`Embrava`_ BlyncLight family of products. These bindings have been\ntested on MacOS and Linux using an Embrava V30 USB connected light.\n\n\nInstall\n-------\n\n0. Install `hidapi`_ for your platform:\n\n.. code:: bash\n\n (rpm Linux distros)# yum install XXXX\n (apt Linux distros)# apt-get install XXXX\n (macOS using brew) $ brew install hidapi\n\n1. pip\n\n.. code:: bash\n\n\t $ pip3 install blynclight\n\n2. Clone the Repository\n\n.. code:: bash\n\n\t $ git clone https://github.com/JnyJny/blynclight.git\n\t $ cd blynclight; pip3 install -e .\n\nDevelopment\n-----------\n\n.. code:: bash\n\n\t $ pip install poetry\n\t $ git clone https://github.com/JnyJny/blynclight.git\n\t $ cd blynclight\n\t $ poetry shell\n\t $ ..\n\t \n\nUninstall\n---------\n\n.. code:: bash\n\n\t $ pip3 uninstall blynclight\n\n\n\nUsage\n-----\n\nOnce installed, the BlyncLight is yours to command!\n\n.. code:: python\n\n\tfrom blynclight import BlyncLight\n\n\tlight = BlyncLight.get_light()\n\n\tred, blue, green = (255, 0, 0), (0, 255, 0), (0, 0, 255)\n\n\tlight.color = green # the light is off and green\n\tlight.on = True # the light is on and green\n\tlight.flash = True # the light is on, flashing and green\n\tlight.color = red # the light is on, flashing and red\n\tlight.flash = False # the light is on and red\n\tlight.bright = False # the light is on, dim and red\n\tlight.color = blue # the light is on, dim and blue\n\tlight.bright = True # the light is on and blue\n\tlight.on = False # the light is off and blue\n\n\nSeveral command line interfaces are provided when blynclight is installed:\n\n- blync\n Provides command-line access to all light attributes.\n\n- fli\n Flashes the light.. impressively.\n\n- rainbow\n Smoothly transitions the color of the light in a rainbow pattern.\n\n- throbber\n Menacingly ramps the color intensity and then recedes. Over and over again.\n\n.. |pypi| image:: https://img.shields.io/pypi/v/blynclight.svg?style=flat-square&label=version\n :target: https://pypi.org/pypi/blynclight\n :alt: Latest version released on PyPi\n\n.. |python| image:: https://img.shields.io/pypi/pyversions/blynclight.svg?style=flat-square\n :target: https://pypi.org/project/blynclight/\n :alt: Python Versions\n\n.. |license| image:: https://img.shields.io/badge/license-apache-blue.svg?style=flat-square\n :target: https://github.com/erikoshaughnessy/blynclight/blob/master/LICENSE\n :alt: Apache license version 2.0\n\n.. _Embrava: https://embrava.com\n\n.. _hidapi: https://github.com/signal11/hidapi\n", "description_content_type": "text/x-rst", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/JnyJny/blynclight.git", "keywords": "", "license": "Apache-2.0", "maintainer": "Erik O'Shaughnessy", "maintainer_email": "erik.oshaughnessy@gmail.com", "name": "blynclight", "package_url": "https://pypi.org/project/blynclight/", "platform": "", "project_url": "https://pypi.org/project/blynclight/", "project_urls": { "Homepage": "https://github.com/JnyJny/blynclight.git", "Repository": "https://github.com/JnyJny/blynclight.git" }, "release_url": "https://pypi.org/project/blynclight/0.4.7/", "requires_dist": [ "click (>=7.0,<8.0)", "requests (>=2.21,<3.0)" ], "requires_python": ">=3.6,<4.0", "summary": "Python language bindings for Embrava BlyncLight devices.", "version": "0.4.7" }, "last_serial": 5431485, "releases": { "0.1.1": [ { "comment_text": "", "digests": { "md5": "44187bb1e2ac9ea3ea29c46f59fc0266", "sha256": "a974e956f192b586d53d707918d91f61f37960c3a0938648e9462068c0582a46" }, "downloads": -1, "filename": "blynclight-0.1.1-py3-none-any.whl", "has_sig": false, "md5_digest": "44187bb1e2ac9ea3ea29c46f59fc0266", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 6108, "upload_time": "2018-08-25T02:48:24", "url": "https://files.pythonhosted.org/packages/24/20/140f06aca6df683652503b24696fcb147dc3a627a4387589c82e9a24deec/blynclight-0.1.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c11f21da0158684ee11ac6f96f2a2275", "sha256": "9c24dda0844e91a8d9e245cd9a032d08c0d78e10669074acca040ad2d6de55d0" }, "downloads": -1, "filename": "blynclight-0.1.1.tar.gz", "has_sig": false, "md5_digest": "c11f21da0158684ee11ac6f96f2a2275", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5668, "upload_time": "2018-08-25T02:48:25", "url": "https://files.pythonhosted.org/packages/10/ff/90bade3e5ad7082f84aabf5e2263928334f2490d3a3b57f74bfe59374f54/blynclight-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "74635bf7260320517127a51dddd2bbfa", "sha256": "3656104bec1cb79cbda55cc8ecce98947869cd12f8ca13274b9eb142ffceed58" }, "downloads": -1, "filename": "blynclight-0.1.2-py3-none-any.whl", "has_sig": false, "md5_digest": "74635bf7260320517127a51dddd2bbfa", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 6122, "upload_time": "2018-08-25T03:11:50", "url": "https://files.pythonhosted.org/packages/f1/5a/622bc84c4e6bf202d02d87151d9acd16fd29faec1d8d00054e7eb35a4778/blynclight-0.1.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "e429ef82a3a586087758d7c4ee20841c", "sha256": "da39c1d0fe056af4ae1e0c750e6368cffc51e110c28ffe737588358de96eba61" }, "downloads": -1, "filename": "blynclight-0.1.2.tar.gz", "has_sig": false, "md5_digest": "e429ef82a3a586087758d7c4ee20841c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5756, "upload_time": "2018-08-25T03:11:51", "url": "https://files.pythonhosted.org/packages/e2/96/fa1eaf86467d870366b49209a65169096667b8269f1c77e63d94809103e8/blynclight-0.1.2.tar.gz" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "cf4d16a8bf0bb985da43fe015418d0ad", "sha256": "c5ea1bc3a28b5e7f1cebcde336b930c086eac1152c282176315fb5a1fc1ac366" }, "downloads": -1, "filename": "blynclight-0.1.3-py3-none-any.whl", "has_sig": false, "md5_digest": "cf4d16a8bf0bb985da43fe015418d0ad", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 6122, "upload_time": "2018-08-25T03:18:38", "url": "https://files.pythonhosted.org/packages/cc/7f/f252acc4e2129a653f74d4f11494bbe58cabae21faf2284113f9ae643561/blynclight-0.1.3-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "0d88aaed66f2a81cf2f7e81169778b94", "sha256": "841a1372ebee29cc072f866f0f7d493dd849b0c408c45961099133ede6003391" }, "downloads": -1, "filename": "blynclight-0.1.3.tar.gz", "has_sig": false, "md5_digest": "0d88aaed66f2a81cf2f7e81169778b94", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5744, "upload_time": "2018-08-25T03:18:39", "url": "https://files.pythonhosted.org/packages/2e/71/5dbb443c28e6e66d71698e87824d2677fd0e53fcaf05abd6f9503c670337/blynclight-0.1.3.tar.gz" } ], "0.1.4": [ { "comment_text": "", "digests": { "md5": "eac88ea390924a916ce8df50c9451c30", "sha256": "6a71fc4b73a65669e78f2f5524ad644aa32c7c90fa73adadcd3f3ee04b08e9c2" }, "downloads": -1, "filename": "blynclight-0.1.4-py3-none-any.whl", "has_sig": false, "md5_digest": "eac88ea390924a916ce8df50c9451c30", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 6122, "upload_time": "2018-08-25T03:28:38", "url": "https://files.pythonhosted.org/packages/03/75/a390fcefc3acac0eac07b994518004d4ae7ea65bd0afb6bb20948767091a/blynclight-0.1.4-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "7c1a527dfee1b9f4128913ca69631455", "sha256": "397e9196aabd01aaf186ddd21e251150038a20d04b0c03886a47d9a31e953a74" }, "downloads": -1, "filename": "blynclight-0.1.4.tar.gz", "has_sig": false, "md5_digest": "7c1a527dfee1b9f4128913ca69631455", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5753, "upload_time": "2018-08-25T03:28:39", "url": "https://files.pythonhosted.org/packages/1a/0a/83f4f61c849f12ae0a202d916495ad1bce0e72a56d3cd3c48ff648f17fa0/blynclight-0.1.4.tar.gz" } ], "0.1.5": [ { "comment_text": "", "digests": { "md5": "d0713f3d10746fbbd93e17da63754cf9", "sha256": "9f76fb2f5ac37cf0cc9f56b8af380df793a915427965ebfab5e9c46f3c5befb3" }, "downloads": -1, "filename": "blynclight-0.1.5-py3-none-any.whl", "has_sig": false, "md5_digest": "d0713f3d10746fbbd93e17da63754cf9", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 6123, "upload_time": "2018-08-25T03:37:07", "url": "https://files.pythonhosted.org/packages/dd/4c/4df03e0d7a22d349201ee0194828e4b1d02e15b8f9b05283be8a117a17fc/blynclight-0.1.5-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "936cbc2f09c8811fd2a5333ce885c2b1", "sha256": "98b73bc5a6da2493233f3641f9f948373600c25e50485db758645e36c4fce26d" }, "downloads": -1, "filename": "blynclight-0.1.5.tar.gz", "has_sig": false, "md5_digest": "936cbc2f09c8811fd2a5333ce885c2b1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5685, "upload_time": "2018-08-25T03:37:08", "url": "https://files.pythonhosted.org/packages/30/e9/61259cab51b7ebb52eae79baafd109427d8e33818cc3871e0854c660af29/blynclight-0.1.5.tar.gz" } ], "0.1.6": [ { "comment_text": "", "digests": { "md5": "f56d30eea1a9bff48849559c3a294eed", "sha256": "9c1418567cc8b9cdc49ee11558af2fd7c0da3b4f5f3db60a757ad9ef329fa347" }, "downloads": -1, "filename": "blynclight-0.1.6-py3-none-any.whl", "has_sig": false, "md5_digest": "f56d30eea1a9bff48849559c3a294eed", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 38245, "upload_time": "2018-08-25T03:50:00", "url": "https://files.pythonhosted.org/packages/28/60/e67ba4941d0b52d07c64a560849c228e56af4d20a3b263e99ee1ececbe6d/blynclight-0.1.6-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d839f1713e29cb1c93e76e7381b625fc", "sha256": "bb886ea0af914514b2693da1b0ee5c9d4ec9ee068c409ebadd37c031b218b058" }, "downloads": -1, "filename": "blynclight-0.1.6.tar.gz", "has_sig": false, "md5_digest": "d839f1713e29cb1c93e76e7381b625fc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 39552, "upload_time": "2018-08-25T03:50:02", "url": "https://files.pythonhosted.org/packages/bf/9b/e7e1041b110126b440bce94a538ef84991880ad77650875cb7604a7d28e4/blynclight-0.1.6.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "78e3939b22b6206323df0ad36ad08bfe", "sha256": "6edd3ef42aa2badd8b0c936e1aa3453ef6a99335edd07f7e8077d701ea7897d2" }, "downloads": -1, "filename": "blynclight-0.2.0-py3-none-any.whl", "has_sig": false, "md5_digest": "78e3939b22b6206323df0ad36ad08bfe", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 6516, "upload_time": "2018-08-31T03:04:17", "url": "https://files.pythonhosted.org/packages/1c/2a/04f8b9277661e69d4f02b39f00cddc49e972dffa11078d8b0ace3e4e6142/blynclight-0.2.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "cdb9015c9e659d654328f8c32441dd8b", "sha256": "92fc153e60ad33cbf1318928b39f908acf15c96f09801d4f2a155c524852815d" }, "downloads": -1, "filename": "blynclight-0.2.0.tar.gz", "has_sig": false, "md5_digest": "cdb9015c9e659d654328f8c32441dd8b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5712, "upload_time": "2018-08-31T03:04:18", "url": "https://files.pythonhosted.org/packages/82/af/3cbe4c576216aa12f4956cdd0241341ebcf67a11f76a002b80709d7850d0/blynclight-0.2.0.tar.gz" } ], "0.3.1": [ { "comment_text": "", "digests": { "md5": "737600c23bf5a365584255e3502cd8fd", "sha256": "32636c764e6802f1c515426bc5526e31d878b4949013328d27ba3876f514e86c" }, "downloads": -1, "filename": "blynclight-0.3.1-py3-none-any.whl", "has_sig": false, "md5_digest": "737600c23bf5a365584255e3502cd8fd", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 8120, "upload_time": "2018-09-12T16:09:34", "url": "https://files.pythonhosted.org/packages/15/3d/6dd27dd5df8a549efb32281f1ae95fc475a01ab13d3e06cd85fb70dc3ff3/blynclight-0.3.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a60f1bef3a487deea0bf24c7d77402b5", "sha256": "c4feeb6499aeaf4ab6009202fa934e8f14fd515d8a37d8f12e55f90639c14d23" }, "downloads": -1, "filename": "blynclight-0.3.1.tar.gz", "has_sig": false, "md5_digest": "a60f1bef3a487deea0bf24c7d77402b5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7629, "upload_time": "2018-09-12T16:09:35", "url": "https://files.pythonhosted.org/packages/13/13/d9a81d479be2686b9ee4641087be1909f1121ab7e957e98e16613f2f587b/blynclight-0.3.1.tar.gz" } ], "0.4.2": [ { "comment_text": "", "digests": { "md5": "e49250c255398a58210bc763245a1efc", "sha256": "ac69c82ab952a0afa20353e463dddfce0fa149bc17ed80e64903f581d7f8e1c3" }, "downloads": -1, "filename": "blynclight-0.4.2-py3-none-any.whl", "has_sig": false, "md5_digest": "e49250c255398a58210bc763245a1efc", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 13852, "upload_time": "2019-04-04T02:40:26", "url": "https://files.pythonhosted.org/packages/35/d8/7b0fc4450ca237debc2570cb5101d487ed56d5d9755909eec61e0ea5259d/blynclight-0.4.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "eedffad3e3868ecec98bc954eb3f6a86", "sha256": "b9c1d3dbda1ccec043827b4205ca918890489bebbffd4585a06e842c7567f86f" }, "downloads": -1, "filename": "blynclight-0.4.2.tar.gz", "has_sig": false, "md5_digest": "eedffad3e3868ecec98bc954eb3f6a86", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9455, "upload_time": "2019-04-04T02:40:27", "url": "https://files.pythonhosted.org/packages/e0/9c/0162cf097424e76088426fd87db1dca5a95224ee711d1e0d738f83d11dd4/blynclight-0.4.2.tar.gz" } ], "0.4.3": [ { "comment_text": "", "digests": { "md5": "bbcbb42016ac1f83c13000eac0fe1ee1", "sha256": "4a058b6e23619902340367be2d055f70c6d4370e359b2e5e795481de8180cb05" }, "downloads": -1, "filename": "blynclight-0.4.3-py3-none-any.whl", "has_sig": false, "md5_digest": "bbcbb42016ac1f83c13000eac0fe1ee1", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 13846, "upload_time": "2019-04-04T02:45:48", "url": "https://files.pythonhosted.org/packages/e2/6a/10ff976ae8722b20fa9373f9774a79122ccd33f09e3c58bf845ab10a8e55/blynclight-0.4.3-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c78c927605ffb86b77f595c5c97caf57", "sha256": "1e18b3c1b159a28779025c304bf9123465b8fe00709709d4fa06aa7452f76415" }, "downloads": -1, "filename": "blynclight-0.4.3.tar.gz", "has_sig": false, "md5_digest": "c78c927605ffb86b77f595c5c97caf57", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9453, "upload_time": "2019-04-04T02:45:49", "url": "https://files.pythonhosted.org/packages/b4/8b/760888632c4a3315e295c7ae88ae2cda0ba43fb5a216360f365d79218b6b/blynclight-0.4.3.tar.gz" } ], "0.4.4": [ { "comment_text": "", "digests": { "md5": "1aac663f6eaa6ce2dec1c3ee6ee9aff2", "sha256": "fb6856b008d8b9deff87d067fd483b35cc572287136228695b8d5e8a4c410838" }, "downloads": -1, "filename": "blynclight-0.4.4-py3-none-any.whl", "has_sig": false, "md5_digest": "1aac663f6eaa6ce2dec1c3ee6ee9aff2", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 15975, "upload_time": "2019-04-08T17:41:46", "url": "https://files.pythonhosted.org/packages/ad/e9/ed0614ca81908fb31ae75baf6a79ecb83835d78cb0920837b9cb125b25e5/blynclight-0.4.4-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "4c821da945363c939d202594390b5f43", "sha256": "0dd4357c67988d42bd84d42be5fefafa2f60c63250ecd342f506427d7aa453cb" }, "downloads": -1, "filename": "blynclight-0.4.4.tar.gz", "has_sig": false, "md5_digest": "4c821da945363c939d202594390b5f43", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11494, "upload_time": "2019-04-08T17:41:48", "url": "https://files.pythonhosted.org/packages/a8/43/a5d1d1987517cfb5ff3368aaf6edcdd55bff2e8a6126c2a682d7eddcccc1/blynclight-0.4.4.tar.gz" } ], "0.4.5": [ { "comment_text": "", "digests": { "md5": "2991d60c32cf1f7ff2f628576fd4d31e", "sha256": "8ad718ec8d103e40fadf613885ac6731b480d332c39f2b0a96517804dd9d1ec6" }, "downloads": -1, "filename": "blynclight-0.4.5-py3-none-any.whl", "has_sig": false, "md5_digest": "2991d60c32cf1f7ff2f628576fd4d31e", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.7,<4.0", "size": 18783, "upload_time": "2019-04-25T11:10:54", "url": "https://files.pythonhosted.org/packages/f5/88/6bea6b0ab4a8b67ac935883875cefb3ac4d03c74e45f3af250f5b4a432ea/blynclight-0.4.5-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "409e9f2cfffa4ae9d8c6f6b4212b8b4d", "sha256": "f4a0fdd182ae99f8103dca656afc725e4e0a69ae0f66feb75f0e508d4556307c" }, "downloads": -1, "filename": "blynclight-0.4.5.tar.gz", "has_sig": false, "md5_digest": "409e9f2cfffa4ae9d8c6f6b4212b8b4d", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.7,<4.0", "size": 15186, "upload_time": "2019-04-25T11:10:56", "url": "https://files.pythonhosted.org/packages/e3/72/cfa1c088ac826f6ee1d1eb0e999efc7fddaca7bc5c2b6145f2083fb163c5/blynclight-0.4.5.tar.gz" } ], "0.4.6": [ { "comment_text": "", "digests": { "md5": "9cce0e52561106d6177a655912683c26", "sha256": "bdb8d359853d2adf5b64f2f0be3525db9c94f841f9ccff2c0810653ee455d8dd" }, "downloads": -1, "filename": "blynclight-0.4.6-py3-none-any.whl", "has_sig": false, "md5_digest": "9cce0e52561106d6177a655912683c26", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.7,<4.0", "size": 19596, "upload_time": "2019-04-25T11:14:33", "url": "https://files.pythonhosted.org/packages/16/82/11406cb2cbbe988a532dbbf3c6286bbd2bf02bc05191599e70a0cb041d67/blynclight-0.4.6-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "53c8d710538670b761ad631a1e46b925", "sha256": "2ee1ff1c80711f5f88f078511750bdb1e2f387e08bc184dafcf280f6596a5e70" }, "downloads": -1, "filename": "blynclight-0.4.6.tar.gz", "has_sig": false, "md5_digest": "53c8d710538670b761ad631a1e46b925", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.7,<4.0", "size": 17002, "upload_time": "2019-04-25T11:14:35", "url": "https://files.pythonhosted.org/packages/f3/88/0f7d680694fa628b49c6a39cb01aadad53000526455810eb4ae71fac8ce9/blynclight-0.4.6.tar.gz" } ], "0.4.7": [ { "comment_text": "", "digests": { "md5": "df8c88a81e814a23b2c2f41b6887db2d", "sha256": "32952392b25c2c4c47ffd706ad58ec061b15a286a13724f4a27c3763cb834622" }, "downloads": -1, "filename": "blynclight-0.4.7-py3-none-any.whl", "has_sig": false, "md5_digest": "df8c88a81e814a23b2c2f41b6887db2d", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6,<4.0", "size": 19910, "upload_time": "2019-06-21T15:36:23", "url": "https://files.pythonhosted.org/packages/d1/4c/0b7dbf5a97618ef93a2e772a7e7633abdca4300f0b6d3f67da28144e4b0a/blynclight-0.4.7-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "5fa892c7110f362df1933f2b1b00a407", "sha256": "9d7a51a3c9e1d3836e7ea7305908a967dbdf6dba8007bf762b704bc06eefbfc2" }, "downloads": -1, "filename": "blynclight-0.4.7.tar.gz", "has_sig": false, "md5_digest": "5fa892c7110f362df1933f2b1b00a407", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6,<4.0", "size": 17504, "upload_time": "2019-06-21T15:36:24", "url": "https://files.pythonhosted.org/packages/ea/02/10960145ef8e42b0247893e733e207a59c2c00b58048eff5660c7e8ab1ac/blynclight-0.4.7.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "df8c88a81e814a23b2c2f41b6887db2d", "sha256": "32952392b25c2c4c47ffd706ad58ec061b15a286a13724f4a27c3763cb834622" }, "downloads": -1, "filename": "blynclight-0.4.7-py3-none-any.whl", "has_sig": false, "md5_digest": "df8c88a81e814a23b2c2f41b6887db2d", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6,<4.0", "size": 19910, "upload_time": "2019-06-21T15:36:23", "url": "https://files.pythonhosted.org/packages/d1/4c/0b7dbf5a97618ef93a2e772a7e7633abdca4300f0b6d3f67da28144e4b0a/blynclight-0.4.7-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "5fa892c7110f362df1933f2b1b00a407", "sha256": "9d7a51a3c9e1d3836e7ea7305908a967dbdf6dba8007bf762b704bc06eefbfc2" }, "downloads": -1, "filename": "blynclight-0.4.7.tar.gz", "has_sig": false, "md5_digest": "5fa892c7110f362df1933f2b1b00a407", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6,<4.0", "size": 17504, "upload_time": "2019-06-21T15:36:24", "url": "https://files.pythonhosted.org/packages/ea/02/10960145ef8e42b0247893e733e207a59c2c00b58048eff5660c7e8ab1ac/blynclight-0.4.7.tar.gz" } ] }