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?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?