pyams-workflow


Namepyams-workflow JSON
Version 2.1.0 PyPI version JSON
download
home_pagehttps://pyams.readthedocs.io
SummaryPyAMS workflow management package
upload_time2024-05-05 20:55:14
maintainerNone
docs_urlNone
authorThierry Florac
requires_pythonNone
licenseZPL
keywords pyramid pyams workflow
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            =================================
PyAMS workflow management package
=================================

.. contents::


What is PyAMS?
==============

PyAMS (Pyramid Application Management Suite) is a small suite of packages written for applications
and content management with the Pyramid framework.

**PyAMS** is actually mainly used to manage web sites through content management applications (CMS,
see PyAMS_content package), but many features are generic and can be used inside any kind of web
application.

All PyAMS documentation is available on `ReadTheDocs <https://pyams.readthedocs.io>`_; source code
is available on `Gitlab <https://gitlab.com/pyams>`_ and pushed to `Github
<https://github.com/py-ams>`_. Doctests are available in the *doctests* source folder.


What is PyAMS workflow?
=======================

PyAMS_workflow is an extension package for PyAMS, which is used to handle contents workflows.
This package is based on "hurry.workflow", which was a workflow management package for Zope 3,
now adapted and extended for Pyramid.

Please note however that this package doesn't provide any management interface, so can probably
be reused easily outside of Pyramid.


Changelog
=========

2.1.0
-----
 - added support for dividers in workflow transitions dropdown menu
 - added marker interface to history table to support extension viewlets
 - updated principal getter when firing transition

2.0.3
-----
 - added check in versions helper for contents not supporting versioning

2.0.2
-----
 - updated ZMI dependency
 - updated doctests based on last ZMI release

2.0.1
-----
 - updated modal forms title

2.0.0
-----
 - upgraded to Pyramid 2.0

1.3.3
-----
 - updated default view permission
 - automatically get last version if specified version ID is -1

1.3.2
-----
 - updated base transition form renderer

1.3.1
-----
 - added helper class to handle publication info of "hidden" contents
 - added support for Python 3.11

1.3.0
-----
 - added helper functions to get last versions of a given content
 - added support for Python 3.10
 - updated translations
 - updated versions menu status

1.2.0
-----
 - added workflow label
 - added workflow information property to keep first publication date of a managed content,
   including all it's versions
 - don't allow setting of publication date before current datetime
 - remove workflow management task interface from package
 - small updates in base workflow transition management form
 - updated style of workflow versions menu options
 - use iterator in versions sub-locations adapter

1.1.1
-----
 - import Invalid from zope.interface instead of zope.interface.interfaces

1.1.0
-----
 - removed support for Python < 3.7
 - updated workflow content transition form
 - added check against previous state before applying any transition
 - added workflow adapter for any IWorkflowVersion content
 - added timezone to all generated datetimes

1.0.1
-----
 - updated Gitlab-CI configuration
 - removed Travis-CI configuration

1.0.0
-----
 - initial release

            

