Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fabienarcellier/streamsync_bubblemessage
demo / template to distribute an extension for streamsync on pypi
https://github.com/fabienarcellier/streamsync_bubblemessage
Last synced: 25 days ago
JSON representation
demo / template to distribute an extension for streamsync on pypi
- Host: GitHub
- URL: https://github.com/fabienarcellier/streamsync_bubblemessage
- Owner: FabienArcellier
- License: mit
- Created: 2023-10-23T07:12:09.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-10-23T07:18:49.000Z (about 1 year ago)
- Last Synced: 2024-04-23T22:09:45.551Z (8 months ago)
- Size: 55.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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 manifest4. 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
```