
Django Waffle is feature flipper for Django. You can define the conditions for which a flag should be active, and use it in a number of ways. Feature flags are a critical tool for continuously integrating and deploying applications.
Waffle aims to * provide a simple, intuitive API everywhere in your application; * cover common use cases with batteries-included; * be simple to install and manage; * be fast and robust enough to use in production; and * minimize dependencies and complexity.
This package contains the Python 3 version of the library.