Metadata-Version: 1.1
Name: dj_waff
Version: 0.1.2
Summary: dj_waff - A collection of extra Django Widgets and Form Fields
Home-page: https://github.com/luzfcb/dj_waff
Author: Fabio C. Barrionuevo da Luz
Author-email: bnafta@gmail.com
License: MIT
Description: =======================================================================================
        dj_waff - A collection of extra Django Widgets and Form Fields
        =======================================================================================
        
        .. image:: https://badge.fury.io/py/dj_waff.svg
            :target: https://badge.fury.io/py/dj_waff
        
        .. image:: https://travis-ci.org/luzfcb/dj_waff.svg?branch=master
            :target: https://travis-ci.org/luzfcb/dj_waff
        
        dj_waff - A collection of extra Django Widgets and Form Fields
        
        Documentation
        -------------
        
        The full documentation is at https://dj_waff.readthedocs.org.
        
        Quickstart
        ----------
        
        Install dj_waff - extra Django Widgets and Form Fields::
        
            pip install dj_waff
        
        Then use it in a project::
        
            import dj_waff
        
        Features
        --------
        
        * TODO
        
        Running Tests
        -------------
        
        Does the code actually work?
        
        ::
        
            source <YOURVIRTUALENV>/bin/activate
            (myenv) $ pip install -r requirements_test.txt
            (myenv) $ python runtests.py
        
        Credits
        -------
        
        Tools used in rendering this package:
        
        *  Cookiecutter_
        *  `cookiecutter-djangopackage`_
        
        .. _Cookiecutter: https://github.com/audreyr/cookiecutter
        .. _`cookiecutter-djangopackage`: https://github.com/pydanny/cookiecutter-djangopackage
        
        
        
        
        History
        -------
        
        0.1.0 (2016-09-18)
        ++++++++++++++++++
        
        * First release on PyPI.
        
Keywords: dj_waff
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Framework :: Django
Classifier: Framework :: Django :: 1.8
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
