{ "info": { "author": "Arunkumar L - A roboVITics project", "author_email": "arunk609@gmail.com", "bugtrack_url": null, "classifiers": [ "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.7" ], "description": "# Coffeeshop\n\nThis package sends your deep learning training loss and accuracy to your slack channel after every specified epoch.\nIt uses slackclient and keras python packages.\n\n### Installation\n\n>$ **pip install coffeeshop**\n\n\n### Code sample\n\n```python\nfrom coffeeshop.coffeeshop import Coffeeshop\n\nsecret = 'xoxp-slacktoken'\n\n# For sending metrics to channel.\nchannel_name = 'name_of_channel_to_be_posted'\n\nhistories = Coffeeshop(token = secret, channel_name = channel_name, epoch_num = 5)\n\n# For sending metrics to user.\n\nuser = 'User Name'\n\nhistories = coffeeshop(token = secret, user_name = user, epoch_num = 5)\n\n## Add histories in the callbacks.\n\nmodel.fit(X_train, Y_train, epochs = epochs, batch_size = batch_size,callbacks = [histories])\n\n```\n\n### Output sample\n\n\n\n\n\n\n#### Contact\n\n[E-mail](arunk609@gmail.com)\n\n[Github](https://github.com/CleanPegasus)\n\n[LinkedIn](https://www.linkedin.com/in/arunkumar-l/)\n\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/CleanPegasus/coffeeshop", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "coffeeshop", "package_url": "https://pypi.org/project/coffeeshop/", "platform": "", "project_url": "https://pypi.org/project/coffeeshop/", "project_urls": { "Homepage": "https://github.com/CleanPegasus/coffeeshop" }, "release_url": "https://pypi.org/project/coffeeshop/1.1.0/", "requires_dist": [ "keras", "slackclient" ], "requires_python": "", "summary": "A python package that sends your deep learning training loss to your slack channel after every specified epoch.", "version": "1.1.0" }, "last_serial": 5758491, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "96e050fcdf4f6d5315e733fc5a04b56d", "sha256": "cf1dd3029fac7f5551e32d1590595e6fac2da2a823ccbf126897e67b5d13b6cc" }, "downloads": -1, "filename": "coffeeshop-1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "96e050fcdf4f6d5315e733fc5a04b56d", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 3282, "upload_time": "2019-08-27T18:17:29", "url": "https://files.pythonhosted.org/packages/14/27/e8dbe085e9f12394e87769339789ec099f6e9c6d8cf6e8026b29cce10cfc/coffeeshop-1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "251a091fa8e5fb0e61bb4a2fb3124fc8", "sha256": "07f966a9ed2b84d062792dce9fcea9807ee39ecfda49b035c15bd2dcef93827c" }, "downloads": -1, "filename": "coffeeshop-1.0.tar.gz", "has_sig": false, "md5_digest": "251a091fa8e5fb0e61bb4a2fb3124fc8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2984, "upload_time": "2019-08-27T18:17:32", "url": "https://files.pythonhosted.org/packages/6a/10/954135999715ef82f4ff5490cbb424fa0ab35fe17b3f21c3f2fe2a47842d/coffeeshop-1.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "a9aa1a7efbd6cdcb8633e04363beb791", "sha256": "4d33c5a950a104cd642d5f9d63ee4b4d44b3b69356f34d03475ed9e623c24789" }, "downloads": -1, "filename": "coffeeshop-1.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "a9aa1a7efbd6cdcb8633e04363beb791", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 3305, "upload_time": "2019-08-27T18:59:06", "url": "https://files.pythonhosted.org/packages/c1/35/65dce4c2433eddd2915063b95605bf73bfdc49226b730c5c0a69adcad44c/coffeeshop-1.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "cde48b7b5461f8fb9013ca9129730685", "sha256": "b8018b383bf6788b28f69bfbe5ea40bdbbb8b656299d301961d55f2bd8643a16" }, "downloads": -1, "filename": "coffeeshop-1.0.1.tar.gz", "has_sig": false, "md5_digest": "cde48b7b5461f8fb9013ca9129730685", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2991, "upload_time": "2019-08-27T18:59:08", "url": "https://files.pythonhosted.org/packages/9a/b8/ed12868315dd001c3c5f67fc30cd57ee4a1eb48a82b2dcb2e3241faed374/coffeeshop-1.0.1.tar.gz" } ], "1.0.2": [ { "comment_text": "", "digests": { "md5": "ac9b28ad1b0f13e2a5e138238449a596", "sha256": "ada0c5e3391c2fa5e9d9be6f8f2492aee323e73e78802f09df8aa4e513ea65b3" }, "downloads": -1, "filename": "coffeeshop-1.0.2-py3-none-any.whl", "has_sig": false, "md5_digest": "ac9b28ad1b0f13e2a5e138238449a596", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 3302, "upload_time": "2019-08-27T19:02:01", "url": "https://files.pythonhosted.org/packages/6b/70/fca40d43bf3347b4c1807c4e3b60708a1585529d5549592be91e5322c5e8/coffeeshop-1.0.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "3ebd457f8a2309e48a3e219fbcf65ddf", "sha256": "3b921147ad3873473f1d9cd5372e4ad682cb54f8319b0aa60ae45b48a6c2a16e" }, "downloads": -1, "filename": "coffeeshop-1.0.2.tar.gz", "has_sig": false, "md5_digest": "3ebd457f8a2309e48a3e219fbcf65ddf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2986, "upload_time": "2019-08-27T19:02:05", "url": "https://files.pythonhosted.org/packages/ef/93/6cf534ee25a241357c2f1670fd0f441aec717165b9e4d9d86a51bc8a0898/coffeeshop-1.0.2.tar.gz" } ], "1.0.4": [ { "comment_text": "", "digests": { "md5": "190f9f9315dbaf2616ee112d2feaa0bf", "sha256": "a45ece6bfeba0d7fb67d50d94ade78fe79411da4561e5a6454b8096d0beedbc9" }, "downloads": -1, "filename": "coffeeshop-1.0.4-py3-none-any.whl", "has_sig": false, "md5_digest": "190f9f9315dbaf2616ee112d2feaa0bf", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 3316, "upload_time": "2019-08-27T19:24:53", "url": "https://files.pythonhosted.org/packages/af/26/4deca3a954c4375a7a98be7d51cadd7cf8bc8954c88429b315225cefaedd/coffeeshop-1.0.4-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "f7fcbc0527bc107832d4848c65589495", "sha256": "f3d11d36b96243fda884f5e7bfe83be825cd2145c7d520ce3a38bdbe1b368f57" }, "downloads": -1, "filename": "coffeeshop-1.0.4.tar.gz", "has_sig": false, "md5_digest": "f7fcbc0527bc107832d4848c65589495", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3005, "upload_time": "2019-08-27T19:24:58", "url": "https://files.pythonhosted.org/packages/88/7c/062c3992bd8a7430c608570a5359e17b667dc18af3b1df463b127181b2ae/coffeeshop-1.0.4.tar.gz" } ], "1.1.0": [ { "comment_text": "", "digests": { "md5": "f7491294fcf92d063138d0549ac3f556", "sha256": "97417389849191f5789af16cb6cc29a36498f8468b35234fac6a3f34d0a637f3" }, "downloads": -1, "filename": "coffeeshop-1.1.0-py2-none-any.whl", "has_sig": false, "md5_digest": "f7491294fcf92d063138d0549ac3f556", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 3494, "upload_time": "2019-08-30T06:08:08", "url": "https://files.pythonhosted.org/packages/64/23/119d6b5332da415fd74143c005abf59a7df56e0b39c43e703d924ee27cb9/coffeeshop-1.1.0-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "897656cab77fc4555f0e8f265b2ca905", "sha256": "ba80eba26760514949538cb5cd43fd9755d51e90ab756a69cf7a1d3d90b9a416" }, "downloads": -1, "filename": "coffeeshop-1.1.0.tar.gz", "has_sig": false, "md5_digest": "897656cab77fc4555f0e8f265b2ca905", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3221, "upload_time": "2019-08-30T06:08:14", "url": "https://files.pythonhosted.org/packages/02/f6/0189690179393fca5334d2e257704ab4a1c06d75471897c409c1118e7cb6/coffeeshop-1.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "f7491294fcf92d063138d0549ac3f556", "sha256": "97417389849191f5789af16cb6cc29a36498f8468b35234fac6a3f34d0a637f3" }, "downloads": -1, "filename": "coffeeshop-1.1.0-py2-none-any.whl", "has_sig": false, "md5_digest": "f7491294fcf92d063138d0549ac3f556", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 3494, "upload_time": "2019-08-30T06:08:08", "url": "https://files.pythonhosted.org/packages/64/23/119d6b5332da415fd74143c005abf59a7df56e0b39c43e703d924ee27cb9/coffeeshop-1.1.0-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "897656cab77fc4555f0e8f265b2ca905", "sha256": "ba80eba26760514949538cb5cd43fd9755d51e90ab756a69cf7a1d3d90b9a416" }, "downloads": -1, "filename": "coffeeshop-1.1.0.tar.gz", "has_sig": false, "md5_digest": "897656cab77fc4555f0e8f265b2ca905", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3221, "upload_time": "2019-08-30T06:08:14", "url": "https://files.pythonhosted.org/packages/02/f6/0189690179393fca5334d2e257704ab4a1c06d75471897c409c1118e7cb6/coffeeshop-1.1.0.tar.gz" } ] }