ANN: Jug 0.7: Task based framework for python

Luis Pedro Coelho luis at luispedro.org
Fri Oct 22 20:02:04 CEST 2010


Hello List,

This is to let you know of a new release of Jug.

Jug allows you to write code that is broken up into
tasks and run different tasks on different processors.

It uses the filesystem to communicate between processes and
works correctly over NFS, so you can coordinate processes on
different machines.

Jug is a pure Python implementation and should work on any platform.

*Website*: `http://luispedro.org/software/jug
<http://luispedro.org/software/jug>`_

*Documentation*: `http://packages.python.org/Jug
<http://packages.python.org/Jug>`_

*Video*: On `vimeo <http://vimeo.com/8972696>`_ or `showmedo
<http://showmedo.com/videotutorials/video?name=9750000;fromSeriesID=975>`_

*Mailing List*: `http://groups.google.com/group/jug-users
<http://groups.google.com/group/jug-users>`_

NEW FEATURES in v0.7
--------------------

Created a Mailing List (http://groups.google.com/group/jug-users).
Currently empty, but hopefully it will grow.

Implemented a barrier() command which helps you break up your jugfile.
See http://packages.python.org/Jug/barrier.html

Bug reports, suggestions, &c are welcome. On this list or by private
email to me.
-- 
Luis Pedro Coelho
http://luispedro.org


More information about the Python-announce-list mailing list