Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 599 Bytes

File metadata and controls

27 lines (18 loc) · 599 Bytes

Quickstart

The simplest OpenDecree example — connect and read typed config values.

What it shows

  • ConfigClient as a context manager (auto-closes channel)
  • get() with type overloads: str, bool, int, float, timedelta
  • set() for writing values

Run

cd examples
make setup      # seed schema + tenant
cd quickstart
python main.py

Next

Learn more