Metadata-Version: 2.3
Name: mowidget
Version: 0.1.3
Summary: A comprehensive library of custom anywidget implementations for Marimo notebooks
Project-URL: Homepage, https://github.com/metaboulie/marimo-widgets
Project-URL: Repository, https://github.com/metaboulie/marimo-widgets
Author-email: eugene <heinereugene@pm.me>, Srihari Thyagarajan <hari.leo03@gmail.com>
License: MIT
Keywords: interactive,marimo,notebook,widgets
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.9
Requires-Dist: anywidget>=0.9.13
Requires-Dist: numpy>=2.0.2
Requires-Dist: traitlets>=5.14.3
Description-Content-Type: text/markdown

# 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.
