Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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)

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.py

This will run the app on http://localhost:5000/