Skip to content

Commit 7903777

Browse files
authored
chore: add flipt python provider
Signed-off-by: Michael Beemer <[email protected]>
1 parent 0adde36 commit 7903777

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
@@ -34,6 +34,12 @@ export const Flipt: Provider = {
3434
vendorOfficial: true,
3535
href: 'https://github.com/open-feature/rust-sdk-contrib/tree/main/crates/flipt',
3636
category: ['Server'],
37+
},
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'],
3743
},
3844
],
3945
};

0 commit comments

Comments
 (0)