{ "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 `__ **|** \n`luma.lcd `__ **|** \n`luma.led_matrix `__ **|** \nluma.oled\n\nLuma.OLED\n---------\n**Display drivers for SSD1306 / SSD1309 / SSD1322 / SSD1325 / SSD1327 / SSD1331 / SSD1351 / SH1106**\n\n.. image:: https://travis-ci.org/rm-hull/luma.oled.svg?branch=master\n :target: https://travis-ci.org/rm-hull/luma.oled\n\n.. image:: https://coveralls.io/repos/github/rm-hull/luma.oled/badge.svg?branch=master\n :target: https://coveralls.io/github/rm-hull/luma.oled?branch=master\n\n.. image:: https://readthedocs.org/projects/luma-oled/badge/?version=latest\n :target: http://luma-oled.readthedocs.io/en/latest/?badge=latest\n\n.. image:: https://img.shields.io/pypi/pyversions/luma.oled.svg\n :target: https://pypi.python.org/pypi/luma.oled\n\n.. image:: https://img.shields.io/pypi/v/luma.oled.svg\n :target: https://pypi.python.org/pypi/luma.oled\n\n.. image:: https://img.shields.io/maintenance/yes/2019.svg?maxAge=2592000\n\nPython library interfacing OLED matrix displays with the SSD1306, SSD1309,\nSSD1322, SSD1325, SSD1327, SSD1331, SSD1351 or SH1106 driver using I2C/SPI on\nthe Raspberry Pi and other linux-based single-board computers - it provides a\nPillow-compatible drawing canvas, and other 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\nDocumentation\n-------------\nFull documentation with installation instructions and examples can be found on\nhttps://luma-oled.readthedocs.io.\n\nA list of tested devices can be found in the\n`wiki `_.\n\nThe display pictured below is a SSD1306 (128 x 64 pixels), and the board is `tiny` enough to fit\ninside the RPi case.\n\n.. image:: https://raw.githubusercontent.com/rm-hull/luma.oled/master/doc/images/mounted_display.jpg\n :alt: mounted\n\n.. image:: https://raw.githubusercontent.com/rm-hull/luma.oled/master/doc/images/ssd1322.jpg\n :alt: ssd1322\n\nAs well as display drivers for various physical OLED devices, there are\nemulators that run in real-time (with pygame) and others that can take\nscreenshots, or assemble animated GIFs, as per the examples below (source code\nfor these is available in the `luma.examples `_ \ngit repository:\n\n.. image:: https://raw.githubusercontent.com/rm-hull/luma.oled/master/doc/images/clock_anim.gif?raw=true\n :alt: clock\n\n.. image:: https://raw.githubusercontent.com/rm-hull/luma.oled/master/doc/images/invaders_anim.gif?raw=true\n :alt: invaders\n\n.. image:: https://raw.githubusercontent.com/rm-hull/luma.oled/master/doc/images/crawl_anim.gif?raw=true\n :alt: crawl\n\nBreaking changes\n----------------\nVersion 2.0.0 was released on 11 January 2017: this came with a rename of the\ngithub project from **ssd1306** to **luma.oled** to reflect the changing nature\nof the codebase.\n\nSome core functionality has been moved out to another git repository,\n`luma.core `_: this has enabled\nanother project to have a facelift: **pcd8544** has now been reborn as\n`luma.lcd `_: the same API can now be\nused across both projects. Likewise **max7219** has been renamed to\n`luma.led_matrix `_ so\nit can also take advantage of the common API.\n\nThe consequence is that any existing code that uses the old **ssd1306** package\nwill need to be updated. The changes should be limited to altering import\nstatements only, and are described in the \n`upgrade documentation `_.\n\nLicense\n-------\nThe MIT License (MIT)\n\nCopyright (c) 2014-2019 Richard Hull and 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.oled\n\nContributors\n^^^^^^^^^^^^\n* Thijs Triemstra (@thijstriemstra)\n* Christoph Handel (@fragfutter)\n* Boeeerb (@Boeeerb)\n* xes (@xes)\n* Roger Dahl (@rogerdahl)\n* V\u00e1clav \u0160milauer (@eudoxos)\n* Claus Bjerre (@bjerrep)\n* Vx Displays LLC (@VxGeeks)\n* Christopher Arndt (@SpotlightKid)\n* Sascha Walther (@leragequit)\n* Marcus Kellerman (@sharkusk)\n* Phil Howard (@gadgetoid)\n* @wjgeorge\n* Doug Burrell (@doug-burrell)\n\nChangeLog\n---------\n\n+------------+---------------------------------------------------------------------+------------+\n| Version | Description | Date |\n+============+=====================================================================+============+\n| **3.3.0** | * Namespace fix | 2019/06/19 |\n+------------+---------------------------------------------------------------------+------------+\n| **3.2.1** | * Fix bug where SSD1325 ``framebuffer=diff_to_prev`` didn't set | 2019/04/30 |\n| | column address properly, resulting in garbled output | |\n+------------+---------------------------------------------------------------------+------------+\n| **3.2.0** | * Add support for 128x64 OLED (Newhaven SSD1322_NHD)) | 2019/04/17 |\n+------------+---------------------------------------------------------------------+------------+\n| **3.1.1** | * Fix bug where SSD1327 ``framebuffer=diff_to_prev`` didn't set | 2019/03/30 |\n| | column address properly, resulting in garbled output | |\n| | * Minor API documentation improvements | |\n+------------+---------------------------------------------------------------------+------------+\n| **3.1.0** | * Add support for 128x64 monochrome OLED (SSD1309) | 2018/12/21 |\n+------------+---------------------------------------------------------------------+------------+\n| **3.0.1** | * Fix bug where SSD1325/1327 didn't handle ``framebuffer`` properly | 2018/12/21 |\n+------------+---------------------------------------------------------------------+------------+\n| **3.0.0** | * **BREAKING** Fix SSD1351 init sequence didn't set RGB/BGR color | 2018/12/02 |\n| | order properly. Users of this device should verify proper color | |\n| | rendering and add ``bgr=True`` if blue/red color components | |\n| | appear to be reversed | |\n| | * Device consolidation - greyscale and colour SSD13xx devices now | |\n| | share common base classes. | |\n+------------+---------------------------------------------------------------------+------------+\n| **2.5.1** | * Fix bug where SSD1331/1351 didn't render green accurately | 2018/09/14 |\n+------------+---------------------------------------------------------------------+------------+\n| **2.5.0** | * Add support form 128x128 Monochrome OLED (SH1106) (by @Gadgetoid) | 2018/09/07 |\n| | * Dependency and documentation updates | |\n| | * Minor packaging changes | |\n+------------+---------------------------------------------------------------------+------------+\n| **2.4.1** | * Fix bug where SSD1327 init sequence exceeds serial command size | 2018/05/28 |\n+------------+---------------------------------------------------------------------+------------+\n| **2.4.0** | * Support for 128x128 4-bit OLED (SSD1327) | 2018/04/18 |\n+------------+---------------------------------------------------------------------+------------+\n| **2.3.2** | * Support for 96x96 color OLED (SSD1351) | 2018/03/03 |\n+------------+---------------------------------------------------------------------+------------+\n| **2.3.1** | * Changed version number to inside ``luma/oled/__init__.py`` | 2017/11/23 |\n+------------+---------------------------------------------------------------------+------------+\n| **2.3.0** | * Support for 128x128 color OLED (SSD1351) | 2017/10/30 |\n+------------+---------------------------------------------------------------------+------------+\n| **2.2.12** | * Explicitly state 'UTF-8' encoding in setup when reading files | 2017/10/18 |\n+------------+---------------------------------------------------------------------+------------+\n| **2.2.11** | * Update dependencies | 2017/09/19 |\n| | * Additional troubleshooting documentation | |\n+------------+---------------------------------------------------------------------+------------+\n| **2.2.10** | * Add support for 128x32 mode for SH1106 | 2017/05/01 |\n+------------+---------------------------------------------------------------------+------------+\n| **2.2.9** | * luma.core 0.9.0 or newer is required now | 2017/04/22 |\n| | * Documentation amends | |\n+------------+---------------------------------------------------------------------+------------+\n| **2.2.8** | * SSD1331 & SSD1322 framebuffer & API docstrings | 2017/04/13 |\n+------------+---------------------------------------------------------------------+------------+\n| **2.2.7** | * Add support for 64x32 SSD1306 OLED | 2017/04/12 |\n+------------+---------------------------------------------------------------------+------------+\n| **2.2.6** | * Add support for 64x48 SSD1306 OLED | 2017/03/30 |\n+------------+---------------------------------------------------------------------+------------+\n| **2.2.5** | * Restrict exported Python symbols from ``luma.oled.device`` | 2017/03/02 |\n+------------+---------------------------------------------------------------------+------------+\n| **2.2.4** | * Tweaked SSD1325 init settings & replaced constants | 2017/02/17 |\n| | * Update dependencies | |\n+------------+---------------------------------------------------------------------+------------+\n| **2.2.3** | * Monochrome rendering on SSD1322 & SSD1325 | 2017/02/14 |\n+------------+---------------------------------------------------------------------+------------+\n| **2.2.2** | * SSD1325 performance improvements (perfloop: 25.50 --> 34.31 FPS) | 2017/02/02 |\n| | * SSD1331 performance improvements (perfloop: 34.64 --> 51.89 FPS) | |\n+------------+---------------------------------------------------------------------+------------+\n| **2.2.1** | * Support for 256x64 4-bit greyscale OLED (SSD1322) | 2017/01/29 |\n| | * Improved API documentation (shows inherited members) | |\n+------------+---------------------------------------------------------------------+------------+\n| **2.1.0** | * Simplify/optimize SSD1306 display logic | 2017/01/22 |\n+------------+---------------------------------------------------------------------+------------+\n| **2.0.1** | * Moved examples to separate git repo | 2017/01/15 |\n| | * Add notes about breaking changes | |\n+------------+---------------------------------------------------------------------+------------+\n| **2.0.0** | * Package rename to ``luma.oled`` (**Note:** Breaking changes) | 2017/01/11 |\n+------------+---------------------------------------------------------------------+------------+\n| **1.5.0** | * Performance improvements for SH1106 driver (2x frame rate!) | 2017/01/09 |\n| | * Support for 4-bit greyscale OLED (SSD1325) | |\n| | * Landscape/portrait orientation with rotate=N parameter | |\n+------------+---------------------------------------------------------------------+------------+\n| **1.4.0** | * Add savepoint/restore functionality | 2016/12/23 |\n| | * Add terminal functionality | |\n| | * Canvas image dithering | |\n| | * Additional & improved examples | |\n| | * Load config settings from file (for examples) | |\n| | * Universal wheel distribution | |\n| | * Improved/simplified error reporting | |\n| | * Documentation updates | |\n+------------+---------------------------------------------------------------------+------------+\n| **1.3.1** | * Add ability to adjust brightness of screen | 2016/12/11 |\n| | * Fix for wrong value NORMALDISPLAY for SSD1331 device | |\n+------------+---------------------------------------------------------------------+------------+\n| **1.3.0** | * Support for 16-bit color OLED (SSD1331) | 2016/12/11 |\n| | * Viewport/scrolling support | |\n| | * Remove pygame as an install dependency in setup | |\n| | * Ensure SH1106 device collapses color images to monochrome | |\n| | * Fix for emulated devices: do not need cleanup | |\n| | * Fix to allow gifanim emulator to process 1-bit images | |\n| | * Establish a single threadpool for all virtual viewports | |\n| | * Fix issue preventing multiple threads from running concurrently | |\n| | * Documentation updates | |\n+------------+---------------------------------------------------------------------+------------+\n| **1.2.0** | * Add support for 128x32, 96x16 OLED screens (SSD1306 chipset only) | 2016/12/08 |\n| | * Fix boundary condition error when supplying max-frames to gifanim | |\n| | * Bit pattern calc rework when conveting color -> monochrome | |\n| | * Approx 20% performance improvement in ``display`` method | |\n+------------+---------------------------------------------------------------------+------------+\n| **1.1.0** | * Add animated-GIF emulator | 2016/12/05 |\n| | * Add color-mode flag to emulator | |\n| | * Fix regression in SPI interface | |\n| | * Rename emulator transform option 'scale' to 'identity' | |\n+------------+---------------------------------------------------------------------+------------+\n| **1.0.0** | * Add HQX scaling to capture and pygame emulators | 2016/12/03 |\n| | * SPI support (**NOTE:** contains breaking changes) | |\n| | * Improve benchmarking examples | |\n| | * Fix resource leakage & noops on emulated devices | |\n| | * Additional tests | |\n+------------+---------------------------------------------------------------------+------------+\n| **0.3.5** | * Pygame-based device emulator & screen capture device emulator | 2016/11/30 |\n| | * Add bouncing balls demo, clock & Space Invaders examples | |\n| | * Auto cleanup on exit | |\n| | * Add ``bounding_box`` attribute to devices | |\n| | * Demote buffer & pages attributes to \"internal use\" only | |\n| | * Replaced SH1106 data sheet with version that is not \"preliminary\" | |\n| | * Add font attribution | |\n| | * Tests for SSD1306 & SSH1106 devices | |\n| | * Add code coverage & upload to coveralls.io | |\n| | * flake8 code compliance | |\n| | * Documentation updates | |\n+------------+---------------------------------------------------------------------+------------+\n| **0.3.4** | * Performance improvements - render speeds ~2x faster | 2016/11/15 |\n| | * Documentation updates | |\n+------------+---------------------------------------------------------------------+------------+\n| **0.3.3** | * Add PyPi badge | 2016/11/15 |\n| | * Use smbus2 | |\n+------------+---------------------------------------------------------------------+------------+\n| **0.3.2** | * Fix bug in maze example (integer division on python 3) | 2016/11/13 |\n| | * Use latest pip | |\n| | * Add tox & travis config (+ badge) | |\n| | * Add RTFD config | |\n| | * Documentation updates | |\n+------------+---------------------------------------------------------------------+------------+\n| **0.3.1** | * Adjust requirements (remove smbus) | 2016/11/13 |\n| | * Default RTFD theme | |\n| | * Documentation updates | |\n+------------+---------------------------------------------------------------------+------------+\n| **0.3.0** | * Allow SMBus implementation to be supplied | 2016/11/13 |\n| | * Add show, hide and clear methods | |\n| | * Catch & rethrow ``IOError`` exceptions | |\n| | * Fix error in 'hello world' example | |\n| | * Cleanup imports | |\n| | * Allow setting width/height | |\n| | * Documentation updates | |\n+------------+---------------------------------------------------------------------+------------+\n| **0.2.0** | * Add Python 3 support | 2016/09/06 |\n| | * Add options to demos | |\n| | * Micro-optimizations | |\n| | * Remove unused optional arg | |\n| | * Fix bug in rendering image data | |\n| | * Added more examples | |\n| | * Add setup file | |\n| | * Support SH1106 | |\n| | * Documentation updates | |\n+------------+---------------------------------------------------------------------+------------+\n", "description_content_type": "", "docs_url": null, "download_url": "https://github.com/rm-hull/luma.oled/tarball/3.3.0", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/rm-hull/luma.oled", "keywords": "raspberry pi rpi oled display screen rgb monochrome greyscale color ssd1306 ssd1309 ssd1322 ssd1325 ssd1327 ssd1331 ssd1351 sh1106 spi i2c 256x64 128x64 128x32 96x16", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "luma.oled", "package_url": "https://pypi.org/project/luma.oled/", "platform": "", "project_url": "https://pypi.org/project/luma.oled/", "project_urls": { "Download": "https://github.com/rm-hull/luma.oled/tarball/3.3.0", "Homepage": "https://github.com/rm-hull/luma.oled" }, "release_url": "https://pypi.org/project/luma.oled/3.3.0/", "requires_dist": null, "requires_python": "", "summary": "A small library to drive an OLED device with either SSD1306, SSD1309, SSD1322, SSD1325, SSD1327, SSD1331, SSD1351 or SH1106 chipset", "version": "3.3.0" }, "last_serial": 5404864, "releases": { "2.0.0": [ { "comment_text": "", "digests": { "md5": "ee31de54926e7b14647422f4d4115cee", "sha256": "ff00f96ec400080c5df7cc2e9c61ec37cfd01a4847e2f516783bdf980a4b0898" }, "downloads": -1, "filename": "luma.oled-2.0.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "ee31de54926e7b14647422f4d4115cee", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 18879, "upload_time": "2017-01-11T01:23:22", "url": "https://files.pythonhosted.org/packages/b7/f8/dff6f195cc99590a7136f9a541007545a4dce7482ca1f326c97dc7ca01bb/luma.oled-2.0.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "422e804a210ded462d4827a05e8cf871", "sha256": "a2487b4b81e2f11ad1579088c3cfedd0d42af32f347b0ba002a32c20cf4fb682" }, "downloads": -1, "filename": "luma.oled-2.0.0.tar.gz", "has_sig": false, "md5_digest": "422e804a210ded462d4827a05e8cf871", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8610093, "upload_time": "2017-01-11T01:23:18", "url": "https://files.pythonhosted.org/packages/46/15/ab8528c491372da7771fee0b223802561dec3b79712bc133d5f8d4494666/luma.oled-2.0.0.tar.gz" } ], "2.0.1": [ { "comment_text": "", "digests": { "md5": "31e1eaae992e51a6958a27ffa857ab40", "sha256": "5b2af10b3582f310900d7b7db82a24639c81e029fd5d22835666667de4b19492" }, "downloads": -1, "filename": "luma.oled-2.0.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "31e1eaae992e51a6958a27ffa857ab40", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 31345, "upload_time": "2017-01-15T13:11:46", "url": "https://files.pythonhosted.org/packages/c5/e9/5aaa50355741cfe24135927156b78db26d81c655fb7d285fbcd7a21c5a39/luma.oled-2.0.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "7c7f31ea2c912a560d6aedefece99063", "sha256": "f3f1a820a8c4eae3d012f4ede392f378fbb7348175b7933fedd765ac6413e081" }, "downloads": -1, "filename": "luma.oled-2.0.1.tar.gz", "has_sig": false, "md5_digest": "7c7f31ea2c912a560d6aedefece99063", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4633942, "upload_time": "2017-01-15T13:11:42", "url": "https://files.pythonhosted.org/packages/05/26/5702b2958b6de4e4e2d2437979b22fe1a637b4f84fac7d0d8d067d178d05/luma.oled-2.0.1.tar.gz" } ], "2.1.0": [ { "comment_text": "", "digests": { "md5": "69726e8052077829cd54bea9724ec75e", "sha256": "dfdfbe08ee6ee99b105f4c73aed5989ba463fae1a4db9e74c9ee171615e46b78" }, "downloads": -1, "filename": "luma.oled-2.1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "69726e8052077829cd54bea9724ec75e", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 31365, "upload_time": "2017-01-22T20:23:03", "url": "https://files.pythonhosted.org/packages/49/f0/3ddba1eaa125a219aa2c13c6020713b03249aa47747f97744838192cd155/luma.oled-2.1.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c1219540f11c5f0732777eae628884e1", "sha256": "0d519332eb3e9a466c9a931009a5e95711704d789e7889bf448f2043f54868b6" }, "downloads": -1, "filename": "luma.oled-2.1.0.tar.gz", "has_sig": false, "md5_digest": "c1219540f11c5f0732777eae628884e1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4634051, "upload_time": "2017-01-22T20:22:58", "url": "https://files.pythonhosted.org/packages/94/63/70fe4da0b5249b8d0b2a5f8a9f871c56b24aade9abfff76c7707d44b9bb8/luma.oled-2.1.0.tar.gz" } ], "2.2.0": [ { "comment_text": "", "digests": { "md5": "8cc9fdfd840e939632a66622fe6aeb56", "sha256": "ad33e64e992604a401757aea8c18f4aac5fcf7a6be153cd288ffc8c9d151d61d" }, "downloads": -1, "filename": "luma.oled-2.2.0.tar.gz", "has_sig": false, "md5_digest": "8cc9fdfd840e939632a66622fe6aeb56", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5384097, "upload_time": "2017-01-29T21:25:31", "url": "https://files.pythonhosted.org/packages/cb/ae/0618c3e86bcdbc326c95edbebd9ea146083ea90e96c2c23a33826bb9d0af/luma.oled-2.2.0.tar.gz" } ], "2.2.1": [ { "comment_text": "", "digests": { "md5": "99db6a931bb652703102e020a151fae5", "sha256": "ac1d89dd5d4a5d37650c1a8bffb7930f587718793a53017972033a628d0d1fc1" }, "downloads": -1, "filename": "luma.oled-2.2.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "99db6a931bb652703102e020a151fae5", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 16508, "upload_time": "2017-01-29T21:29:42", "url": "https://files.pythonhosted.org/packages/e9/2f/938ebe74a39b89dfa1fdcc7532bd687aef8ffe59f5935502bec0a5280778/luma.oled-2.2.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "4a744fbf9b65f8c79c6ba62b96b9475e", "sha256": "001576f3823cdd434f7262467361d51ccac21e6417f853e6b4f823612812e9f6" }, "downloads": -1, "filename": "luma.oled-2.2.1.tar.gz", "has_sig": false, "md5_digest": "4a744fbf9b65f8c79c6ba62b96b9475e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5384107, "upload_time": "2017-01-29T21:29:38", "url": "https://files.pythonhosted.org/packages/32/f1/24cfaae91fe3efdbd744a97894fd2025e9c2d8382b37122eeca1b118fa49/luma.oled-2.2.1.tar.gz" } ], "2.2.10": [ { "comment_text": "", "digests": { "md5": "f9323ac4ff0af6525a2672d87f88386f", "sha256": "a289bba078ff22474614ecaad8f41d671c2c0b22f234b5d94f43c17b91b12dae" }, "downloads": -1, "filename": "luma.oled-2.2.10-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "f9323ac4ff0af6525a2672d87f88386f", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 18042, "upload_time": "2017-05-01T21:36:10", "url": "https://files.pythonhosted.org/packages/7c/ca/7881e1c206dd93473fba999378d536d803c58656441430239f7d4fa3954e/luma.oled-2.2.10-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2a603f3caf10beed8135d681a4881f1b", "sha256": "0f0a5f099208f4944b91ff35e60259e8a15c632badb26ca80d481c604742ebd7" }, "downloads": -1, "filename": "luma.oled-2.2.10.tar.gz", "has_sig": false, "md5_digest": "2a603f3caf10beed8135d681a4881f1b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5597706, "upload_time": "2017-05-01T21:36:06", "url": "https://files.pythonhosted.org/packages/f8/95/7d9c6879283320c495947c75d721aa9649bd2fa6796054822d4e006280eb/luma.oled-2.2.10.tar.gz" } ], "2.2.11": [ { "comment_text": "", "digests": { "md5": "09e85392b52b8eeeadf04b4dd3e3614b", "sha256": "5c09d1b98cdb005e548e15cecacf5d4ee3d8ff8258c16730e2282b014ebe44aa" }, "downloads": -1, "filename": "luma.oled-2.2.11-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "09e85392b52b8eeeadf04b4dd3e3614b", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 18181, "upload_time": "2017-09-19T07:23:30", "url": "https://files.pythonhosted.org/packages/b1/68/ed0866adfa3997b8da4bf604cb96b6455cba4c9eff2a2183c04d01dbcb8a/luma.oled-2.2.11-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2d16d4c99b171f77ff5be8a2064ebfe2", "sha256": "30de717042261e4fb6c2d03a935ae36904b6e29eed4c7fde903d9c8b68c3e2c9" }, "downloads": -1, "filename": "luma.oled-2.2.11.tar.gz", "has_sig": false, "md5_digest": "2d16d4c99b171f77ff5be8a2064ebfe2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5684999, "upload_time": "2017-09-19T07:23:26", "url": "https://files.pythonhosted.org/packages/3f/3d/b23fe97868f940016cad851d478478d21e48404665af1aeb3e90c531bed1/luma.oled-2.2.11.tar.gz" } ], "2.2.12": [ { "comment_text": "", "digests": { "md5": "104169d5a9a4d027d8ca2379b011e92b", "sha256": "3f73ff42a250db7d6f92b023d8231bbb52fa80d40ff21a021f711b0d86159f7f" }, "downloads": -1, "filename": "luma.oled-2.2.12-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "104169d5a9a4d027d8ca2379b011e92b", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 18327, "upload_time": "2017-10-18T15:10:13", "url": "https://files.pythonhosted.org/packages/c1/a2/707943c1b728758fe337fb3b53ebffad98f2523eeae39300b83830745e24/luma.oled-2.2.12-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "4b95331c262af18fed0a41d9680097ba", "sha256": "9fddce0bf38b6fafaa21458e580d220af303407ef1a7a47fb4acefe146df8dff" }, "downloads": -1, "filename": "luma.oled-2.2.12.tar.gz", "has_sig": false, "md5_digest": "4b95331c262af18fed0a41d9680097ba", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5691644, "upload_time": "2017-10-18T15:10:05", "url": "https://files.pythonhosted.org/packages/b1/99/3685d7230f023bf3e410b1d23a39cdb8e7681fd602c6d540428f655c919a/luma.oled-2.2.12.tar.gz" } ], "2.2.2": [ { "comment_text": "", "digests": { "md5": "417acf580f2a4052a48dfbe3200827fc", "sha256": "a753201a2e5fa9f93986b3cf1ea77f20b2f608bd415d3ac126866a1caae0c0e1" }, "downloads": -1, "filename": "luma.oled-2.2.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "417acf580f2a4052a48dfbe3200827fc", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 16638, "upload_time": "2017-02-02T23:35:48", "url": "https://files.pythonhosted.org/packages/0f/8c/0bc547080ab91291445fdd8612fcf8f12332aa64928fb1dc64db868f7828/luma.oled-2.2.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "5800fab0810c2726d652c9bb350dd122", "sha256": "d22c0786fed679131d5f77f0989c31d82a7f349faeaff48c6ddad2e3b0c0b309" }, "downloads": -1, "filename": "luma.oled-2.2.2.tar.gz", "has_sig": false, "md5_digest": "5800fab0810c2726d652c9bb350dd122", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5597711, "upload_time": "2017-02-02T23:35:44", "url": "https://files.pythonhosted.org/packages/8b/7e/8b4e39db0e830df21a75b8b84aa9c21c88c78421280dd26d2e2b9f11a66d/luma.oled-2.2.2.tar.gz" } ], "2.2.3": [ { "comment_text": "", "digests": { "md5": "2671531d891435e569203c3131a0faf9", "sha256": "42a38a8ee59e49c67d2134efc4ff3f265ecf9aed96986ce4c38f8b2fa05b53ed" }, "downloads": -1, "filename": "luma.oled-2.2.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "2671531d891435e569203c3131a0faf9", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 16770, "upload_time": "2017-02-14T23:07:28", "url": "https://files.pythonhosted.org/packages/b7/a6/7f248b704936f3cbfca48bd20954ccad2db41911c2a986c7b5c51a9a814a/luma.oled-2.2.3-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "5d94c11d5ea300e0d078045cc897fa91", "sha256": "a97560f604438ea711649ff09bee2babd479fb0999fb697a8189efb7353f13eb" }, "downloads": -1, "filename": "luma.oled-2.2.3.tar.gz", "has_sig": false, "md5_digest": "5d94c11d5ea300e0d078045cc897fa91", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5599446, "upload_time": "2017-02-14T23:07:24", "url": "https://files.pythonhosted.org/packages/44/79/38334b9cce8b51f6d51daea9bde32bdd411d7ebf9bade2d44cc7c207a8ab/luma.oled-2.2.3.tar.gz" } ], "2.2.4": [ { "comment_text": "", "digests": { "md5": "05cfe5df2a45da5ee720229621907223", "sha256": "38648d49eceb5ee6112363b6e70af15faac5d3ea7e64ba6e11eed713d978848a" }, "downloads": -1, "filename": "luma.oled-2.2.4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "05cfe5df2a45da5ee720229621907223", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 16965, "upload_time": "2017-02-17T23:52:05", "url": "https://files.pythonhosted.org/packages/57/e8/5215cbeff4f3e7869034ce0d8210c8f4cd40e1a463aa96e5246ed26bc0ca/luma.oled-2.2.4-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a6813b9bb11626839d664c1507e0f43b", "sha256": "69a2a60306b141091238a802e83b2d1089151144c22f55fb220955c2be881d16" }, "downloads": -1, "filename": "luma.oled-2.2.4.tar.gz", "has_sig": false, "md5_digest": "a6813b9bb11626839d664c1507e0f43b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5598024, "upload_time": "2017-02-17T23:52:01", "url": "https://files.pythonhosted.org/packages/07/c0/4dd743fb48053b48dfdcd58653b7e2991835e11985f3242f704a27188b4d/luma.oled-2.2.4.tar.gz" } ], "2.2.5": [ { "comment_text": "", "digests": { "md5": "3a522a83aa74d56b24967c24a61cdded", "sha256": "ad9a8c93cf9e1eaf917b28b4886e3972459a86ccad6b589cb3f2f2ada39bd3f0" }, "downloads": -1, "filename": "luma.oled-2.2.5-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "3a522a83aa74d56b24967c24a61cdded", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 17221, "upload_time": "2017-03-02T20:31:04", "url": "https://files.pythonhosted.org/packages/b7/be/d100fa9a5c6cb6c5ec60fb2acecc698ce6967edbb2b53b45f5c40fb5728f/luma.oled-2.2.5-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "98c26b7dd799423f6a6e937927cb4ac8", "sha256": "5950c7f44330f6ee86bb9369394df53cb91881ef8df3aeaf5444548393055e61" }, "downloads": -1, "filename": "luma.oled-2.2.5.tar.gz", "has_sig": false, "md5_digest": "98c26b7dd799423f6a6e937927cb4ac8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5598083, "upload_time": "2017-03-02T20:31:00", "url": "https://files.pythonhosted.org/packages/6a/81/19c3134a61cfc7ed28fde01c36f4a1aa0ee0150a64c78a1e766b6221e040/luma.oled-2.2.5.tar.gz" } ], "2.2.6": [ { "comment_text": "", "digests": { "md5": "eff958dca6e071d1ca9f48534e886901", "sha256": "a90772d336ed4398881602dbb3896a3c5c6d6a1985373d76b61db339f3041593" }, "downloads": -1, "filename": "luma.oled-2.2.6-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "eff958dca6e071d1ca9f48534e886901", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 17293, "upload_time": "2017-03-30T16:40:55", "url": "https://files.pythonhosted.org/packages/aa/c1/d18aa168db6af8046f81ff4f2ae25fc4a63e65f8c7ff2e7b911cc6bc6021/luma.oled-2.2.6-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "9c58fbc082c6c634f91fe9239b793573", "sha256": "040720456b28b4de48d0f964df346aecde6c20696ea764da5ddc2f2150f2e394" }, "downloads": -1, "filename": "luma.oled-2.2.6.tar.gz", "has_sig": false, "md5_digest": "9c58fbc082c6c634f91fe9239b793573", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5600086, "upload_time": "2017-03-30T16:40:50", "url": "https://files.pythonhosted.org/packages/af/7a/54b9a35bfd8e273fd2036c1a573af2130da1c8750629c54a6192ff197dc7/luma.oled-2.2.6.tar.gz" } ], "2.2.7": [ { "comment_text": "", "digests": { "md5": "d1b478d75941053f34ea55b90d8baec7", "sha256": "97e69e23abba484f6a51ca29e98aecc73e68755171b59654589322dda4bcd991" }, "downloads": -1, "filename": "luma.oled-2.2.7-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "d1b478d75941053f34ea55b90d8baec7", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 17325, "upload_time": "2017-04-12T10:21:24", "url": "https://files.pythonhosted.org/packages/b9/50/d7077570c24ec5bd06ef0e5c20a1291eeedb4cf60e69baf990459698173f/luma.oled-2.2.7-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "488c75a3fbfdb94ddbdc5bdafb56cd1b", "sha256": "fa2f414fe5580a7bb409e69263e042f1bbcef804d79f71385060048609f8a0e8" }, "downloads": -1, "filename": "luma.oled-2.2.7.tar.gz", "has_sig": false, "md5_digest": "488c75a3fbfdb94ddbdc5bdafb56cd1b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5596034, "upload_time": "2017-04-12T10:21:20", "url": "https://files.pythonhosted.org/packages/6f/6c/d12b7b9fdc46a1fe6c6b9a98a786c5b3e51d5a5579d989e6d9024c8df996/luma.oled-2.2.7.tar.gz" } ], "2.2.8": [ { "comment_text": "", "digests": { "md5": "f757becf336e58c5cbfb599fa7a96cc3", "sha256": "a29d67400c1b738124542b0506cac82ace47a33e80911fc910d81ef38ff2f95e" }, "downloads": -1, "filename": "luma.oled-2.2.8-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "f757becf336e58c5cbfb599fa7a96cc3", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 17875, "upload_time": "2017-04-13T17:57:23", "url": "https://files.pythonhosted.org/packages/51/5d/104c228aa86c7c77395ba01d38488a7ba1cd78f9e782ad6d91b76b104ab5/luma.oled-2.2.8-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "166ae2f9089571b48fd18792c3d4dfb1", "sha256": "4f5bceede7851fb87e941e79a0083f60b97fee5dff0d3f1f109c869640d14f42" }, "downloads": -1, "filename": "luma.oled-2.2.8.tar.gz", "has_sig": false, "md5_digest": "166ae2f9089571b48fd18792c3d4dfb1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5596563, "upload_time": "2017-04-13T17:57:19", "url": "https://files.pythonhosted.org/packages/e5/83/4afb53328367ca2ace2588cc59f3baaf60d7565fe4732dd2e1a475781864/luma.oled-2.2.8.tar.gz" } ], "2.2.9": [ { "comment_text": "", "digests": { "md5": "f79a78464b9a58fdfbbe31e2f579f94a", "sha256": "157ea49f1ed23849c01078f8af7613e5e0ea1a290e6bbddc2ac5b57ca3b5bc67" }, "downloads": -1, "filename": "luma.oled-2.2.9-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "f79a78464b9a58fdfbbe31e2f579f94a", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 17965, "upload_time": "2017-04-22T19:38:06", "url": "https://files.pythonhosted.org/packages/c5/61/6d91a30d56f95f3de4a2b995b87584215dc8de321fc22afe2658df7a23b3/luma.oled-2.2.9-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "1434a7e066dfb22e0b0469f55774b3dd", "sha256": "4abb910740788171337d0858c2de5cc1e9e52841f5fe7e942c6821094f0731b2" }, "downloads": -1, "filename": "luma.oled-2.2.9.tar.gz", "has_sig": false, "md5_digest": "1434a7e066dfb22e0b0469f55774b3dd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5597565, "upload_time": "2017-04-22T19:38:02", "url": "https://files.pythonhosted.org/packages/18/65/3c1848590bb976a91549a855e335c61c08324001de11e4119fd15f2bf438/luma.oled-2.2.9.tar.gz" } ], "2.3.0": [ { "comment_text": "", "digests": { "md5": "219427a4d9a206ca72de98fa5af4213c", "sha256": "fbeb49131fecb8e769456d6c92e4ff74475d7573caf9ca1c29573bb5f2818e93" }, "downloads": -1, "filename": "luma.oled-2.3.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "219427a4d9a206ca72de98fa5af4213c", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 18697, "upload_time": "2017-10-30T11:07:27", "url": "https://files.pythonhosted.org/packages/f4/43/af0ff55d1c2fcb76b16214d510e4f9e8cd712090081d561cf31cb23a3592/luma.oled-2.3.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "f8d2d9abcfb1441d97c526f826475a83", "sha256": "fd6b82b92434075b16b26b4547ec567acb62720ca113828a7b67415c356619b0" }, "downloads": -1, "filename": "luma.oled-2.3.0.tar.gz", "has_sig": false, "md5_digest": "f8d2d9abcfb1441d97c526f826475a83", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7722601, "upload_time": "2017-10-30T11:07:22", "url": "https://files.pythonhosted.org/packages/ba/80/6b7e06ac2f78c9eb7eb5b8985eefedfb91024d9cc9255f2509f81cc2d84c/luma.oled-2.3.0.tar.gz" } ], "2.3.1": [ { "comment_text": "", "digests": { "md5": "94e695fadf5d7c6361301f4d9ce9485f", "sha256": "ca8a071f730e85aef9237fb883f1227ab8e98e63818683e1e89b7a750ef98159" }, "downloads": -1, "filename": "luma.oled-2.3.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "94e695fadf5d7c6361301f4d9ce9485f", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 18755, "upload_time": "2017-11-23T19:23:41", "url": "https://files.pythonhosted.org/packages/ad/5c/a51d04322bd337dd5bf280a6cc394f43dfd316594f379951f103e51393c5/luma.oled-2.3.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d0689e2ce75f64bf2d709dfad7712443", "sha256": "a5f8e1f02233cf4138145883c279f6cc9b61d6434299b411252e2a73e6237610" }, "downloads": -1, "filename": "luma.oled-2.3.1.tar.gz", "has_sig": false, "md5_digest": "d0689e2ce75f64bf2d709dfad7712443", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7722909, "upload_time": "2017-11-23T19:23:38", "url": "https://files.pythonhosted.org/packages/c7/64/d312af0d956e9f1ebfa554bb4812e832892c277d273187d34c1eba181187/luma.oled-2.3.1.tar.gz" } ], "2.3.2": [ { "comment_text": "", "digests": { "md5": "b61628dd8dcea89d0c3e158ddbab5178", "sha256": "2e433651b3c6464962a047dabff9fc717a21e4c5863c0dcdf1b7a2a774ca7c2c" }, "downloads": -1, "filename": "luma.oled-2.3.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "b61628dd8dcea89d0c3e158ddbab5178", "packagetype": "bdist_wheel", "python_version": "3.6", "requires_python": null, "size": 19208, "upload_time": "2018-03-04T16:11:14", "url": "https://files.pythonhosted.org/packages/70/3b/f51d7f80233a27b880400f26cab9f936f8ebdd499233ca3f1da6d5a7be9c/luma.oled-2.3.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "1afe4c3aa0f471065225cd87da2dec64", "sha256": "9d408feae9a4d371ee14df398401472f1bc1ffb56a8a6c9ff2a0cd7de57b5edd" }, "downloads": -1, "filename": "luma.oled-2.3.2.tar.gz", "has_sig": false, "md5_digest": "1afe4c3aa0f471065225cd87da2dec64", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7723410, "upload_time": "2018-03-04T16:11:11", "url": "https://files.pythonhosted.org/packages/52/93/4911f51218fb47c4fb0aa3f0d9a58e4745b3c01ce879795453099ebc6eeb/luma.oled-2.3.2.tar.gz" } ], "2.4.0": [ { "comment_text": "", "digests": { "md5": "ba816840311519d2834b343f66a35c08", "sha256": "dcd4015e5fad37a53d21b2a6e21467e71e3fe2f60ed3569b438078b27b8f3487" }, "downloads": -1, "filename": "luma.oled-2.4.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "ba816840311519d2834b343f66a35c08", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 19578, "upload_time": "2018-04-18T07:33:32", "url": "https://files.pythonhosted.org/packages/bf/c2/c45fb7c82fe14e4611184de737bc2c2d48e5c3800c501e8a689b17182ac7/luma.oled-2.4.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "bcf604ca32cd493acd5e8363dc14cbc3", "sha256": "2d3c8107400152510e8298714a858e85fd5b1abdf53a2103ca48a80eb00a4542" }, "downloads": -1, "filename": "luma.oled-2.4.0.tar.gz", "has_sig": false, "md5_digest": "bcf604ca32cd493acd5e8363dc14cbc3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8178362, "upload_time": "2018-04-18T07:33:29", "url": "https://files.pythonhosted.org/packages/94/2b/20c8a339863f334f23a22776ab6a99e6d723469df58631da92b329e095fd/luma.oled-2.4.0.tar.gz" } ], "2.4.1": [ { "comment_text": "", "digests": { "md5": "59465d107c4d703bc97f33202ff8e56a", "sha256": "57110ee26ad2d646a3ec1a154db531b8ee7f625c5dc01d86039b1697a32b4b2a" }, "downloads": -1, "filename": "luma.oled-2.4.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "59465d107c4d703bc97f33202ff8e56a", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 19628, "upload_time": "2018-05-28T19:19:37", "url": "https://files.pythonhosted.org/packages/e6/1d/fe6b72fcf9a3de59f344067c6b06dbcb6c8a6ec656adac035e924f088516/luma.oled-2.4.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "261a3734582413eb28f8c3ff59bd3cec", "sha256": "9da438e9b8b7b0a224c0c8c560d3d649540dd5ed74814aaf75bba9084bc7ebbf" }, "downloads": -1, "filename": "luma.oled-2.4.1.tar.gz", "has_sig": false, "md5_digest": "261a3734582413eb28f8c3ff59bd3cec", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8178528, "upload_time": "2018-05-28T19:19:33", "url": "https://files.pythonhosted.org/packages/cd/b3/1731414a052b1f5a9c02fc92bb79e22a247cd02d8bb876d135e9dd4c65e1/luma.oled-2.4.1.tar.gz" } ], "2.5.0": [ { "comment_text": "", "digests": { "md5": "ac583eb44121543929eb93604e4c12b1", "sha256": "d08b65e6b136f4fdcb85b14e40302a1108f92f1dbb6805e9b05ba853f3649a5d" }, "downloads": -1, "filename": "luma.oled-2.5.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "ac583eb44121543929eb93604e4c12b1", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 19466, "upload_time": "2018-09-07T18:38:59", "url": "https://files.pythonhosted.org/packages/83/3f/4cf742398626829ef64aed9deab598db2fc33e728547c9fc1bc0f69fa41e/luma.oled-2.5.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "1b49276cf66daa687f8e66d81a90ed58", "sha256": "c781ea5b544a703f87890a224a29551417fdac8cbe4eaf06dd2e6a946d802799" }, "downloads": -1, "filename": "luma.oled-2.5.0.tar.gz", "has_sig": false, "md5_digest": "1b49276cf66daa687f8e66d81a90ed58", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8178683, "upload_time": "2018-09-07T18:38:56", "url": "https://files.pythonhosted.org/packages/b3/88/d75f23e44ec90405e55877686ef1a883addde84522ab663d3f25ccec3ac5/luma.oled-2.5.0.tar.gz" } ], "2.5.1": [ { "comment_text": "", "digests": { "md5": "5bf2ceb9227501a32138ab8752c4dfcc", "sha256": "64e81154d1b55dffa5e06647b087ef87ddf7299698a9046f8dab0b1437ed918b" }, "downloads": -1, "filename": "luma.oled-2.5.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "5bf2ceb9227501a32138ab8752c4dfcc", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 19531, "upload_time": "2018-09-14T07:33:00", "url": "https://files.pythonhosted.org/packages/a2/1b/26dc7af614e2169c8ddb5607e107eeb226863142d432d1a93fdb08eafc2d/luma.oled-2.5.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "edbda52eb2e2b0824ae7cbf9f6facc93", "sha256": "39d6db9de0ce4cffc1c616ca181d49b124d69d2f24b819e6fe6e9c2a2df5e5e2" }, "downloads": -1, "filename": "luma.oled-2.5.1.tar.gz", "has_sig": false, "md5_digest": "edbda52eb2e2b0824ae7cbf9f6facc93", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8178765, "upload_time": "2018-09-14T07:32:56", "url": "https://files.pythonhosted.org/packages/06/de/f2276c49c8ab75ca053a0f80cd55d6a78c186bf09a4fb3d4893c45541f7c/luma.oled-2.5.1.tar.gz" } ], "3.0.0": [ { "comment_text": "", "digests": { "md5": "9b6f1ba8b1a11e882654226267492d6f", "sha256": "21043c80f2c71e856f6bf7f1043403b5c883da409bc2e897c5b5b817e031f24a" }, "downloads": -1, "filename": "luma.oled-3.0.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "9b6f1ba8b1a11e882654226267492d6f", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 22289, "upload_time": "2018-12-02T22:15:39", "url": "https://files.pythonhosted.org/packages/09/58/abbc701b1b5941e45b3f6b52fa31f84c4d9338ef52988fb20e028dfd6069/luma.oled-3.0.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "9e4fc376fd8a0c55081bc7a09ff9222f", "sha256": "cadc2f56873083f8c3fb84d23f22e611ef52453350a853f41ce65267e05e1d9c" }, "downloads": -1, "filename": "luma.oled-3.0.0.tar.gz", "has_sig": false, "md5_digest": "9e4fc376fd8a0c55081bc7a09ff9222f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8179831, "upload_time": "2018-12-02T22:15:36", "url": "https://files.pythonhosted.org/packages/03/a0/41a779e8b6c096b28cb699b91b1140df8d5f98dfff40b6db9cb5b8df2f0e/luma.oled-3.0.0.tar.gz" } ], "3.0.1": [ { "comment_text": "", "digests": { "md5": "3e31bbf95b0e01a373734c195ea9432a", "sha256": "8ef7378b926e48db45e808ea3def57019a582090f6ed5954850275b79473109f" }, "downloads": -1, "filename": "luma.oled-3.0.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "3e31bbf95b0e01a373734c195ea9432a", "packagetype": "bdist_wheel", "python_version": "3.6", "requires_python": null, "size": 16784, "upload_time": "2018-12-21T12:42:33", "url": "https://files.pythonhosted.org/packages/98/4e/95e346825f8bf1fac8436cf39a42e62e5dc376c81b38d692c4a623f23ba7/luma.oled-3.0.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "6b14cf774651d8cfe275ef7c55fd67e6", "sha256": "2a1b83b6906ee1a4f2332fac27828b9ff2460c01de119eed975a9490b5d6a064" }, "downloads": -1, "filename": "luma.oled-3.0.1.tar.gz", "has_sig": false, "md5_digest": "6b14cf774651d8cfe275ef7c55fd67e6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8181343, "upload_time": "2018-12-21T12:42:30", "url": "https://files.pythonhosted.org/packages/1c/a1/9932feb9c568d8f6cf261b33075778958d25f6f276d132b57a7e05138509/luma.oled-3.0.1.tar.gz" } ], "3.1.0": [ { "comment_text": "", "digests": { "md5": "b121c9aaced3eda05b99ee37830a2d57", "sha256": "8a860ff07236359a46523608afbb55d430bae4daf074139b1426e5048f6c656f" }, "downloads": -1, "filename": "luma.oled-3.1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "b121c9aaced3eda05b99ee37830a2d57", "packagetype": "bdist_wheel", "python_version": "3.6", "requires_python": null, "size": 16875, "upload_time": "2018-12-21T16:08:03", "url": "https://files.pythonhosted.org/packages/a4/89/da2a77aa420477ba633e246fef4fe2a930e38628b44947c7d107f14eea3c/luma.oled-3.1.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d4d0d047d1ac758bd252be32c52b3239", "sha256": "cafe07f7c114f744889827f268c57fdd9e7361272d6a9152d459a1745479fae1" }, "downloads": -1, "filename": "luma.oled-3.1.0.tar.gz", "has_sig": false, "md5_digest": "d4d0d047d1ac758bd252be32c52b3239", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9770884, "upload_time": "2018-12-21T16:08:00", "url": "https://files.pythonhosted.org/packages/36/08/7ac66533b6561c7fd27ded6896960f77b459334a124149005efefc05d4e5/luma.oled-3.1.0.tar.gz" } ], "3.1.1": [ { "comment_text": "", "digests": { "md5": "c8cfd46fc4ccf11d0dba4da5d4fffb69", "sha256": "355b97aa675e2d5fc2cfa38a4f3af62ce969901463771d722c553e19dddbf032" }, "downloads": -1, "filename": "luma.oled-3.1.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "c8cfd46fc4ccf11d0dba4da5d4fffb69", "packagetype": "bdist_wheel", "python_version": "3.7", "requires_python": null, "size": 17016, "upload_time": "2019-03-30T10:56:01", "url": "https://files.pythonhosted.org/packages/31/de/b3b125041d9ebb87c89467c07eb66c7f440de9683fd8aa52b70b5873c1c1/luma.oled-3.1.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c077128d68dd974aef15810167d59986", "sha256": "61f1ba206fc71b49020e9a2c0eecc257954e103e73a1c13da96799238a7a867d" }, "downloads": -1, "filename": "luma.oled-3.1.1.tar.gz", "has_sig": false, "md5_digest": "c077128d68dd974aef15810167d59986", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9768499, "upload_time": "2019-03-30T10:55:57", "url": "https://files.pythonhosted.org/packages/df/84/49fbb7bb4876f0d7fec3a27a69648fa2882f367377e18b78b9be585fc051/luma.oled-3.1.1.tar.gz" } ], "3.2.0": [ { "comment_text": "", "digests": { "md5": "3457fb117c24933a896c355a105d2da4", "sha256": "12c8e2ac29e0d4668b172fa5847a6373dc76e951f3946704c89339bfa80aafdc" }, "downloads": -1, "filename": "luma.oled-3.2.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "3457fb117c24933a896c355a105d2da4", "packagetype": "bdist_wheel", "python_version": "3.6", "requires_python": null, "size": 23322, "upload_time": "2019-04-17T16:19:11", "url": "https://files.pythonhosted.org/packages/00/78/28449e048e246a88d761e4c5af7f6c015fe33ed4a22eba858f3bece0cb6b/luma.oled-3.2.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "71ff3d048d771472fa9bb822dfb3a165", "sha256": "6bd4a5f78b3da6646e51995d7d5b012f165250ef3a6e27caa189b19190b57530" }, "downloads": -1, "filename": "luma.oled-3.2.0.tar.gz", "has_sig": false, "md5_digest": "71ff3d048d771472fa9bb822dfb3a165", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9764795, "upload_time": "2019-04-17T16:19:08", "url": "https://files.pythonhosted.org/packages/39/cb/58dd15c361198454a77f503f614dcc4bd968d23377b4fc629291eb28292e/luma.oled-3.2.0.tar.gz" } ], "3.2.1": [ { "comment_text": "", "digests": { "md5": "1911c9c4f8a5d325e68c06300f53bba7", "sha256": "d6bf145e9c52ce4ea1a4d5d0ff0654e5a31a52e9e8ee1be85b7ba8912a8812d9" }, "downloads": -1, "filename": "luma.oled-3.2.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "1911c9c4f8a5d325e68c06300f53bba7", "packagetype": "bdist_wheel", "python_version": "3.7", "requires_python": null, "size": 17615, "upload_time": "2019-04-30T11:55:49", "url": "https://files.pythonhosted.org/packages/fa/72/f8ca607b1670d5bbab357282f0357e948c971b3e81dae0a6fec0d5ed5c14/luma.oled-3.2.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "aeb8c72fce3dd9bdbf243deb9dcf0d63", "sha256": "223cf37068269f635bfb160ed113d1ba526d0327a34b626b7b5334c6ab5d5301" }, "downloads": -1, "filename": "luma.oled-3.2.1.tar.gz", "has_sig": false, "md5_digest": "aeb8c72fce3dd9bdbf243deb9dcf0d63", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9768808, "upload_time": "2019-04-30T11:55:40", "url": "https://files.pythonhosted.org/packages/82/f0/aba1d0e8edde94afad19e5310dd280b056aebf58714f89f23be50bc0a0bb/luma.oled-3.2.1.tar.gz" } ], "3.3.0": [ { "comment_text": "", "digests": { "md5": "dbc5ba8a7fdf4cd8f609981da61a8dc5", "sha256": "a09035082c910740d150197226fb138aa6fb94b5c812a64cac2b8425a35c8aec" }, "downloads": -1, "filename": "luma.oled-3.3.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "dbc5ba8a7fdf4cd8f609981da61a8dc5", "packagetype": "bdist_wheel", "python_version": "3.7", "requires_python": null, "size": 18007, "upload_time": "2019-06-15T20:58:46", "url": "https://files.pythonhosted.org/packages/fd/70/b03e0cf2040113db644a220d546a9c42907c4884a898722312c83b0f5603/luma.oled-3.3.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "bcf056a04f3f6ffc940cda479ebb387e", "sha256": "4bc9f169c4342bc5b49b9a500fbc9e2d9f95de65e07fc2016e1631e08e0da694" }, "downloads": -1, "filename": "luma.oled-3.3.0.tar.gz", "has_sig": false, "md5_digest": "bcf056a04f3f6ffc940cda479ebb387e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9768976, "upload_time": "2019-06-15T20:58:42", "url": "https://files.pythonhosted.org/packages/8d/ba/40123a65b63138635ff91f33b0e3b0b88a50b090f2bb0b2cdfdd109b2526/luma.oled-3.3.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "dbc5ba8a7fdf4cd8f609981da61a8dc5", "sha256": "a09035082c910740d150197226fb138aa6fb94b5c812a64cac2b8425a35c8aec" }, "downloads": -1, "filename": "luma.oled-3.3.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "dbc5ba8a7fdf4cd8f609981da61a8dc5", "packagetype": "bdist_wheel", "python_version": "3.7", "requires_python": null, "size": 18007, "upload_time": "2019-06-15T20:58:46", "url": "https://files.pythonhosted.org/packages/fd/70/b03e0cf2040113db644a220d546a9c42907c4884a898722312c83b0f5603/luma.oled-3.3.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "bcf056a04f3f6ffc940cda479ebb387e", "sha256": "4bc9f169c4342bc5b49b9a500fbc9e2d9f95de65e07fc2016e1631e08e0da694" }, "downloads": -1, "filename": "luma.oled-3.3.0.tar.gz", "has_sig": false, "md5_digest": "bcf056a04f3f6ffc940cda479ebb387e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9768976, "upload_time": "2019-06-15T20:58:42", "url": "https://files.pythonhosted.org/packages/8d/ba/40123a65b63138635ff91f33b0e3b0b88a50b090f2bb0b2cdfdd109b2526/luma.oled-3.3.0.tar.gz" } ] }