# 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
### From PyPI
[![PyPI version](https://img.shields.io/pypi/v/raspunzel)](https://pypi.org/project/raspunzel/)
```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 the [software of Upkie wheeled-biped robots](https://github.com/upkie/upkie).
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/27/9d/c4570aa1fa1bd8a31e70dd175e6cb0454a8ea71f04a5e877a978a042b1c2/raspunzel-1.0.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### From PyPI\n\n[![PyPI version](https://img.shields.io/pypi/v/raspunzel)](https://pypi.org/project/raspunzel/)\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 the [software of Upkie wheeled-biped robots](https://github.com/upkie/upkie).\n",
"bugtrack_url": null,
"license": null,
"summary": "Deploy and run Bazel targets on a Raspberry Pi.",
"version": "1.0.0",
"project_urls": {
"Changelog": "https://github.com/upkie/raspunzel/blob/master/CHANGELOG.md",
"Source": "https://github.com/upkie/raspunzel",
"Tracker": "https://github.com/upkie/raspunzel/issues"
},
"split_keywords": [
"raspberry pi",
" bazel",
" cross-compilation",
" deploy"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "1572318df6758e21f2d8b1796a19270597f8e5c3dcc97a6b854076c43b2f2833",
"md5": "739e3c70abc4daaad24f5681cd9b6539",
"sha256": "d6a3029fd4bc88d0f739faba83709b1123bc74d77db266639000364bb5e61c2f"
},
"downloads": -1,
"filename": "raspunzel-1.0.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "739e3c70abc4daaad24f5681cd9b6539",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.7",
"size": 10702,
"upload_time": "2024-08-14T07:35:30",
"upload_time_iso_8601": "2024-08-14T07:35:30.710009Z",
"url": "https://files.pythonhosted.org/packages/15/72/318df6758e21f2d8b1796a19270597f8e5c3dcc97a6b854076c43b2f2833/raspunzel-1.0.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "279dc4570aa1fa1bd8a31e70dd175e6cb0454a8ea71f04a5e877a978a042b1c2",
"md5": "32462f9571f960317c897631540b4660",
"sha256": "2e6584ab80640d7a5f85ced405ca4e3b9268b2a21764399fef7bf87083c95ef0"
},
"downloads": -1,
"filename": "raspunzel-1.0.0.tar.gz",
"has_sig": false,
"md5_digest": "32462f9571f960317c897631540b4660",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.7",
"size": 8822,
"upload_time": "2024-08-14T07:35:32",
"upload_time_iso_8601": "2024-08-14T07:35:32.318023Z",
"url": "https://files.pythonhosted.org/packages/27/9d/c4570aa1fa1bd8a31e70dd175e6cb0454a8ea71f04a5e877a978a042b1c2/raspunzel-1.0.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-08-14 07:35:32",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "upkie",
"github_project": "raspunzel",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "raspunzel"
}