mowidget


Namemowidget JSON
Version 0.1.4 PyPI version JSON
download
home_pageNone
SummaryA comprehensive library of custom anywidget implementations for Marimo notebooks
upload_time2024-12-11 10:49:22
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.

## Features

-   **Base Widgets**
    -   String Form: Interactive text input components
-   **Design Components**
    -   Color Matrix: Color selection and manipulation tools
-   **Layout Elements**
    -   Header: Customizable header components
-   **Productivity Tools**
    -   Pomodoro Timer: Time management widget
-   **Data Visualization**
    -   Array Viewer: Interactive array visualization component

## Installation

```bash
pip install mowidget
```

## Examples

Showcase notebooks demonstrating the usage of all widgets can be found in the
`examples/` directory. Check out `examples/showcase_v0.1.0.py` for a
comprehensive demonstration of all available components in v0.1.0.

            

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/a1/aa/eaced0b3926b5c75420a4ea374a68560a5e13da702172a584f486a550054/mowidget-0.1.4.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## Features\n\n-   **Base Widgets**\n    -   String Form: Interactive text input components\n-   **Design Components**\n    -   Color Matrix: Color selection and manipulation tools\n-   **Layout Elements**\n    -   Header: Customizable header components\n-   **Productivity Tools**\n    -   Pomodoro Timer: Time management widget\n-   **Data Visualization**\n    -   Array Viewer: Interactive array visualization component\n\n## Installation\n\n```bash\npip install mowidget\n```\n\n## Examples\n\nShowcase notebooks demonstrating the usage of all widgets can be found in the\n`examples/` directory. Check out `examples/showcase_v0.1.0.py` for a\ncomprehensive demonstration of all available components in v0.1.0.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A comprehensive library of custom anywidget implementations for Marimo notebooks",
    "version": "0.1.4",
    "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": "0ef9e4cd4e0e2c83225ca2f3baea1f6fbb5bc927190d86800a216b9be2b35a6e",
                "md5": "650ddeae214aaf6be9841391a4bd0b29",
                "sha256": "28767903c770d82a6b4094bf068eaeb5fa7d23f0053a497f8b210fc2b8f34722"
            },
            "downloads": -1,
            "filename": "mowidget-0.1.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "650ddeae214aaf6be9841391a4bd0b29",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 32269,
            "upload_time": "2024-12-11T10:49:25",
            "upload_time_iso_8601": "2024-12-11T10:49:25.026112Z",
            "url": "https://files.pythonhosted.org/packages/0e/f9/e4cd4e0e2c83225ca2f3baea1f6fbb5bc927190d86800a216b9be2b35a6e/mowidget-0.1.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a1aaeaced0b3926b5c75420a4ea374a68560a5e13da702172a584f486a550054",
                "md5": "8447a4a3265e5c4e8461315887534d4b",
                "sha256": "f5c6233cee1a7f2e3b5c7f138a9e890b5584f46eb31f7fb5d32822333603dbbf"
            },
            "downloads": -1,
            "filename": "mowidget-0.1.4.tar.gz",
            "has_sig": false,
            "md5_digest": "8447a4a3265e5c4e8461315887534d4b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 14595,
            "upload_time": "2024-12-11T10:49:22",
            "upload_time_iso_8601": "2024-12-11T10:49:22.162880Z",
            "url": "https://files.pythonhosted.org/packages/a1/aa/eaced0b3926b5c75420a4ea374a68560a5e13da702172a584f486a550054/mowidget-0.1.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-11 10:49:22",
    "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.43719s