featbit-sdks-python

Installation
SKILL.md

FeatBit Python Server SDK

When to Use This Skill

Use for server-side Python applications — Flask, Django, FastAPI, background workers, or scripts — that evaluate feature flags on the backend.

Why server SDK: Flags sync via WebSocket on startup (<100ms) and are evaluated locally with no remote call per request. The process holds one persistent singleton client.

Do not use for browser JavaScript, React, React Native, or any frontend context.

Source

https://github.com/featbit/featbit-python-sdk

Setup Workflow

Related skills
Installs
3
GitHub Stars
11
First Seen
Mar 11, 2026
featbit-sdks-python — featbit/featbit-skills