{ "info": { "author": "Richard Hull", "author_email": "richard.hull@destructuring-bind.org", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "Intended Audience :: Education", "License :: OSI Approved :: MIT License", "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", "Programming Language :: Python :: 3.7", "Topic :: Education", "Topic :: System :: Hardware" ], "description": "`luma.core `__ **|** \n`luma.docs `__ **|** \n`luma.emulator `__ **|** \n`luma.examples `__ **|** \nluma.lcd **|** \n`luma.led_matrix `__ **|** \n`luma.oled `__ \n\nLuma.LCD\n========\n**PCD8544, ST7735, ST7567, HT1621, UC1701X Display Drivers**\n\n.. image:: https://travis-ci.org/rm-hull/luma.lcd.svg?branch=master\n :target: https://travis-ci.org/rm-hull/luma.lcd\n\n.. image:: https://coveralls.io/repos/github/rm-hull/luma.lcd/badge.svg?branch=master\n :target: https://coveralls.io/github/rm-hull/luma.lcd?branch=master\n\n.. image:: https://readthedocs.org/projects/luma-lcd/badge/?version=latest\n :target: http://luma-lcd.readthedocs.io/en/latest/?badge=latest\n :alt: Documentation Status\n\n.. image:: https://img.shields.io/pypi/pyversions/luma.lcd.svg\n :target: https://pypi.python.org/pypi/luma.lcd\n\n.. image:: https://img.shields.io/pypi/v/luma.lcd.svg\n :target: https://pypi.python.org/pypi/luma.lcd\n\n.. image:: https://img.shields.io/maintenance/yes/2019.svg?maxAge=2592000\n\nPython library interfacing LCD displays with the PCD8544, ST7735, ST7567, HT1621\nand UC1701X driver using SPI on the Raspberry Pi and other linux-based\nsingle-board computers - it provides a Pillow-compatible drawing canvas, and\nother functionality to support:\n\n* scrolling/panning capability,\n* terminal-style printing,\n* state management,\n* color/greyscale (where supported),\n* dithering to monochrome\n\nAll modules can be picked up on ebay with a breakout board for a few pounds.\n\n.. image:: https://raw.github.com/rm-hull/luma.lcd/master/doc/images/pcd8544.png\n\n.. image:: https://raw.github.com/rm-hull/luma.lcd/master/doc/images/st7735.jpg\n\n.. image:: https://raw.github.com/rm-hull/luma.lcd/master/doc/images/ht1621.jpg\n\n.. image:: https://raw.github.com/rm-hull/luma.lcd/master/doc/images/uc1701x.png\n\nDocumentation\n-------------\nFull documentation with installation instructions and examples can be found on\nhttps://luma-lcd.readthedocs.io.\n\nBreaking changes\n----------------\nVersion 2.0.0 was released on 2 June 2019: this came with the removal of the\n``luma.lcd.aux.backlight`` class. The equivalent functionality has now\nbeen subsumed into the device classes that have a backlight capability.\n\nLicense\n-------\nThe MIT License (MIT)\n\nCopyright (c) 2013-2019 Richard Hull & Contributors\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n\n\nContributing\n------------\n\nPull requests (code changes / documentation / typos / feature requests / setup)\nare gladly accepted. If you are intending to introduce some large-scale\nchanges, please get in touch first to make sure we're on the same page: try to\ninclude a docstring for any new method or class, and keep method bodies small,\nreadable and PEP8-compliant. Add tests and strive to keep the code coverage\nlevels high.\n\nGitHub\n^^^^^^\nThe source code is available to clone at: https://github.com/rm-hull/luma.lcd.git\n\nContributors\n^^^^^^^^^^^^\n* Thijs Triemstra (@thijstriemstra)\n* Dougie Lawson (@dougielawson)\n* WsMithril (@WsMithril)\n* Peter Martin (@pe7er)\n* Saumyakanta Sahoo (@somu1795)\n* Philip Howard (@Gadgetoid)\n\n\nChangeLog\n---------\n\n+------------+---------------------------------------------------------------------+------------+\n| Version | Description | Date |\n+============+=====================================================================+============+\n| **2.0.0** | * Rework namespace handling for luma sub-projects | 2019/06/16 |\n+------------+---------------------------------------------------------------------+------------+\n| **2.0.0** | * **BREAKING CHANGES:** Removal of ``luma.lcd.aux.backlight`` class | 2019/06/02 |\n| | * Device classes now incorporate backlight capability | |\n+------------+---------------------------------------------------------------------+------------+\n| **1.1.1** | * Add support for 160x80 display size for ST7735 | 2019/03/30 |\n| | * Minor documentation updates | |\n+------------+---------------------------------------------------------------------+------------+\n| **1.1.0** | * Add ST7567 Monochrome LCD display driver (courtesy of @Gadgetoid) | 2018/09/07 |\n| | * Change HT1621 tests | |\n| | * Update dependencies | |\n+------------+---------------------------------------------------------------------+------------+\n| **1.0.3** | * Changed version number to inside ``luma/lcd/__init__.py`` | 2017/11/23 |\n+------------+---------------------------------------------------------------------+------------+\n| **1.0.2** | * Documentation and dependencies updates | 2017/10/30 |\n+------------+---------------------------------------------------------------------+------------+\n| **1.0.1** | * Update dependencies | 2017/09/14 |\n+------------+---------------------------------------------------------------------+------------+\n| **1.0.0** | * Stable version | 2017/09/09 |\n| | * Remove deprecated methods | |\n+------------+---------------------------------------------------------------------+------------+\n| **0.5.0** | * Add UC1701X Monochrome LCD display driver | 2017/06/11 |\n+------------+---------------------------------------------------------------------+------------+\n| **0.4.1** | * luma.core 0.9.0 or newer is required now | 2017/04/22 |\n+------------+---------------------------------------------------------------------+------------+\n| **0.4.0** | * Add HT1621 seven-segment driver | 2017/04/22 |\n+------------+---------------------------------------------------------------------+------------+\n| **0.3.3** | * Add deprecation warning for bcm_LIGHT | 2017/03/14 |\n+------------+---------------------------------------------------------------------+------------+\n| **0.3.4** | * Add support for 128x128 display size for ST7735 | 2017/04/17 |\n| | * Implement horizontal and vertical offsets (for ST7735) | |\n| | * Make backlight configurable as active high or active low | |\n+------------+---------------------------------------------------------------------+------------+\n| **0.3.3** | * Add deprecation warning for bcm_LIGHT | 2017/03/14 |\n+------------+---------------------------------------------------------------------+------------+\n| **0.3.2** | * Raise ``error.UnsupportedPlatform`` if RPi.GPIO is not available | 2017/03/08 |\n+------------+---------------------------------------------------------------------+------------+\n| **0.3.0** | * Add ST7735 Color TFT LCD display driver | 2017/03/05 |\n| | * Removed width and height parameters from device constructors | |\n| | * **BREAKING CHANGES:** Move backlight class to different package | |\n+------------+---------------------------------------------------------------------+------------+\n| **0.2.3** | * Allow PCD8544 driver constructor to accept any args | 2017/03/02 |\n+------------+---------------------------------------------------------------------+------------+\n| **0.2.2** | * Restrict exported Python symbols from ``luma.lcd.device`` | 2017/03/02 |\n+------------+---------------------------------------------------------------------+------------+\n| **0.2.1** | * Bugfix: Backlight didn't switch off properly | 2017/01/23 |\n| | * Add tests | |\n+------------+---------------------------------------------------------------------+------------+\n| **0.2.0** | * **BREAKING CHANGES:** Package rename to ``luma.lcd`` | 2017/01/13 |\n+------------+---------------------------------------------------------------------+------------+\n| **0.0.1** | * Bit-bang version using wiringPi | 2013/01/28 |\n+------------+---------------------------------------------------------------------+------------+\n", "description_content_type": "", "docs_url": null, "download_url": "https://github.com/rm-hull/luma.lcd/tarball/2.1.0", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/rm-hull/luma.lcd", "keywords": "raspberry pi rpi lcd nokia 5110 display screen pcd8544 st7735 uc1701x ht1621 spi 84x48 160x128", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "luma.lcd", "package_url": "https://pypi.org/project/luma.lcd/", "platform": "", "project_url": "https://pypi.org/project/luma.lcd/", "project_urls": { "Download": "https://github.com/rm-hull/luma.lcd/tarball/2.1.0", "Homepage": "https://github.com/rm-hull/luma.lcd" }, "release_url": "https://pypi.org/project/luma.lcd/2.1.0/", "requires_dist": null, "requires_python": "", "summary": "A library to drive PCD8544, HT1621, ST7735, ST7567 and UC1701X-based LCDs", "version": "2.1.0" }, "last_serial": 5407457, "releases": { "0.1.0": [], "0.2.0": [ { "comment_text": "", "digests": { "md5": "9ae38f16ea19035279a4c9c9180b2912", "sha256": "567b3f7cf30190dcd00a3857752a876f0ee42937da99aa6317275afda9949e51" }, "downloads": -1, "filename": "luma.lcd-0.2.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "9ae38f16ea19035279a4c9c9180b2912", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 8598, "upload_time": "2017-01-13T23:40:16", "url": "https://files.pythonhosted.org/packages/c3/5c/ac077b9d24ab720afa6b02cda9ad29e949d5dd9953660473d46e7a17de9d/luma.lcd-0.2.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "7df90a1a654e88278eeaebebf5ba9eca", "sha256": "d8c6c7277616abac08b7f1481958e8254bb359d0945b6bba2b7263cc3abf9694" }, "downloads": -1, "filename": "luma.lcd-0.2.0.tar.gz", "has_sig": false, "md5_digest": "7df90a1a654e88278eeaebebf5ba9eca", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2220602, "upload_time": "2017-01-13T23:40:13", "url": "https://files.pythonhosted.org/packages/1a/fb/502a25b750c746e16ed521ed1ee046f8e88c2d3efcb095d6d04fa7a9308a/luma.lcd-0.2.0.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "210f9840dbfde670f28529f1483dcacb", "sha256": "8d32da255b411916e435648ac481496c63b685af35d68304325dab6980aabac3" }, "downloads": -1, "filename": "luma.lcd-0.2.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "210f9840dbfde670f28529f1483dcacb", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 9065, "upload_time": "2017-01-23T23:22:38", "url": "https://files.pythonhosted.org/packages/5c/28/294479ea487f9998c9922852782a0c41729e7d4a1b9fc1ae505a0a490771/luma.lcd-0.2.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "08edb1e472397c77236f8c2f5078fb1d", "sha256": "928dab96433fcab19868b480b261da6387405e527f53d5b9c32d63926c50c506" }, "downloads": -1, "filename": "luma.lcd-0.2.1.tar.gz", "has_sig": false, "md5_digest": "08edb1e472397c77236f8c2f5078fb1d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2219226, "upload_time": "2017-01-23T23:22:34", "url": "https://files.pythonhosted.org/packages/5d/05/020140edce6be97a96ebc7a128f6db5c540cb49d45182e071a878c0ac041/luma.lcd-0.2.1.tar.gz" } ], "0.2.2": [ { "comment_text": "", "digests": { "md5": "a53dff44652451750e8abeadc2cca003", "sha256": "d215c6ba9531e908dfeecbccfd21bfd500f2030e72c13eec3241b17e7cc15dd1" }, "downloads": -1, "filename": "luma.lcd-0.2.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "a53dff44652451750e8abeadc2cca003", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 9337, "upload_time": "2017-03-02T20:25:14", "url": "https://files.pythonhosted.org/packages/c0/6f/a1c93f16ae5053b2549f8c76085703d2f610c7c17e85edb906394fb6232d/luma.lcd-0.2.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "29288544f492eb1cec8545e90e97c20c", "sha256": "656b243b4d15cef72daca2fac8a7d3574c6ab1ed16900daae5fb45adb828d351" }, "downloads": -1, "filename": "luma.lcd-0.2.2.tar.gz", "has_sig": false, "md5_digest": "29288544f492eb1cec8545e90e97c20c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2219288, "upload_time": "2017-03-02T20:25:11", "url": "https://files.pythonhosted.org/packages/ba/0a/b5576eb67bef2276069b57fe478b8d2bc97b0e9c4d4fc816d5a1c805efec/luma.lcd-0.2.2.tar.gz" } ], "0.2.3": [ { "comment_text": "", "digests": { "md5": "29a66814593ed0b89d6fd5accb01f9a2", "sha256": "6e772f71a483ee230275936508433ab1aeaafdd55c85db2edac67c3172eea222" }, "downloads": -1, "filename": "luma.lcd-0.2.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "29a66814593ed0b89d6fd5accb01f9a2", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 9410, "upload_time": "2017-03-02T20:56:32", "url": "https://files.pythonhosted.org/packages/9f/75/99228bffe06efe25d38b08fea80ae60e27aa38b37516b53479ae1c4043ea/luma.lcd-0.2.3-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "3638aa28716d35b12a00524aa4347917", "sha256": "da6d78a322f757305022a8cdb0fb326ce233dd329534b309d5eaaf56473db50c" }, "downloads": -1, "filename": "luma.lcd-0.2.3.tar.gz", "has_sig": false, "md5_digest": "3638aa28716d35b12a00524aa4347917", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2219393, "upload_time": "2017-03-02T20:56:23", "url": "https://files.pythonhosted.org/packages/09/95/fcd7079d35864f4b13e56240ab5c7309296b2d782bdfa7801ec61f76430a/luma.lcd-0.2.3.tar.gz" } ], "0.3.0": [ { "comment_text": "", "digests": { "md5": "e348421fb42e487c3ed1a2a05bfd7869", "sha256": "ee4277b11e9169c6124861a893b6d91c249caae412844698c63fdae2b1949f30" }, "downloads": -1, "filename": "luma.lcd-0.3.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "e348421fb42e487c3ed1a2a05bfd7869", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 11426, "upload_time": "2017-03-05T00:06:42", "url": "https://files.pythonhosted.org/packages/6d/4e/359dd86f43ff0048e733e3a9638cd69cc816bf21117cd52f194c99414551/luma.lcd-0.3.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "62ff3e7df32bdb99d276d2eb4bd0859e", "sha256": "702fd2cd5ead0577a9ceeea3a4af12a6281aa84d71880f06dbd2ca851d201aa6" }, "downloads": -1, "filename": "luma.lcd-0.3.0.tar.gz", "has_sig": false, "md5_digest": "62ff3e7df32bdb99d276d2eb4bd0859e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4709651, "upload_time": "2017-03-05T00:06:38", "url": "https://files.pythonhosted.org/packages/22/e8/4af53171db7d3518d7375911e57fef23e41f7c104b98b53f85bdd0dd53b1/luma.lcd-0.3.0.tar.gz" } ], "0.3.1": [ { "comment_text": "", "digests": { "md5": "d574b477d3a3f9b571be16b32e24bcb3", "sha256": "b122370640b181a75fb4fc6cd9b9e2c74e8c90400d591feac25d16896e7b2760" }, "downloads": -1, "filename": "luma.lcd-0.3.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "d574b477d3a3f9b571be16b32e24bcb3", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 11497, "upload_time": "2017-03-08T19:48:03", "url": "https://files.pythonhosted.org/packages/4f/f9/efe29ece5d9afaddc541107cab59cf6e93439691c7008cddef9673534643/luma.lcd-0.3.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "7d14e6d40f615a73ec5a1c97034c7944", "sha256": "edf1fc938ae77ef53028c5c499a15eaedd0ef71693dda1a2006cf6bf4ca6abe4" }, "downloads": -1, "filename": "luma.lcd-0.3.1.tar.gz", "has_sig": false, "md5_digest": "7d14e6d40f615a73ec5a1c97034c7944", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4709683, "upload_time": "2017-03-08T19:47:59", "url": "https://files.pythonhosted.org/packages/45/81/11e69c16f9ff328e5f3bdf791e7a61785bc56ff393318522c86d28f0bc96/luma.lcd-0.3.1.tar.gz" } ], "0.3.2": [ { "comment_text": "", "digests": { "md5": "63797c5f4ffb6d19895e7c17b7a0f011", "sha256": "7cf299c650e111102175a427c6967f611dea01e586c0725d81a5cb9f46bfac62" }, "downloads": -1, "filename": "luma.lcd-0.3.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "63797c5f4ffb6d19895e7c17b7a0f011", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 11577, "upload_time": "2017-03-09T00:03:08", "url": "https://files.pythonhosted.org/packages/ff/73/71793a6acde04b84ecbc9408efa15078ef099780b2ef3d2c35b6ecd9cd58/luma.lcd-0.3.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b9dfcbbc23a4c75bcb0242546d7afc79", "sha256": "86ae53f0c04695ec7fcd17803f38baa8f9fa53c58698ed481b834c0abf5bbede" }, "downloads": -1, "filename": "luma.lcd-0.3.2.tar.gz", "has_sig": false, "md5_digest": "b9dfcbbc23a4c75bcb0242546d7afc79", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4709763, "upload_time": "2017-03-09T00:03:03", "url": "https://files.pythonhosted.org/packages/0c/ff/430d4c70963504cd1e91843678403d83fa136b6d7b24bbb1d312a3acaeff/luma.lcd-0.3.2.tar.gz" } ], "0.3.3": [ { "comment_text": "", "digests": { "md5": "d939cf9f975d6cf8175727c29083575b", "sha256": "6834aae71ac170faf7d71e52f589b99e3541171b618690a72793668f5740ce18" }, "downloads": -1, "filename": "luma.lcd-0.3.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "d939cf9f975d6cf8175727c29083575b", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 11740, "upload_time": "2017-03-14T19:06:05", "url": "https://files.pythonhosted.org/packages/27/d4/a3364966cd573c52ae60a87ba41f6732129fb9354088eb862f3cd078103f/luma.lcd-0.3.3-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "de5d569feb0a69357803ea2338d8ba8e", "sha256": "9fa0df46a8ddf691c4449e580bd3b76c2bd62c8e1da90284b966742a85051cc4" }, "downloads": -1, "filename": "luma.lcd-0.3.3.tar.gz", "has_sig": false, "md5_digest": "de5d569feb0a69357803ea2338d8ba8e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4709909, "upload_time": "2017-03-14T19:06:01", "url": "https://files.pythonhosted.org/packages/96/1e/d4170ed9f3fe1310ff849c50b508fcf9f416060778cdb5413f12c7d92cb7/luma.lcd-0.3.3.tar.gz" } ], "0.3.4": [ { "comment_text": "", "digests": { "md5": "37cb1e1ceb8a85e945588c474313e975", "sha256": "888ea929267cb659a9a19ee3d7dfd1a9b067f956c070f0cf6a20dad1ee7a7f6d" }, "downloads": -1, "filename": "luma.lcd-0.3.4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "37cb1e1ceb8a85e945588c474313e975", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 12307, "upload_time": "2017-04-07T19:43:56", "url": "https://files.pythonhosted.org/packages/e1/4b/996e736038a5f86b328da35c067bdaf7f6cac85441504d7eb0db305a82cd/luma.lcd-0.3.4-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a966fdbb0cb9d61ce3c220bfd8dc5264", "sha256": "26c8f64bc615a8a2eb8f6dd5856bb5953e20875236c0546b34057a7e642ca6b7" }, "downloads": -1, "filename": "luma.lcd-0.3.4.tar.gz", "has_sig": false, "md5_digest": "a966fdbb0cb9d61ce3c220bfd8dc5264", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4710542, "upload_time": "2017-04-07T19:43:52", "url": "https://files.pythonhosted.org/packages/93/37/f925207b92420d517233489eb84a54813fad39ceebbcc3b646e1f6da9851/luma.lcd-0.3.4.tar.gz" } ], "0.4.1": [ { "comment_text": "", "digests": { "md5": "33067248de8674a461bf0613c455237f", "sha256": "7d5e517475d54cef447cce861e16685273e2f3295ffd5cd4457795316cb7db07" }, "downloads": -1, "filename": "luma.lcd-0.4.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "33067248de8674a461bf0613c455237f", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 13989, "upload_time": "2017-04-22T19:20:47", "url": "https://files.pythonhosted.org/packages/73/06/56024cebd420c9c452369295ea366f0fe14baf25d44f8cc9cecf00dd7aa5/luma.lcd-0.4.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "7848f826bd6688ee33b946d77120af61", "sha256": "0aefe070a812c0dbf1b9f5d0ca1c17227fcd41f013f08d8fa3a7daf69848d597" }, "downloads": -1, "filename": "luma.lcd-0.4.1.tar.gz", "has_sig": false, "md5_digest": "7848f826bd6688ee33b946d77120af61", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4997333, "upload_time": "2017-04-22T19:20:43", "url": "https://files.pythonhosted.org/packages/a4/5e/ad7d909acda26a92462a06dd1e8a4f31087290385e659651a36db2295b56/luma.lcd-0.4.1.tar.gz" } ], "0.5.0": [ { "comment_text": "", "digests": { "md5": "7eb50c679d079133f087d12fbf543950", "sha256": "b9ebc9607bad9958f6069a3b125e032dc2c38539fa3629eb1ef9888445b52236" }, "downloads": -1, "filename": "luma.lcd-0.5.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "7eb50c679d079133f087d12fbf543950", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 14598, "upload_time": "2017-06-11T17:21:32", "url": "https://files.pythonhosted.org/packages/31/fb/c0414a256991439298e296913a7df25c754a3a843b6055e1c011190fe7b8/luma.lcd-0.5.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "64e5fa50f2c5929f3891c20e7ef4e7c7", "sha256": "687a02a30d5b2de071e7652a5d4b0929174b92cbe3095df56d58ea5761c63cfb" }, "downloads": -1, "filename": "luma.lcd-0.5.0.tar.gz", "has_sig": false, "md5_digest": "64e5fa50f2c5929f3891c20e7ef4e7c7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6847899, "upload_time": "2017-06-11T17:21:28", "url": "https://files.pythonhosted.org/packages/f1/f7/2a9aab053eea00896a84592250677d730a0cac7f3d644badc62fa6d4938b/luma.lcd-0.5.0.tar.gz" } ], "1.0.0": [ { "comment_text": "", "digests": { "md5": "a046ec965873312864e31e22feea782b", "sha256": "79308e18d3cfa8943e0d357794e2563c164a00bc687bd0f053fb6008b709d1f7" }, "downloads": -1, "filename": "luma.lcd-1.0.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "a046ec965873312864e31e22feea782b", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 14949, "upload_time": "2017-09-08T23:51:02", "url": "https://files.pythonhosted.org/packages/90/fa/cff2dfade37550495c56ffac11485024849b2dd9353614c7be24de3ff2e5/luma.lcd-1.0.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b11bdac487241fe74aef0018b755b6dd", "sha256": "7b9adf9b40fd3d5f0644ac811afa95d4d20f3ce989454df2b19aaa22062c6f15" }, "downloads": -1, "filename": "luma.lcd-1.0.0.tar.gz", "has_sig": false, "md5_digest": "b11bdac487241fe74aef0018b755b6dd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6848276, "upload_time": "2017-09-08T23:50:58", "url": "https://files.pythonhosted.org/packages/b9/e4/7887a73f80f18e2431282329b79d9590bc53afcd4388e57a9526a39f5e69/luma.lcd-1.0.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "d8b4bdcea9b64a313dc06b4bd49adca7", "sha256": "0df3dae58770a3f67ad90110b92bb745b31761fcf01bcdba7e2aad4dca134c68" }, "downloads": -1, "filename": "luma.lcd-1.0.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "d8b4bdcea9b64a313dc06b4bd49adca7", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 14643, "upload_time": "2017-09-14T22:54:32", "url": "https://files.pythonhosted.org/packages/92/e6/d26b4d5699633e07411a427184e26b73526145aca7007ea1eaf66b01bfc0/luma.lcd-1.0.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "fb6705e3d13f53a9147f0e9032a26b4b", "sha256": "27049b03136b0af2b7c711a781f5c53a48bf2dc7046cc40dfefd1a10f50fb5d1" }, "downloads": -1, "filename": "luma.lcd-1.0.1.tar.gz", "has_sig": false, "md5_digest": "fb6705e3d13f53a9147f0e9032a26b4b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6847996, "upload_time": "2017-09-14T22:54:24", "url": "https://files.pythonhosted.org/packages/99/59/1a5fa0c3e01c0fd098097a302d831ac49284b836454e086b3c50bdecc987/luma.lcd-1.0.1.tar.gz" } ], "1.0.2": [ { "comment_text": "", "digests": { "md5": "aacdfc44663f0da937682a14495b3ba2", "sha256": "229486afb959ed617f1163347e174afee8c5d04f81819287d2d4242d17e578a9" }, "downloads": -1, "filename": "luma.lcd-1.0.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "aacdfc44663f0da937682a14495b3ba2", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 14739, "upload_time": "2017-10-30T10:51:57", "url": "https://files.pythonhosted.org/packages/3e/d2/80399cd65f0ee7964c644552c64ef627dbc1fa53c66678141bdc6020467b/luma.lcd-1.0.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "1c886229a204799493588a28ab74b393", "sha256": "7454eb1459bb204db84be1a51a874888268612e45d71ce9ab9e8ed888195a757" }, "downloads": -1, "filename": "luma.lcd-1.0.2.tar.gz", "has_sig": false, "md5_digest": "1c886229a204799493588a28ab74b393", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6844960, "upload_time": "2017-10-30T10:51:54", "url": "https://files.pythonhosted.org/packages/35/ad/3ee4dfcbc58ea4a04edc69f99682b22189994e495b7ceefa2b61c7588430/luma.lcd-1.0.2.tar.gz" } ], "1.0.3": [ { "comment_text": "", "digests": { "md5": "f73c22738031d764b2f40d97efab1c4d", "sha256": "04a95ef5992c697e6c7c22de270e62bb1c79bafed43733366468dff9b155d77a" }, "downloads": -1, "filename": "luma.lcd-1.0.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "f73c22738031d764b2f40d97efab1c4d", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 14810, "upload_time": "2017-11-23T19:44:16", "url": "https://files.pythonhosted.org/packages/6d/c2/bc2eb3cae0b0de4e0ca7301077f08606de8181a17608a99e96a5bcfeb739/luma.lcd-1.0.3-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "07b0852f1b568ed319bf4c043ffeba7d", "sha256": "5306f69bfcc2556b793ce42d5143f00c106704acefb06287c54dc7a10c6b781d" }, "downloads": -1, "filename": "luma.lcd-1.0.3.tar.gz", "has_sig": false, "md5_digest": "07b0852f1b568ed319bf4c043ffeba7d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6845167, "upload_time": "2017-11-23T19:44:11", "url": "https://files.pythonhosted.org/packages/69/52/3c869d35ab4319fc5b212abb8ca1cf2445b2da7fb86724b52ec2cf064cc8/luma.lcd-1.0.3.tar.gz" } ], "1.1.0": [ { "comment_text": "", "digests": { "md5": "6a7870bbcfb713cd2a4a3eea723df114", "sha256": "0b2a5540c0a898ed751bfd4352be23919ed42b53d707c2d8d60e32b9e1050d5b" }, "downloads": -1, "filename": "luma.lcd-1.1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "6a7870bbcfb713cd2a4a3eea723df114", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 15249, "upload_time": "2018-09-07T18:17:53", "url": "https://files.pythonhosted.org/packages/3e/fb/a5c8a3568a43551ab4683ee7ac73d1b9eb60412b260f53bc22835e9bdc29/luma.lcd-1.1.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "4446cd0c399f6896f5ad2c1c5fe09b4f", "sha256": "d8dba4ef2be2631acea2bce5abdc80914315bbb49e0d0b00839d29629f9524df" }, "downloads": -1, "filename": "luma.lcd-1.1.0.tar.gz", "has_sig": false, "md5_digest": "4446cd0c399f6896f5ad2c1c5fe09b4f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6945979, "upload_time": "2018-09-07T18:17:49", "url": "https://files.pythonhosted.org/packages/cc/07/40bead5c6ebd28380a675c7de19fef3d1908501c41f147a5bec5b360dedc/luma.lcd-1.1.0.tar.gz" } ], "1.1.1": [ { "comment_text": "", "digests": { "md5": "acae4303ce67cd6acd6ebbffbf9e0e9b", "sha256": "e384a6a3df21b41fa6344bf75202f1c8aba34fb69ce7d085653366fd34fc04eb" }, "downloads": -1, "filename": "luma.lcd-1.1.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "acae4303ce67cd6acd6ebbffbf9e0e9b", "packagetype": "bdist_wheel", "python_version": "3.7", "requires_python": null, "size": 12401, "upload_time": "2019-03-30T11:45:47", "url": "https://files.pythonhosted.org/packages/98/ae/f3453eef5f4684ef903164cac5fce7f2a2e53fa1026097f43853b6663d35/luma.lcd-1.1.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b5b9aa98f0fefc2405201487fbd1024c", "sha256": "9bed86c5af3eb008d9d255b873f14f86d98d6770f6221bb9a61bbc8d94150b1e" }, "downloads": -1, "filename": "luma.lcd-1.1.1.tar.gz", "has_sig": false, "md5_digest": "b5b9aa98f0fefc2405201487fbd1024c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6949386, "upload_time": "2019-03-30T11:45:44", "url": "https://files.pythonhosted.org/packages/95/92/5f3da4de7ea0390a7d1a1c49416a2ff2b8c44d3fd30329c5478766712424/luma.lcd-1.1.1.tar.gz" } ], "2.0.0": [ { "comment_text": "", "digests": { "md5": "ba6e08b79d1a3bcd5dec438aea8f6a07", "sha256": "0c40d8402d7216c536258124ef9bf857510f77b6f87e93f35355f665b4105557" }, "downloads": -1, "filename": "luma.lcd-2.0.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "ba6e08b79d1a3bcd5dec438aea8f6a07", "packagetype": "bdist_wheel", "python_version": "3.7", "requires_python": null, "size": 12150, "upload_time": "2019-06-02T21:29:57", "url": "https://files.pythonhosted.org/packages/61/aa/d479865c0c0c57680d2181068a79cd2f2634a03f150e4bcc69846338ff32/luma.lcd-2.0.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "f4eeb8929d4ef54b72d27301a71501ec", "sha256": "8854df83aaca079e3d7973946a7c90ee6e6b72b26480712ee9c4188c0e5399c0" }, "downloads": -1, "filename": "luma.lcd-2.0.0.tar.gz", "has_sig": false, "md5_digest": "f4eeb8929d4ef54b72d27301a71501ec", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6949763, "upload_time": "2019-06-02T21:29:48", "url": "https://files.pythonhosted.org/packages/95/7d/3074964121fb6eebe5204959117e050787e800b3401a2c276af0b413a3c4/luma.lcd-2.0.0.tar.gz" } ], "2.1.0": [ { "comment_text": "", "digests": { "md5": "f627d8a9c1124bf5b893bc4f759b1ecf", "sha256": "6d710e852944886aeec00c65f01e41857c92914e3ab4589c774d5028b324c9a1" }, "downloads": -1, "filename": "luma.lcd-2.1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "f627d8a9c1124bf5b893bc4f759b1ecf", "packagetype": "bdist_wheel", "python_version": "3.7", "requires_python": null, "size": 12205, "upload_time": "2019-06-16T20:17:08", "url": "https://files.pythonhosted.org/packages/21/2b/7eda9460efbf2999823bd3912aacad7988aca7055ea4bfaacc6c26b56b6b/luma.lcd-2.1.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2c633e7027a14c930510ba75a43aa4e3", "sha256": "1389bfb5115a4d559c58075fef2731e6d9ca93c0a6a9ebaa036f99dfe05b3703" }, "downloads": -1, "filename": "luma.lcd-2.1.0.tar.gz", "has_sig": false, "md5_digest": "2c633e7027a14c930510ba75a43aa4e3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6947005, "upload_time": "2019-06-16T20:17:05", "url": "https://files.pythonhosted.org/packages/34/ca/2739368721f88cfd492f2f816613ed2f27165a8329233e0fb69feebfefb0/luma.lcd-2.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "f627d8a9c1124bf5b893bc4f759b1ecf", "sha256": "6d710e852944886aeec00c65f01e41857c92914e3ab4589c774d5028b324c9a1" }, "downloads": -1, "filename": "luma.lcd-2.1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "f627d8a9c1124bf5b893bc4f759b1ecf", "packagetype": "bdist_wheel", "python_version": "3.7", "requires_python": null, "size": 12205, "upload_time": "2019-06-16T20:17:08", "url": "https://files.pythonhosted.org/packages/21/2b/7eda9460efbf2999823bd3912aacad7988aca7055ea4bfaacc6c26b56b6b/luma.lcd-2.1.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2c633e7027a14c930510ba75a43aa4e3", "sha256": "1389bfb5115a4d559c58075fef2731e6d9ca93c0a6a9ebaa036f99dfe05b3703" }, "downloads": -1, "filename": "luma.lcd-2.1.0.tar.gz", "has_sig": false, "md5_digest": "2c633e7027a14c930510ba75a43aa4e3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6947005, "upload_time": "2019-06-16T20:17:05", "url": "https://files.pythonhosted.org/packages/34/ca/2739368721f88cfd492f2f816613ed2f27165a8329233e0fb69feebfefb0/luma.lcd-2.1.0.tar.gz" } ] }