{ "info": { "author": "Konstantin Molchanov", "author_email": "moigagoo@live.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "Natural Language :: English", "Programming Language :: Python", "Programming Language :: Python :: 3" ], "description": "Send email notifications when builds complete or fail.\n\nExecuting actions of an app is called *build*. A build is considered *completed* if all its actions were completed. If some actions were completed and some failed, it's a *partially completed*; if all actions fail, the build *failed*.\n\nThis extension sends you emails via SMTP when your builds complete (fully or partially) or fail; just pick the desired notification level, list the recepient emails, and enter your SMTP credentials. Optionally, you can set the subject for each notifcation level.\n\n.. warning::\n\n This extension uses `SMTPHandler `__ from logging.handlers. SMTPHandler doesn't work with GMail because it creates an smtplib.SMTP object to connect to the host, whereas GMail requires smtplib.SMTP_SSL.\n\n Outlook.com works fine.\n\n\nInstallation\n------------\n\n.. code-block:: bash\n\n $ pip install sloth-ci.ext.build_email_notifications\n\n\nUsage\n-----\n\n.. code-block:: yaml\n :caption: build_email_notifications.yml\n\n extensions:\n notifications:\n # Use the module sloth_ci.ext.build_email_notifications.\n module: build_email_notifications\n\n # Emails to send the notifications to.\n emails:\n - foo@bar.com\n - admin@example.com\n\n # Log level (number or valid Python logging level name).\n # ERROR includes only build fails, WARNING adds partial completions,\n # INFO adds completion, and DEBUG adds trigger notifications.\n # Default is WARNING.\n level: INFO\n\n # The \"from\" address in the emails. Default is \"build@sloth.ci.\"\n from: notify@example.com\n\n # The email subject on build trigger. You can use the {listen_point} placeholder.\n # Default is \"{listen_point}: Build Triggered.\"\n subject_triggered: 'Triggered build on {listen_point}!'\n\n # The email subject on build completion.You can use the {listen_point} placeholder.\n # Default is \"{listen_point}: Build Completed.\"\n subject_completed: 'Hooray! {listen_point} works!'\n\n # The email subject on build partial completion. You can use the {listen_point} placeholder.\n # Default is \"{listen_point}: Build Partially Completed.\"\n subject_partially_completed: 'Better than nothing on {listen_point}'\n\n # The email subject on build fail. You can use the {listen_point} placeholder.\n # Default is \"{listen_point}: Build Failed.\"\n subject_failed: 'Fail on {listen_point}'\n\n # SMTP settings.\n # SMTP mail host and (if not default) port.\n # Mandatory parameter.\n mailhost: 'smtp-mail.outlook.com:25'\n\n # SMTP login.\n login: foo@bar.baz\n\n # SMTP password.\n password: bar\n\n # If the SMTP server requires TLS, set this to true. Default is false.\n # If necessary, you can provide a keyfile name or a keyfile and a certificate file names.\n # This param is used only if the login and password params are supplied.\n secure: true\n # secure:\n # - keyfile\n # - cerfile", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://bitbucket.org/moigagoo/sloth-ci-extensions", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "sloth-ci.ext.build_email_notifications", "package_url": "https://pypi.org/project/sloth-ci.ext.build_email_notifications/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/sloth-ci.ext.build_email_notifications/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://bitbucket.org/moigagoo/sloth-ci-extensions" }, "release_url": "https://pypi.org/project/sloth-ci.ext.build_email_notifications/1.0.8/", "requires_dist": null, "requires_python": null, "summary": "Email notifications for Sloth CI apps", "version": "1.0.8" }, "last_serial": 2015266, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "1c5a129e2d292356e69d3a1354893ba2", "sha256": "a22e306a616ea997bec3e01e43f79766dec8c1fca300374ab1aa2592de458874" }, "downloads": -1, "filename": "sloth_ci.ext.build_email_notifications-1.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "1c5a129e2d292356e69d3a1354893ba2", "packagetype": "bdist_wheel", "python_version": "3.4", "requires_python": null, "size": 7856, "upload_time": "2014-12-13T21:12:51", "url": "https://files.pythonhosted.org/packages/ca/61/72cbea49d481368bf5d74a6c52d4b3f720567c8d0ca4b1d4e97b56e1bc66/sloth_ci.ext.build_email_notifications-1.0.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "78836d85811e24614cba1d93e4db397b", "sha256": "4e15d4cc22be2c7548c0cb053ca912c6473fed2aa8da22c9407e2bca5ded4e34" }, "downloads": -1, "filename": "sloth-ci.ext.build_email_notifications-1.0.0.win-amd64.exe", "has_sig": false, "md5_digest": "78836d85811e24614cba1d93e4db397b", "packagetype": "bdist_wininst", "python_version": "any", "requires_python": null, "size": 231429, "upload_time": "2014-12-13T21:13:02", "url": "https://files.pythonhosted.org/packages/aa/32/7aa0c6d7685ff4c030fd985ada8beb6fa155bafd338f3dc65f831926c44c/sloth-ci.ext.build_email_notifications-1.0.0.win-amd64.exe" }, { "comment_text": "", "digests": { "md5": "53b3e72db608d7c3cde2b04d0fa1bbd1", "sha256": "0b6eb26c6ee186c78d90303d0767882c02d508e7cd17f536d6f91188b59c3156" }, "downloads": -1, "filename": "sloth-ci.ext.build_email_notifications-1.0.0.zip", "has_sig": false, "md5_digest": "53b3e72db608d7c3cde2b04d0fa1bbd1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6828, "upload_time": "2014-12-13T21:12:47", "url": "https://files.pythonhosted.org/packages/17/c8/b96116fffeba1a3b299d3b70f297784f6a8a8f5f3638ce95c49ea4d39898/sloth-ci.ext.build_email_notifications-1.0.0.zip" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "de04038b0de54240ba530d8228aa057b", "sha256": "a1405bffdca150ab95b57a2f1bf9e70ea448cdd09d57c574533979fc090f47e7" }, "downloads": -1, "filename": "sloth_ci.ext.build_email_notifications-1.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "de04038b0de54240ba530d8228aa057b", "packagetype": "bdist_wheel", "python_version": "3.4", "requires_python": null, "size": 5993, "upload_time": "2015-02-09T21:15:31", "url": "https://files.pythonhosted.org/packages/66/27/a4d98942543c5dd9d178b10936fc28bbbf0fd2e4429dc2b17a96eab57047/sloth_ci.ext.build_email_notifications-1.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "5849dbb503989fcfe93d55a9f23a3066", "sha256": "7279cd3fdd62e3b5add09807c0e59b620dc9c6ab825e2b0f4b9f9d671cc5e713" }, "downloads": -1, "filename": "sloth-ci.ext.build_email_notifications-1.0.1.win-amd64.exe", "has_sig": false, "md5_digest": "5849dbb503989fcfe93d55a9f23a3066", "packagetype": "bdist_wininst", "python_version": "any", "requires_python": null, "size": 229593, "upload_time": "2015-02-09T21:15:27", "url": "https://files.pythonhosted.org/packages/d5/74/3082a3415143557486a4e34a6c8a73ec67c976053849da6e3f0c9f3c1cca/sloth-ci.ext.build_email_notifications-1.0.1.win-amd64.exe" }, { "comment_text": "", "digests": { "md5": "635232901f670dde90a53a9c1fea8166", "sha256": "41ac18f804b29276ede6133213dd425a9e92d2bc18bd07fca03bf63a970e60ec" }, "downloads": -1, "filename": "sloth-ci.ext.build_email_notifications-1.0.1.zip", "has_sig": false, "md5_digest": "635232901f670dde90a53a9c1fea8166", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6809, "upload_time": "2015-02-09T21:15:25", "url": "https://files.pythonhosted.org/packages/07/e2/676ccc39407e00975e774537924c5068c5c96a4ff183fcacbe17e773229b/sloth-ci.ext.build_email_notifications-1.0.1.zip" } ], "1.0.2": [ { "comment_text": "", "digests": { "md5": "82f92a1f1e26ea384c8d77ebb39a4224", "sha256": "3e51afb08540d1231a39a71749d6e6f8ac29c0c9b12183498f0970b785260948" }, "downloads": -1, "filename": "sloth_ci.ext.build_email_notifications-1.0.2-py3-none-any.whl", "has_sig": false, "md5_digest": "82f92a1f1e26ea384c8d77ebb39a4224", "packagetype": "bdist_wheel", "python_version": "3.4", "requires_python": null, "size": 6016, "upload_time": "2015-02-09T21:35:36", "url": "https://files.pythonhosted.org/packages/6b/cc/3ea7b75c23131520f93b4d54453b3361802bba1e9ce728a94613cfeaa7d5/sloth_ci.ext.build_email_notifications-1.0.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "f096ec97e797f50497452ae7580a1e77", "sha256": "6b01eb9c2ba4ed6c512b897196f419f1e7a6c063d633964e7945d366d1f7c923" }, "downloads": -1, "filename": "sloth-ci.ext.build_email_notifications-1.0.2.win-amd64.exe", "has_sig": false, "md5_digest": "f096ec97e797f50497452ae7580a1e77", "packagetype": "bdist_wininst", "python_version": "any", "requires_python": null, "size": 229621, "upload_time": "2015-02-09T21:35:33", "url": "https://files.pythonhosted.org/packages/81/8a/3f33386256c546b0a4a728d473a63fda7948b4eff839cd561be532502c1c/sloth-ci.ext.build_email_notifications-1.0.2.win-amd64.exe" }, { "comment_text": "", "digests": { "md5": "a53347f0853ffa07ee1a9944a6178cf0", "sha256": "39aced5d561a428744670049c9a608faa191a808049b7ebef9de6dd9b317f8aa" }, "downloads": -1, "filename": "sloth-ci.ext.build_email_notifications-1.0.2.zip", "has_sig": false, "md5_digest": "a53347f0853ffa07ee1a9944a6178cf0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6839, "upload_time": "2015-02-09T21:35:31", "url": "https://files.pythonhosted.org/packages/08/68/d374bc7c372a1ffe403afa21da5736fec3ae963459dcfcf9e77b3d4a93e4/sloth-ci.ext.build_email_notifications-1.0.2.zip" } ], "1.0.3": [ { "comment_text": "", "digests": { "md5": "e7fc43c4fcd2467196b21db9748dd6a3", "sha256": "532169be666a95c983aa2d68a7464faa7fc94463a39c0feaac51f78c1526d8e0" }, "downloads": -1, "filename": "sloth_ci.ext.build_email_notifications-1.0.3-py3-none-any.whl", "has_sig": false, "md5_digest": "e7fc43c4fcd2467196b21db9748dd6a3", "packagetype": "bdist_wheel", "python_version": "3.4", "requires_python": null, "size": 6018, "upload_time": "2015-02-10T22:11:56", "url": "https://files.pythonhosted.org/packages/77/1c/aa7c0b3969e1061cad35ab4d5fd485caba8cb7903fa35f91947f52a6eadd/sloth_ci.ext.build_email_notifications-1.0.3-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "4f77d8ce3e6a29941f0d3aec925500cb", "sha256": "5e91e2c9d3a7d9558d2bf3efd9ce2387a564f1c12f17c84585003426543f7aad" }, "downloads": -1, "filename": "sloth-ci.ext.build_email_notifications-1.0.3.win-amd64.exe", "has_sig": false, "md5_digest": "4f77d8ce3e6a29941f0d3aec925500cb", "packagetype": "bdist_wininst", "python_version": "any", "requires_python": null, "size": 229621, "upload_time": "2015-02-10T22:11:53", "url": "https://files.pythonhosted.org/packages/0f/09/26caa2579496b1161a775c9f4a906f894ae1d8cfd45aaa3e46d64627f55c/sloth-ci.ext.build_email_notifications-1.0.3.win-amd64.exe" }, { "comment_text": "", "digests": { "md5": "e1cd8bf9381e748d5c4589d420febe8c", "sha256": "b1d665712c191d6e03beef6d9e69b1f1e9b5da64ae8d21360332917e23bf4246" }, "downloads": -1, "filename": "sloth-ci.ext.build_email_notifications-1.0.3.zip", "has_sig": false, "md5_digest": "e1cd8bf9381e748d5c4589d420febe8c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6838, "upload_time": "2015-02-10T22:11:50", "url": "https://files.pythonhosted.org/packages/40/6a/bb9b8dee1479e13f07ca14c7880f2718c2abb804305a10a2a56713d8fb21/sloth-ci.ext.build_email_notifications-1.0.3.zip" } ], "1.0.4": [ { "comment_text": "", "digests": { "md5": "a05a6a781f0d6908b2d10ddae42bea19", "sha256": "f7c5d443215de97e1c006100adb1cfe817ec9f496eb53c03017109bfb9accc62" }, "downloads": -1, "filename": "sloth_ci.ext.build_email_notifications-1.0.4-py3-none-any.whl", "has_sig": false, "md5_digest": "a05a6a781f0d6908b2d10ddae42bea19", "packagetype": "bdist_wheel", "python_version": "3.4", "requires_python": null, "size": 6022, "upload_time": "2015-02-14T08:16:19", "url": "https://files.pythonhosted.org/packages/07/d0/48fd50a31a9c9e4a6f00a59d64e35ba44a53d87016be58d1100d8cf46839/sloth_ci.ext.build_email_notifications-1.0.4-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ea3965fa5b6fe8cc8f84d8f5fa86e6d8", "sha256": "264f42384b5b5f9a67f7a7cd9fe67bc248a2ca26d6a4d771fefc2634ecabe97a" }, "downloads": -1, "filename": "sloth-ci.ext.build_email_notifications-1.0.4.win-amd64.exe", "has_sig": false, "md5_digest": "ea3965fa5b6fe8cc8f84d8f5fa86e6d8", "packagetype": "bdist_wininst", "python_version": "any", "requires_python": null, "size": 229624, "upload_time": "2015-02-14T08:16:16", "url": "https://files.pythonhosted.org/packages/63/4e/7a7f6c0de454a4bc43e7d3502e20722a44997512af7dc19b126cf906607f/sloth-ci.ext.build_email_notifications-1.0.4.win-amd64.exe" }, { "comment_text": "", "digests": { "md5": "ecd95de6794765cdde92cac38e37401b", "sha256": "f11af653737f6f31a3f72c504e20e18a07bd539f2a5898c47f8508ac78b92427" }, "downloads": -1, "filename": "sloth-ci.ext.build_email_notifications-1.0.4.zip", "has_sig": false, "md5_digest": "ecd95de6794765cdde92cac38e37401b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6842, "upload_time": "2015-02-14T08:16:12", "url": "https://files.pythonhosted.org/packages/27/3e/7291dc65f95f320c42295aac2b887bb0d16e4234a8a4ea52d87e096a2d85/sloth-ci.ext.build_email_notifications-1.0.4.zip" } ], "1.0.5": [ { "comment_text": "", "digests": { "md5": "10919a0fc611fb3322fdb2c8ae7ad438", "sha256": "60b622a8f92d843f4335303e3d2388166b545132181deb420f6ac8a216ff950c" }, "downloads": -1, "filename": "sloth_ci.ext.build_email_notifications-1.0.5-py3-none-any.whl", "has_sig": false, "md5_digest": "10919a0fc611fb3322fdb2c8ae7ad438", "packagetype": "bdist_wheel", "python_version": "3.4", "requires_python": null, "size": 6023, "upload_time": "2015-04-12T12:23:39", "url": "https://files.pythonhosted.org/packages/59/70/751b20c1f21da2b34c807c91408bc62941d16836278929b3a7780c2f99d6/sloth_ci.ext.build_email_notifications-1.0.5-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "be2a1e3a8d71b3131e046f16f2354271", "sha256": "3f989a274b43d9f40f0888c1d9d1e305c543143feeddab3a57bb74240a971473" }, "downloads": -1, "filename": "sloth-ci.ext.build_email_notifications-1.0.5.win-amd64.exe", "has_sig": false, "md5_digest": "be2a1e3a8d71b3131e046f16f2354271", "packagetype": "bdist_wininst", "python_version": "any", "requires_python": null, "size": 229620, "upload_time": "2015-04-12T12:23:42", "url": "https://files.pythonhosted.org/packages/83/64/82c2f13e34debd850434a61f260699a5d8b7c0d81efcb520970f18503d32/sloth-ci.ext.build_email_notifications-1.0.5.win-amd64.exe" }, { "comment_text": "", "digests": { "md5": "d717f754a26f4851449410970655ce1a", "sha256": "ca2484371e0fe55484391568fc085de0263126b61022b885700d7c052ad55182" }, "downloads": -1, "filename": "sloth-ci.ext.build_email_notifications-1.0.5.zip", "has_sig": false, "md5_digest": "d717f754a26f4851449410970655ce1a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6838, "upload_time": "2015-04-12T12:23:35", "url": "https://files.pythonhosted.org/packages/48/07/9fbdfcd09d987be9a114994f84c9a139669db28858592f3d74bf5420ab81/sloth-ci.ext.build_email_notifications-1.0.5.zip" } ], "1.0.6": [ { "comment_text": "", "digests": { "md5": "159ae9ea8f8ccbf055dcfe1943ead3fa", "sha256": "86f516decae2e765078fe6addf34568e44bfe435738367ac9c862d9b2b97dd08" }, "downloads": -1, "filename": "sloth_ci.ext.build_email_notifications-1.0.6-py3-none-any.whl", "has_sig": false, "md5_digest": "159ae9ea8f8ccbf055dcfe1943ead3fa", "packagetype": "bdist_wheel", "python_version": "3.5", "requires_python": null, "size": 6008, "upload_time": "2015-07-19T09:56:48", "url": "https://files.pythonhosted.org/packages/4b/ca/a906c08b5f8a5e7ad1a6908de235deddf1b3edf6ca4a2d5380e791ee8e13/sloth_ci.ext.build_email_notifications-1.0.6-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "38d38482aaec81883fdbdd485afafd48", "sha256": "9bf42713756a05981731c5b8e7f5523756d8510a671c4fce3eadba3ea5b3d686" }, "downloads": -1, "filename": "sloth-ci.ext.build_email_notifications-1.0.6.win-amd64.exe", "has_sig": false, "md5_digest": "38d38482aaec81883fdbdd485afafd48", "packagetype": "bdist_wininst", "python_version": "any", "requires_python": null, "size": 91862, "upload_time": "2015-07-19T09:56:52", "url": "https://files.pythonhosted.org/packages/27/f5/0c23e7c4de01e2ce21de235de8e8a1344029ba8a690925210dfa45e5e14c/sloth-ci.ext.build_email_notifications-1.0.6.win-amd64.exe" }, { "comment_text": "", "digests": { "md5": "31b05a61d5dabb4585dc1ef531a769e9", "sha256": "bfba993750f09437c4d08697989cdeae0ed686340428df456dded9016b1fbc79" }, "downloads": -1, "filename": "sloth-ci.ext.build_email_notifications-1.0.6.zip", "has_sig": false, "md5_digest": "31b05a61d5dabb4585dc1ef531a769e9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6817, "upload_time": "2015-07-19T09:56:44", "url": "https://files.pythonhosted.org/packages/0f/93/d3e747ddd24ecb3e744006fffbd138e032fdfafb2a9aafdfc88d832f5486/sloth-ci.ext.build_email_notifications-1.0.6.zip" } ], "1.0.7": [ { "comment_text": "", "digests": { "md5": "cdfa83b54d398223b4cc961d5fd5a054", "sha256": "fc92c5ff8b95f7d43fcf03cbccb22b0dd1a5f892b7ebea429605a5de0f07c3c6" }, "downloads": -1, "filename": "sloth_ci.ext.build_email_notifications-1.0.7-py3-none-any.whl", "has_sig": false, "md5_digest": "cdfa83b54d398223b4cc961d5fd5a054", "packagetype": "bdist_wheel", "python_version": "3.5", "requires_python": null, "size": 6967, "upload_time": "2016-02-21T14:09:46", "url": "https://files.pythonhosted.org/packages/9c/1b/9e5b10c115ae56c338b5db61359b41ae89404b790dca1669951876595043/sloth_ci.ext.build_email_notifications-1.0.7-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "799aff6e3ad869fdbe40659b163da370", "sha256": "17c9225d2415a17b2e84ef147e757b9040c7c8589f9ba488125b11c960b784d4" }, "downloads": -1, "filename": "sloth-ci.ext.build_email_notifications-1.0.7.win-amd64.exe", "has_sig": false, "md5_digest": "799aff6e3ad869fdbe40659b163da370", "packagetype": "bdist_wininst", "python_version": "any", "requires_python": null, "size": 145278, "upload_time": "2016-02-21T14:09:37", "url": "https://files.pythonhosted.org/packages/56/e1/2a4f1e2bfa0c3e432c8318f2e3a96dc29a0ea5d4dedc1aed88c5155f6a03/sloth-ci.ext.build_email_notifications-1.0.7.win-amd64.exe" }, { "comment_text": "", "digests": { "md5": "70a03c10c5f3669fe7ecf03ad6bf0d06", "sha256": "b9c8e1cc793dfdf08029bc130998bd7ae9607bffa0deb7d0cac88a48d26a0b77" }, "downloads": -1, "filename": "sloth-ci.ext.build_email_notifications-1.0.7.zip", "has_sig": false, "md5_digest": "70a03c10c5f3669fe7ecf03ad6bf0d06", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7772, "upload_time": "2016-02-21T14:09:30", "url": "https://files.pythonhosted.org/packages/d2/b4/95d8bb61fbf564df23f109ab2a8bc34f000f4cc216517dba9dfa24ada859/sloth-ci.ext.build_email_notifications-1.0.7.zip" } ], "1.0.8": [ { "comment_text": "", "digests": { "md5": "5d1aacd76a194a26a55322d7cac4c5fc", "sha256": "4aa45bb58d07ff635c33e66e4baca64dadba4c09794f3cde0799257cbcf686c5" }, "downloads": -1, "filename": "sloth_ci.ext.build_email_notifications-1.0.8-py3-none-any.whl", "has_sig": false, "md5_digest": "5d1aacd76a194a26a55322d7cac4c5fc", "packagetype": "bdist_wheel", "python_version": "3.5", "requires_python": null, "size": 6943, "upload_time": "2016-03-18T23:17:43", "url": "https://files.pythonhosted.org/packages/8a/b8/26b8ff42743746f03f23fbe14d27d08c15b468b01c476764f05d430525a7/sloth_ci.ext.build_email_notifications-1.0.8-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d67a438afb4b05d7e89b48348e7d464b", "sha256": "6c89bb55a3a7c8d94afb4ae01deecf9ba6fa1de79c51c96e89495721687c4165" }, "downloads": -1, "filename": "sloth-ci.ext.build_email_notifications-1.0.8.win-amd64.exe", "has_sig": false, "md5_digest": "d67a438afb4b05d7e89b48348e7d464b", "packagetype": "bdist_wininst", "python_version": "any", "requires_python": null, "size": 145253, "upload_time": "2016-03-18T23:17:31", "url": "https://files.pythonhosted.org/packages/78/11/b5a304d1d98c87efd858c1c339b5743725ef878589714f74edf4faf97c00/sloth-ci.ext.build_email_notifications-1.0.8.win-amd64.exe" }, { "comment_text": "", "digests": { "md5": "08669dd2639a488f0f7110182f5a0c7d", "sha256": "53228e821e7a853a0b09213be537271c804c34926d18b3c211466f3ae27271d0" }, "downloads": -1, "filename": "sloth-ci.ext.build_email_notifications-1.0.8.zip", "has_sig": false, "md5_digest": "08669dd2639a488f0f7110182f5a0c7d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7747, "upload_time": "2016-03-18T23:17:22", "url": "https://files.pythonhosted.org/packages/3b/b1/4e1402fd8b12ec415e6e0434bb4796a3de6055f554cc2f2e2a8515b42894/sloth-ci.ext.build_email_notifications-1.0.8.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "5d1aacd76a194a26a55322d7cac4c5fc", "sha256": "4aa45bb58d07ff635c33e66e4baca64dadba4c09794f3cde0799257cbcf686c5" }, "downloads": -1, "filename": "sloth_ci.ext.build_email_notifications-1.0.8-py3-none-any.whl", "has_sig": false, "md5_digest": "5d1aacd76a194a26a55322d7cac4c5fc", "packagetype": "bdist_wheel", "python_version": "3.5", "requires_python": null, "size": 6943, "upload_time": "2016-03-18T23:17:43", "url": "https://files.pythonhosted.org/packages/8a/b8/26b8ff42743746f03f23fbe14d27d08c15b468b01c476764f05d430525a7/sloth_ci.ext.build_email_notifications-1.0.8-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d67a438afb4b05d7e89b48348e7d464b", "sha256": "6c89bb55a3a7c8d94afb4ae01deecf9ba6fa1de79c51c96e89495721687c4165" }, "downloads": -1, "filename": "sloth-ci.ext.build_email_notifications-1.0.8.win-amd64.exe", "has_sig": false, "md5_digest": "d67a438afb4b05d7e89b48348e7d464b", "packagetype": "bdist_wininst", "python_version": "any", "requires_python": null, "size": 145253, "upload_time": "2016-03-18T23:17:31", "url": "https://files.pythonhosted.org/packages/78/11/b5a304d1d98c87efd858c1c339b5743725ef878589714f74edf4faf97c00/sloth-ci.ext.build_email_notifications-1.0.8.win-amd64.exe" }, { "comment_text": "", "digests": { "md5": "08669dd2639a488f0f7110182f5a0c7d", "sha256": "53228e821e7a853a0b09213be537271c804c34926d18b3c211466f3ae27271d0" }, "downloads": -1, "filename": "sloth-ci.ext.build_email_notifications-1.0.8.zip", "has_sig": false, "md5_digest": "08669dd2639a488f0f7110182f5a0c7d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7747, "upload_time": "2016-03-18T23:17:22", "url": "https://files.pythonhosted.org/packages/3b/b1/4e1402fd8b12ec415e6e0434bb4796a3de6055f554cc2f2e2a8515b42894/sloth-ci.ext.build_email_notifications-1.0.8.zip" } ] }