Metadata-Version: 1.0
Name: django-floppyforms
Version: 0.4.7
Summary: Full control of form rendering in the templates
Home-page: https://github.com/brutasse/django-floppyforms
Author: Bruno Renie
Author-email: bruno@renie.fr
License: BSD licence, see LICENCE file
Description: Django-floppyforms
        ==================
        
        Full control of form rendering in the templates.
        
        * Author: Bruno Renié
        * Licence: BSD
        * Compatibility: Django 1.2+ (smart *if* template tag needed)
        * Requirements: homework -- read `this`_.
        
        .. _this: http://diveintohtml5.org/forms.html
        
        Installation
        ------------
        
        * ``pip install -U django-floppyforms``
        * Add ``floppyforms`` to your ``INSTALLED_APPS``
        * Run ``python manage.py test floppyforms``.
        
        For extensive documentation see the ``docs`` folder or `read it on
        readthedocs`_
        
        .. _read it on readthedocs: http://django-floppyforms.readthedocs.org/
        
        Bugs
        ----
        
        Really? Oh well... Please Report. Or better, fix :)
        
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: Natural Language :: English
Classifier: Programming Language :: Python
