Metadata-Version: 1.1
Name: djChoices
Version: 0.2
Summary: Alternative to django-model-util's Choices
Home-page: https://github.com/tomleo/djChoices
Author: Tom Leo
Author-email: tom@tomleo.com
License: GPL
Description: .. image:: https://badge.waffle.io/tomleo/djChoices.png?label=ready&title=Ready 
         :target: https://waffle.io/tomleo/djChoices
         :alt: 'Stories in Ready'
        
        .. image:: https://travis-ci.org/tomleo/djChoices.svg?branch=master
         :target: https://travis-ci.org/tomleo/djChoices
         :alt: 'Travis CI'
        
        djChoices
        =========
        
        djChoices was designed to provide the exact same functionality of
        model_utils.Choices object but with a slightly different UI.
        
        
        
        Changes
        =======
        
        2015.3.19 - Added Travis CI
        
        TODO
        ====
        
        - complete documentation and tests.
        - re-write model_utils tests in py.test
        - test for coverage
        
        
Keywords: django model choices
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Framework :: Django
