https://github.com/aes/unleash-client-python
Unleash client for Python 3
https://github.com/aes/unleash-client-python
client-library feature-toggle
Last synced: about 1 month ago
JSON representation
Unleash client for Python 3
- Host: GitHub
- URL: https://github.com/aes/unleash-client-python
- Owner: aes
- License: apache-2.0
- Created: 2017-03-26T18:54:38.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-09-24T19:06:21.000Z (over 7 years ago)
- Last Synced: 2024-11-13T09:27:48.119Z (over 1 year ago)
- Topics: client-library, feature-toggle
- Language: Python
- Size: 23.4 KB
- Stars: 8
- Watchers: 2
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
unleash-client-python
=====================
Unleash is a feature toggle system with a good design and simple API.
This is a Python client library for that system, for use in applications and
services. It seems to work well enough, but there's are a number of issues,
consider it alpha for now.
The main project is at https://github.com/Unleash/unleash.
Overview
--------
Client for the Unleash feature toggle service
Installation / Usage
--------------------
To clone the repo:
$ git clone https://github.com/aes/unleash-client-python.git
$ python setup.py install
CLI tool
--------
To ask a specific feature test:
$ python -m unleash_client feature.name user_id=bleh
To try the demo cli tool
$ python -m unleash_client --demo --sleep 0.05 feature.name user_id=%
Contributing
------------
TBD
Example
-------
TBD
See License.txt for Apache License v2.0
Copyright (c) 2017 Anders Eurenius