Single-thread dict-based messenger inspired by the Robot Operation System.
Project description
dictmsgr
Dict Messenger inspired by Robot Operation System, publish topic by setting item to a dict-like Context
object. Callback subscription can be registered to be used in a single thread. The callback function should have signature callback(ctx, msg)
and will be called when Context.__setitem__()
is fired. This dict is designed to function like a project-wide globals() that you can read&write. '/' is used to specify multi-level nested dict keys.
pip install dictmsgr
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
dictmsgr-0.2.tar.gz
(3.3 kB
view hashes)
Built Distribution
dictmsgr-0.2-py3-none-any.whl
(3.5 kB
view hashes)