文件名称:Python版的ResquePyres.zip
文件大小:283KB
文件格式:ZIP
更新时间:2022-08-04 22:43:47
开源项目
Pyres 是 Resque 的 Python 语言实现版。运行测试:Install nose: $ easy_install noseStart redis: $ redis-server [PATH_TO_YOUR_REDIS_CONFIG]Run nose: $ nosetests Or more verbosely: $ nosetests -v 标签:Pyres
【文件预览】:
pyres-master
----MANIFEST.in(25B)
----.travis.yml(227B)
----AUTHORS.md(390B)
----CHANGES.txt(146B)
----docs()
--------make.bat(3KB)
--------Makefile(3KB)
--------source()
----HISTORY.md(3KB)
----roadmap.md(230B)
----tests()
--------test_worker.py(12KB)
--------test_failure_multi.py(719B)
--------test_resq.py(5KB)
--------test_json.py(791B)
--------test_jobs.py(1KB)
--------test_failure.py(2KB)
--------__init__.py(3KB)
--------test_horde.py(2KB)
--------test_schedule.py(3KB)
--------test_stats.py(1KB)
----tox.ini(99B)
----LICENSE(1KB)
----README.markdown(2KB)
----requirements.txt(45B)
----setup.py(2KB)
----.gitignore(73B)
----pyres()
--------extensions.py(4KB)
--------job.py(5KB)
--------horde.py(15KB)
--------failure()
--------compat.py(576B)
--------scripts.py(6KB)
--------__init__.py(13KB)
--------scheduler.py(3KB)
--------json_parser.py(1KB)
--------worker.py(14KB)
--------exceptions.py(157B)
----requirements-test.txt(12B)