xo-umbrella2/xo-pywebutil/EXAMPLES
Roland Conybeare 4f27792c8f git subrepo clone (merge) git@github.com:Rconybea/xo-pywebutil.git xo-pywebutil
subrepo:
  subdir:   "xo-pywebutil"
  merged:   "da18a27f"
upstream:
  origin:   "git@github.com:Rconybea/xo-pywebutil.git"
  branch:   "main"
  commit:   "da18a27f"
git-subrepo:
  version:  "0.4.9"
  origin:   "???"
  commit:   "???"
2026-06-06 22:33:51 -04:00

9 lines
464 B
Text

Creating this pybind11 library to hold low-dependency wrappers
used for interaction between {websock/, pywebsock/} and other subsystems.
1. This library needs to be a (runtime) dependency of pyxxx libraries that
use reactor::EventStore, for example pyprocess/, to supply wrappers
for EndpointDescr and Alist.
2. If we chose to put this code in pywebsock/, then pywebsock + libwebsocket
would become runtime dependencies of libraries like pyprocess/.