{ "info": { "author": "Mathieu Leplatre", "author_email": "mathieu@leplat.re", "bugtrack_url": null, "classifiers": [ "Development Status :: 2 - Pre-Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License", "Natural Language :: English", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5" ], "description": "===============================\nCliquet Pusher\n===============================\n\n.. image:: https://img.shields.io/travis/leplatrem/cliquet-pusher.svg\n :target: https://travis-ci.org/leplatrem/cliquet-pusher\n\n.. image:: https://img.shields.io/pypi/v/cliquet-pusher.svg\n :target: https://pypi.python.org/pypi/cliquet-pusher\n\n**proof-of-concept**: Plug `Cliquet notifications `_\nwith `Pusher.com `_.\n\n\nInstall\n-------\n\n::\n\n pip install cliquet-pusher\n\n\nSetup\n-----\n\nIn the Cliquet-based application settings:\n\n::\n\n cliquet.includes = cliquet_pusher\n\n cliquet.event_listeners = cliquet_pusher.listener\n cliquet.event_listeners.pusher.resources = \n cliquet.event_listeners.pusher.channel = \n\n pusher.app_id = \n pusher.key = \n pusher.secret = \n\n\nFor example, in `Kinto `_, to be notified of\nrecord updates per collection:\n\n::\n\n kinto.event_listeners.pusher.resources = record\n kinto.event_listeners.pusher.channel = {bucket_id}-{collection_id}-{resource_name}\n\n> **Note:** *This channel format is the one used in the demo*\n\n\nTODO\n----\n\n- Add view for authenticated channels\n\n\nChangelog\n=========\n\n0.2.0 (2015-11-20)\n------------------\n\n- Add HTML demo with *Kinto* and *Leaflet*\n- Works with *Cliquet* 2.11\n\n\n0.1.0 (2015-11-05)\n------------------\n\n- Initial working proof-of-concept.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/leplatrem/cliquet-pusher", "keywords": "cliquet pusher", "license": "Apache License (2.0)", "maintainer": null, "maintainer_email": null, "name": "cliquet-pusher", "package_url": "https://pypi.org/project/cliquet-pusher/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/cliquet-pusher/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/leplatrem/cliquet-pusher" }, "release_url": "https://pypi.org/project/cliquet-pusher/0.2.0/", "requires_dist": null, "requires_python": null, "summary": "Plug Cliquet notifications with Pusher.com", "version": "0.2.0" }, "last_serial": 1826236, "releases": { "0.1.0": [], "0.1.1": [ { "comment_text": "", "digests": { "md5": "ac66d5a26cddc45f68bae6cb77bcb8df", "sha256": "5c287f61dcd8aa3093ccb49e22ac7b419086d7d81ac6d05477ac1496dee1635d" }, "downloads": -1, "filename": "cliquet-pusher-0.1.1.tar.gz", "has_sig": false, "md5_digest": "ac66d5a26cddc45f68bae6cb77bcb8df", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3161, "upload_time": "2015-11-05T12:15:55", "url": "https://files.pythonhosted.org/packages/37/6b/cf7ed8acedaf26954ef36be8f5c560218e6f4bbdfc416ee62097961b1369/cliquet-pusher-0.1.1.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "8952d064173c409bdc8bd0e4cc38bcc9", "sha256": "bed8ab4be03ee65cb10769bc20a019ce512809740d8aa93658cded1db77a0e6f" }, "downloads": -1, "filename": "cliquet-pusher-0.2.0.zip", "has_sig": false, "md5_digest": "8952d064173c409bdc8bd0e4cc38bcc9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7479, "upload_time": "2015-11-20T15:54:16", "url": "https://files.pythonhosted.org/packages/a0/bf/c8b81a7175495d6af975c626996b159418b339c94e5132e26fa3c7fd4e4b/cliquet-pusher-0.2.0.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "8952d064173c409bdc8bd0e4cc38bcc9", "sha256": "bed8ab4be03ee65cb10769bc20a019ce512809740d8aa93658cded1db77a0e6f" }, "downloads": -1, "filename": "cliquet-pusher-0.2.0.zip", "has_sig": false, "md5_digest": "8952d064173c409bdc8bd0e4cc38bcc9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7479, "upload_time": "2015-11-20T15:54:16", "url": "https://files.pythonhosted.org/packages/a0/bf/c8b81a7175495d6af975c626996b159418b339c94e5132e26fa3c7fd4e4b/cliquet-pusher-0.2.0.zip" } ] }