- 授权协议: MIT
- 开发语言: Python
- 操作系统: Windows
- 软件首页: http://github.com/binarydud/pyres
- 软件文档: http://binarydud.github.com/pyres/
软件介绍
Pyres 是 Resque 的 Python 语言实现版。
运行测试:
Install nose:
$ easy_install noseStart redis:
$ redis-server [PATH_TO_YOUR_REDIS_CONFIG]Run nose:
$ nosetestsOr more verbosely:$ nosetests -v
