picogo


Namepicogo JSON
Version 0.0.25 PyPI version JSON
download
home_pagehttps://github.com/sunabove/PicoGo
SummaryA beginner-friendly library for using picogo with the Raspberry Pi Pico.
upload_time2023-07-06 00:56:02
maintainer
docs_urlNone
authorSkySLAM Co., Ltd.
requires_python
licenseMIT
keywords picogo pico raspberry raspberry pi picorun skyslam
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            A beginner-friendly library for using picogo with the Raspberry Pi Pico.

```python
from picogo import Robot

robot = Robot()
robot.forward( speed = 30 )

```

Documentation is available at (https://github.com/sunabove/PicoGo/).

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/sunabove/PicoGo",
    "name": "picogo",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "picogo,pico,raspberry,raspberry pi,picorun,skyslam",
    "author": "SkySLAM Co., Ltd.",
    "author_email": "terabuilder@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/d2/20/a931b22657a3a16b4c211a1c830fc33e52924c718023b4b7c202317a2a25/picogo-0.0.25.tar.gz",
    "platform": null,
    "description": "A beginner-friendly library for using picogo with the Raspberry Pi Pico.\r\n\r\n```python\r\nfrom picogo import Robot\r\n\r\nrobot = Robot()\r\nrobot.forward( speed = 30 )\r\n\r\n```\r\n\r\nDocumentation is available at (https://github.com/sunabove/PicoGo/).\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A beginner-friendly library for using picogo with the Raspberry Pi Pico.",
    "version": "0.0.25",
    "project_urls": {
        "Homepage": "https://github.com/sunabove/PicoGo"
    },
    "split_keywords": [
        "picogo",
        "pico",
        "raspberry",
        "raspberry pi",
        "picorun",
        "skyslam"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "92f8b5415673c2327bdea62ee21b34499345b2caff7a96e3198a35e20ca82e7e",
                "md5": "392c4b8c5a8961da325719563d8462da",
                "sha256": "3add5111398b025b5b90a355b6f18a59a4f36787a8dbc75078ba09c0ac241062"
            },
            "downloads": -1,
            "filename": "picogo-0.0.25-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "392c4b8c5a8961da325719563d8462da",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 53737,
            "upload_time": "2023-07-06T00:56:00",
            "upload_time_iso_8601": "2023-07-06T00:56:00.374987Z",
            "url": "https://files.pythonhosted.org/packages/92/f8/b5415673c2327bdea62ee21b34499345b2caff7a96e3198a35e20ca82e7e/picogo-0.0.25-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d220a931b22657a3a16b4c211a1c830fc33e52924c718023b4b7c202317a2a25",
                "md5": "89286571421cd863b7403223ff6213ac",
                "sha256": "b97083ca7755de80fa056ebc3e313a3c9dc4181e19a78a0fc6acd0808e4a57cb"
            },
            "downloads": -1,
            "filename": "picogo-0.0.25.tar.gz",
            "has_sig": false,
            "md5_digest": "89286571421cd863b7403223ff6213ac",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 38879,
            "upload_time": "2023-07-06T00:56:02",
            "upload_time_iso_8601": "2023-07-06T00:56:02.326747Z",
            "url": "https://files.pythonhosted.org/packages/d2/20/a931b22657a3a16b4c211a1c830fc33e52924c718023b4b7c202317a2a25/picogo-0.0.25.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-07-06 00:56:02",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "sunabove",
    "github_project": "PicoGo",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "picogo"
}
        
Elapsed time: 0.08597s