Metadata-Version: 2.1
Name: collective.wfadaptations
Version: 0.2
Summary: Adaptations for your Plone workflows
Home-page: http://pypi.python.org/pypi/collective.wfadaptations
Author: Cédric Messiant
Author-email: cedricmessiant@ecreall.com
License: GPL
Description: ========================
        collective.wfadaptations
        ========================
        
        This package allows you to create adaptations for your workflows. To add a workflow adaptation, simply add an utility that implements `IWorkflowAdaptation`. See example in `example.py` file.
        
        Contributors
        ============
        
        - Cédric Messiant, cedricmessiant@ecreall.com
        
        
        Changelog
        =========
        
        
        0.2 (2019-09-20)
        ----------------
        
        - Set default value to None.
          [sgeulette]
        
        0.1 (2017-05-31)
        ----------------
        
        - Add base class for workflow adaptation.
          [sgeulette]
        - Initial release.
          [cedricmessiant]
        
        
Keywords: Plone Python
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: 4.3
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Provides-Extra: test
