writer-framework icon indicating copy to clipboard operation
writer-framework copied to clipboard

install streamsync extensions with pip

Open FabienArcellier opened this issue 1 year ago • 1 comments

A developer can share streamsync extensions as a python package. Components appear in streamsync after a user installs them from pip.

Packages are scanned when the extension starts with streamsync_xxxxxx. The goal is to recognize components added in streamsync from a pip install streamsync_xxxxxxxx.

package demo on pypi: https://pypi.org/project/streamsync_bubblemessage/ package demo/template on github: https://github.com/FabienArcellier/streamsync_bubblemessage


Peek 2023-10-23 09-09

Design

Discussions

  • design a gallery to promote community components
  • transfer of template for distribution from my account FabienArcellier to streamsync-cloud
  • the logger usage

FabienArcellier avatar Oct 23 '23 07:10 FabienArcellier

I have to move the ExtensionManager into serve module. We want to avoid interaction from core module with the filesystem

FabienArcellier avatar Nov 26 '23 08:11 FabienArcellier