feature-flag-python


Namefeature-flag-python JSON
Version 0.1.0 PyPI version JSON
download
home_pageNone
SummaryA Python client for feature flags and A/B testing
upload_time2025-07-13 14:01:54
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
licenseMIT
keywords ab-testing experiments feature-flags feature-toggles toggles
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Feature Flag for Python

> A modern, composable, and minimal feature flag system for Python applications.

[![CI](https://github.com/jitokim/feature-flag-python/actions/workflows/ci.yml/badge.svg)](https://github.com/jitokim/feature-flag-python/actions/workflows/ci.yml)
[![PyPI](https://img.shields.io/pypi/v/feature-flag-python.svg)](https://pypi.org/project/feature-flag-python/)
[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)

---

## โœจ Features

- โœ… Simple, intuitive API
- ๐Ÿงฉ Extensible flag sources and evaluators
- ๐Ÿ”„ Sync & Async compatible
- ๐Ÿ”’ Safe for production usage
- โšก Fast and lightweight
- ๐Ÿงช Full test suite and type-checked
- ๐Ÿ“ฆ Designed for frameworks like FastAPI or Flask

---

## ๐Ÿ“ฆ Installation

```bash
pip install feature-flag-python

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "feature-flag-python",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": "Jihoon Kim <pigberger70@gmail.com>",
    "keywords": "ab-testing, experiments, feature-flags, feature-toggles, toggles",
    "author": null,
    "author_email": "Jihoon Kim <pigberger70@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/ce/28/c8c19ac0e32b25bea0972d9d47e4283078c7d3a0fb0c16cbcaf0274d2d7c/feature_flag_python-0.1.0.tar.gz",
    "platform": null,
    "description": "# Feature Flag for Python\n\n> A modern, composable, and minimal feature flag system for Python applications.\n\n[![CI](https://github.com/jitokim/feature-flag-python/actions/workflows/ci.yml/badge.svg)](https://github.com/jitokim/feature-flag-python/actions/workflows/ci.yml)\n[![PyPI](https://img.shields.io/pypi/v/feature-flag-python.svg)](https://pypi.org/project/feature-flag-python/)\n[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)\n\n---\n\n## \u2728 Features\n\n- \u2705 Simple, intuitive API\n- \ud83e\udde9 Extensible flag sources and evaluators\n- \ud83d\udd04 Sync & Async compatible\n- \ud83d\udd12 Safe for production usage\n- \u26a1 Fast and lightweight\n- \ud83e\uddea Full test suite and type-checked\n- \ud83d\udce6 Designed for frameworks like FastAPI or Flask\n\n---\n\n## \ud83d\udce6 Installation\n\n```bash\npip install feature-flag-python\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A Python client for feature flags and A/B testing",
    "version": "0.1.0",
    "project_urls": {
        "Bug Tracker": "https://github.com/jitokim/feature-flag-python/issues",
        "Changelog": "https://github.com/jitokim/feature-flag-python/blob/main/CHANGELOG.md",
        "Documentation": "https://jitokim.github.io/feature-flag-python",
        "Homepage": "https://github.com/jitokim/feature-flag-python",
        "Repository": "https://github.com/jitokim/feature-flag-python"
    },
    "split_keywords": [
        "ab-testing",
        " experiments",
        " feature-flags",
        " feature-toggles",
        " toggles"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "71f352daecff52ff0e2106d955a3092403bccc7d32a7113b43ffa4edaca3050b",
                "md5": "c9e9a00198eb359ffcae0b19f063d6fd",
                "sha256": "6388c3208c4ac875a8f9e642125513a4be767c56f5ce2006e9be7a8fe8d7eeb8"
            },
            "downloads": -1,
            "filename": "feature_flag_python-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c9e9a00198eb359ffcae0b19f063d6fd",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 8736,
            "upload_time": "2025-07-13T14:01:49",
            "upload_time_iso_8601": "2025-07-13T14:01:49.018845Z",
            "url": "https://files.pythonhosted.org/packages/71/f3/52daecff52ff0e2106d955a3092403bccc7d32a7113b43ffa4edaca3050b/feature_flag_python-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "ce28c8c19ac0e32b25bea0972d9d47e4283078c7d3a0fb0c16cbcaf0274d2d7c",
                "md5": "af01a0ee5d94236c5f92d156d9182101",
                "sha256": "bdc4feb0af6db1ed1b45b49b1d59a9fadd912c0a561efb5041d28542393082fa"
            },
            "downloads": -1,
            "filename": "feature_flag_python-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "af01a0ee5d94236c5f92d156d9182101",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 9545,
            "upload_time": "2025-07-13T14:01:54",
            "upload_time_iso_8601": "2025-07-13T14:01:54.427032Z",
            "url": "https://files.pythonhosted.org/packages/ce/28/c8c19ac0e32b25bea0972d9d47e4283078c7d3a0fb0c16cbcaf0274d2d7c/feature_flag_python-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-13 14:01:54",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "jitokim",
    "github_project": "feature-flag-python",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "feature-flag-python"
}
        
Elapsed time: 0.49438s