Metadata-Version: 1.1
Name: django-formaldehyde
Version: 0.2
Summary: Django forms at warp speed.
Home-page: https://github.com/kunitoki/django-formaldehyde
Author: Lucio Asnaghi (aka kunitoki)
Author-email: kunitoki@gmail.com
License: MIT
Description: .. image:: https://raw.github.com/kunitoki/django-formaldehyde/master/formaldehyde-logo.png
           :alt: Django Formaldehyde
           :target: https://github.com/kunitoki/django-formaldehyde
        
        ==========================
        Django forms at warp speed
        ==========================
        
        Django Formaldehyde is a small reusable unobtrusive `Django <http://www.djangoproject.com>`_
        app that leverage forms.
        
        .. |travis| image:: https://travis-ci.org/kunitoki/django-formaldehyde.png?branch=master
           :alt: Build Status - master branch
           :target: https://travis-ci.org/kunitoki/django-formaldehyde
        
        .. |coveralls| image:: https://coveralls.io/repos/kunitoki/django-formaldehyde/badge.png?branch=master
           :alt: Source code coverage - master branch
           :target: https://coveralls.io/r/kunitoki/django-formaldehyde
        
        .. |pythonversions| image:: https://pypip.in/py_versions/django-formaldehyde/badge.png
            :target: https://pypi.python.org/pypi/django-formaldehyde/
            :alt: Supported Python versions
        
        .. |pypi| image:: https://pypip.in/v/django-formaldehyde/badge.png
           :alt: Pypi latest version
           :target: https://pypi.python.org/pypi/django-formaldehyde/
        
        .. |downloads| image:: https://pypip.in/d/django-formaldehyde/badge.png
           :alt: Pypi downloads
           :target: https://pypi.python.org/pypi/django-formaldehyde/
        
        .. |license| image:: https://pypip.in/license/django-formaldehyde/badge.png
            :target: https://pypi.python.org/pypi/django-formaldehyde/
            :alt: License
        
        |pypi| |travis| |coveralls| |downloads| |pythonversions| |license|
        
        * Home page: https://github.com/kunitoki/django-formaldehyde
        * Documentation: http://django-formaldehyde.readthedocs.org
        * Pypi: https://pypi.python.org/pypi/django-formaldehyde
        * Example app on Github: https://github.com/kunitoki/django-formaldehyde/example
        * Changelog: `Changelog.rst <https://github.com/kunitoki/django-formaldehyde/blob/master/CHANGELOG.rst>`_
        * License: `The MIT License (MIT) <http://opensource.org/licenses/MIT>`_
        * Supports: Django 1.6, 1.7 - Python 2.7, 3.2, 3.3, 3.4
        
Keywords: django,form,formset
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Framework :: Django
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Environment :: Web Environment
Classifier: Topic :: Software Development
