{ "info": { "author": "Andre Telfer", "author_email": "andretelfer@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "# Notifier\n\nA simple project to send email or text notifications for when another program is done.\n\n## Usage\nRunning the command \n```bash\nnotify\n```\nWill send an email to the configured addresses\n\nTo send another notification that a script or another program is complete, que the `notify` command\n\n```\npython -c \"import antigravity\" && notify\n```\n\nText messages can be sent to phones whose service provider have an SMS Gateway (ie. For Bell, the SMS gateway is txt.bell.ca)\n\n```\nnotify -r 6133142234@txt.bell.ca\n```\n## Installation\n\n```\npip install notify-altear\n```\n\n## Setup\n\n```\nnotify configure\n```\n\nThe configurable options are: \n- server: the smtp server. For gmail this would be `smtp.gmail.com`\n- port: the smtp port. For gmail this would be `465`\n- username: the username of the account used to send the emails\n- password: the password of the account used to send the emails\n- recipients: comma separated email addresses\n- subject: the notification subject line\n- content: the notification content\n\n## License\nMIT. Copyright (c) 2019, Andre Telfer\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "notifier-altear", "package_url": "https://pypi.org/project/notifier-altear/", "platform": "", "project_url": "https://pypi.org/project/notifier-altear/", "project_urls": null, "release_url": "https://pypi.org/project/notifier-altear/0.0.2/", "requires_dist": [ "click" ], "requires_python": "", "summary": "A small package for sending notification emails", "version": "0.0.2" }, "last_serial": 4761496, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "5bbe56303356b24f3de471b64c04e8bf", "sha256": "8c432a8b58a879105d2fb950a93e87785fbefd40b51e6dba779d80f2be5f5c87" }, "downloads": -1, "filename": "notifier_altear-0.0.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "5bbe56303356b24f3de471b64c04e8bf", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 8983, "upload_time": "2019-01-30T20:38:16", "url": "https://files.pythonhosted.org/packages/dd/8a/6274f34459171adfc51cc06134d526beaecf4bdfce4cfd85f28157d31642/notifier_altear-0.0.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "1ab6fb4e9916fd0caefc59d4e774e891", "sha256": "0c6f4c0727b71bcd4fbcca4a7d3eb89e1f1cd0d274cd0e0ba0a4dd17643b8eb2" }, "downloads": -1, "filename": "notifier_altear-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "1ab6fb4e9916fd0caefc59d4e774e891", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 8981, "upload_time": "2019-01-30T20:38:17", "url": "https://files.pythonhosted.org/packages/a0/ad/de814bd44e72157e649fd8e5a4bb48ed68881b008b2dbef663b2d209d9ce/notifier_altear-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "722dcfd7890cc75fb7d8ef60e50eeff9", "sha256": "79e0dcfe1c8a6b4c0d65274d47b5bee4411f21fc38d01b58011068caec62c6cf" }, "downloads": -1, "filename": "notifier-altear-0.0.1.tar.gz", "has_sig": false, "md5_digest": "722dcfd7890cc75fb7d8ef60e50eeff9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4166, "upload_time": "2019-01-30T20:24:09", "url": "https://files.pythonhosted.org/packages/39/b3/154f3727eb9c29f3a07bbdb929a5e75559780a993c591d0a4baf1f50c179/notifier-altear-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "32b82113a31a70e1be1c33ae33d9dd75", "sha256": "773b31ad59acc197427a21481ac128dbd23292e2da25c127195a5cc26b3064ce" }, "downloads": -1, "filename": "notifier_altear-0.0.2-py3-none-any.whl", "has_sig": false, "md5_digest": "32b82113a31a70e1be1c33ae33d9dd75", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 8983, "upload_time": "2019-01-30T21:34:51", "url": "https://files.pythonhosted.org/packages/f9/0d/e5801b55b6aafc662cfaea863d7eb311c50cdab04ef02b5a0ba70e8394e6/notifier_altear-0.0.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "20d2cb12f324c4d639bfeb149eae2ed2", "sha256": "c951b5b0b2de1f8354736b1afbec6633228e9c0f995eb8d614d34d65dbd7c85c" }, "downloads": -1, "filename": "notifier-altear-0.0.2.tar.gz", "has_sig": false, "md5_digest": "20d2cb12f324c4d639bfeb149eae2ed2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4346, "upload_time": "2019-01-30T21:34:52", "url": "https://files.pythonhosted.org/packages/df/6e/6eaf1f82f500a488fb4b655ecf098b6019e90af21f70207307b9f7f6691d/notifier-altear-0.0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "32b82113a31a70e1be1c33ae33d9dd75", "sha256": "773b31ad59acc197427a21481ac128dbd23292e2da25c127195a5cc26b3064ce" }, "downloads": -1, "filename": "notifier_altear-0.0.2-py3-none-any.whl", "has_sig": false, "md5_digest": "32b82113a31a70e1be1c33ae33d9dd75", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 8983, "upload_time": "2019-01-30T21:34:51", "url": "https://files.pythonhosted.org/packages/f9/0d/e5801b55b6aafc662cfaea863d7eb311c50cdab04ef02b5a0ba70e8394e6/notifier_altear-0.0.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "20d2cb12f324c4d639bfeb149eae2ed2", "sha256": "c951b5b0b2de1f8354736b1afbec6633228e9c0f995eb8d614d34d65dbd7c85c" }, "downloads": -1, "filename": "notifier-altear-0.0.2.tar.gz", "has_sig": false, "md5_digest": "20d2cb12f324c4d639bfeb149eae2ed2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4346, "upload_time": "2019-01-30T21:34:52", "url": "https://files.pythonhosted.org/packages/df/6e/6eaf1f82f500a488fb4b655ecf098b6019e90af21f70207307b9f7f6691d/notifier-altear-0.0.2.tar.gz" } ] }