Metadata-Version: 2.4
Name: mowidget
Version: 0.1.6
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: métaboulie <metaboulie@pm.me>, Srihari Thyagarajan <hari.leo03@gmail.com>
License: MIT
License-File: LICENSE
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>=1.26.4
Requires-Dist: traitlets>=5.14.3
Description-Content-Type: text/markdown

# [Marimo](https://github.com/marimo-team/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)
