{ "info": { "author": "Zope Corporation and Contributors", "author_email": "zope3-dev@zope.org", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Web Environment", "Framework :: Zope3", "Intended Audience :: Developers", "License :: OSI Approved :: Zope Public License", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Internet :: WWW/HTTP" ], "description": "This package provides Zope application level integration of the ``zope.wfmc``\npackage including ZCML directives.\n\n\nDetailed Documentation\n======================\n\n\n\n============\nLoading XPDL\n============\n\nXPDL can be loaded in zcml files with the ``xpdl`` tag::\n\n >>> import os\n >>> file_name = os.path.join(this_directory, 'publication.xpdl')\n >>> zcml(\"\"\"\n ... \n ...\n ... \n ...\n ... \n ... \"\"\" % locals())\n\nLets verify that they were configured::\n\n >>> from zope.wfmc.interfaces import IProcessDefinition\n >>> import zope.component\n >>> pd = zope.component.getUtility(IProcessDefinition,\n ... 'example.publication')\n >>> pd\n ProcessDefinition('example.publication')\n\n >>> import zope.wfmc.adapter\n >>> pd.integration is zope.wfmc.adapter.integration\n True\n\n\n\n=======\nCHANGES\n=======\n\n0.1.2 (2007-11-02)\n------------------\n\n- Fix package meta-data.\n\n\n0.1.1 (2007-06-01)\n------------------\n\n- Add CHANGES.txt\n\n- Fix setup.py to include package data correctly (zcml, xpdl, txt)", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://cheeseshop.python.org/pypi/zope.app.wfmc", "keywords": "zope3 wfmc xpdl workflow engine zcml", "license": "ZPL 2.1", "maintainer": null, "maintainer_email": null, "name": "zope.app.wfmc", "package_url": "https://pypi.org/project/zope.app.wfmc/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/zope.app.wfmc/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://cheeseshop.python.org/pypi/zope.app.wfmc" }, "release_url": "https://pypi.org/project/zope.app.wfmc/0.1.2/", "requires_dist": null, "requires_python": null, "summary": "Zope Application integration for ``zope.wfmc``", "version": "0.1.2" }, "last_serial": 805246, "releases": { "0.1.2": [ { "comment_text": "", "digests": { "md5": "4cc8dc46b061a4167ff550e077d25edd", "sha256": "5e3d62d148898684206a67b97ae3e1a1459d8562d83f482180dc569c3e713c87" }, "downloads": -1, "filename": "zope.app.wfmc-0.1.2.tar.gz", "has_sig": false, "md5_digest": "4cc8dc46b061a4167ff550e077d25edd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8385, "upload_time": "2007-11-03T01:05:46", "url": "https://files.pythonhosted.org/packages/f2/05/1ac2da3258eb108c43f553068fcd54a3979342a733ba741469ac7fa06350/zope.app.wfmc-0.1.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "4cc8dc46b061a4167ff550e077d25edd", "sha256": "5e3d62d148898684206a67b97ae3e1a1459d8562d83f482180dc569c3e713c87" }, "downloads": -1, "filename": "zope.app.wfmc-0.1.2.tar.gz", "has_sig": false, "md5_digest": "4cc8dc46b061a4167ff550e077d25edd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8385, "upload_time": "2007-11-03T01:05:46", "url": "https://files.pythonhosted.org/packages/f2/05/1ac2da3258eb108c43f553068fcd54a3979342a733ba741469ac7fa06350/zope.app.wfmc-0.1.2.tar.gz" } ] }