{ "info": { "author": "Matt Clement", "author_email": "m@nullroute.host", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.7" ], "description": "# Feed2Mail\n\nMonitor a list of atom feeds and send an email digest with updates.\n\n## Installation\n`pip install feed2mail`\n\n## Config\n\nStore a JSON file containing a single object with keys of atom feed URLs and an empty value (or specify an ISO8601 timestamp to set the oldest time you care about). Specify it at runtime with `--config-path` (or `--config`). On a successful run, this file will be updated with new timestamps.\n```json\n{\n \"https://github.com/mattclement/feed2json/commits/master.atom\": \"\"\n}\n```\n\nMail is sent via SMTP with STARTTLS. Use the program arguments (`--mail-`) or environment variables (`FEED_MAIL_`).\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/mattclement/feed2mail", "keywords": "", "license": "MIT", "maintainer": "Matt Clement", "maintainer_email": "m@nullroute.host", "name": "feed2mail", "package_url": "https://pypi.org/project/feed2mail/", "platform": "", "project_url": "https://pypi.org/project/feed2mail/", "project_urls": { "Homepage": "https://github.com/mattclement/feed2mail", "Repository": "https://github.com/mattclement/feed2mail" }, "release_url": "https://pypi.org/project/feed2mail/0.1.0/", "requires_dist": [ "aiohttp (>=3.6,<4.0)", "atoma (>=0.0.17,<0.0.18)", "Jinja2 (>=2.10,<3.0)", "aiosmtplib (>=1.1,<2.0)" ], "requires_python": ">=3.7,<4.0", "summary": "Monitor a list of atom feeds and send an email digest with updates", "version": "0.1.0" }, "last_serial": 5952547, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "568371acbdf0e9ad6dfe34f8ec1864f4", "sha256": "554bab2026aaf72278d31bcb5d547f208664fae3ed1fc22c3ae158a43a97a95c" }, "downloads": -1, "filename": "feed2mail-0.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "568371acbdf0e9ad6dfe34f8ec1864f4", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.7,<4.0", "size": 5749, "upload_time": "2019-10-10T00:24:56", "url": "https://files.pythonhosted.org/packages/31/34/fde1e146dc217cf86caef534c39db8b49c0774556143d70d0126400fc73e/feed2mail-0.1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "0834859fc231305aeedd86be31eed96c", "sha256": "4edf3d73061ad8d84438a5a25c4bb14ba3c153ee6203f47a64c5c76569dc22e8" }, "downloads": -1, "filename": "feed2mail-0.1.0.tar.gz", "has_sig": false, "md5_digest": "0834859fc231305aeedd86be31eed96c", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.7,<4.0", "size": 4475, "upload_time": "2019-10-10T00:24:59", "url": "https://files.pythonhosted.org/packages/70/50/19ad9297003178b26e967fc3ee2f1861d1ab32f99c0fc6f2edd6143aa740/feed2mail-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "568371acbdf0e9ad6dfe34f8ec1864f4", "sha256": "554bab2026aaf72278d31bcb5d547f208664fae3ed1fc22c3ae158a43a97a95c" }, "downloads": -1, "filename": "feed2mail-0.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "568371acbdf0e9ad6dfe34f8ec1864f4", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.7,<4.0", "size": 5749, "upload_time": "2019-10-10T00:24:56", "url": "https://files.pythonhosted.org/packages/31/34/fde1e146dc217cf86caef534c39db8b49c0774556143d70d0126400fc73e/feed2mail-0.1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "0834859fc231305aeedd86be31eed96c", "sha256": "4edf3d73061ad8d84438a5a25c4bb14ba3c153ee6203f47a64c5c76569dc22e8" }, "downloads": -1, "filename": "feed2mail-0.1.0.tar.gz", "has_sig": false, "md5_digest": "0834859fc231305aeedd86be31eed96c", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.7,<4.0", "size": 4475, "upload_time": "2019-10-10T00:24:59", "url": "https://files.pythonhosted.org/packages/70/50/19ad9297003178b26e967fc3ee2f1861d1ab32f99c0fc6f2edd6143aa740/feed2mail-0.1.0.tar.gz" } ] }