tinyDisplay


NametinyDisplay JSON
Version 0.1.0 PyPI version JSON
download
home_pagehttps://github.com/dhrone/tinyDisplay
SummaryA widget library and window manager for small displays
upload_time2024-05-25 13:00:27
maintainerNone
docs_urlNone
authordhrone
requires_python<4.0,>=3.9
licenseMIT
keywords tinydisplay luma.oled luma.lcd display hd44780 ssd1306 winstar
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            tinyDisplay
-----------
**A widget library and window manager for small displays**

Python 3 library to simply the development of applications intended to drive
small displays such as the HD44780, WEH001602A, SSD1306.  Any display that you
can update with a PIL.Image input is supported.

It supports a collection of widgets including:

* text and staticText
* progressBar
* image
* line and rectangle
* slide, scroll and popUp

And a set of collection classes to organize the widgets into useful screens:

* canvas -- For designing a collection of widgets to display together
* sequence -- For rotating through a set of canvases
* windows -- For displaying a set of canvases simultaneously on a display

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/dhrone/tinyDisplay",
    "name": "tinyDisplay",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.9",
    "maintainer_email": null,
    "keywords": "tinyDisplay, luma.oled, luma.lcd, display, hd44780, ssd1306, winstar",
    "author": "dhrone",
    "author_email": "dhrone@dhrone.xyz",
    "download_url": "https://files.pythonhosted.org/packages/b8/b0/8ea4de657b62950642f462e93ccfb91843967fb6a3fc4807e03730c7a272/tinydisplay-0.1.0.tar.gz",
    "platform": null,
    "description": "tinyDisplay\n-----------\n**A widget library and window manager for small displays**\n\nPython 3 library to simply the development of applications intended to drive\nsmall displays such as the HD44780, WEH001602A, SSD1306.  Any display that you\ncan update with a PIL.Image input is supported.\n\nIt supports a collection of widgets including:\n\n* text and staticText\n* progressBar\n* image\n* line and rectangle\n* slide, scroll and popUp\n\nAnd a set of collection classes to organize the widgets into useful screens:\n\n* canvas -- For designing a collection of widgets to display together\n* sequence -- For rotating through a set of canvases\n* windows -- For displaying a set of canvases simultaneously on a display\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A widget library and window manager for small displays",
    "version": "0.1.0",
    "project_urls": {
        "Homepage": "https://github.com/dhrone/tinyDisplay",
        "Repository": "https://github.com/dhrone/tinydDisplay"
    },
    "split_keywords": [
        "tinydisplay",
        " luma.oled",
        " luma.lcd",
        " display",
        " hd44780",
        " ssd1306",
        " winstar"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "146c896843ce352c6961994555b591bff0b10287a1809aa79cad475ef36ea1f0",
                "md5": "1ad86a3fc1ced5bf1eed2bc55b6bbfb6",
                "sha256": "827e3ee7ca7db897c5ff91750aa21b4838198c4cf79bb2300a93ec7684fa2691"
            },
            "downloads": -1,
            "filename": "tinydisplay-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "1ad86a3fc1ced5bf1eed2bc55b6bbfb6",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.9",
            "size": 51990,
            "upload_time": "2024-05-25T13:00:24",
            "upload_time_iso_8601": "2024-05-25T13:00:24.928267Z",
            "url": "https://files.pythonhosted.org/packages/14/6c/896843ce352c6961994555b591bff0b10287a1809aa79cad475ef36ea1f0/tinydisplay-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b8b08ea4de657b62950642f462e93ccfb91843967fb6a3fc4807e03730c7a272",
                "md5": "3f4f1a0c8049fcaac15bbf1fcf9c4153",
                "sha256": "1502a86419e6cfaf8295ab1b8bac9c9634ebb4da340dd3e11327dc70dd9519e1"
            },
            "downloads": -1,
            "filename": "tinydisplay-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "3f4f1a0c8049fcaac15bbf1fcf9c4153",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.9",
            "size": 50826,
            "upload_time": "2024-05-25T13:00:27",
            "upload_time_iso_8601": "2024-05-25T13:00:27.483465Z",
            "url": "https://files.pythonhosted.org/packages/b8/b0/8ea4de657b62950642f462e93ccfb91843967fb6a3fc4807e03730c7a272/tinydisplay-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-25 13:00:27",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "dhrone",
    "github_project": "tinyDisplay",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "tinydisplay"
}
        
Elapsed time: 0.26645s