pseudo-microbit


Namepseudo-microbit JSON
Version 1.12 PyPI version JSON
download
home_pageNone
SummaryA pseudo implementation of the micro:bit micropython API.
upload_time2024-10-17 16:54:44
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseAGPL-3.0-or-later
keywords micro:bit micropython
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ![logo](https://raw.github.com/MrYsLab/pseudo-microbit/master/docs/images/logo.png)

# pseudo-microbit

This library is a _pseudo_ implementation of the micro:bit micropython API used in 
conjunction
with PyCharm to check for syntax errors and to provide type hints.

In addition, instructions are provided to integrate 
[python-minimizer](https://github.com/agroden/python-minimizer), 
[uflash](https://github.com/ntoll/uflash), and [microfs](https://github.com/ntoll/microfs)
into PyCharm.

**Python-minimizer** removes white space from Python files, allowing one to upload
the largest possible file to the micro:bit.

**Uflash** is a utility to flash Python scripts to the micro:bit

**Microfs** is a utility that interacts with the limited file system
provided by MicroPython on the BBC micro:bit.

Integrates the typehints from https://github.com/vlasovskikh/intellij-micropython
with typehints specific to the micro:bit API.

A full tutorial may be found here: https://mryslab.github.io/pseudo-microbit/

<br>

This project was developed using ![](https://resources.jetbrains.com/storage/products/company/brand/logos/PyCharm_icon.svg) [Pycharm](https://www.jetbrains.com/pycharm/).  

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "pseudo-microbit",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "micro:bit, micropython",
    "author": null,
    "author_email": "Alan Yorinks <MisterYsLab@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/06/f6/63eb2aebea483fa4cfd5235b99029c0f8db9c307ececd413cf19d076e8a9/pseudo_microbit-1.12.tar.gz",
    "platform": null,
    "description": "![logo](https://raw.github.com/MrYsLab/pseudo-microbit/master/docs/images/logo.png)\n\n# pseudo-microbit\n\nThis library is a _pseudo_ implementation of the micro:bit micropython API used in \nconjunction\nwith PyCharm to check for syntax errors and to provide type hints.\n\nIn addition, instructions are provided to integrate \n[python-minimizer](https://github.com/agroden/python-minimizer), \n[uflash](https://github.com/ntoll/uflash), and [microfs](https://github.com/ntoll/microfs)\ninto PyCharm.\n\n**Python-minimizer** removes white space from Python files, allowing one to upload\nthe largest possible file to the micro:bit.\n\n**Uflash** is a utility to flash Python scripts to the micro:bit\n\n**Microfs** is a utility that interacts with the limited file system\nprovided by MicroPython on the BBC micro:bit.\n\nIntegrates the typehints from https://github.com/vlasovskikh/intellij-micropython\nwith typehints specific to the micro:bit API.\n\nA full tutorial may be found here: https://mryslab.github.io/pseudo-microbit/\n\n<br>\n\nThis project was developed using ![](https://resources.jetbrains.com/storage/products/company/brand/logos/PyCharm_icon.svg) [Pycharm](https://www.jetbrains.com/pycharm/).  \n",
    "bugtrack_url": null,
    "license": "AGPL-3.0-or-later",
    "summary": "A pseudo implementation of the micro:bit micropython API.",
    "version": "1.12",
    "project_urls": null,
    "split_keywords": [
        "micro:bit",
        " micropython"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "48482cb68c4565f7310dbc4d932c5abc3b63c03b9d5ec9bde7f93e40dc0daf7d",
                "md5": "2c993c913812cea63de6f3c7de57ca48",
                "sha256": "164f73773c9052ff31a47352038a5609ba41a6b4f788dd9724e18adba10c474d"
            },
            "downloads": -1,
            "filename": "pseudo_microbit-1.12-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "2c993c913812cea63de6f3c7de57ca48",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 34186,
            "upload_time": "2024-10-17T16:54:43",
            "upload_time_iso_8601": "2024-10-17T16:54:43.071355Z",
            "url": "https://files.pythonhosted.org/packages/48/48/2cb68c4565f7310dbc4d932c5abc3b63c03b9d5ec9bde7f93e40dc0daf7d/pseudo_microbit-1.12-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "06f663eb2aebea483fa4cfd5235b99029c0f8db9c307ececd413cf19d076e8a9",
                "md5": "83a873b7ceed16c97508d282957ab91c",
                "sha256": "92edb3e32191813f7e8d2508448a7b1cb455b184b60a4162f9302ecfd0d73cfe"
            },
            "downloads": -1,
            "filename": "pseudo_microbit-1.12.tar.gz",
            "has_sig": false,
            "md5_digest": "83a873b7ceed16c97508d282957ab91c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 30305,
            "upload_time": "2024-10-17T16:54:44",
            "upload_time_iso_8601": "2024-10-17T16:54:44.495757Z",
            "url": "https://files.pythonhosted.org/packages/06/f6/63eb2aebea483fa4cfd5235b99029c0f8db9c307ececd413cf19d076e8a9/pseudo_microbit-1.12.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-17 16:54:44",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "pseudo-microbit"
}
        
Elapsed time: 0.38682s