Skip to content

This project powers the core Flagsmith API flag evaluations engine.

License

Notifications You must be signed in to change notification settings

Flagsmith/flagsmith-engine

Repository files navigation

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