Yoton - Inter process communication¶
Yoton is a Python package that provides a simple interface to communicate between two or more processes.
Yoton is independent of any other component of IEP and has no dependencies except Python itself. It runs on any Python version from 2.4.
- Yoton is …
lightweight
written in pure Python
without dependencies (except Python)
available on Python version >= 2.4, including Python 3
cross-platform
pretty fast