wscelery

Real time celery monitoring using websockets

Github星跟踪图

=========
WS Celery

.. image:: https://img.shields.io/pypi/v/wscelery.svg
:target: https://pypi.python.org/pypi/wscelery

.. image:: https://travis-ci.org/johan-sports/wscelery.svg?branch=master
:target: https://travis-ci.org/johan-sports/wscelery

.. image:: https://readthedocs.org/projects/wscelery/badge/?version=latest
:target: http://wscelery.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status

Real time celery monitoring using websockets. Inspired by flower <https://github.com/mher/flower>__.


Requirements


  • Python >= 3.4

Installation


PyPI version (recommended): ::

$ pip install wscelery

Development version: ::

$ pip install https://github.com/johan-sports/wscelery/zipball/master

Usage


Launch the websocket listener on port 8001: ::

$ wscelery --port=8001

Or launch from celery: ::

$ celery wscelery -A proj --address=127.0.0.1 --port=8001

Broker URL and other configuration options can be passed through standard Celery options: ::

$ celery wscelery -A proj --broker=amqp://guest:guest@localhost:5672//

To see all command options use: ::

$ wscelery --help

Documentation


Full documentation can be found on Read The Docs_.

.. _Read The Docs: https://wscelery.readthedocs.io


Caveats


  • TLS encryption not (yet) supported

Contributing


If you want to contribute, feel free to submit a PR. Please make sure that the tests pass
(run with python setup.py test). Make sure you add your name to CONTRIBUTORS_.

.. _CONTRIBUTORS: https://github.com/johan-sports/wscelery/blob/master/CONTRIBUTORS


License


Licensed under MIT. See the LICENSE file in the project root directory.

主要指标

概览
名称与所有者johan-sports/wscelery
主编程语言Python
编程语言Python (语言数: 1)
平台
许可证MIT License
所有者活动
创建于2017-05-08 13:49:12
推送于2017-07-04 13:37:04
最后一次提交2017-07-04 16:29:59
发布数4
最新版本名称0.2.0 (发布于 )
第一版名称0.1.0 (发布于 )
用户参与
星数78
关注者数4
派生数5
提交数50
已启用问题?
问题数3
打开的问题数1
拉请求数3
打开的拉请求数0
关闭的拉请求数0
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?