Metadata-Version: 1.0
Name: collective.easyform
Version: 1.0a1
Summary: Forms for Plone
Home-page: https://github.com/quintagroup/collective.easyform
Author: Roman Kozlovskyi
Author-email: krzroman@gmail.com
License: GPL
Description: Introduction
        ============
        
        .. image:: https://travis-ci.org/quintagroup/collective.easyform.png?branch=master
            :target: https://travis-ci.org/quintagroup/collective.easyform
            :alt: Travis CI status
        
        .. image:: https://coveralls.io/repos/quintagroup/collective.easyform/badge.png?branch=master
            :target: https://coveralls.io/r/quintagroup/collective.easyform?branch=master
            :alt: Coveralls status
        
        .. image:: https://badge.fury.io/py/collective.easyform.png
            :target: http://badge.fury.io/py/collective.easyform
            :alt: Fury Python
        
        .. image:: https://badge.fury.io/gh/quintagroup%2Fcollective.easyform.png
            :target: http://badge.fury.io/gh/quintagroup%2Fcollective.easyform
            :alt: Fury Github
        
        .. image:: https://pypip.in/d/collective.easyform/badge.png
            :target: https://pypi.python.org/pypi/collective.easyform/
            :alt: Downloads
        
        .. image:: https://pypip.in/v/collective.easyform/badge.png
            :target: https://pypi.python.org/pypi/collective.easyform/
            :alt: Latest Version
        
        .. image:: https://pypip.in/wheel/collective.easyform/badge.png
            :target: https://pypi.python.org/pypi/collective.easyform/
            :alt: Wheel Status
        
        .. image:: https://pypip.in/egg/collective.easyform/badge.png
            :target: https://pypi.python.org/pypi/collective.easyform/
            :alt: Egg Status
        
        .. image:: https://pypip.in/license/collective.easyform/badge.png
            :target: https://pypi.python.org/pypi/collective.easyform/
            :alt: License
            
        .. figure:: http://quintagroup.com/services/plone-development/products/easyform/easyform
            :target: https://github.com/quintagroup/collective.easyform
            :alt: Logo
        
        Collective.easyform enables creation of custom forms using dexterity. This Plone package is similar to Products.PloneFormGen that is based on Archetypes. Dexterity is a new platform for content types in Plone and will be used instead of Archetypes in Plone 5. Easyforms provides a Plone form builder through-the-web using fields, widgets, actions and validators.
        
        
        Changelog
        =========
        
        1.0a1 (unreleased)
        -------------------
        
        - Initial release
        
Keywords: form plone ttw
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Programming Language :: Python
