Metadata-Version: 1.0
Name: django-uni-form
Version: 0.9.0
Summary: django-uni-form
Home-page: http://github.com/pydanny/django-uni-form
Author: Daniel Greenfeld
Author-email: pydanny@gmail.com
License: MIT
Description: 
        =====================================
        django-uni-form (django-uni-form)
        =====================================
        
        Django_ forms are easily rendered as tables,
        paragraphs, and unordered lists. However, elegantly rendered div based forms
        is something you have to do by hand. The purpose of this application is to
        provide a simple tag and/or filter that lets you quickly render forms in a div
        format.
        
        `Uni-form`_ has been selected as the base model for the design of the forms.
        
        Documentation
        =============
        
        http://readthedocs.org/docs/django-uni-form/en/latest/
        
        .. note:: django-uni-form only supports Django 1.2 or higher and Python
        2.5.4, Python 2.6.x and Python 2.7.x. If you need to support earlier versions
        of Django or Python you will need to use django-uni-form 0.7.0.
        
        
        .. _`Uni-form`: http://sprawsm.com/uni-form
        .. _Django: http://djangoproject.com
        
Keywords: forms,django
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: JavaScript
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
