Skip to main content

A feature toggle library designed after Java togglz

Project description

pygglz Written in Python Build Status License

A feature toggle library designed after Java togglz

Status

Work in Progress

Usage

from pygglz import features, configure
from pygglz.file_repository import FileRepository

...
configure(state_repository=FileRepository("/home/app/.features.json"))

...

if features["ONE_CLICK_CHECKOUT"]:
  ...

License

Copyright (c) 2020 by Cornelius Buschka.

Apache License, Version 2.0

Project details


Download files

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

Source Distribution

pygglz-0.0.1.tar.gz (2.8 kB view hashes)

Uploaded Source

Built Distribution

pygglz-0.0.1-py3-none-any.whl (4.7 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