{"id":17753128,"url":"https://github.com/configcat/openfeature-python","last_synced_at":"2026-03-01T14:03:26.161Z","repository":{"id":252250520,"uuid":"839443545","full_name":"configcat/openfeature-python","owner":"configcat","description":"ConfigCat OpenFeature Provider for Python.","archived":false,"fork":false,"pushed_at":"2025-08-12T00:22:43.000Z","size":18,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-08-12T02:31:15.148Z","etag":null,"topics":["configcat","feature-flag","feature-flagging","feature-toggle","featureflags","featuretoggles","openfeature","python","remote-configuration"],"latest_commit_sha":null,"homepage":"https://configcat.com/docs/sdk-reference/openfeature/python","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/configcat.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-08-07T16:08:04.000Z","updated_at":"2025-08-12T00:22:45.000Z","dependencies_parsed_at":"2024-08-08T16:52:39.403Z","dependency_job_id":null,"html_url":"https://github.com/configcat/openfeature-python","commit_stats":null,"previous_names":["configcat/openfeature-python"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/configcat/openfeature-python","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/configcat%2Fopenfeature-python","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/configcat%2Fopenfeature-python/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/configcat%2Fopenfeature-python/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/configcat%2Fopenfeature-python/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/configcat","download_url":"https://codeload.github.com/configcat/openfeature-python/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/configcat%2Fopenfeature-python/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29970543,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-01T13:32:00.443Z","status":"ssl_error","status_checked_at":"2026-03-01T13:32:00.084Z","response_time":124,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["configcat","feature-flag","feature-flagging","feature-toggle","featureflags","featuretoggles","openfeature","python","remote-configuration"],"created_at":"2024-10-26T13:22:43.344Z","updated_at":"2026-03-01T14:03:26.133Z","avatar_url":"https://github.com/configcat.png","language":"Python","readme":"# ConfigCat OpenFeature Provider for Python\n\n[![CI](https://github.com/configcat/openfeature-python/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/configcat/openfeature-python/actions/workflows/ci.yml) \n[![PyPI](https://img.shields.io/pypi/v/configcat-openfeature-provider.svg)](https://pypi.python.org/pypi/configcat-openfeature-provider)\n[![PyPI](https://img.shields.io/pypi/pyversions/configcat-openfeature-provider.svg)](https://pypi.python.org/pypi/configcat-openfeature-provider)\n\nThis repository contains an OpenFeature provider that allows [ConfigCat](https://configcat.com) to be used with the [OpenFeature Python SDK](https://github.com/open-feature/python-sdk).\n\n## Installation\n\n```sh\npip install configcat-openfeature-provider\n```\n\n## Usage\n\nThe `ConfigCatProvider` constructor takes the SDK key and an optional `ConfigCatOptions` argument containing the additional configuration options for the [ConfigCat Python SDK](https://github.com/configcat/python-sdk):\n\n```python\nfrom configcatclient import ConfigCatOptions, PollingMode\nfrom openfeature import api\nfrom configcat_openfeature_provider import ConfigCatProvider\n\n# Configure the OpenFeature API with the ConfigCat provider.\napi.set_provider(\n    ConfigCatProvider(\n        \"\u003cYOUR-CONFIGCAT-SDK-KEY\u003e\",\n        # Configure the ConfigCat SDK.\n        ConfigCatOptions(\n            polling_mode=PollingMode.auto_poll(60),\n        ),\n    )\n)\n\n# Create a client.\nclient = api.get_client()\n\n# Evaluate a feature flag.\nis_awesome_feature_enabled = client.get_boolean_value(\"isAwesomeFeatureEnabled\", False)\n```\n\nFor more information about all the configuration options, see the [Python SDK documentation](https://configcat.com/docs/sdk-reference/python/#creating-the-configcat-client).\n\n## Need help?\nhttps://configcat.com/support\n\n## Contributing\nContributions are welcome. For more info please read the [Contribution Guideline](CONTRIBUTING.md).\n\n## About ConfigCat\nConfigCat is a feature flag and configuration management service that lets you separate releases from deployments. You can turn your features ON/OFF using \u003ca href=\"https://app.configcat.com\" target=\"_blank\"\u003eConfigCat Dashboard\u003c/a\u003e even after they are deployed. ConfigCat lets you target specific groups of users based on region, email or any other custom user attribute.\n\nConfigCat is a \u003ca href=\"https://configcat.com\" target=\"_blank\"\u003ehosted feature flag service\u003c/a\u003e. Manage feature toggles across frontend, backend, mobile, desktop apps. \u003ca href=\"https://configcat.com\" target=\"_blank\"\u003eAlternative to LaunchDarkly\u003c/a\u003e. Management app + feature flag SDKs.\n\n- [Official ConfigCat SDKs for other platforms](https://github.com/configcat)\n- [Documentation](https://configcat.com/docs)\n- [Blog](https://configcat.com/blog)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fconfigcat%2Fopenfeature-python","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fconfigcat%2Fopenfeature-python","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fconfigcat%2Fopenfeature-python/lists"}