Metadata-Version: 2.4
Name: anywidget-bundle
Version: 0.0.1
Summary: Load Vite-built anywidget modules from Python.
Project-URL: Documentation, https://peter-gy.github.io/anywidget-bundle/
Project-URL: Issues, https://github.com/peter-gy/anywidget-bundle/issues
Project-URL: Source, https://github.com/peter-gy/anywidget-bundle
Author-email: Peter Ferenc Gyarmati <dev.petergy@gmail.com>
Maintainer-email: Peter Ferenc Gyarmati <dev.petergy@gmail.com>
License-Expression: MIT
License-File: LICENSE
Keywords: anywidget,jupyter,marimo,vite,widgets
Classifier: Framework :: Jupyter
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Typing :: Typed
Requires-Python: >=3.11
Requires-Dist: anywidget>=0.11.0
Description-Content-Type: text/markdown

# anywidget-bundle

`anywidget-bundle` loads a manifest-backed Vite build into an anywidget model. It resolves the bootstrap and stylesheet from `anywidget.json`, then serves manifest-listed JavaScript modules through the widget comm.

See the [documentation](https://peter-gy.github.io/anywidget-bundle/) for the build and Python APIs.
