{ "info": { "author": "Ritesh Kadmawala", "author_email": "k.g.ritesh@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 2 - Pre-Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: ISC License (ISCL)", "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" ], "description": "===============================\nGrandCentral\n===============================\n\n.. image:: https://img.shields.io/travis/kgritesh/grandcentral.svg\n :target: https://travis-ci.org/kgritesh/grandcentral\n\n.. image:: https://img.shields.io/pypi/v/grandcentral.svg\n :target: https://pypi.python.org/pypi/grandcentral\n\n\nGrandCentral is an extremely basic publisher subscriber event library\n\n* Free software: ISC license\n* Documentation: https://grandcentral.readthedocs.org.\n\nDescription\n-----------\n\nGrandCentral is an extremely basic publisher subscriber event library. It provides only\ntwo methods\n\na) publish:- it publishes an event on provided channel with a payload\n\nb) subscribe:- it registers channel/event pair with a consumer that is to be called when that particular event is published on the channel.\n\n\nGrandCentralConsumer is an abstract class that determines how an event emitted\nby grandcentral is to be handled. Currently the library provides two simple consumers\n\na) SyncConsumer which receives a callable and executes that callable synchronously\n\nb) CeleryConsumer which receives a celery task and execute that asynchornously using celery.\n\nA library also provides a DjangoCentral which also allows to subscribe to built in\ndjango signals like pre-save, post-save, pre-delete, post-delete etc.\n\n\n\n\n\nHistory\n-------\n\n0.1.0 (2015-05-09)\n---------------------\n\n* First release on PyPI.", "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/kgritesh/grandcentral", "keywords": "grandcentral", "license": "ISCL", "maintainer": null, "maintainer_email": null, "name": "grandcentral-py", "package_url": "https://pypi.org/project/grandcentral-py/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/grandcentral-py/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/kgritesh/grandcentral" }, "release_url": "https://pypi.org/project/grandcentral-py/0.1.0/", "requires_dist": null, "requires_python": null, "summary": "GrandCentral is an extremely basic publisher subscriber event library", "version": "0.1.0" }, "last_serial": 1726243, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "d089637a0c4a09192beddade3eeadee8", "sha256": "08c884f7245c424055e4bdd8b3b047c3f02c980dbbaf5f8c46618e3cddb45ff6" }, "downloads": -1, "filename": "grandcentral-py-0.0.1.tar.gz", "has_sig": false, "md5_digest": "d089637a0c4a09192beddade3eeadee8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11548, "upload_time": "2015-09-17T08:21:17", "url": "https://files.pythonhosted.org/packages/77/2f/71976675f38a3f823b0dc98ee15662c787c329b792e46a3e5f9db3342f7a/grandcentral-py-0.0.1.tar.gz" } ], "0.1.0": [ { "comment_text": "", "digests": { "md5": "7926e72809a910ce735d12563daf765c", "sha256": "3eb8cbedebb4d894ef61b2b6fdbea4515662f6030259a811e68bff5a290cf588" }, "downloads": -1, "filename": "grandcentral-py-0.1.0.tar.gz", "has_sig": false, "md5_digest": "7926e72809a910ce735d12563daf765c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11567, "upload_time": "2015-09-17T08:13:19", "url": "https://files.pythonhosted.org/packages/54/c8/b8b0a1dcb50402ce3a5441e48c9e892c4fb1945e6caa2ba0ddd06ebde534/grandcentral-py-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "7926e72809a910ce735d12563daf765c", "sha256": "3eb8cbedebb4d894ef61b2b6fdbea4515662f6030259a811e68bff5a290cf588" }, "downloads": -1, "filename": "grandcentral-py-0.1.0.tar.gz", "has_sig": false, "md5_digest": "7926e72809a910ce735d12563daf765c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11567, "upload_time": "2015-09-17T08:13:19", "url": "https://files.pythonhosted.org/packages/54/c8/b8b0a1dcb50402ce3a5441e48c9e892c4fb1945e6caa2ba0ddd06ebde534/grandcentral-py-0.1.0.tar.gz" } ] }