{ "info": { "author": "Costas Tyfoxylos", "author_email": "costas.tyf@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Programming Language :: Python" ], "description": "===========\nnotifierlib\n===========\n\nA library that implements a kind of fan-out pattern, sending messages to very different endpoints.\nExtendable through the implementation of custom Channels.\n\n\n* Documentation: http://notifierlib.readthedocs.io/en/latest/\n\nFeatures\n--------\n\nIntroduced concepts are:\n\n* Channels\n A channel is a communication endpoint capable of sending some type of message exposing a \"notify\" method.\n\n* Groups\n A group is a construct bringing channels together under a common entrypoint showing up as a method call of the main Notifier object.\n\n* Notifier\n The main object bringing together channels as broadcast by default and exposing methods to register and unregister channels and add and remove groups.\n\nThe payload of the notification methods is by convention a dictionary with at least a \"subject\" and a \"message\" key with the appropriate values.\nIt is designed like this so it can be very easy to implement much more complex structures like templates without needed any domain knowledge on all the channels.\n\n\n\nFor a more detailed explanation please see the USAGE.rst file.\n\n\n\n\nHistory\n-------\n\n0.1 (18-09-2017)\n---------------------\n\n* First release\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/costastf/notifierlib.git", "keywords": "notifierlib", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "notifierlib", "package_url": "https://pypi.org/project/notifierlib/", "platform": "", "project_url": "https://pypi.org/project/notifierlib/", "project_urls": { "Homepage": "http://github.com/costastf/notifierlib.git" }, "release_url": "https://pypi.org/project/notifierlib/0.1.0/", "requires_dist": null, "requires_python": "", "summary": "A library that implements a kind of fan-out pattern, sending messages to very different endopoints. Extendable through the implementation of custom Channels.", "version": "0.1.0" }, "last_serial": 3183092, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "6836afef8425849b304b35dd6ec98a68", "sha256": "dc977e9e3cf5b0750fd12e6056e298a4a0c30b200de83e4a79beaadbcc08daee" }, "downloads": -1, "filename": "notifierlib-0.1.0-py2.7.egg", "has_sig": false, "md5_digest": "6836afef8425849b304b35dd6ec98a68", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 16106, "upload_time": "2017-09-18T18:14:21", "url": "https://files.pythonhosted.org/packages/16/7d/afba2d98e542a200f2286a67015f1c1552803d030da9c8c4cef5f628e596/notifierlib-0.1.0-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "d4d2d3acf6559f138dc5bc6bf02862ec", "sha256": "2a427a4305790512bc2736d05644dea906b6b4d53a42fddac415289b3eb413e7" }, "downloads": -1, "filename": "notifierlib-0.1.0.tar.gz", "has_sig": false, "md5_digest": "d4d2d3acf6559f138dc5bc6bf02862ec", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14086, "upload_time": "2017-09-18T18:14:16", "url": "https://files.pythonhosted.org/packages/bc/17/2c54f24448975ebeb9db91ad444ba5d799fa16f495736fd40dbb998e44a2/notifierlib-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "6836afef8425849b304b35dd6ec98a68", "sha256": "dc977e9e3cf5b0750fd12e6056e298a4a0c30b200de83e4a79beaadbcc08daee" }, "downloads": -1, "filename": "notifierlib-0.1.0-py2.7.egg", "has_sig": false, "md5_digest": "6836afef8425849b304b35dd6ec98a68", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 16106, "upload_time": "2017-09-18T18:14:21", "url": "https://files.pythonhosted.org/packages/16/7d/afba2d98e542a200f2286a67015f1c1552803d030da9c8c4cef5f628e596/notifierlib-0.1.0-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "d4d2d3acf6559f138dc5bc6bf02862ec", "sha256": "2a427a4305790512bc2736d05644dea906b6b4d53a42fddac415289b3eb413e7" }, "downloads": -1, "filename": "notifierlib-0.1.0.tar.gz", "has_sig": false, "md5_digest": "d4d2d3acf6559f138dc5bc6bf02862ec", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14086, "upload_time": "2017-09-18T18:14:16", "url": "https://files.pythonhosted.org/packages/bc/17/2c54f24448975ebeb9db91ad444ba5d799fa16f495736fd40dbb998e44a2/notifierlib-0.1.0.tar.gz" } ] }