Skip to content
This repository was archived by the owner on Jun 5, 2023. It is now read-only.

binarymatt/pyres

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4f4b282 · May 13, 2015
Oct 6, 2014
May 13, 2015
May 13, 2015
Sep 17, 2013
Apr 17, 2014
Jul 1, 2012
Mar 1, 2011
Jun 21, 2013
Jan 4, 2013
Jul 30, 2012
Jul 15, 2013
May 29, 2012
Jul 13, 2013
Jun 2, 2012
Apr 17, 2014
Jul 13, 2013

Repository files navigation

Pyres - a Resque clone

Resque is a great implementation of a job queue by the people at github. It's written in ruby, which is great, but I primarily work in python. So I took on the task of porting over the code to python and PyRes was the result

Project Goals

Because of some differences between ruby and python, there are a couple of places where I chose speed over correctness. The goal will be to eventually take the application and make it more pythonic without sacrificing the awesome functionality found in resque. At the same time, I hope to stay within the bounds of the original api and web interface.

Travis CI

Currently, pyres is being tested via travis ci for python version 2.6, 2.7, and 3.3: Build Status

Running Tests

  1. Install nose: $ easy_install nose
  2. Start redis: $ redis-server [PATH_TO_YOUR_REDIS_CONFIG]
  3. Run nose: $ nosetests Or more verbosely: $ nosetests -v

##Mailing List

To join the list simply send an email to pyres@librelist.com. This will subscribe you and send you information about your subscription, include unsubscribe information.

The archive can be found at http://librelist.com/browser/.

Information