feature-flags-client


Namefeature-flags-client JSON
Version 1.0.77 PyPI version JSON
download
home_page
Summary
upload_time2023-05-15 09:44:27
maintainer
docs_urlNone
authorStitch
requires_python>=3.8,<4.0
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Feature Flags Backend Client

pip install feature_flags_client

```
from flags_be_client import FeatureFlagClient

ff = FeatureFlagClient()

def is_flag_enabled(optional_identifier):
    return ff.is_enabled("exact_flag_name", optional_identifier)
```

## Creating a new release

Update the version in pyproject.toml and create a new tag with that version number and push it,
this will trigger the release.yml GitHub Action.
            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "feature-flags-client",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8,<4.0",
    "maintainer_email": "",
    "keywords": "",
    "author": "Stitch",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/03/3b/6008014db3ea72942197f9357feba3bd58d5866bbdbd5e494052dba9fb7a/feature_flags_client-1.0.77.tar.gz",
    "platform": null,
    "description": "# Feature Flags Backend Client\n\npip install feature_flags_client\n\n```\nfrom flags_be_client import FeatureFlagClient\n\nff = FeatureFlagClient()\n\ndef is_flag_enabled(optional_identifier):\n    return ff.is_enabled(\"exact_flag_name\", optional_identifier)\n```\n\n## Creating a new release\n\nUpdate the version in pyproject.toml and create a new tag with that version number and push it,\nthis will trigger the release.yml GitHub Action.",
    "bugtrack_url": null,
    "license": "",
    "summary": "",
    "version": "1.0.77",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c94ba684c5d17c38c8685202298ca3e17605c4ea0cae9020c4094888d6950ab3",
                "md5": "873c5d98dcb5b258c2ed768b23f378c3",
                "sha256": "29aa6a06fd0f2053d93bc20da1f8e27dceb8dc7f8bb9659c0cc0ae864740a4e5"
            },
            "downloads": -1,
            "filename": "feature_flags_client-1.0.77-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "873c5d98dcb5b258c2ed768b23f378c3",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8,<4.0",
            "size": 4966,
            "upload_time": "2023-05-15T09:44:26",
            "upload_time_iso_8601": "2023-05-15T09:44:26.019728Z",
            "url": "https://files.pythonhosted.org/packages/c9/4b/a684c5d17c38c8685202298ca3e17605c4ea0cae9020c4094888d6950ab3/feature_flags_client-1.0.77-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "033b6008014db3ea72942197f9357feba3bd58d5866bbdbd5e494052dba9fb7a",
                "md5": "38c7c478549ff792ae2d968e1f8c719c",
                "sha256": "0233931f4d0cccdc6f28189f7cb919a843aa69fe905e2d4813183eb0d9a3d3ef"
            },
            "downloads": -1,
            "filename": "feature_flags_client-1.0.77.tar.gz",
            "has_sig": false,
            "md5_digest": "38c7c478549ff792ae2d968e1f8c719c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8,<4.0",
            "size": 3964,
            "upload_time": "2023-05-15T09:44:27",
            "upload_time_iso_8601": "2023-05-15T09:44:27.586293Z",
            "url": "https://files.pythonhosted.org/packages/03/3b/6008014db3ea72942197f9357feba3bd58d5866bbdbd5e494052dba9fb7a/feature_flags_client-1.0.77.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-05-15 09:44:27",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "feature-flags-client"
}
        
Elapsed time: 0.15685s