The simplest OpenDecree example — connect and read typed config values.
ConfigClientas a context manager (auto-closes channel)get()with type overloads:str,bool,int,float,timedeltaset()for writing values
cd examples
make setup # seed schema + tenant
cd quickstart
python main.py- async-client — same thing with
async/await - live-config — watch values change in real time