flipperzero


Nameflipperzero JSON
Version 1.5.0 PyPI version JSON
download
home_pageNone
SummaryPython support for Flipper Zero.
upload_time2024-10-06 14:16:46
maintainerNone
docs_urlNone
authorOliver Fabel
requires_python>=3.8
licenseNone
keywords adc flipper zero gpio infrared micropython pwm f0 flipperzero
VCS
bugtrack_url
requirements Sphinx myst-parser hatch
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # MicroPython on Flipper Zero

This package contains the type definitions for the `flipperzero` [MicroPython](https://micropython.org/) module.
Check out the [website](https://ofabel.github.io/mp-flipper/) for details.

Get the interpreter application on [Flipper Lab](https://lab.flipper.net/apps/upython) to write and run your own Python files.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "flipperzero",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "ADC, Flipper Zero, GPIO, Infrared, MicroPython, PWM, f0, flipperzero",
    "author": "Oliver Fabel",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/2c/08/ce3334b0abc0d9c7987ff4d32f1c54c88059af1f1ec5763ab614e7744007/flipperzero-1.5.0.tar.gz",
    "platform": null,
    "description": "# MicroPython on Flipper Zero\n\nThis package contains the type definitions for the `flipperzero` [MicroPython](https://micropython.org/) module.\nCheck out the [website](https://ofabel.github.io/mp-flipper/) for details.\n\nGet the interpreter application on [Flipper Lab](https://lab.flipper.net/apps/upython) to write and run your own Python files.\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Python support for Flipper Zero.",
    "version": "1.5.0",
    "project_urls": {
        "Changelog": "https://github.com/ofabel/mp-flipper/blob/master/CHANGELOG.md",
        "Documentation": "https://ofabel.github.io/mp-flipper/",
        "Issue Tracker": "https://github.com/ofabel/mp-flipper/issues",
        "Source code": "https://github.com/ofabel/mp-flipper"
    },
    "split_keywords": [
        "adc",
        " flipper zero",
        " gpio",
        " infrared",
        " micropython",
        " pwm",
        " f0",
        " flipperzero"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a2dccf7f71ee97600b800dcd9b533fdb00352766f27044eb4eb15739a0de9dcb",
                "md5": "1b8c6e3bc336af30573971f802f1302e",
                "sha256": "b2a5d380718e85394258cdd302635ce83aba99502eb8ee168a433d45d3f9698c"
            },
            "downloads": -1,
            "filename": "flipperzero-1.5.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "1b8c6e3bc336af30573971f802f1302e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 8763,
            "upload_time": "2024-10-06T14:16:45",
            "upload_time_iso_8601": "2024-10-06T14:16:45.060130Z",
            "url": "https://files.pythonhosted.org/packages/a2/dc/cf7f71ee97600b800dcd9b533fdb00352766f27044eb4eb15739a0de9dcb/flipperzero-1.5.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "2c08ce3334b0abc0d9c7987ff4d32f1c54c88059af1f1ec5763ab614e7744007",
                "md5": "c51f266ca14448e687db0201a43f69d0",
                "sha256": "757e75d1dd9f7533aa0caa47b13b36c5ecbefcd6417dc03ee7b21aa587afadfe"
            },
            "downloads": -1,
            "filename": "flipperzero-1.5.0.tar.gz",
            "has_sig": false,
            "md5_digest": "c51f266ca14448e687db0201a43f69d0",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 8229,
            "upload_time": "2024-10-06T14:16:46",
            "upload_time_iso_8601": "2024-10-06T14:16:46.897072Z",
            "url": "https://files.pythonhosted.org/packages/2c/08/ce3334b0abc0d9c7987ff4d32f1c54c88059af1f1ec5763ab614e7744007/flipperzero-1.5.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-06 14:16:46",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ofabel",
    "github_project": "mp-flipper",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "Sphinx",
            "specs": [
                [
                    "==",
                    "8.0.2"
                ]
            ]
        },
        {
            "name": "myst-parser",
            "specs": [
                [
                    "==",
                    "4.0.0"
                ]
            ]
        },
        {
            "name": "hatch",
            "specs": [
                [
                    "==",
                    "1.12.0"
                ]
            ]
        }
    ],
    "lcname": "flipperzero"
}
        
Elapsed time: 0.38763s