Skip to content

Commit a87127d

Browse files
author
Matt George
committed
added README content.
1 parent c26ba6e commit a87127d

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.markdown

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
PyRes - a Resque clone
2+
======================
3+
[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
4+
5+
Goals
6+
-----
7+
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.
8+
9+
TODO
10+
----
11+
Stabalize the api.
12+
13+
Flesh out a python version of the web interface. Currently, there is a resweb module that uses the itty micro framework and the jinja2 templating engine to display basics. I'd like to get this as close to the resque web interface as possible.
14+
15+
Better test coverage.
16+
17+
Better documentation.

0 commit comments

Comments
 (0)