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 repoze.workflow

How to install repoze.workflow

  1. Download and install ActivePython
  2. Open Command Prompt
  3. Type pypm install repoze.workflow
 Python 2.7Python 3.2Python 3.3
Windows (32-bit)
0.6.1 Available View build log
0.5 Available View build log
Windows (64-bit)
0.6.1 Available View build log
0.5 Available View build log
Mac OS X (10.5+)
0.6.1 Available View build log
0.5 Available View build log
Linux (32-bit)
0.6.1 Available View build log
0.5 Available View build log
Linux (64-bit)
0.6.1 Available View build log
0.5 Available View build log
 
License
BSD-derived (http://www.repoze.org/LICENSE.txt)
Lastest release
version 0.6.1 on May 24th, 2012

repoze.workflow

repoze.workflow is a state machine and associated configuration system useful for workflow-like applications. Refer to docs/index.rst or the online docs for further information.

repoze.workflow Changelog

0.6.1 (2012-03-24)
  • Repair packaging error (incomplete tarball in 0.6).
0.6 (2012-03-24)
  • When multiple transitions exist between two states, try each transition until one succeeds, instead of aborting if the first fails.
  • Bumped zope.configuration dependency to require >= 3.8.0: the internal format of configuration actions changed to dictionaries, rather than tuples, and our tests make assertions which rely on the format.
  • repoze.sphinx.autointerface and zope.testing are only required for testing and will no longer be downloaded for python setup.py install; use python setup.py dev to get them installed (along with nose and coverage).
  • 100% test coverage
0.5 (2009-08-27)
  • Major overhaul. Older "statemachine" workflows still work, but are deprecated. Workflow declarations may now be performed via ZCML. Documentation overhauled to reflect this fact.
0.4 (2009-06-24)
  • 100% test coverage.
  • Allow add method to accept arbitrary keyword arguments. These keyword arguments are now passed as **kw to transition functions as well as before_transition and after_transition. This allows arbitrary metadata (such as security and UI information) to be associated with a transition.
  • The transitions method now returns all transitions, including "catch-all" transitions (transitions with a transition_id of None).
  • Add transition_info method to state machine, which
0.3 (2009-04-10)
  • Removed mutable default arguments, to avoid polluting one state machine's states when adding to another.
0.2 (2009-02-20)
  • Initial release. Updated README.txt and removed remnants from repoze package template.
0.1
  • Unreleased

Subscribe to package updates

Last updated May 24th, 2012

Download Stats

Last month:2

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.