{ "info": { "author": "Wolfgang Lechner", "author_email": "wolfgang.lechner@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Other Environment", "Intended Audience :: Developers", "License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Communications :: Email", "Topic :: Documentation", "Topic :: Scientific/Engineering", "Topic :: Software Development :: Documentation", "Topic :: System :: Monitoring" ], "description": "gmailpm allows you to monitor the progress of extended applications using gmail.\n\n Tutorial:\n\thttp://homepage.univie.ac.at/wolfgang.lechner/gmailpm.html\n \n Description:\n 1. Create a TGmailProjectMonitoring object\n\n import gmailpm.gmailpm as gpm\n pm = gpm.TGmailProjectMonitoring(emailAddress=\"youremailaddress@gmail.com\", emailPassword=\"yourpassword\",projectName=\"TestProject\")\n\n Note, that the class TGmailProjectMonitoring requires 3 arguments, your emailaddress, your password and a discription of the job.\n \n \n 2. At the beginning of your code send a Mail to your gmail account with senStaretedMessage\n \n pm.sendStartMessage()\n\n sendStartMessage without arguments sends a message with the projectname as subject and hostname and current directory as body. You can\n override the body text with the optional argument info (eg. pm.sendStartMessage(info=\"started\nat CLUSTER:./mydir\") )\n \n 3. In order to protocoll your progress you can send a progress message with\n \n pm.sendProgressMessage(\"After %d Steps: Avg=123456.7890\" % (i,))\n\n\n Example:\n if __name__==\"__main__\":\n project = \"TestProject\"\n pm = TGmailProjectMonitoring(emailAddress=\"test.test@gmail.com\",emailPassword=\"password\",projectName=project)\n pm.sendStartMessage(info=\"startedat CLUSTER:./mydir\")\n pm.sendProgressMessage(\"Progress 50%\")\n pm.sendProgressMessage(\"Finished\")", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://homepage.univie.ac.at/wolfgang.lechner/gmailpm.html", "keywords": "project,monitoring,scientific,gmail", "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "gmailpm", "package_url": "https://pypi.org/project/gmailpm/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/gmailpm/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://homepage.univie.ac.at/wolfgang.lechner/gmailpm.html" }, "release_url": "https://pypi.org/project/gmailpm/0.0.3/", "requires_dist": null, "requires_python": null, "summary": "Project Monitoring based on GMail", "version": "0.0.3" }, "last_serial": 127408, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "2ab061f0abae8cddf3fe6723ebbb1610", "sha256": "5237bdb5602696dc00b240e640da7d85aa513072bbb863d72935da3757a0167a" }, "downloads": -1, "filename": "gmailpm-0.0.1.tar.gz", "has_sig": false, "md5_digest": "2ab061f0abae8cddf3fe6723ebbb1610", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2952, "upload_time": "2009-09-30T17:03:16", "url": "https://files.pythonhosted.org/packages/86/b7/2dc54fadfa3eaf54670de4663c3cd88054333b38ff6abba6681b90fd094f/gmailpm-0.0.1.tar.gz" } ], "0.0.2": [], "0.0.3": [ { "comment_text": "", "digests": { "md5": "e1b91753ff6bf27f242a343ec97858e8", "sha256": "674cfcd59bc072d18a09bb3a752d20c96be9ceec474d12cd2dbebfb7d92b5d3a" }, "downloads": -1, "filename": "gmailpm-0.0.3.win32.exe", "has_sig": false, "md5_digest": "e1b91753ff6bf27f242a343ec97858e8", "packagetype": "bdist_wininst", "python_version": "any", "requires_python": null, "size": 201170, "upload_time": "2009-10-01T14:26:37", "url": "https://files.pythonhosted.org/packages/d6/db/3d2220511b26a803ad9195dd952e7d7a6a67a8f9949862efcffff288fc9c/gmailpm-0.0.3.win32.exe" }, { "comment_text": "", "digests": { "md5": "b9dab78f6481a5037d5b40346053589e", "sha256": "5ea855eb997af13e75f91811139ef397673e558a3cca8ea972b61f7bbe20f423" }, "downloads": -1, "filename": "gmailpm-0.0.3.zip", "has_sig": false, "md5_digest": "b9dab78f6481a5037d5b40346053589e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5062, "upload_time": "2009-10-01T14:26:35", "url": "https://files.pythonhosted.org/packages/d7/11/bbee940c9afa928860f6a84e376c21327321e59fb4ceb240461726772531/gmailpm-0.0.3.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "e1b91753ff6bf27f242a343ec97858e8", "sha256": "674cfcd59bc072d18a09bb3a752d20c96be9ceec474d12cd2dbebfb7d92b5d3a" }, "downloads": -1, "filename": "gmailpm-0.0.3.win32.exe", "has_sig": false, "md5_digest": "e1b91753ff6bf27f242a343ec97858e8", "packagetype": "bdist_wininst", "python_version": "any", "requires_python": null, "size": 201170, "upload_time": "2009-10-01T14:26:37", "url": "https://files.pythonhosted.org/packages/d6/db/3d2220511b26a803ad9195dd952e7d7a6a67a8f9949862efcffff288fc9c/gmailpm-0.0.3.win32.exe" }, { "comment_text": "", "digests": { "md5": "b9dab78f6481a5037d5b40346053589e", "sha256": "5ea855eb997af13e75f91811139ef397673e558a3cca8ea972b61f7bbe20f423" }, "downloads": -1, "filename": "gmailpm-0.0.3.zip", "has_sig": false, "md5_digest": "b9dab78f6481a5037d5b40346053589e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5062, "upload_time": "2009-10-01T14:26:35", "url": "https://files.pythonhosted.org/packages/d7/11/bbee940c9afa928860f6a84e376c21327321e59fb4ceb240461726772531/gmailpm-0.0.3.zip" } ] }