Metadata-Version: 1.1
Name: django-waffle-session
Version: 0.2.2
Summary: A feature flipper for Django.
Home-page: https://github.com/africanfinancebusiness/django-waffle-session
Author: Francis Mwangi
Author-email: francismwangi152@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
           :target: https://travis-ci.org/jsocol/django-waffle
           :alt: Travis-CI Build Status
        
        :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/
        
        
        # Contributing to Waffle
        Waffle is pretty simple to hack, and has a decent test suite! Here’s how to hack Waffle, add tests, run them, and contribute changes.
        
        1. Clone this repo
        
        2. Set Up          
        Setting up an environment is easy! You’ll want virtualenv and pip, then just create a new virtual environment and install the requirements:
        
        `$ mkvirtualenv waffle`
        `$ pip install -r requirements.txt`       
        Done!
        
        3. Running Things             
        Waffle comes with a helper shell script to run tests and create schema migrations: run.sh. To run the tests, just:
        
        `$ ./run.sh test`      
        Run the script with no arguments to see all the options.
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: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Topic :: Software Development :: Libraries :: Python Modules
