Metadata-Version: 1.1
Name: django-waffle
Version: 2.1.0
Summary: A feature flipper for Django.
Home-page: http://github.com/django-waffle/django-waffle
Author: James Socol
Author-email: me@jamessocol.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/django-waffle/django-waffle.svg?branch=master
           :target: https://travis-ci.org/django-waffle/django-waffle
           :alt: Travis-CI Build Status
        .. image:: https://badge.fury.io/py/django-waffle.svg
           :target: https://badge.fury.io/py/django-waffle
           :alt: PyPI status badge
        
        :Code:          https://github.com/django-waffle/django-waffle
        :License:       BSD; see LICENSE file
        :Issues:        https://github.com/django-waffle/django-waffle/issues
        :Documentation: https://waffle.readthedocs.io/
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Framework :: Django
Classifier: Framework :: Django :: 2.2
Classifier: Framework :: Django :: 3.0
Classifier: Framework :: Django :: 3.1
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Software Development :: Libraries :: Python Modules
