معرفی شرکت ها


cliquet-pusher-0.2.0


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Plug Cliquet notifications with Pusher.com
ویژگی مقدار
سیستم عامل -
نام فایل cliquet-pusher-0.2.0
نام cliquet-pusher
نسخه کتابخانه 0.2.0
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Mathieu Leplatre
ایمیل نویسنده mathieu@leplat.re
آدرس صفحه اصلی https://github.com/leplatrem/cliquet-pusher
آدرس اینترنتی https://pypi.org/project/cliquet-pusher/
مجوز Apache License (2.0)
=============================== Cliquet Pusher =============================== .. image:: https://img.shields.io/travis/leplatrem/cliquet-pusher.svg :target: https://travis-ci.org/leplatrem/cliquet-pusher .. image:: https://img.shields.io/pypi/v/cliquet-pusher.svg :target: https://pypi.python.org/pypi/cliquet-pusher **proof-of-concept**: Plug `Cliquet notifications <http://cliquet.readthedocs.org/en/latest/reference/notifications.html>`_ with `Pusher.com <http://pusher.com>`_. Install ------- :: pip install cliquet-pusher Setup ----- In the Cliquet-based application settings: :: cliquet.includes = cliquet_pusher cliquet.event_listeners = cliquet_pusher.listener cliquet.event_listeners.pusher.resources = <list of resource names> cliquet.event_listeners.pusher.channel = <channel-name or pattern> pusher.app_id = <pusher-app-id> pusher.key = <pusher-key> pusher.secret = <pusher-secret> For example, in `Kinto <http://kinto.readthedocs.org/>`_, to be notified of record updates per collection: :: kinto.event_listeners.pusher.resources = record kinto.event_listeners.pusher.channel = {bucket_id}-{collection_id}-{resource_name} > **Note:** *This channel format is the one used in the demo* TODO ---- - Add view for authenticated channels Changelog ========= 0.2.0 (2015-11-20) ------------------ - Add HTML demo with *Kinto* and *Leaflet* - Works with *Cliquet* 2.11 0.1.0 (2015-11-05) ------------------ - Initial working proof-of-concept.


نحوه نصب


نصب پکیج whl cliquet-pusher-0.2.0:

    pip install cliquet-pusher-0.2.0.whl


نصب پکیج tar.gz cliquet-pusher-0.2.0:

    pip install cliquet-pusher-0.2.0.tar.gz