Skip to content

Commit ce95658

Browse files
authored
chore: add flipt python provider (#934)
## This PR - adds the Flipt Python provider ### Related Issues Fixes #932 --------- Signed-off-by: Michael Beemer <[email protected]>
1 parent 5b7c8e7 commit ce95658

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/datasets/providers/flipt.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,11 @@ export const Flipt: Provider = {
3535
href: 'https://github.com/open-feature/rust-sdk-contrib/tree/main/crates/flipt',
3636
category: ['Server'],
3737
},
38+
{
39+
technology: 'Python',
40+
vendorOfficial: false,
41+
href: 'https://github.com/open-feature/python-sdk-contrib/tree/main/providers/openfeature-provider-flipt',
42+
category: ['Server'],
43+
},
3844
],
3945
};

0 commit comments

Comments
 (0)