A feature toggle library designed after Java togglz
Project description
pygglz
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.
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 details)
Built Distribution
File details
Details for the file pygglz-0.0.1.tar.gz
.
File metadata
- Download URL: pygglz-0.0.1.tar.gz
- Upload date:
- Size: 2.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.2 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.7.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f2644321d8af06a375fd8a193b17223aaa122374615a65bc6728ec6efa473adc |
|
MD5 | 295bf96ae25d8f585d0e0a55dc9a0e3f |
|
BLAKE2b-256 | 3746dd03920783311c82f2e1748f65e60d96b8f758ed3bac44b59275e678d040 |
File details
Details for the file pygglz-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: pygglz-0.0.1-py3-none-any.whl
- Upload date:
- Size: 4.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.2 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.7.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6119e3986525097a7deea4fb1411af31a60bccd5856136b9b79ec79c9e8cee18 |
|
MD5 | 69f8f9441307923357fdb16624268cfc |
|
BLAKE2b-256 | e18cad0e4960a827c6a9d1da83e6a55cb9e89b3120454e113a87d9bc02006f4e |