Raw data

            {
    "_id": null,
    "home_page": "https://pyams.readthedocs.io",
    "name": "pyams-workflow",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "Pyramid PyAMS workflow",
    "author": "Thierry Florac",
    "author_email": "tflorac@ulthar.net",
    "download_url": "https://files.pythonhosted.org/packages/b2/dd/c24f41fd645c3f66b48e8c1052f8f3612a2c179ea7a0cdefb570a33340ad/pyams_workflow-2.1.0.tar.gz",
    "platform": null,
    "description": "=================================\nPyAMS workflow management package\n=================================\n\n.. contents::\n\n\nWhat is PyAMS?\n==============\n\nPyAMS (Pyramid Application Management Suite) is a small suite of packages written for applications\nand content management with the Pyramid framework.\n\n**PyAMS** is actually mainly used to manage web sites through content management applications (CMS,\nsee PyAMS_content package), but many features are generic and can be used inside any kind of web\napplication.\n\nAll PyAMS documentation is available on `ReadTheDocs <https://pyams.readthedocs.io>`_; source code\nis available on `Gitlab <https://gitlab.com/pyams>`_ and pushed to `Github\n<https://github.com/py-ams>`_. Doctests are available in the *doctests* source folder.\n\n\nWhat is PyAMS workflow?\n=======================\n\nPyAMS_workflow is an extension package for PyAMS, which is used to handle contents workflows.\nThis package is based on \"hurry.workflow\", which was a workflow management package for Zope 3,\nnow adapted and extended for Pyramid.\n\nPlease note however that this package doesn't provide any management interface, so can probably\nbe reused easily outside of Pyramid.\n\n\nChangelog\n=========\n\n2.1.0\n-----\n - added support for dividers in workflow transitions dropdown menu\n - added marker interface to history table to support extension viewlets\n - updated principal getter when firing transition\n\n2.0.3\n-----\n - added check in versions helper for contents not supporting versioning\n\n2.0.2\n-----\n - updated ZMI dependency\n - updated doctests based on last ZMI release\n\n2.0.1\n-----\n - updated modal forms title\n\n2.0.0\n-----\n - upgraded to Pyramid 2.0\n\n1.3.3\n-----\n - updated default view permission\n - automatically get last version if specified version ID is -1\n\n1.3.2\n-----\n - updated base transition form renderer\n\n1.3.1\n-----\n - added helper class to handle publication info of \"hidden\" contents\n - added support for Python 3.11\n\n1.3.0\n-----\n - added helper functions to get last versions of a given content\n - added support for Python 3.10\n - updated translations\n - updated versions menu status\n\n1.2.0\n-----\n - added workflow label\n - added workflow information property to keep first publication date of a managed content,\n   including all it's versions\n - don't allow setting of publication date before current datetime\n - remove workflow management task interface from package\n - small updates in base workflow transition management form\n - updated style of workflow versions menu options\n - use iterator in versions sub-locations adapter\n\n1.1.1\n-----\n - import Invalid from zope.interface instead of zope.interface.interfaces\n\n1.1.0\n-----\n - removed support for Python < 3.7\n - updated workflow content transition form\n - added check against previous state before applying any transition\n - added workflow adapter for any IWorkflowVersion content\n - added timezone to all generated datetimes\n\n1.0.1\n-----\n - updated Gitlab-CI configuration\n - removed Travis-CI configuration\n\n1.0.0\n-----\n - initial release\n",
    "bugtrack_url": null,
    "license": "ZPL",
    "summary": "PyAMS workflow management package",
    "version": "2.1.0",
    "project_urls": {
        "Homepage": "https://pyams.readthedocs.io"
    },
    "split_keywords": [
        "pyramid",
        "pyams",
        "workflow"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "65506974b9d267d166c1bc6467b017a2ff2a3f90994b1169cd8c6679daec77a7",
                "md5": "1c384693d4ad9fa348f62e0750d4794f",
                "sha256": "aa3e5a0591efbbdfddbd9963ea053d22bda071fa88cf4150591a47ada50aaa8f"
            },
            "downloads": -1,
            "filename": "pyams_workflow-2.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "1c384693d4ad9fa348f62e0750d4794f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 44833,
            "upload_time": "2024-05-05T20:55:12",
            "upload_time_iso_8601": "2024-05-05T20:55:12.738971Z",
            "url": "https://files.pythonhosted.org/packages/65/50/6974b9d267d166c1bc6467b017a2ff2a3f90994b1169cd8c6679daec77a7/pyams_workflow-2.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b2ddc24f41fd645c3f66b48e8c1052f8f3612a2c179ea7a0cdefb570a33340ad",
                "md5": "78542733911751cd36184a80a5e3743e",
                "sha256": "18f64cd5d6f72d62cee5a1f2430590d196de8a508f2c801d9e4b6f33ebf9146b"
            },
            "downloads": -1,
            "filename": "pyams_workflow-2.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "78542733911751cd36184a80a5e3743e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 31800,
            "upload_time": "2024-05-05T20:55:14",
            "upload_time_iso_8601": "2024-05-05T20:55:14.688226Z",
            "url": "https://files.pythonhosted.org/packages/b2/dd/c24f41fd645c3f66b48e8c1052f8f3612a2c179ea7a0cdefb570a33340ad/pyams_workflow-2.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-05 20:55:14",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "pyams-workflow"
}
        
Elapsed time: 0.25888s