flagsmith-flag-engine


Nameflagsmith-flag-engine JSON
Version 5.3.0 PyPI version JSON
download
home_pagehttps://github.com/Flagsmith/flagsmith-engine
SummaryFlag engine for the Flagsmith API.
upload_time2024-09-24 09:39:00
maintainerNone
docs_urlNone
authorFlagsmith
requires_pythonNone
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": 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/6f/4f/17f4111f890b1c9669ddc8dcc49e719d70835c7cf04d0f8e94d63eb6d02e/flagsmith-flag-engine-5.3.0.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.3.0",
    "project_urls": {
        "Homepage": "https://github.com/Flagsmith/flagsmith-engine"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6f4f17f4111f890b1c9669ddc8dcc49e719d70835c7cf04d0f8e94d63eb6d02e",
                "md5": "be6ba71210b473675a5c93c1b19cd7f4",
                "sha256": "87007f6a312cf11b2c201acd54b30f17de8aa039c3c56af431f1ed3c743fa84c"
            },
            "downloads": -1,
            "filename": "flagsmith-flag-engine-5.3.0.tar.gz",
            "has_sig": false,
            "md5_digest": "be6ba71210b473675a5c93c1b19cd7f4",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 12687,
            "upload_time": "2024-09-24T09:39:00",
            "upload_time_iso_8601": "2024-09-24T09:39:00.756602Z",
            "url": "https://files.pythonhosted.org/packages/6f/4f/17f4111f890b1c9669ddc8dcc49e719d70835c7cf04d0f8e94d63eb6d02e/flagsmith-flag-engine-5.3.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-24 09:39:00",
    "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.36452s