{ "info": { "author": "Alexander Potts", "author_email": "alexander.potts@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "License :: OSI Approved :: GNU General Public License v2 (GPLv2)", "Operating System :: MacOS", "Operating System :: POSIX :: Linux", "Programming Language :: Python :: 3.6" ], "description": "# Podd: a CLI podcatcher\n\n[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black)\n\nIf you're anything like me, you listen to a lot of podcasts. I like to archive all of my favorites on my home server, \nwhere I serve them to all my various devices via Plex. I looked around for a podcatcher that would manage my podcasts \nand could be run as a cron job, but I didn't find anything that really met my needs. So I decided to write my own.\n\nPodd uses [feedparser](https://pypi.org/project/feedparser/) to parse RSS feeds, a sqlite3 database to store \nsubscription info, and [mutagen](https://mutagen.readthedocs.io/en/latest/) for basic tagging functionality, plus it\n sends you an email letting you know which episodes were downloaded, along with a summary of each episode. \n\n## Installation\n#### PYPI\n`pip install podd`\n\n#### Git\n1. `git clone https://github.com/jakkso/Podd.git`\n2. `cd Podd`\n3. `pip3 install -r requirements.txt` to install dependencies.\n4. Configure `settings.py`\n\t* \tI use a spare Gmail account to send the notification email messages, if you plan on doing the same, the `host` \n\tand `port` values are fine. Using app-specific passwords like I'm doing here is a bit of a security risk, which is \n\twhy I recommend not using your main Gmail account. If you want to go this route, you'll need to enable \n\t[app-specific passwords](https://support.google.com/accounts/answer/185833?hl=en). Note: the password is stored in\n\tthe OS keyring.\n\t* By default, `database` setting places the sqlite database in the same directory as `settings.py`. If you want to \n\tput it someplace else, just change that line to where you want it to be.\n\n\n### Requirements\n* Python 3.6+ (F-strings are the bomb!)\n* Some *nix flavor. It runs on the latest version of MacOS and Ubuntu with no problems, but I lack a working windows \ninstallation to test. If you want to port it, go nuts.\n\n## Usage\n\nIn your terminal of choice, enter `podd` followed by one of the following switches:\n\n| Argument | Description |\n| --- | --- |\n| `--help` | Print help menu |\n| `v` | Prints version number |\n| `dl` | Run download routine |\n| `email` | Run email credential storage routine. Password is stored in OS keyring.|\n| `ls` | Print list of subscriptions |\n| `add [--all] [--file] $FEED` | Subscribe to podcast with an rss feed url. \n|`--all` | If set, then all available episodes will be downloaded when `download` command is run.|\n|`--file`| If set, `$FEED` will be treated as a file with a single RSS feed URL per line and `podd` will attempt to add each line as a separate RSS feed URL.|\n| `rm` | Display the deletion menu |\n| `dir $DIR` | Set download directory. The default download directory is `$HOME/Podcasts` | \n| `opt` | Prints currently set options |\n\n\n### Adding Protected Feeds\n\nWhen adding a new feed protected by http basic authentication, `podd` will ask for your username\nand password, and store the credentials in your OS keyring.\n\n##### License\nGPL v2.0, see LICENSE.txt\n\n\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/jakkso/Podd", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "Podd", "package_url": "https://pypi.org/project/Podd/", "platform": "", "project_url": "https://pypi.org/project/Podd/", "project_urls": { "Homepage": "https://github.com/jakkso/Podd" }, "release_url": "https://pypi.org/project/Podd/0.1.19/", "requires_dist": [ "feedparser", "jinja2", "mutagen", "click", "keyring", "requests" ], "requires_python": "", "summary": "A Podcast downloader", "version": "0.1.19" }, "last_serial": 5514506, "releases": { "0.1.10": [ { "comment_text": "", "digests": { "md5": "3930270ccb9bb56facab5d91fbddd135", "sha256": "34889476766e5aabbfff56dc8cd37ab47efe7737ff6b64cf466f6089c9d0771f" }, "downloads": -1, "filename": "Podd-0.1.10-py3-none-any.whl", "has_sig": false, "md5_digest": "3930270ccb9bb56facab5d91fbddd135", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 24425, "upload_time": "2018-10-27T17:09:17", "url": "https://files.pythonhosted.org/packages/e9/da/89d5c743c0d2dd386967c6a5336240e41b0e47f81839d41733edd83f02e2/Podd-0.1.10-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "da9705216262c11620349b968128c9bd", "sha256": "e136241139cc73e6b6105e2e62d23ad6f395477526cce690f174fa3025cab15a" }, "downloads": -1, "filename": "Podd-0.1.10.tar.gz", "has_sig": false, "md5_digest": "da9705216262c11620349b968128c9bd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17636, "upload_time": "2018-10-27T17:09:18", "url": "https://files.pythonhosted.org/packages/dd/cd/70820d4296f2d094245a3e4a079022e5cd1ab38a4272438411456d5fc001/Podd-0.1.10.tar.gz" } ], "0.1.11": [ { "comment_text": "", "digests": { "md5": "7a2b70ce0e23537938dfaa1ee5056d30", "sha256": "028d0edb92c3f3793a31c342004e43d34fb182c2e101d2a8a1bbcd7af818dea9" }, "downloads": -1, "filename": "Podd-0.1.11-py3-none-any.whl", "has_sig": false, "md5_digest": "7a2b70ce0e23537938dfaa1ee5056d30", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 24505, "upload_time": "2018-12-03T04:22:13", "url": "https://files.pythonhosted.org/packages/7e/e7/682d00030b53db7af44b357b897c2fdd554e29b810f1c702b459bbcb8ebb/Podd-0.1.11-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "9eb99427a1e986c5f397ed1e4f065c55", "sha256": "e36c6e404e6fb78b33639b5e0b84012b88da377d204d4c7a7fc4b65638543844" }, "downloads": -1, "filename": "Podd-0.1.11.tar.gz", "has_sig": false, "md5_digest": "9eb99427a1e986c5f397ed1e4f065c55", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17704, "upload_time": "2018-12-03T04:22:16", "url": "https://files.pythonhosted.org/packages/22/b8/e71260c3965686c3d6ff1165b6eb1288c4371ad3503e0aead7b4f925e949/Podd-0.1.11.tar.gz" } ], "0.1.12": [ { "comment_text": "", "digests": { "md5": "8f60c497ec0ffbf383d20fbdbde45ef5", "sha256": "a4d9b2fee6f0e113ef6159f6545c1279c97e9972d156d02f3b60a85bb09daa07" }, "downloads": -1, "filename": "Podd-0.1.12-py3-none-any.whl", "has_sig": false, "md5_digest": "8f60c497ec0ffbf383d20fbdbde45ef5", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 24874, "upload_time": "2019-04-03T19:54:39", "url": "https://files.pythonhosted.org/packages/1e/5e/f770b1a8a0cc07fa07a9cf3a10039fc926677ad4e775d4c1eeaa68963f11/Podd-0.1.12-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "e62d46f26e37b66645d9e322350e46b4", "sha256": "b8bb088fa8fd577e614622285628a2c26fce173565984b485c9ac67f1363be73" }, "downloads": -1, "filename": "Podd-0.1.12.tar.gz", "has_sig": false, "md5_digest": "e62d46f26e37b66645d9e322350e46b4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17543, "upload_time": "2019-04-03T19:54:42", "url": "https://files.pythonhosted.org/packages/3a/a7/f163e07a63d8f48c6bcab14ca6ebd7602b36a8159a261dce11f2328f32f5/Podd-0.1.12.tar.gz" } ], "0.1.13": [ { "comment_text": "", "digests": { "md5": "377b570ff37f5109073b1832407ef3c1", "sha256": "0f5426277b6b66e1f32ea18858b5afb488f0e7f0919f823126e28a97dc1c16e2" }, "downloads": -1, "filename": "Podd-0.1.13-py3-none-any.whl", "has_sig": false, "md5_digest": "377b570ff37f5109073b1832407ef3c1", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 24875, "upload_time": "2019-04-03T19:59:21", "url": "https://files.pythonhosted.org/packages/30/28/c82efdeb69ebc93d5dc571dd47f782c199647cdbc1151139acdd61698717/Podd-0.1.13-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "7d2e5c6180814630e8904e2e1681a288", "sha256": "2aa7bc3324c5294b7e95515339740f2ff2501c055d661d5e78fe1d155e65bcf4" }, "downloads": -1, "filename": "Podd-0.1.13.tar.gz", "has_sig": false, "md5_digest": "7d2e5c6180814630e8904e2e1681a288", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17551, "upload_time": "2019-04-03T19:59:23", "url": "https://files.pythonhosted.org/packages/65/04/b9fc498a04a44b2f9553d1b5a70ab024d7d7d074f190afc79aa5dedb8626/Podd-0.1.13.tar.gz" } ], "0.1.14": [ { "comment_text": "", "digests": { "md5": "063c9223a6983de56c2e0527c9190864", "sha256": "c1b8d4b8b716ad92fcde9438fb4f5e0d9a16077a2a970bf8c4f7d24f1a0123f0" }, "downloads": -1, "filename": "Podd-0.1.14-py3-none-any.whl", "has_sig": false, "md5_digest": "063c9223a6983de56c2e0527c9190864", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 24896, "upload_time": "2019-04-04T19:33:20", "url": "https://files.pythonhosted.org/packages/ad/de/5992e610dbff241a0fd2ca2404eb60176ad9e7b42c06dd8f3e65039086cd/Podd-0.1.14-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c7ec2cc21199a7dc173668a14b7781ac", "sha256": "ff95bebb2a7cf61f1f7600734d0ae791d44286e943594bd9d7554a96343a7905" }, "downloads": -1, "filename": "Podd-0.1.14.tar.gz", "has_sig": false, "md5_digest": "c7ec2cc21199a7dc173668a14b7781ac", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17572, "upload_time": "2019-04-04T19:33:22", "url": "https://files.pythonhosted.org/packages/3c/1c/aaaa5c60e3ba2a3f8668da2673f357aa055d66dca7980ec746aaa9461bd0/Podd-0.1.14.tar.gz" } ], "0.1.15": [ { "comment_text": "", "digests": { "md5": "254273090bdc46507730317cf3f61784", "sha256": "277ea103caf0be110da8b23c0c5708cf4c3bc09624c08c71f6b1ef0c199d7b28" }, "downloads": -1, "filename": "Podd-0.1.15-py3-none-any.whl", "has_sig": false, "md5_digest": "254273090bdc46507730317cf3f61784", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 25407, "upload_time": "2019-04-11T21:23:28", "url": "https://files.pythonhosted.org/packages/8f/5c/c1a4fb570145a2fc638490137aae62d7b5abce24e4532af5d53dd70ec5c1/Podd-0.1.15-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ecf2933e8e1dfa54094575be2e9eb33b", "sha256": "3ddcb7a41f107d238de4ea06f55f4058ad0abed523af27ec4b0de1caaf329f3a" }, "downloads": -1, "filename": "Podd-0.1.15.tar.gz", "has_sig": false, "md5_digest": "ecf2933e8e1dfa54094575be2e9eb33b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18117, "upload_time": "2019-04-11T21:23:30", "url": "https://files.pythonhosted.org/packages/a1/56/e119a2c020c81000c81d88fe695828614748ffd2837714a6f00b0376625e/Podd-0.1.15.tar.gz" } ], "0.1.16": [ { "comment_text": "", "digests": { "md5": "5aa83922e337944f0d5475dadae4c3f5", "sha256": "e525d0b8fbcac1d08544081c34581679e3eef7cd193a7727adcd1b51a5bf9e95" }, "downloads": -1, "filename": "Podd-0.1.16-py3-none-any.whl", "has_sig": false, "md5_digest": "5aa83922e337944f0d5475dadae4c3f5", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 25378, "upload_time": "2019-04-12T16:28:56", "url": "https://files.pythonhosted.org/packages/8d/60/8f40455170f8ca82895dedb82dbe198077ec887ba3ec7f8ddbc9fb48856f/Podd-0.1.16-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "483fa26031eaaa7ce82f205e7c1cfc80", "sha256": "b50937a85a7f96cba33e17540528a2250c28c0d8734b79e4a9c323be01338a37" }, "downloads": -1, "filename": "Podd-0.1.16.tar.gz", "has_sig": false, "md5_digest": "483fa26031eaaa7ce82f205e7c1cfc80", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18092, "upload_time": "2019-04-12T16:28:58", "url": "https://files.pythonhosted.org/packages/23/ae/cbcf88f6c57c437f9bcf4b8b8eebcf67917312d2518d53e805a3101e78aa/Podd-0.1.16.tar.gz" } ], "0.1.17": [ { "comment_text": "", "digests": { "md5": "9995b00645611990091be3264a841af5", "sha256": "9f8a33834e6b83579b24a8293af316311d253979519cc0708a94b226d46795a2" }, "downloads": -1, "filename": "Podd-0.1.17-py3-none-any.whl", "has_sig": false, "md5_digest": "9995b00645611990091be3264a841af5", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 24850, "upload_time": "2019-07-02T20:07:21", "url": "https://files.pythonhosted.org/packages/49/43/dfc46cf3ed1ba2413d8ce84a6e6bd5f496d1254367d68f3a437647eda68a/Podd-0.1.17-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "da4590dfd36e6ab2d450c66331e91875", "sha256": "954f6350a036d5070f20c83471bc85bac136f5aad665535a589b9d64f8d11f37" }, "downloads": -1, "filename": "Podd-0.1.17.tar.gz", "has_sig": false, "md5_digest": "da4590dfd36e6ab2d450c66331e91875", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19455, "upload_time": "2019-07-02T20:07:23", "url": "https://files.pythonhosted.org/packages/e1/33/a1b6f8c3d10138ae90d97d9811df712f3f9e9317e8ec1a8fcbca078ffe9b/Podd-0.1.17.tar.gz" } ], "0.1.18": [ { "comment_text": "", "digests": { "md5": "4b780b64e76ee6ffadbec71200afaaf0", "sha256": "a5f42e077e0161c19fcf1cf3777480efd8c5e1723780e7e282b77fa59996d3f0" }, "downloads": -1, "filename": "Podd-0.1.18-py3-none-any.whl", "has_sig": false, "md5_digest": "4b780b64e76ee6ffadbec71200afaaf0", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 31922, "upload_time": "2019-07-03T16:57:38", "url": "https://files.pythonhosted.org/packages/e3/ea/1c7424f2d8422166e777ec4b825b9ae9b7bdaa638462a47dac423d4b9aab/Podd-0.1.18-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ddb07f74841931c5716240c15aa93de0", "sha256": "710c0fcded3f9756e55660936f3a8d3ec66e3787104ec68e4eefda2a1a75a729" }, "downloads": -1, "filename": "Podd-0.1.18.tar.gz", "has_sig": false, "md5_digest": "ddb07f74841931c5716240c15aa93de0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19499, "upload_time": "2019-07-03T16:57:39", "url": "https://files.pythonhosted.org/packages/4a/43/03d3566b6ab64b04ae03aeafbf102327c2a8e5892a868586d44ca31f3dea/Podd-0.1.18.tar.gz" } ], "0.1.19": [ { "comment_text": "", "digests": { "md5": "6f885e03d3a0bcefa704f106307838c1", "sha256": "5e27ca3d4284d7b8fdb27ed962534c500b2afe637103f320c290e22c20717b9f" }, "downloads": -1, "filename": "Podd-0.1.19-py3-none-any.whl", "has_sig": false, "md5_digest": "6f885e03d3a0bcefa704f106307838c1", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 32947, "upload_time": "2019-07-11T00:02:43", "url": "https://files.pythonhosted.org/packages/f0/f9/c07a7297256a522e8c9fbb0b56eca4bc9fc27375fcc92dc2bc036ea970ab/Podd-0.1.19-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2895d6e465566a94034b5078d469a5c1", "sha256": "cfc9ca1113f3a93b9948acf9e6417dbd9d8d7732b1d7a2b18e57baa15ea02b43" }, "downloads": -1, "filename": "Podd-0.1.19.tar.gz", "has_sig": false, "md5_digest": "2895d6e465566a94034b5078d469a5c1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20839, "upload_time": "2019-07-11T00:02:44", "url": "https://files.pythonhosted.org/packages/a1/9c/db360a0c3af3998fab09ccf709df7621d9074b8e2c659e0d3711e6810863/Podd-0.1.19.tar.gz" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "a28975fc3a18ba5f54e541ccec042f3f", "sha256": "41bfd7009bfdad1b3b654381ed6f53f19cd55e01aa72b4ab190f7967f8d0659e" }, "downloads": -1, "filename": "Podd-0.1.3-py3-none-any.whl", "has_sig": false, "md5_digest": "a28975fc3a18ba5f54e541ccec042f3f", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 23684, "upload_time": "2018-06-19T02:44:39", "url": "https://files.pythonhosted.org/packages/ed/58/c0a53a806cc86f4374773f77fc2983f1ce490514045d6692ecaae8dd58a5/Podd-0.1.3-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c5636418fa2178341a25e1a8d2c7ff1f", "sha256": "ed4a87463c2a324bce30bc88d08601a066f9fcdcab5efdd5642dfc546b3cbf4a" }, "downloads": -1, "filename": "Podd-0.1.3.tar.gz", "has_sig": false, "md5_digest": "c5636418fa2178341a25e1a8d2c7ff1f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15988, "upload_time": "2018-06-19T02:44:40", "url": "https://files.pythonhosted.org/packages/10/61/b83351f0d00aac14ce3f1e39bf345aef1ad560510ac350f3680db03f506a/Podd-0.1.3.tar.gz" } ], "0.1.4": [ { "comment_text": "", "digests": { "md5": "1817ab93de21a2537321f1f75d7ff12e", "sha256": "b1cb43a343bdae49427bb9d2f80e34364573dc78a74148e9bb2124523c0b4630" }, "downloads": -1, "filename": "Podd-0.1.4-py3-none-any.whl", "has_sig": false, "md5_digest": "1817ab93de21a2537321f1f75d7ff12e", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 22554, "upload_time": "2018-06-19T04:09:24", "url": "https://files.pythonhosted.org/packages/88/d3/4069014d747e3f51690f72b749c959e31707b54ee95b617cc62bf54522e1/Podd-0.1.4-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "6e12b68c6bd79f2731941568606cfccc", "sha256": "a64c7c7ea08bd94b630f41cc7ac9b1150ed61617df45dc5b5547cf1ed4b3a633" }, "downloads": -1, "filename": "Podd-0.1.4.tar.gz", "has_sig": false, "md5_digest": "6e12b68c6bd79f2731941568606cfccc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16261, "upload_time": "2018-06-19T04:09:26", "url": "https://files.pythonhosted.org/packages/e1/6f/125870a0e298a6ed3abcc472004ea604ba3a15f6a77093632603e91d646f/Podd-0.1.4.tar.gz" } ], "0.1.5": [ { "comment_text": "", "digests": { "md5": "bbdd9b8d212fb18c0dadc0ae34d33614", "sha256": "89e32f709f68f986ea8717f41fc2427d5fb741a582119ce703bd1520143fe3d2" }, "downloads": -1, "filename": "Podd-0.1.5-py3-none-any.whl", "has_sig": false, "md5_digest": "bbdd9b8d212fb18c0dadc0ae34d33614", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 24021, "upload_time": "2018-06-19T05:00:26", "url": "https://files.pythonhosted.org/packages/e4/10/612365855184b528ca1b02feb698ea354f776ee6d0db88f2294a4dce1f85/Podd-0.1.5-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "f5093096fde733be06a4f233864349b3", "sha256": "3635c1e607e1507b4cdeeddedaff884c33cfc4e68f30c3a1da07c33d64e44077" }, "downloads": -1, "filename": "Podd-0.1.5.tar.gz", "has_sig": false, "md5_digest": "f5093096fde733be06a4f233864349b3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17255, "upload_time": "2018-06-19T05:00:27", "url": "https://files.pythonhosted.org/packages/c7/d1/e65fae995af5c2e645f5c056ef2fa7a9de2ab9559badbacce9aed8316000/Podd-0.1.5.tar.gz" } ], "0.1.6": [ { "comment_text": "", "digests": { "md5": "673b9115c7a4eb9ea023794f03e6f63b", "sha256": "1258f85d8f1ee9878d9b61c4c323113ba54b13f5c237e6e03551b1134138f777" }, "downloads": -1, "filename": "Podd-0.1.6-py3-none-any.whl", "has_sig": false, "md5_digest": "673b9115c7a4eb9ea023794f03e6f63b", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 24041, "upload_time": "2018-06-28T05:55:38", "url": "https://files.pythonhosted.org/packages/76/12/c6e188590e7be602b1d6b316f1d21a7b49650f77e7e5d20e4decc0b9bca8/Podd-0.1.6-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "402ece93bff80b221ad132cf85d8e875", "sha256": "f5126eb92e75c9df6922b96a177d1de8a0c8567f28f046c1e11942998ea612f0" }, "downloads": -1, "filename": "Podd-0.1.6.tar.gz", "has_sig": false, "md5_digest": "402ece93bff80b221ad132cf85d8e875", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17307, "upload_time": "2018-06-28T05:55:40", "url": "https://files.pythonhosted.org/packages/6b/9f/3097f4fc75dc51233fbd22523c5adafe71fee021b83219cfc0ec510877ce/Podd-0.1.6.tar.gz" } ], "0.1.7": [ { "comment_text": "", "digests": { "md5": "a2bc5094ca1ae15e84d755c607b4a925", "sha256": "3fb9fc66e71d2a05d663019bc2d8b368ea7214ec948f0a6c39faea744b1ae358" }, "downloads": -1, "filename": "Podd-0.1.7-py3-none-any.whl", "has_sig": false, "md5_digest": "a2bc5094ca1ae15e84d755c607b4a925", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 24175, "upload_time": "2018-08-04T00:57:06", "url": "https://files.pythonhosted.org/packages/7c/07/8666f2ec188dfa0fd6e6a6e3dfc392c208e4ec539f1bf07d26f4570494af/Podd-0.1.7-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c35402b9ddac47bc69aae77ef025a84a", "sha256": "a0fa0b26494bf35d5c33ad976d4261fbbb19cc166038a64ec40c6c1951ac7fb0" }, "downloads": -1, "filename": "Podd-0.1.7.tar.gz", "has_sig": false, "md5_digest": "c35402b9ddac47bc69aae77ef025a84a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17447, "upload_time": "2018-08-04T00:57:07", "url": "https://files.pythonhosted.org/packages/52/dd/eb59c372ab87431f82da0810e9aab7cc360478cb2c4f44f049619a7cc129/Podd-0.1.7.tar.gz" } ], "0.1.8": [ { "comment_text": "", "digests": { "md5": "bfb3ba225c5b1a411724d16b0ef04b98", "sha256": "fbeaa1f9968aa40c2d5782b8f873fce9ca88dd37e0439e1b2af05fc80ae630fc" }, "downloads": -1, "filename": "Podd-0.1.8-py3-none-any.whl", "has_sig": false, "md5_digest": "bfb3ba225c5b1a411724d16b0ef04b98", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 24233, "upload_time": "2018-08-04T02:01:08", "url": "https://files.pythonhosted.org/packages/72/7e/d52f911a30ca739f0736476d7962b139b58d2d6df342e781623f19a9d155/Podd-0.1.8-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2e100c215193c3bbec661a5fd0bacdea", "sha256": "c3b725d5814cebc8ecf877caad74782b9f2252b308a7704be12685c7992d34d7" }, "downloads": -1, "filename": "Podd-0.1.8.tar.gz", "has_sig": false, "md5_digest": "2e100c215193c3bbec661a5fd0bacdea", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17488, "upload_time": "2018-08-04T02:01:09", "url": "https://files.pythonhosted.org/packages/5b/82/0db1807975358faeca7df834a48176406ad05a2c580c0f9ef41ba4c6ea00/Podd-0.1.8.tar.gz" } ], "0.1.9": [ { "comment_text": "", "digests": { "md5": "93e096a58705f71d13cc2073b7acf38c", "sha256": "2ebb9a812cd7fe51acbdc9519028473b7a548382f43e479422d0d8b5a827814b" }, "downloads": -1, "filename": "Podd-0.1.9-py3-none-any.whl", "has_sig": false, "md5_digest": "93e096a58705f71d13cc2073b7acf38c", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 24384, "upload_time": "2018-08-12T19:49:14", "url": "https://files.pythonhosted.org/packages/45/3d/612afa842049721e30cd6f13ec3bbce66cdc59580268c17a032f9ba99b08/Podd-0.1.9-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "4d747094d4fb42a003cd4a710c08115b", "sha256": "a2ab6dfa5d125bc2528f2551396ed8fef2b99ac72c390181a92f113cbc5d97c8" }, "downloads": -1, "filename": "Podd-0.1.9.tar.gz", "has_sig": false, "md5_digest": "4d747094d4fb42a003cd4a710c08115b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17621, "upload_time": "2018-08-12T19:49:15", "url": "https://files.pythonhosted.org/packages/1f/7b/1194ab61bccf9f64479ecd625f4fc6c8adff6845ac9dce1f78593d8e5e2f/Podd-0.1.9.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "6f885e03d3a0bcefa704f106307838c1", "sha256": "5e27ca3d4284d7b8fdb27ed962534c500b2afe637103f320c290e22c20717b9f" }, "downloads": -1, "filename": "Podd-0.1.19-py3-none-any.whl", "has_sig": false, "md5_digest": "6f885e03d3a0bcefa704f106307838c1", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 32947, "upload_time": "2019-07-11T00:02:43", "url": "https://files.pythonhosted.org/packages/f0/f9/c07a7297256a522e8c9fbb0b56eca4bc9fc27375fcc92dc2bc036ea970ab/Podd-0.1.19-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2895d6e465566a94034b5078d469a5c1", "sha256": "cfc9ca1113f3a93b9948acf9e6417dbd9d8d7732b1d7a2b18e57baa15ea02b43" }, "downloads": -1, "filename": "Podd-0.1.19.tar.gz", "has_sig": false, "md5_digest": "2895d6e465566a94034b5078d469a5c1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20839, "upload_time": "2019-07-11T00:02:44", "url": "https://files.pythonhosted.org/packages/a1/9c/db360a0c3af3998fab09ccf709df7621d9074b8e2c659e0d3711e6810863/Podd-0.1.19.tar.gz" } ] }