collective.wfadaptations


Namecollective.wfadaptations JSON
Version 1.2 PyPI version JSON
download
home_pagehttp://pypi.python.org/pypi/collective.wfadaptations
SummaryAdaptations for your Plone workflows
upload_time2022-10-28 11:38:39
maintainer
docs_urlNone
authorCédric Messiant
requires_python
licenseGPL
keywords plone python
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ========================
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
=========


1.2 (2022-10-28)
----------------

- Added `name` parameter on `apply_from_registry` to apply given adaptation.
  [sgeulette]

1.1 (2021-04-20)
----------------

- Added reapply adaptation parameter to differentiate a reapply after a workflow reset.
  [sgeulette]
- Kept keys as unicode in `get_applied_adaptations`
  [sgeulette]

1.0 (2020-10-07)
----------------

- Added multiplicity adaptation parameter to authorize an adaptation to be applied multiple times.
  [sgeulette]

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]




            

Raw data

            {
    "_id": null,
    "home_page": "http://pypi.python.org/pypi/collective.wfadaptations",
    "name": "collective.wfadaptations",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "Plone Python",
    "author": "C\u00e9dric Messiant",
    "author_email": "cedricmessiant@ecreall.com",
    "download_url": "https://files.pythonhosted.org/packages/93/c7/485448a8b16212d558c8f73fd3aae49a29be36a0194e6bf1a63155fe70f0/collective.wfadaptations-1.2.tar.gz",
    "platform": null,
    "description": "========================\ncollective.wfadaptations\n========================\n\nThis 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.\n\nContributors\n============\n\n- C\u00e9dric Messiant, cedricmessiant@ecreall.com\n\nChangelog\n=========\n\n\n1.2 (2022-10-28)\n----------------\n\n- Added `name` parameter on `apply_from_registry` to apply given adaptation.\n  [sgeulette]\n\n1.1 (2021-04-20)\n----------------\n\n- Added reapply adaptation parameter to differentiate a reapply after a workflow reset.\n  [sgeulette]\n- Kept keys as unicode in `get_applied_adaptations`\n  [sgeulette]\n\n1.0 (2020-10-07)\n----------------\n\n- Added multiplicity adaptation parameter to authorize an adaptation to be applied multiple times.\n  [sgeulette]\n\n0.2 (2019-09-20)\n----------------\n\n- Set default value to None.\n  [sgeulette]\n\n0.1 (2017-05-31)\n----------------\n\n- Add base class for workflow adaptation.\n  [sgeulette]\n- Initial release.\n  [cedricmessiant]\n\n\n\n",
    "bugtrack_url": null,
    "license": "GPL",
    "summary": "Adaptations for your Plone workflows",
    "version": "1.2",
    "project_urls": {
        "Homepage": "http://pypi.python.org/pypi/collective.wfadaptations"
    },
    "split_keywords": [
        "plone",
        "python"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "93c7485448a8b16212d558c8f73fd3aae49a29be36a0194e6bf1a63155fe70f0",
                "md5": "0e5dfb46d0050a3e1e1b2f033db9721c",
                "sha256": "d980bcb81d9639def94d9fc3c6b2e0330b60cf3b985c39359213cd16f5a32cdb"
            },
            "downloads": -1,
            "filename": "collective.wfadaptations-1.2.tar.gz",
            "has_sig": false,
            "md5_digest": "0e5dfb46d0050a3e1e1b2f033db9721c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 23308,
            "upload_time": "2022-10-28T11:38:39",
            "upload_time_iso_8601": "2022-10-28T11:38:39.829290Z",
            "url": "https://files.pythonhosted.org/packages/93/c7/485448a8b16212d558c8f73fd3aae49a29be36a0194e6bf1a63155fe70f0/collective.wfadaptations-1.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-10-28 11:38:39",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "collective.wfadaptations"
}
        
Elapsed time: 0.14585s