{ "info": { "author": "Lucas Frota", "author_email": "lucv.frota@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "# CodeMonitor\n\nCode Monitor is a simple way to send feedback about your code to your smartphone as a Telegram message!\n\n# Set up\n\n## Telegram side\n\n1. Open Telegram and search for CodeMonitor bot.\n\n\n\n2. Send any message to it.\n\n\n\n3. Once you send any message the Bot will return a message like 'Your code is: \"123456789\"' this is your chat code, it will be used to identify your chat on python side.\n\n## Python side\n\n1. install the Code Monitor dependency through the following command\n\n```\npip install CodeMonitor\n```\n\n2. now import it in your code\n\n```\nfrom CodeMonitor.telegram import Messenger, FitMonitor\n```\n\n3. Once CodeMonitor is imported you'll be able to use two classes: **Messenger** and **FitMonitor**, first let's talk about **Messenger**\nclass. \n\n### Messenger\n\nThis class allows you to send any string you want to the Telegram chat, only requiring the chat code as mentioned on the Telegram side section.\n\n```\nmessenger = Messenger(\"123456789\")\n```\n\nWhen the class is instantiated it send the message \"All ready!\", to send your own messages do like the following code snippet.\n\n```\nmessenger.send_message(\"your awesome message!\")\n```\n\n### FitMonitor\n\nThis class is a callback that send feedback about the training of a Keras Neural Network model, it is very usefull if you're training a model for a very long time and need to leave your computer but still want to know how good your training is doing. At the end of each epoch this callback is going to send information about the accuracy and loss (and validation accuracy and loss when possible) of the model.\n\n```\nmodel.fit(X_train, Y_train, \n epochs = 10,\n validation_data = (X_test, Y_test), \n callbacks=[FitMonitor(\"123456789\")])\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/Lucasfrota/CodeMonitor", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "CodeMonitor", "package_url": "https://pypi.org/project/CodeMonitor/", "platform": "", "project_url": "https://pypi.org/project/CodeMonitor/", "project_urls": { "Homepage": "https://github.com/Lucasfrota/CodeMonitor" }, "release_url": "https://pypi.org/project/CodeMonitor/0.1.1/", "requires_dist": null, "requires_python": "", "summary": "Code Monitor is a simples way to send feedback about your code to your smartphone", "version": "0.1.1" }, "last_serial": 4719337, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "d9c04216b19b3cf82c7cff30df4c87fc", "sha256": "facc00cb43cad1be85680eb2d44240042523f96f6571bdb1bfeab23a758fe256" }, "downloads": -1, "filename": "CodeMonitor-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "d9c04216b19b3cf82c7cff30df4c87fc", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 3093, "upload_time": "2019-01-20T19:15:58", "url": "https://files.pythonhosted.org/packages/43/4d/0ab2411fc2e9dafb471e9ffe07174ef7662e06cee9b6eaa03d3704c4d1a1/CodeMonitor-0.0.1-py3-none-any.whl" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "3c1ceecc55c8f29463baf74173c094b2", "sha256": "dd2edc1c16ba79c9e170b8bf4917780c9b8a10a79e5176479d40f384372ad183" }, "downloads": -1, "filename": "CodeMonitor-0.0.2.tar.gz", "has_sig": false, "md5_digest": "3c1ceecc55c8f29463baf74173c094b2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1678, "upload_time": "2019-01-20T19:44:42", "url": "https://files.pythonhosted.org/packages/6e/be/a08abab8022ae9da8244334921ea16b98e4b5e1f711be37c60d115cd304d/CodeMonitor-0.0.2.tar.gz" } ], "0.1.0": [ { "comment_text": "", "digests": { "md5": "49d6d4a25d7bb43f2c817a7af201288b", "sha256": "b18142f30a32601b45e47ccf8317c7c8a25911ac5c2cdeb76772ea9be8939c10" }, "downloads": -1, "filename": "CodeMonitor-0.1.0.tar.gz", "has_sig": false, "md5_digest": "49d6d4a25d7bb43f2c817a7af201288b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2545, "upload_time": "2019-01-20T20:35:35", "url": "https://files.pythonhosted.org/packages/d4/83/3a5dcf6484c45ce0f68e3d66c9e24f96e121300f41aa6541d1399c704691/CodeMonitor-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "128148728e22d0ac2c0614e3f0fd45c1", "sha256": "9f4f241be2234b1bdd76301bb058abd6430132ffc071f426f87a0d740ef01eea" }, "downloads": -1, "filename": "CodeMonitor-0.1.1.tar.gz", "has_sig": false, "md5_digest": "128148728e22d0ac2c0614e3f0fd45c1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2606, "upload_time": "2019-01-20T21:28:27", "url": "https://files.pythonhosted.org/packages/a8/10/e30ae4d75c747379511ce8cdf64c92660906d538614756979570947e11ca/CodeMonitor-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "128148728e22d0ac2c0614e3f0fd45c1", "sha256": "9f4f241be2234b1bdd76301bb058abd6430132ffc071f426f87a0d740ef01eea" }, "downloads": -1, "filename": "CodeMonitor-0.1.1.tar.gz", "has_sig": false, "md5_digest": "128148728e22d0ac2c0614e3f0fd45c1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2606, "upload_time": "2019-01-20T21:28:27", "url": "https://files.pythonhosted.org/packages/a8/10/e30ae4d75c747379511ce8cdf64c92660906d538614756979570947e11ca/CodeMonitor-0.1.1.tar.gz" } ] }