Welcome, guest | Sign In | My Account | Store | Cart

Notice! PyPM is being replaced with the ActiveState Platform, which enhances PyPM’s build and deploy capabilities. Create your free Platform account to download ActivePython or customize Python with the packages you require and get automatic updates.

Download
ActivePython
INSTALL>
pypm install zope.app.wfmc

How to install zope.app.wfmc

  1. Download and install ActivePython
  2. Open Command Prompt
  3. Type pypm install zope.app.wfmc
 Python 2.7Python 3.2Python 3.3
Windows (32-bit)
0.1.2 Available View build log
Windows (64-bit)
0.1.2 Available View build log
Mac OS X (10.5+)
0.1.2 Available View build log
Linux (32-bit)
0.1.2 Available View build log
Linux (64-bit)
0.1.2 Available View build log
 
License
ZPL 2.1
Imports
Lastest release
version 0.1.2 on Jan 5th, 2011
This package provides Zope application level integration of the ``zope.wfmc``
package including ZCML directives.


Detailed Documentation
======================



===========
Loading XPDL
============

XPDL can be loaded in zcml files with the ``xpdl`` tag::

>>> import os
>>> file_name = os.path.join(this_directory, 'publication.xpdl')
>>> zcml("""
...     
...
...         
...
...     
... """ % locals())

Lets verify that they were configured::

>>> from zope.wfmc.interfaces import IProcessDefinition
>>> import zope.component
>>> pd = zope.component.getUtility(IProcessDefinition,
...                                'example.publication')
>>> pd
ProcessDefinition('example.publication')

>>> import zope.wfmc.adapter
>>> pd.integration is zope.wfmc.adapter.integration
True



=======
CHANGES
=======

0.1.2 (2007-11-02)
------------------

- Fix package meta-data.


0.1.1 (2007-06-01)
------------------

- Add CHANGES.txt

- Fix setup.py to include package data correctly (zcml, xpdl, txt)

Subscribe to package updates

Last updated Jan 5th, 2011

Download Stats

Last month:1

What does the lock icon mean?

Builds marked with a lock icon are only available via PyPM to users with a current ActivePython Business Edition subscription.

Need custom builds or support?

ActivePython Enterprise Edition guarantees priority access to technical support, indemnification, expert consulting and quality-assured language builds.

Plan on re-distributing ActivePython?

Get re-distribution rights and eliminate legal risks with ActivePython OEM Edition.