Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

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