Metadata-Version: 1.1
Name: django-waffle
Version: 0.9.0
Summary: A feature flipper for Django.
Home-page: http://github.com/jsocol/django-waffle
Author: James Socol
Author-email: james.socol@gmail.com
License: BSD
Description: ======
        README
        ======
        
        Django Waffle is (yet another) feature flipper for Django. You can
        define the conditions for which a flag should be active, and use it in
        a number of ways.
        
        .. image:: https://travis-ci.org/jsocol/django-waffle.png?branch=master
        
        :Code:          https://github.com/jsocol/django-waffle
        :License:       BSD; see LICENSE file
        :Issues:        https://github.com/jsocol/django-waffle/issues
        :Documentation: http://waffle.readthedocs.org/
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
