pypqueue

Python interface to submit jobs to http://github.com/ljosa/go-pqueue


License
BSD-3-Clause
Install
pip install pypqueue==2.0.0

Documentation

The pypqueue package provides a python interface for submitting jobs to a simple persistent queue backed by the local filesystem. In many ways, the approach is similar to Maildir.

The persistent queue is described in more detail in the documentation to go-pqueue.