tinydrawer


Nametinydrawer JSON
Version 0.0.9 PyPI version JSON
download
home_pageNone
SummaryA collection of drawing methods for Rasberry Pi Pico devices
upload_time2024-08-26 00:59:25
maintainerNone
docs_urlNone
authorSaranomy
requires_pythonNone
licenseMIT License
keywords raspberry pi pico display game engine
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # TinyDrawer

A collection of drawing methods for Rasberry Pi Pico devices

```python
from tiny_drawer import TinyDrawer

# Initilize TinyDrawer
td = TinyDrawer()
```

Documentation is available on [Github](https://github.com/saranomy/tinydrawer).

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "tinydrawer",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "raspberry, pi, pico, display, game engine",
    "author": "Saranomy",
    "author_email": "saranomy@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/91/9e/128d38732924938c9197392e6036c52a4d72e27768efc87b5f446272df7f/tinydrawer-0.0.9.tar.gz",
    "platform": null,
    "description": "# TinyDrawer\n\nA collection of drawing methods for Rasberry Pi Pico devices\n\n```python\nfrom tiny_drawer import TinyDrawer\n\n# Initilize TinyDrawer\ntd = TinyDrawer()\n```\n\nDocumentation is available on [Github](https://github.com/saranomy/tinydrawer).\n",
    "bugtrack_url": null,
    "license": "MIT License",
    "summary": "A collection of drawing methods for Rasberry Pi Pico devices",
    "version": "0.0.9",
    "project_urls": {
        "Homepage": "https://github.com/saranomy/tinydrawer"
    },
    "split_keywords": [
        "raspberry",
        " pi",
        " pico",
        " display",
        " game engine"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7d1b6097bfaefa30ebb45f0881471a5942c44727be50c6072f2708e36cd12e41",
                "md5": "4122ce06646dc133d8dfc19f51625051",
                "sha256": "7084565e8cf7cc6fe2a6282d4500276f046267b62af69f5ae0b3953c9ae0d48c"
            },
            "downloads": -1,
            "filename": "tinydrawer-0.0.9-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "4122ce06646dc133d8dfc19f51625051",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 3644,
            "upload_time": "2024-08-26T00:59:23",
            "upload_time_iso_8601": "2024-08-26T00:59:23.940861Z",
            "url": "https://files.pythonhosted.org/packages/7d/1b/6097bfaefa30ebb45f0881471a5942c44727be50c6072f2708e36cd12e41/tinydrawer-0.0.9-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "919e128d38732924938c9197392e6036c52a4d72e27768efc87b5f446272df7f",
                "md5": "56e75753c1dafd687859213911f54441",
                "sha256": "5fe840b1a1e448bf74ef75351f245f2662b66eb8f3a5b2f0cf83866d76daafcd"
            },
            "downloads": -1,
            "filename": "tinydrawer-0.0.9.tar.gz",
            "has_sig": false,
            "md5_digest": "56e75753c1dafd687859213911f54441",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 3322,
            "upload_time": "2024-08-26T00:59:25",
            "upload_time_iso_8601": "2024-08-26T00:59:25.248303Z",
            "url": "https://files.pythonhosted.org/packages/91/9e/128d38732924938c9197392e6036c52a4d72e27768efc87b5f446272df7f/tinydrawer-0.0.9.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-26 00:59:25",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "saranomy",
    "github_project": "tinydrawer",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "tinydrawer"
}
        
Elapsed time: 0.46644s