raspunzel


Nameraspunzel JSON
Version 0.3.0 PyPI version JSON
download
home_pageNone
SummaryDeploy and run Bazel targets on a Raspberry Pi.
upload_time2023-05-09 16:28:29
maintainerNone
docs_urlNone
authorNone
requires_python>=3.7
licenseNone
keywords raspberry pi bazel cross-compilation deploy
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # raspunzel

Command-line tool to run Bazel targets on systems where Bazel is not installed. For instance, we can run cross-compiled Bazel targets on a Raspberry Pi:

```console
pi@raspi:~/my_bazel_dir$ raspunzel run //my/target -- --foo --bar
```

Raspunzel's syntax is the same as Bazel, but it only supports the ``run`` command.

## Installation

### PyPI

```console
$ pip install raspunzel
```

### Standalone script

Raspunzel is easy to ship in your own project as a [standalone script](https://github.com/tasts-robots/raspunzel/tree/main/standalone). Check out how it is done for instance in [upkie\_locomotion](https://github.com/tasts-robots/upkie_locomotion).

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "raspunzel",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "St\u00e9phane Caron <stephane.caron@normalesup.org>",
    "keywords": "raspberry pi,bazel,cross-compilation,deploy",
    "author": null,
    "author_email": "St\u00e9phane Caron <stephane.caron@normalesup.org>",
    "download_url": "https://files.pythonhosted.org/packages/a3/43/cd7db1db4d842fd4146cd2fc8cdc9865b249724b9363b7b8e30b3abdfa44/raspunzel-0.3.0.tar.gz",
    "platform": null,
    "description": "# raspunzel\n\nCommand-line tool to run Bazel targets on systems where Bazel is not installed. For instance, we can run cross-compiled Bazel targets on a Raspberry Pi:\n\n```console\npi@raspi:~/my_bazel_dir$ raspunzel run //my/target -- --foo --bar\n```\n\nRaspunzel's syntax is the same as Bazel, but it only supports the ``run`` command.\n\n## Installation\n\n### PyPI\n\n```console\n$ pip install raspunzel\n```\n\n### Standalone script\n\nRaspunzel is easy to ship in your own project as a [standalone script](https://github.com/tasts-robots/raspunzel/tree/main/standalone). Check out how it is done for instance in [upkie\\_locomotion](https://github.com/tasts-robots/upkie_locomotion).\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Deploy and run Bazel targets on a Raspberry Pi.",
    "version": "0.3.0",
    "project_urls": {
        "Changelog": "https://github.com/tasts-robots/raspunzel/blob/master/CHANGELOG.md",
        "Source": "https://github.com/tasts-robots/raspunzel",
        "Tracker": "https://github.com/tasts-robots/raspunzel/issues"
    },
    "split_keywords": [
        "raspberry pi",
        "bazel",
        "cross-compilation",
        "deploy"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "2535068c4aabd96c7222c2ddde5e289b4d643deb962a663567bcdb25956dd431",
                "md5": "29c0a221b56a9e8024d02daeb76677e2",
                "sha256": "9374243340a91a66821c8de2691ccd3b9b126ee7d788183a81b47368633f43bc"
            },
            "downloads": -1,
            "filename": "raspunzel-0.3.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "29c0a221b56a9e8024d02daeb76677e2",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 10626,
            "upload_time": "2023-05-09T16:28:27",
            "upload_time_iso_8601": "2023-05-09T16:28:27.185049Z",
            "url": "https://files.pythonhosted.org/packages/25/35/068c4aabd96c7222c2ddde5e289b4d643deb962a663567bcdb25956dd431/raspunzel-0.3.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a343cd7db1db4d842fd4146cd2fc8cdc9865b249724b9363b7b8e30b3abdfa44",
                "md5": "bfb3cfe0862f4890e7b51395f4da5d9a",
                "sha256": "ff42395e332633949789e7d135895c7635bea1c80f798923b18cdc73b0e7a3dd"
            },
            "downloads": -1,
            "filename": "raspunzel-0.3.0.tar.gz",
            "has_sig": false,
            "md5_digest": "bfb3cfe0862f4890e7b51395f4da5d9a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 8499,
            "upload_time": "2023-05-09T16:28:29",
            "upload_time_iso_8601": "2023-05-09T16:28:29.263195Z",
            "url": "https://files.pythonhosted.org/packages/a3/43/cd7db1db4d842fd4146cd2fc8cdc9865b249724b9363b7b8e30b3abdfa44/raspunzel-0.3.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-05-09 16:28:29",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "tasts-robots",
    "github_project": "raspunzel",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "raspunzel"
}
        
Elapsed time: 0.06459s