[](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
Raw data
{
"_id": null,
"home_page": "https://github.com/Flagsmith/flagsmith-engine",
"name": "flagsmith-flag-engine",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": null,
"author": "Flagsmith",
"author_email": "support@flagsmith.com",
"download_url": "https://files.pythonhosted.org/packages/77/11/bc2263c75847b5901b4a742b68baaf84715de8e567765e74082d457eb59b/flagsmith_flag_engine-7.0.0.tar.gz",
"platform": null,
"description": "[](https://www.flagsmith.com/)\n\n[Flagsmith](https://www.flagsmith.com/) is an open source, fully featured, Feature Flag and Remote Config service. Use\nour hosted API, deploy to your own private cloud, or run on-premise.\n\n# Flagsmith Flag Engine\n\nThis project powers the core [Flagsmith API](https://github.com/Flagsmith/flagsmith-api) flag evaluations engine.\n\n## Setup\n\n```bash\npython -m venv .venv\nsource .venv/bin/activate\npython -m pip install -r requirements-dev.txt\n```\n\n## Design\n\n- Marshmallow Schemas\n- Plain Python\n",
"bugtrack_url": null,
"license": "BSD3",
"summary": "Flag engine for the Flagsmith API.",
"version": "7.0.0",
"project_urls": {
"Homepage": "https://github.com/Flagsmith/flagsmith-engine"
},
"split_keywords": [],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "6e6e4d1c895bbeef4cf7bb7a4827efa376e0fc5b9300ee20cd2c3832b27bca3f",
"md5": "3c7cdcc03a9979f37c57f0629535ef85",
"sha256": "59c1f13eb920de7182e1992bf4504b7cbdf991fe2391ce42dd8cdda55554ab3a"
},
"downloads": -1,
"filename": "flagsmith_flag_engine-7.0.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "3c7cdcc03a9979f37c57f0629535ef85",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 13365,
"upload_time": "2025-09-01T15:49:39",
"upload_time_iso_8601": "2025-09-01T15:49:39.454329Z",
"url": "https://files.pythonhosted.org/packages/6e/6e/4d1c895bbeef4cf7bb7a4827efa376e0fc5b9300ee20cd2c3832b27bca3f/flagsmith_flag_engine-7.0.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "7711bc2263c75847b5901b4a742b68baaf84715de8e567765e74082d457eb59b",
"md5": "9f1cac10eb7079cdf14a3be2fbab90b4",
"sha256": "7db6e6515786a949ceb9036c1b0edcd5cb441aff3d083b4a9648bfd035eab9b5"
},
"downloads": -1,
"filename": "flagsmith_flag_engine-7.0.0.tar.gz",
"has_sig": false,
"md5_digest": "9f1cac10eb7079cdf14a3be2fbab90b4",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 10080,
"upload_time": "2025-09-01T15:49:40",
"upload_time_iso_8601": "2025-09-01T15:49:40.678367Z",
"url": "https://files.pythonhosted.org/packages/77/11/bc2263c75847b5901b4a742b68baaf84715de8e567765e74082d457eb59b/flagsmith_flag_engine-7.0.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-09-01 15:49:40",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "Flagsmith",
"github_project": "flagsmith-engine",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [
{
"name": "iregexp-check",
"specs": [
[
"==",
"0.1.4"
]
]
},
{
"name": "jsonpath-rfc9535",
"specs": [
[
"==",
"0.1.6"
]
]
},
{
"name": "regex",
"specs": [
[
"==",
"2025.7.34"
]
]
},
{
"name": "semver",
"specs": [
[
"==",
"3.0.4"
]
]
},
{
"name": "typing-extensions",
"specs": [
[
"==",
"4.14.1"
]
]
}
],
"tox": true,
"lcname": "flagsmith-flag-engine"
}