xo-alloc/xo-pywebutil/EXAMPLES
Roland Conybeare 3f1fd834d5 Add 'xo-pywebutil/' from commit '578b3d724a'
git-subtree-dir: xo-pywebutil
git-subtree-mainline: a2a8b936b9
git-subtree-split: 578b3d724a
2025-05-11 14:55:44 -05: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/.