Metadata-Version: 2.1
Name: ipywatch
Version: 0.0.2
Summary: A debugbar tool for ipywidgets/reacton/solara
Home-page: https://github.com/itepifanio/ipywatch
Author: Ítalo Epifânio
Author-email: italoepifaniols@gmail.com
License: Apache Software License 2.0
Keywords: nbdev jupyter notebook python
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: License :: OSI Approved :: Apache Software License
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: ipykernel >=6.20.1
Provides-Extra: dev
Requires-Dist: solara >=1.26.1 ; extra == 'dev'

# Ipywatch

<!-- WARNING: THIS FILE WAS AUTOGENERATED! DO NOT EDIT! -->

Welcome to the Ipywatch project a debugging solution for developers
working with IPyWidgets, Reacton, and Solara.

The lib monitors state changes at ipywidgets level by listening to the
[Comm API](https://jupyter-notebook.readthedocs.io/en/4.x/comms.html)

![Usage
example](https://github.com/itepifanio/ipywatch/blob/main/assets/ipywatch.gif?raw=true)

## Installing

`pip install ipywatch`
