{ "info": { "author": "Krzysztof Jagiello", "author_email": "me@kjagiello.com", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Programming Language :: Python", "Programming Language :: Python :: 3", "Topic :: Internet :: WWW/HTTP" ], "description": "-----------------------------\nThunderpush client for Python\n-----------------------------\n\nA Python library for sending messages to the `Thunderpush `_ server.\n\nInstall\n=======\n\n::\n\n\tpip install thunderclient\n\nExample\n=======\n\n::\n\n\tfrom thunderclient import Thunder\n\n\tc = Thunder('key', 'secretkey', 'localhost', 8080)\n\n\tprint(c.get_user_count())\n\tprint(c.get_users_in_channel('test'))\n\tprint(c.send_message_to_user('test', {'msg': 'hello!'}))\n\tprint(c.send_message_to_channel('test', {'msg': 'hello!'}))\n\tprint(c.is_user_online('test'))\n\tprint(c.disconnect_user('test'))\n", "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/thunderpush/python-thunderclient", "keywords": null, "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "thunderclient", "package_url": "https://pypi.org/project/thunderclient/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/thunderclient/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/thunderpush/python-thunderclient" }, "release_url": "https://pypi.org/project/thunderclient/1.0.1/", "requires_dist": null, "requires_python": null, "summary": "A Python library for sending messages to Thunderpush server.", "version": "1.0.1" }, "last_serial": 3351950, "releases": { "0.9.0": [ { "comment_text": "", "digests": { "md5": "d615cd13104bd757aa92228e70d03695", "sha256": "56c4e55d825c37598c56d2e726055d8f3a4634e92254c1c029f2811c4a59c15a" }, "downloads": -1, "filename": "thunderclient-0.9.0.tar.gz", "has_sig": false, "md5_digest": "d615cd13104bd757aa92228e70d03695", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2958, "upload_time": "2012-08-20T20:23:46", "url": "https://files.pythonhosted.org/packages/70/a5/ab445e9a15ea624d1d7226212d1ec22df599a1a7451fdfbe74bf4f4a0e62/thunderclient-0.9.0.tar.gz" } ], "0.9.1": [ { "comment_text": "", "digests": { "md5": "3d9b5c54b5319861237dbae426e270f3", "sha256": "3c03cde1bdb5d900342021c53043c490487f4112072bc1287a8613682ca6492b" }, "downloads": -1, "filename": "thunderclient-0.9.1.tar.gz", "has_sig": false, "md5_digest": "3d9b5c54b5319861237dbae426e270f3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3042, "upload_time": "2012-08-23T21:37:59", "url": "https://files.pythonhosted.org/packages/ad/e8/95a8cead862682fca9570c3d00fcbc4bbc286418ce7d4edf7b4bf7c2944b/thunderclient-0.9.1.tar.gz" } ], "1.0.0": [ { "comment_text": "", "digests": { "md5": "2ef75a2c0f717ea2fa99f8f347b0419f", "sha256": "f2d6688423a501619ff168a12749c88463efdd1ce80abc034a14674196378da1" }, "downloads": -1, "filename": "thunderclient-1.0.0.tar.gz", "has_sig": false, "md5_digest": "2ef75a2c0f717ea2fa99f8f347b0419f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 803, "upload_time": "2015-10-05T21:11:16", "url": "https://files.pythonhosted.org/packages/9b/6d/2a8e4f7a4d44b9d0140b640386cd01093b71019963e753ce7b87b89c2aea/thunderclient-1.0.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "aca787d4d93b65fdf984bf145c471094", "sha256": "aa1b54c488ca02aeecd6f4c3d4bccc7ad19a35132a25e650a270cf8936f1b8f9" }, "downloads": -1, "filename": "thunderclient-1.0.1.tar.gz", "has_sig": false, "md5_digest": "aca787d4d93b65fdf984bf145c471094", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3149, "upload_time": "2015-10-05T21:14:37", "url": "https://files.pythonhosted.org/packages/93/1f/4e39d7a93720cb4ba2288d774d00178c5a31bd7841dcaf2363b694c562ec/thunderclient-1.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "aca787d4d93b65fdf984bf145c471094", "sha256": "aa1b54c488ca02aeecd6f4c3d4bccc7ad19a35132a25e650a270cf8936f1b8f9" }, "downloads": -1, "filename": "thunderclient-1.0.1.tar.gz", "has_sig": false, "md5_digest": "aca787d4d93b65fdf984bf145c471094", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3149, "upload_time": "2015-10-05T21:14:37", "url": "https://files.pythonhosted.org/packages/93/1f/4e39d7a93720cb4ba2288d774d00178c5a31bd7841dcaf2363b694c562ec/thunderclient-1.0.1.tar.gz" } ] }