Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/binarymatt/pyres
a resque clone in python
https://github.com/binarymatt/pyres
Last synced: about 1 month ago
JSON representation
a resque clone in python
- Host: GitHub
- URL: https://github.com/binarymatt/pyres
- Owner: binarymatt
- License: mit
- Archived: true
- Created: 2009-11-16T02:35:47.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2020-12-30T21:06:15.000Z (almost 4 years ago)
- Last Synced: 2024-10-12T14:46:04.485Z (2 months ago)
- Language: Python
- Homepage: http://github.com/binarydud/pyres
- Size: 1.32 MB
- Stars: 955
- Watchers: 39
- Forks: 130
- Open Issues: 27
-
Metadata Files:
- Readme: README.markdown
- Changelog: CHANGES.txt
- License: LICENSE
Awesome Lists containing this project
README
Pyres - a Resque clone
======================[Resque](http://github.com/defunkt/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](https://secure.travis-ci.org/binarydud/pyres.png)](http://travis-ci.org/binarydud/pyres)## 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 . This
will subscribe you and send you information about your subscription,
include unsubscribe information.The archive can be found at .
## Information
* Code: `git clone git://github.com/binarydud/pyres.git`
* Home:
* Docs:
* Bugs:
* List: