{ "info": { "author": "Luca Cappelletti", "author_email": "cappelletti.luca94@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3" ], "description": "Notipy Me\n=========\n|sonar_quality| |sonar_maintainability| |sonar_coverage| |pip| |downloads|\n\nA simple python package to send you and any other receiver an email when a portion of code is done running.\n\nSetup\n-----\n\nJust run:\n\n.. code:: bash\n\n pip install notipy_me\n\nPreview\n--------------------------\nThere are 4 emails types: \n\n- start: notify the recipients that the task has started.\n- report: send out the logged reports after a given interval.\n- exception: notify the recipients that the task has been interrupted.\n- completed: notify the recipients that the task has completed.\n\n|preview|\n\nUsage example\n-------------\nA basic usage example can be the following:\n\nUsage as decorator\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n\n.. code:: python\n\n from notipy_me import Notipy\n\n @Notipy\n def my_long_running_script():\n ...\n\nUsage as context\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n\n.. code:: python\n\n from notipy_me import Notipy\n from time import sleep\n import pandas as pd\n\n with Notipy() as ntp:\n for i in range(1000):\n ntp.add_report(pd.DataFrame({\n \"test\":[2]\n }))\n sleep(1)\n\nForm example\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\nWhen you run the script notipy will ask you to enter your email, password etc... it will store into a cache file called `.notipy` every setting except for the password.\n\n|usage|\n\nKnown issues\n------------\n\nGmail\n~~~~~\nI cannot manage to get gmail to work, but it keeps rising an error\nlogging in with the credentials, even though they are correct. With the\nother mail providers it works fine.\n\n.. |sonar_quality| image:: https://sonarcloud.io/api/project_badges/measure?project=LucaCappelletti94_notipy_me&metric=alert_status\n :target: https://sonarcloud.io/dashboard/index/LucaCappelletti94_notipy_me\n\n.. |sonar_maintainability| image:: https://sonarcloud.io/api/project_badges/measure?project=LucaCappelletti94_notipy_me&metric=sqale_rating\n :target: https://sonarcloud.io/dashboard/index/LucaCappelletti94_notipy_me\n\n.. |sonar_coverage| image:: https://sonarcloud.io/api/project_badges/measure?project=LucaCappelletti94_notipy_me&metric=coverage\n :target: https://sonarcloud.io/dashboard/index/LucaCappelletti94_notipy_me\n\n.. |pip| image:: https://badge.fury.io/py/notipy-me.svg\n :target: https://badge.fury.io/py/notipy_me\n\n.. |downloads| image:: https://pepy.tech/badge/notipy-me\n :target: https://pepy.tech/badge/notipy-me\n :alt: Pypi total project downloads \n\n\n.. |preview| image:: https://github.com/LucaCappelletti94/notipy_me/blob/master/preview.png?raw=true\n.. |usage| image:: https://github.com/LucaCappelletti94/notipy_me/blob/master/notipy.gif?raw=true", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/LucaCappelletti94/notipy_me", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "notipy-me", "package_url": "https://pypi.org/project/notipy-me/", "platform": "", "project_url": "https://pypi.org/project/notipy-me/", "project_urls": { "Homepage": "https://github.com/LucaCappelletti94/notipy_me" }, "release_url": "https://pypi.org/project/notipy-me/1.3.11/", "requires_dist": null, "requires_python": "", "summary": "A simple python package to send you and any other receiver an email when a portion of code is done running.", "version": "1.3.11" }, "last_serial": 5661787, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "8d5a0d5544ea320b9f4da17fdbef0d07", "sha256": "e49b8728ed4e11b8bffc6613cec3a2a93dce68b469094dad6c08a4bcdbe0ea52" }, "downloads": -1, "filename": "notipy_me-1.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "8d5a0d5544ea320b9f4da17fdbef0d07", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 4125, "upload_time": "2019-02-04T14:28:39", "url": "https://files.pythonhosted.org/packages/5f/8a/b061a01737627713971cb2a3b43f033139b76a53fdf0dc6d15d6d2975cfc/notipy_me-1.0.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a95a5deb2539cf0f798deb575db9fcf8", "sha256": "34c1c3ba1b61fabba7f25469555f632d4804e8075a653f0a6e9088fe32e42922" }, "downloads": -1, "filename": "notipy_me-1.0.0.tar.gz", "has_sig": false, "md5_digest": "a95a5deb2539cf0f798deb575db9fcf8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3717, "upload_time": "2019-02-04T14:28:40", "url": "https://files.pythonhosted.org/packages/13/d7/4f6d42283bb0be5e72384ee74fb2d2024b6153869094764461f2638998a9/notipy_me-1.0.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "8b0d2b9d55997fc60ed6d688efb2f9d7", "sha256": "a834f0b0efe253bb9a0d9e4fda48f81b0ee7ea25b9c81e8f3cb89d0126963137" }, "downloads": -1, "filename": "notipy_me-1.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "8b0d2b9d55997fc60ed6d688efb2f9d7", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 4713, "upload_time": "2019-02-06T09:42:04", "url": "https://files.pythonhosted.org/packages/4c/17/911cfafd3c5c36aa5afd070b1133082952db99a20ead187382b20a08e673/notipy_me-1.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d3512e16a2fe8a9d21a6de8dc8ca0a1b", "sha256": "b2c018cab12e0bdb9169530267896e311ab5eac808fdc0b5217490f844f0b829" }, "downloads": -1, "filename": "notipy_me-1.0.1.tar.gz", "has_sig": false, "md5_digest": "d3512e16a2fe8a9d21a6de8dc8ca0a1b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4033, "upload_time": "2019-02-06T09:42:06", "url": "https://files.pythonhosted.org/packages/51/52/e30f9d7dbabeb7cd62e0df60606bef5dd1a7f19cf4e4b6ce2d4f6060ad4b/notipy_me-1.0.1.tar.gz" } ], "1.1.0": [ { "comment_text": "", "digests": { "md5": "4c200c9eecefea96e64be52917de145c", "sha256": "fcc8c242bac3998f168902a8d5ff631d8c25ab38d753ab24ff72b33617a467cf" }, "downloads": -1, "filename": "notipy_me-1.1.0.tar.gz", "has_sig": false, "md5_digest": "4c200c9eecefea96e64be52917de145c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6720, "upload_time": "2019-05-28T12:18:32", "url": "https://files.pythonhosted.org/packages/12/ff/3beb015ad56a7105dc1706d5dc383f93fc9e373fb0a2c90adc5103a0d343/notipy_me-1.1.0.tar.gz" } ], "1.1.1": [ { "comment_text": "", "digests": { "md5": "04d9b8e852ee2b51f71381d162797236", "sha256": "9e32d26da257ad58afec42c73ead845d7af8b518b0026ffdf6de0acacea2294c" }, "downloads": -1, "filename": "notipy_me-1.1.1.tar.gz", "has_sig": false, "md5_digest": "04d9b8e852ee2b51f71381d162797236", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6783, "upload_time": "2019-05-28T12:22:21", "url": "https://files.pythonhosted.org/packages/c0/a4/3eba7c9e36e037156605e5fd736716913c07857f4f50d583ae091a7dfc9c/notipy_me-1.1.1.tar.gz" } ], "1.2.1": [ { "comment_text": "", "digests": { "md5": "a2d54929cf5f92ec6303f231de9fee29", "sha256": "92baab5be81b9427b3952dfe88c53754bf6caea5f22615d04d1ccace1c27b817" }, "downloads": -1, "filename": "notipy_me-1.2.1.tar.gz", "has_sig": false, "md5_digest": "a2d54929cf5f92ec6303f231de9fee29", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8251, "upload_time": "2019-05-30T11:25:53", "url": "https://files.pythonhosted.org/packages/0c/58/bead7ce0281b7df7dbccb5c679ceb377123e7c9e11d44abf021bc3865e0d/notipy_me-1.2.1.tar.gz" } ], "1.2.10": [ { "comment_text": "", "digests": { "md5": "9377a4d2cad9476caa9679ec4be47bb4", "sha256": "b8464696bbb6e0aa150f659d8d886611ef95930e31fc306149e15d7fcf901270" }, "downloads": -1, "filename": "notipy_me-1.2.10.tar.gz", "has_sig": false, "md5_digest": "9377a4d2cad9476caa9679ec4be47bb4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8295, "upload_time": "2019-05-30T16:53:25", "url": "https://files.pythonhosted.org/packages/45/a9/0ca23c73f38baadb8a68070e7260e868cfcc50c96bdcade5e9931b2285fd/notipy_me-1.2.10.tar.gz" } ], "1.2.11": [ { "comment_text": "", "digests": { "md5": "1d55f0678b0d45c8c06bfc5a96d41cf1", "sha256": "266324212e807466b01e051a2275616f743b6c88a4fe80beef5334e0efe5b5d7" }, "downloads": -1, "filename": "notipy_me-1.2.11.tar.gz", "has_sig": false, "md5_digest": "1d55f0678b0d45c8c06bfc5a96d41cf1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9373, "upload_time": "2019-05-31T04:37:27", "url": "https://files.pythonhosted.org/packages/2d/d5/52bd5fa910989a1ad23e0c60d366cce63e05827d317a77edeea3a7ca9ddc/notipy_me-1.2.11.tar.gz" } ], "1.2.12": [ { "comment_text": "", "digests": { "md5": "5a44a91e9530548b8c873def78d2ff2e", "sha256": "384c61a1af3e26df931b0a67b5bd76cf84b36db2f36134b4db191efba0c536ed" }, "downloads": -1, "filename": "notipy_me-1.2.12.tar.gz", "has_sig": false, "md5_digest": "5a44a91e9530548b8c873def78d2ff2e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9422, "upload_time": "2019-05-31T15:34:07", "url": "https://files.pythonhosted.org/packages/81/07/c80624aa9a4f98d4c95df399c0746033b2ccd5e926203a426ace8bd0f39d/notipy_me-1.2.12.tar.gz" } ], "1.2.13": [ { "comment_text": "", "digests": { "md5": "3814cfda9cae33a6946b1e64e1d4b9ad", "sha256": "47ce5533eedabb9c0a636ea765597e62789a1999c6eb7794f8ff952367d93fa0" }, "downloads": -1, "filename": "notipy_me-1.2.13.tar.gz", "has_sig": false, "md5_digest": "3814cfda9cae33a6946b1e64e1d4b9ad", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9527, "upload_time": "2019-06-02T14:46:33", "url": "https://files.pythonhosted.org/packages/52/65/6d9f493a145b46aed7d5d5cd0c7be092d6db8e84a429af00596e82ee0dbd/notipy_me-1.2.13.tar.gz" } ], "1.2.14": [ { "comment_text": "", "digests": { "md5": "bc54bd6bdbdad205dabeb186a3a22ddd", "sha256": "ceb6718b3effdaf70fadea83bbc1c8b21a76370ba88182a3eaa4b75a5b66556f" }, "downloads": -1, "filename": "notipy_me-1.2.14.tar.gz", "has_sig": false, "md5_digest": "bc54bd6bdbdad205dabeb186a3a22ddd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9436, "upload_time": "2019-06-04T13:04:01", "url": "https://files.pythonhosted.org/packages/2a/e6/a406eb43b00ecd108397a26ce4474bd25f13387b64de20eb33a32edf9bae/notipy_me-1.2.14.tar.gz" } ], "1.2.15": [ { "comment_text": "", "digests": { "md5": "9b77d0f09854a092097be4e2b0620abf", "sha256": "23e3fb643afc7a944cb5ca58047765286af75b6d019620d1cbd1fe8d9c4b83c9" }, "downloads": -1, "filename": "notipy_me-1.2.15.tar.gz", "has_sig": false, "md5_digest": "9b77d0f09854a092097be4e2b0620abf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9092, "upload_time": "2019-06-16T20:00:08", "url": "https://files.pythonhosted.org/packages/a9/7f/fa6d7de3caf75f8adc15ea0c9baebc831a6953d21d0c65c69771ff770f96/notipy_me-1.2.15.tar.gz" } ], "1.2.2": [ { "comment_text": "", "digests": { "md5": "bff6076e327a5f97bb79a452b58c9e23", "sha256": "be8cad55350123ef5980eb91f36a86968fba0285b38a6e0f86ae0d966d7258ae" }, "downloads": -1, "filename": "notipy_me-1.2.2.tar.gz", "has_sig": false, "md5_digest": "bff6076e327a5f97bb79a452b58c9e23", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8258, "upload_time": "2019-05-30T11:46:19", "url": "https://files.pythonhosted.org/packages/b7/a8/1c91ca84065019f2f4358d0e16446598770789497908b095d856de2cd3c9/notipy_me-1.2.2.tar.gz" } ], "1.2.3": [ { "comment_text": "", "digests": { "md5": "ca2becddd0c9de4ebec0b4a808bac8d0", "sha256": "aff61aea69ffffbac23155f76699a613f1d25e2901a76a77924b490b83d2c247" }, "downloads": -1, "filename": "notipy_me-1.2.3.tar.gz", "has_sig": false, "md5_digest": "ca2becddd0c9de4ebec0b4a808bac8d0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8257, "upload_time": "2019-05-30T12:12:39", "url": "https://files.pythonhosted.org/packages/47/0c/a074ff594876ed6560e5d38bca1095ea371949ae1f8aeaf9fe30450b5cf5/notipy_me-1.2.3.tar.gz" } ], "1.2.4": [ { "comment_text": "", "digests": { "md5": "44c22992c5bb4981bb0564e03ea5fb1b", "sha256": "47d1c6df3fcd579093699d9139ac6f9e475129d8eef91af270c90aa4155deabb" }, "downloads": -1, "filename": "notipy_me-1.2.4.tar.gz", "has_sig": false, "md5_digest": "44c22992c5bb4981bb0564e03ea5fb1b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8261, "upload_time": "2019-05-30T15:44:32", "url": "https://files.pythonhosted.org/packages/1b/8f/1787c4a0f0af29fd61fc98eb237143d9e873341fa3f6feb65fcdfa789dcd/notipy_me-1.2.4.tar.gz" } ], "1.2.5": [ { "comment_text": "", "digests": { "md5": "7067267444cac9934d4a74d6356255b0", "sha256": "0997efa81f8f9be95902a5b140183f1bda71385f8ab781e62333e7e7eea25ea8" }, "downloads": -1, "filename": "notipy_me-1.2.5.tar.gz", "has_sig": false, "md5_digest": "7067267444cac9934d4a74d6356255b0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8255, "upload_time": "2019-05-30T16:28:45", "url": "https://files.pythonhosted.org/packages/91/3f/c0513e2ac81dba551894aabd8f1e7d07eeae782e3735adaf5f9940660eb9/notipy_me-1.2.5.tar.gz" } ], "1.2.6": [ { "comment_text": "", "digests": { "md5": "2925aa1a36f91694c87841914e2b5ff3", "sha256": "f66be28a0a9e872ce3fc8cf33e22bf2ddcca3984dcb0ca645df4353501a4ca70" }, "downloads": -1, "filename": "notipy_me-1.2.6.tar.gz", "has_sig": false, "md5_digest": "2925aa1a36f91694c87841914e2b5ff3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8255, "upload_time": "2019-05-30T16:36:45", "url": "https://files.pythonhosted.org/packages/44/2e/2d8b13da179a528760001182787f4a041faca24bf6749ab215cc754ecb81/notipy_me-1.2.6.tar.gz" } ], "1.2.7": [ { "comment_text": "", "digests": { "md5": "06c5b038afe51a29a36ee26289af301c", "sha256": "a989756ce8e75fc42e94b82621a25f1dce9860b1fe4f8a19c12752ccd8475a57" }, "downloads": -1, "filename": "notipy_me-1.2.7.tar.gz", "has_sig": false, "md5_digest": "06c5b038afe51a29a36ee26289af301c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8254, "upload_time": "2019-05-30T16:39:57", "url": "https://files.pythonhosted.org/packages/fa/d7/36223dd3eede0cec3cd7dd0b11fcd71e3aa8309c882437fdbbfa3ef93cdd/notipy_me-1.2.7.tar.gz" } ], "1.2.8": [ { "comment_text": "", "digests": { "md5": "f9a644ce5985b746e3a5f6464c59c6ee", "sha256": "ae9f74c03b14c33a5e6bc0e56dce33c6f8de4667b00a3390d070c4599bf81df4" }, "downloads": -1, "filename": "notipy_me-1.2.8.tar.gz", "has_sig": false, "md5_digest": "f9a644ce5985b746e3a5f6464c59c6ee", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8281, "upload_time": "2019-05-30T16:45:04", "url": "https://files.pythonhosted.org/packages/82/56/7d1048b7f231f5fd359b685125ee98e9926cae266731607bc0e762f7c15b/notipy_me-1.2.8.tar.gz" } ], "1.2.9": [ { "comment_text": "", "digests": { "md5": "5565cd621f09fb2816ae96e6831b99c4", "sha256": "855b37c9064e5481484aea7528f7b5adf47da48461cb9e5be392ec615f49d1db" }, "downloads": -1, "filename": "notipy_me-1.2.9.tar.gz", "has_sig": false, "md5_digest": "5565cd621f09fb2816ae96e6831b99c4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8294, "upload_time": "2019-05-30T16:49:42", "url": "https://files.pythonhosted.org/packages/1f/b8/8fc031b72c6454a78566d938d5935292e88fb364537c9e9963f35d5bd87a/notipy_me-1.2.9.tar.gz" } ], "1.3.0": [ { "comment_text": "", "digests": { "md5": "b6a6aa8b0cdedea723008d958602dc79", "sha256": "acfb5579b17f3eb316e2ecc9ea2ef813b6337868aff599f2dd8263cc7515b4b2" }, "downloads": -1, "filename": "notipy_me-1.3.0.tar.gz", "has_sig": false, "md5_digest": "b6a6aa8b0cdedea723008d958602dc79", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8915, "upload_time": "2019-07-01T17:10:45", "url": "https://files.pythonhosted.org/packages/0f/9e/a472fe6cf1e8600327ff9aea945cee7803213dec5c74bdd09df6e3d987c6/notipy_me-1.3.0.tar.gz" } ], "1.3.1": [ { "comment_text": "", "digests": { "md5": "7642ca307f690e0631a218a09b45771d", "sha256": "7fbf438bd6ea1c84911cd447a37b20fae78e180959b87375708e45efb4cf898d" }, "downloads": -1, "filename": "notipy_me-1.3.1.tar.gz", "has_sig": false, "md5_digest": "7642ca307f690e0631a218a09b45771d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9050, "upload_time": "2019-07-28T13:38:04", "url": "https://files.pythonhosted.org/packages/2c/07/435903384ba9d85e015a9378f9bc074e45d01b3e5807f1e05ff17a5f0d61/notipy_me-1.3.1.tar.gz" } ], "1.3.10": [ { "comment_text": "", "digests": { "md5": "604fa5fa6d81d8ce7ed28853a3ef4144", "sha256": "5429c6b86145aac541a5418a3301d0d88b39887752ded771dc6b1ff67469e759" }, "downloads": -1, "filename": "notipy_me-1.3.10.tar.gz", "has_sig": false, "md5_digest": "604fa5fa6d81d8ce7ed28853a3ef4144", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9212, "upload_time": "2019-08-11T10:26:42", "url": "https://files.pythonhosted.org/packages/17/89/deb20b264cb73c1c39e66acfa0159d98860535e02aaccfd773a0a6aefa8b/notipy_me-1.3.10.tar.gz" } ], "1.3.11": [ { "comment_text": "", "digests": { "md5": "67fc354ca6b194b636a826af20dac1d7", "sha256": "b82083bec8c156068e95ef4e7849cc406534f5074a4022b24f7466372a99a33e" }, "downloads": -1, "filename": "notipy_me-1.3.11.tar.gz", "has_sig": false, "md5_digest": "67fc354ca6b194b636a826af20dac1d7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9221, "upload_time": "2019-08-11T10:40:09", "url": "https://files.pythonhosted.org/packages/d7/fc/4331a3fe46a3bdfbe191e5a0ed32c82845bf8b7f85a5fb78ae04aad377a6/notipy_me-1.3.11.tar.gz" } ], "1.3.2": [ { "comment_text": "", "digests": { "md5": "9eee4fd1d21b328107d003599b8370d3", "sha256": "d5b5f09189482710ad3166928dfeb7bb32cf3197975cd43052ca0bc62069a097" }, "downloads": -1, "filename": "notipy_me-1.3.2.tar.gz", "has_sig": false, "md5_digest": "9eee4fd1d21b328107d003599b8370d3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9085, "upload_time": "2019-07-31T10:13:50", "url": "https://files.pythonhosted.org/packages/c1/7f/b894ab53106fb78373d8a09da692f58137b52dc669d87e7d9ace9cdfc541/notipy_me-1.3.2.tar.gz" } ], "1.3.3": [ { "comment_text": "", "digests": { "md5": "f3761ee683e18323404572a4e015da92", "sha256": "b22f5fb322af0700461e84f4f4c145d75add35fdd28e51d6977620f9ef471e81" }, "downloads": -1, "filename": "notipy_me-1.3.3.tar.gz", "has_sig": false, "md5_digest": "f3761ee683e18323404572a4e015da92", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9069, "upload_time": "2019-08-02T05:25:46", "url": "https://files.pythonhosted.org/packages/a6/34/42533c423b1169962954bed97b3b0387800e74558a9e69472866d2293517/notipy_me-1.3.3.tar.gz" } ], "1.3.4": [ { "comment_text": "", "digests": { "md5": "f5c9cc5909e8433ad2dedb46363957e0", "sha256": "8aeb2ef6dbaa868aaf36ef0356bbede4624f4351780adec25cb98b2f207d34b1" }, "downloads": -1, "filename": "notipy_me-1.3.4.tar.gz", "has_sig": false, "md5_digest": "f5c9cc5909e8433ad2dedb46363957e0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9103, "upload_time": "2019-08-10T09:18:19", "url": "https://files.pythonhosted.org/packages/88/b1/2e3f29594fe268dc09feb561e103c53c652d2cfb918c4ad0fba18fcdcb03/notipy_me-1.3.4.tar.gz" } ], "1.3.5": [ { "comment_text": "", "digests": { "md5": "0b7ee36e770376d80b59dc94b9dbdd57", "sha256": "c8ed6a3d2295b4fc81b9604fc616b2a55ddffe54993df768e2de290fd83a7757" }, "downloads": -1, "filename": "notipy_me-1.3.5.tar.gz", "has_sig": false, "md5_digest": "0b7ee36e770376d80b59dc94b9dbdd57", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9100, "upload_time": "2019-08-10T10:50:00", "url": "https://files.pythonhosted.org/packages/eb/e0/46c414f76962d06e5374c6452dd34985c9437cd9f6094fdc974e24fc71ed/notipy_me-1.3.5.tar.gz" } ], "1.3.6": [ { "comment_text": "", "digests": { "md5": "e05719d00e06b22df357e59c0650dfcb", "sha256": "9660ec1271c6047c718f68773c46a993bd473626c0a9bba321687f72776948ca" }, "downloads": -1, "filename": "notipy_me-1.3.6.tar.gz", "has_sig": false, "md5_digest": "e05719d00e06b22df357e59c0650dfcb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9090, "upload_time": "2019-08-10T11:11:36", "url": "https://files.pythonhosted.org/packages/11/b0/224ba11cbfdc3cffa8b63ed4208b29b6a13b09ac8275015c333220247091/notipy_me-1.3.6.tar.gz" } ], "1.3.7": [ { "comment_text": "", "digests": { "md5": "c5b8a7817af7496eb79c60d656849dcf", "sha256": "49f7b9fe1188608f4ba36fe0586a483f8139b71ec6e0453e9b6e8d136e506f0f" }, "downloads": -1, "filename": "notipy_me-1.3.7.tar.gz", "has_sig": false, "md5_digest": "c5b8a7817af7496eb79c60d656849dcf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9224, "upload_time": "2019-08-11T05:19:36", "url": "https://files.pythonhosted.org/packages/49/ea/c6a93db63e423432a7a184b906e74a4b9045f712f88abe19a707ea1111bd/notipy_me-1.3.7.tar.gz" } ], "1.3.8": [ { "comment_text": "", "digests": { "md5": "0d57569514115d9f5cc114944c480f88", "sha256": "17529b1ca627371952b05307818536a79e3c944d2ff961a929ecda76bf91fb3a" }, "downloads": -1, "filename": "notipy_me-1.3.8.tar.gz", "has_sig": false, "md5_digest": "0d57569514115d9f5cc114944c480f88", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9284, "upload_time": "2019-08-11T08:53:47", "url": "https://files.pythonhosted.org/packages/77/7e/b14c9b7b06415540ad603436810f5b9a8c7eb66596b4eaa64abb01ad3d06/notipy_me-1.3.8.tar.gz" } ], "1.3.9": [ { "comment_text": "", "digests": { "md5": "f56e00fe89bf68ea4e3b2c85007e2c16", "sha256": "e19db3db5bc300ef824d4c68acdfa9532a0d027045dc5457b75146020f7b4f5e" }, "downloads": -1, "filename": "notipy_me-1.3.9.tar.gz", "has_sig": false, "md5_digest": "f56e00fe89bf68ea4e3b2c85007e2c16", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9225, "upload_time": "2019-08-11T10:25:32", "url": "https://files.pythonhosted.org/packages/e7/1c/d40d4dba81fbe478e4db6db238e8122072c4d27e8400e29e39c8db52a027/notipy_me-1.3.9.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "67fc354ca6b194b636a826af20dac1d7", "sha256": "b82083bec8c156068e95ef4e7849cc406534f5074a4022b24f7466372a99a33e" }, "downloads": -1, "filename": "notipy_me-1.3.11.tar.gz", "has_sig": false, "md5_digest": "67fc354ca6b194b636a826af20dac1d7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9221, "upload_time": "2019-08-11T10:40:09", "url": "https://files.pythonhosted.org/packages/d7/fc/4331a3fe46a3bdfbe191e5a0ed32c82845bf8b7f85a5fb78ae04aad377a6/notipy_me-1.3.11.tar.gz" } ] }