https://github.com/flagsmith/flagsmith-engine
This project powers the core Flagsmith API flag evaluations engine.
https://github.com/flagsmith/flagsmith-engine
Last synced: 12 months ago
JSON representation
This project powers the core Flagsmith API flag evaluations engine.
- Host: GitHub
- URL: https://github.com/flagsmith/flagsmith-engine
- Owner: Flagsmith
- License: bsd-3-clause
- Created: 2021-09-01T09:14:27.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-25T05:14:39.000Z (almost 2 years ago)
- Last Synced: 2024-04-25T06:26:54.130Z (almost 2 years ago)
- Language: Python
- Homepage: https://flagsmith.com/
- Size: 357 KB
- Stars: 10
- Watchers: 8
- Forks: 6
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
[](https://www.flagsmith.com/)
[Flagsmith](https://www.flagsmith.com/) 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](https://github.com/Flagsmith/flagsmith-api) flag evaluations engine.
## Setup
```bash
python -m venv .venv
source .venv/bin/activate
python -m pip install -r requirements-dev.txt
```
## Design
- Marshmallow Schemas
- Plain Python