flagon
flagon copied to clipboard
Feature flags for python.
Currently the documentation is just the README.md file plus examples/. A single or couple page PythonHosted or RTD doc site would be helpful.
Implement one or more of the activation strategies at http://www.togglz.org/documentation/activation-strategies.html
Using the REST API in #9 create a Javascript file which can query feature flags and return if it's on or off.
Create a simple Web app to turn features on and off. This should be absolute minimum viable product. _Required_: - list features - toggle feature - define a feature