Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rouanw/feature-toggles
Example of simple feature toggling in python (in the example flask application)
https://github.com/rouanw/feature-toggles
Last synced: 4 days ago
JSON representation
Example of simple feature toggling in python (in the example flask application)
- Host: GitHub
- URL: https://github.com/rouanw/feature-toggles
- Owner: rouanw
- Created: 2014-01-20T08:59:47.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-01-20T09:13:21.000Z (almost 11 years ago)
- Last Synced: 2023-03-28T21:20:27.890Z (over 1 year ago)
- Language: Python
- Size: 129 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## What is this?
Simple example of feature toggles in python.
It adds a simple feature toggling framework to the Flaskr demo of the Flask micro webdevelopment framework.
## How to run it?
You need python, pip and virtualenv installed.
$ source env/bin/activate
$ pip install -r requirements.pip
$ python flaskr.pyThis will run the app on http://localhost:5000/