Skip to content
This repository has been archived by the owner on Oct 30, 2018. It is now read-only.
/ bouncerpy Public archive

Bouncer python client

Notifications You must be signed in to change notification settings

Memrise/bouncerpy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Bouncer python client

A python client for the bouncer A/B testing and feature switching service.

Getting started

A quick synopsis:

from bouncer import Bouncer

bc = Bouncer(service_url='http://localhost:5000')  # default value

# Get the current configuration
bc.configured_experiments()
bc.configured_features()
bc.configured_groups()

# Get service stats, load times etc
bc.stats()

# Participate in AB tests and get featured courses
features, experiments = bc.paricipate({'uid': 'youruid'}, timeout=1, fallback=False)

About

Bouncer python client

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages