ezmsg-org / ezmsg

Pure-Python DAG-based high-performance SHM-backed pub-sub and multi-processing pattern
https://ezmsg.readthedocs.io/en/latest/
MIT License
9 stars 4 forks source link

Eliminate extensions; migrated to ezmsg-org. #128

Closed cboulay closed 3 weeks ago

cboulay commented 3 weeks ago

The extensions (sigproc, websockets, zmq) are now in https://github.com/orgs/ezmsg-org/repositories , including git history.

This PR removes these extensions from this repo. In addition to deleting the folders, we also need to update GH workflows and docs config + scripts.

Fixes #97