Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 662 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 662 Bytes

Feature Flag, Remote Config and A/B Testing platform, Flagsmith

Flagsmith is an open source, fully featured, Feature Flag and Remote Config service. Use our hosted API, deploy to your own private cloud, or run on-premise.

Flagsmith Flag Engine

This project powers the core Flagsmith API flag evaluations engine.

Setup

python -m venv .venv
source .venv/bin/activate
python -m pip install -r requirements-dev.txt

Design

  • Marshmallow Schemas
  • Plain Python