File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ Python SDK for [Replane](https://replane.dev) - a dynamic configuration platform
77[ ![ License] ( https://img.shields.io/github/license/replane-dev/replane-python )] ( https://github.com/replane-dev/replane-python/blob/main/LICENSE )
88[ ![ Community] ( https://img.shields.io/badge/discussions-join-blue?logo=github )] ( https://github.com/orgs/replane-dev/discussions )
99
10+ > ** Tip:** Get started instantly with [ Replane Cloud] ( https://cloud.replane.dev ) — no infrastructure required.
11+
1012## Features
1113
1214- ** Real-time updates** via Server-Sent Events (SSE)
@@ -35,7 +37,7 @@ from replane import Replane
3537
3638# Using context manager (recommended)
3739with Replane(
38- base_url = " https://replane.example.com " ,
40+ base_url = " https://cloud. replane.dev " , # or your self-hosted URL
3941 sdk_key = " rp_..." ,
4042) as client:
4143 # Get a simple config value
You can’t perform that action at this time.
0 commit comments