Skip to content

Commit

Permalink
chore: add flipt python provider
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Beemer <[email protected]>
  • Loading branch information
beeme1mr authored Jan 22, 2025
1 parent 0adde36 commit 7903777
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/datasets/providers/flipt.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@ export const Flipt: Provider = {
vendorOfficial: true,
href: 'https://github.com/open-feature/rust-sdk-contrib/tree/main/crates/flipt',
category: ['Server'],
},
{
technology: 'Python',
vendorOfficial: false,
href: 'https://github.com/open-feature/python-sdk-contrib/tree/main/providers/openfeature-provider-flipt',
category: ['Server'],
},
],
};

0 comments on commit 7903777

Please sign in to comment.