Skip to main content

No project description provided

Project description

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.

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

feature_flags_client-1.0.77.tar.gz (4.0 kB view hashes)

Uploaded Source

Built Distribution

feature_flags_client-1.0.77-py3-none-any.whl (5.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page