Metadata-Version: 2.1
Name: streamsync_bubblemessage
Version: 0.0.1
Summary: demo / template to distribute an extension for streamsync on pypi
License: MIT
Author: Fabien Arcellier
Author-email: fabien.arcellier@gmail.com
Requires-Python: >=3.9.2,<4.0.0
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Scientific/Engineering :: Visualization
Description-Content-Type: text/markdown

Publish your streamsync extension using this repo

1. [create your extension following the tutorial](https://www.streamsync.cloud/custom-components.html)
2. delete existing files in ``src/streamsync_bubblemessage`` folder
2. copy generated files into ``src/streamsync_bubblemessage``
3. rename ``streamsync_bubblemessage`` occurrences to ``streamsync_{{yourname}}``

    * in the repo name
    * in the src packages
    * in the pyproject.toml manifest

4. write your readme
5. publish the extension to pypi

```bash
poetry build
poetry publish
```

6. [share your extension on streamsync](https://github.com/streamsync-cloud/streamsync/discussions)
---

## streamsync_bubblemessage

This extension adds components to a [streamsync application](https://www.streamsync.cloud/) :

* Bubble Message
* Bubble Message (Advanced)

![demo](https://github.com/FabienArcellier/streamsync_bubblemessage/raw/master/img.png)

### Installation

```bash
pip install streamsync_bubblemessage
```

