You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[](https://www.repostatus.org/#wip)
@@ -8,13 +9,14 @@
8
9
9
10
This is the Python implementation of [OpenFeature](https://openfeature.dev), a vendor-agnostic abstraction library for evaluating feature flags.
10
11
11
-
We support multiple data types for flags (numbers, strings, booleans, objects) as well as hooks, which can alter the lifecycle of a flag evaluation.
12
+
We support multiple data types for flags (numbers, strings, booleans, objects) as well as hooks, which can alter the lifecycle of a flag evaluation.
12
13
13
14
This library is intended to be used in server-side contexts and has not been evaluated for use in mobile devices.
14
15
15
-
16
16
## Usage
17
+
17
18
While Boolean provides the simplest introduction, we offer a variety of flag types.
19
+
18
20
```python
19
21
# Depending on the flag type, use one of the methods below
0 commit comments