flagsmith-flag-engine


Nameflagsmith-flag-engine JSON
Version 5.1.1 PyPI version JSON
download
home_pagehttps://github.com/Flagsmith/flagsmith-engine
SummaryFlag engine for the Flagsmith API.
upload_time2024-01-17 15:45:13
maintainer
docs_urlNone
authorFlagsmith
requires_python
licenseBSD3
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            [![Feature Flag, Remote Config and A/B Testing platform, Flagsmith](https://github.com/Flagsmith/flagsmith/raw/main/static-files/hero.png)](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": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Flagsmith",
    "author_email": "support@flagsmith.com",
    "download_url": "https://files.pythonhosted.org/packages/00/2a/360d50c382d58312900cb92ef18b2aef79bb299ed0d27fe56deb0c3925ab/flagsmith-flag-engine-5.1.1.tar.gz",
    "platform": null,
    "description": "[![Feature Flag, Remote Config and A/B Testing platform, Flagsmith](https://github.com/Flagsmith/flagsmith/raw/main/static-files/hero.png)](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\n\n",
    "bugtrack_url": null,
    "license": "BSD3",
    "summary": "Flag engine for the Flagsmith API.",
    "version": "5.1.1",
    "project_urls": {
        "Homepage": "https://github.com/Flagsmith/flagsmith-engine"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "002a360d50c382d58312900cb92ef18b2aef79bb299ed0d27fe56deb0c3925ab",
                "md5": "a42357f8eef057e7268cc703c9c0f9e2",
                "sha256": "a97d001ac50fcddee273a25d8c88442b33797fde5b4d657f3e83e1493aa4f536"
            },
            "downloads": -1,
            "filename": "flagsmith-flag-engine-5.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "a42357f8eef057e7268cc703c9c0f9e2",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 12628,
            "upload_time": "2024-01-17T15:45:13",
            "upload_time_iso_8601": "2024-01-17T15:45:13.534855Z",
            "url": "https://files.pythonhosted.org/packages/00/2a/360d50c382d58312900cb92ef18b2aef79bb299ed0d27fe56deb0c3925ab/flagsmith-flag-engine-5.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-17 15:45:13",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Flagsmith",
    "github_project": "flagsmith-engine",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "tox": true,
    "lcname": "flagsmith-flag-engine"
}
        
Elapsed time: 0.16998s