mowidget


Namemowidget JSON
Version 0.1.5 PyPI version JSON
download
home_pageNone
SummaryA comprehensive library of custom anywidget implementations for Marimo notebooks
upload_time2025-01-15 02:38:56
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
licenseMIT
keywords interactive marimo notebook widgets
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Marimo Widgets Collection

A comprehensive library of custom anywidget implementations for Marimo
notebooks, providing a rich set of interactive and reusable widgets for data
science, visualization, and computational workflows.

## Featured widgets

### Array viewer

<div style="display: flex; justify-content: space-around; margin-bottom: 20px;">
    <img src="./assets/array_viewer.gif" alt="array viewer"/>
</div>

### Color picker & color matrix

<div style="display: flex; justify-content: space-around; margin-bottom: 20px;">
    <img src="./assets/color_picker.gif" alt="color matrix"/>
</div>

## Installation

```bash
pip install mowidget
```

## Showcase notebooks

- [MoWidget v0.1 Showcase](https://marimo.io/p/dev/notebook-jutz5b-0s8h9fujnx33ot7j57lwef)

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "mowidget",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "interactive, marimo, notebook, widgets",
    "author": null,
    "author_email": "eugene <heinereugene@pm.me>, Srihari Thyagarajan <hari.leo03@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/9c/37/af4d413b12f98a05041599a0007f97b935c2777d1e1d35c40393c632d0b3/mowidget-0.1.5.tar.gz",
    "platform": null,
    "description": "# Marimo Widgets Collection\n\nA comprehensive library of custom anywidget implementations for Marimo\nnotebooks, providing a rich set of interactive and reusable widgets for data\nscience, visualization, and computational workflows.\n\n## Featured widgets\n\n### Array viewer\n\n<div style=\"display: flex; justify-content: space-around; margin-bottom: 20px;\">\n    <img src=\"./assets/array_viewer.gif\" alt=\"array viewer\"/>\n</div>\n\n### Color picker & color matrix\n\n<div style=\"display: flex; justify-content: space-around; margin-bottom: 20px;\">\n    <img src=\"./assets/color_picker.gif\" alt=\"color matrix\"/>\n</div>\n\n## Installation\n\n```bash\npip install mowidget\n```\n\n## Showcase notebooks\n\n- [MoWidget v0.1 Showcase](https://marimo.io/p/dev/notebook-jutz5b-0s8h9fujnx33ot7j57lwef)\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A comprehensive library of custom anywidget implementations for Marimo notebooks",
    "version": "0.1.5",
    "project_urls": {
        "Homepage": "https://github.com/metaboulie/marimo-widgets",
        "Repository": "https://github.com/metaboulie/marimo-widgets"
    },
    "split_keywords": [
        "interactive",
        " marimo",
        " notebook",
        " widgets"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b814de83c12d1dc8436d2d41a636f45837f16d52f5dfb46fd324b34d890c5821",
                "md5": "11875add1cab484a50dfe9ffeadacdc9",
                "sha256": "e015d7b9cb140f6f5917e11f280b1cba0d158698af9729d1a607625650c3f535"
            },
            "downloads": -1,
            "filename": "mowidget-0.1.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "11875add1cab484a50dfe9ffeadacdc9",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 32270,
            "upload_time": "2025-01-15T02:38:59",
            "upload_time_iso_8601": "2025-01-15T02:38:59.430211Z",
            "url": "https://files.pythonhosted.org/packages/b8/14/de83c12d1dc8436d2d41a636f45837f16d52f5dfb46fd324b34d890c5821/mowidget-0.1.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "9c37af4d413b12f98a05041599a0007f97b935c2777d1e1d35c40393c632d0b3",
                "md5": "ecfbcecb742deee95231288d703a09fc",
                "sha256": "f66ab4c9cf3f6b16738b8c49d56445739e42ded3ebd2457d29735f5eb71870ad"
            },
            "downloads": -1,
            "filename": "mowidget-0.1.5.tar.gz",
            "has_sig": false,
            "md5_digest": "ecfbcecb742deee95231288d703a09fc",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 14622,
            "upload_time": "2025-01-15T02:38:56",
            "upload_time_iso_8601": "2025-01-15T02:38:56.747726Z",
            "url": "https://files.pythonhosted.org/packages/9c/37/af4d413b12f98a05041599a0007f97b935c2777d1e1d35c40393c632d0b3/mowidget-0.1.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-15 02:38:56",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "metaboulie",
    "github_project": "marimo-widgets",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "mowidget"
}
        
Elapsed time: 0.44199s