{ "info": { "author": "Jeff Prouty", "author_email": "jeff.prouty@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3", "Topic :: Office/Business :: Financial" ], "description": "# Mint Transactions Tagger for Amazon Purchases\n\nDo you order a lot from Amazon? Tired of everything showing up as \"Amazon\"\nw/ category \"Shopping\"? Then this tool is for you!\n\nThis tool DOES NOT require an Amazon store card/Visa. All you need is to pay for\nyour Amazon orders with an account that is sync'ed with Mint. For example, if\nyou alternate between 5 different credit cards to pay for purchases on your\nAmazon account, only the transactions from credit cards sync'ed with Mint will\nget tagged.\n\nThis tool takes Amazon order reports and merges it with your existing Mint\ntransactions. If it finds exact matches, it will either:\n\n- Update the transaction description/category if there was only 1 item\n- Split the transaction, one line-item per item in the order\n\nThe tagger will try to guess the best Mint category for you. It does this by\nlooking at each item's category from the Amazon Items report. Look at\n`category.py` to see which Amazon categories map to which Mint categories.\n\n!!!NEW!!! After running the tagger, if you are not happy with the category,\nsimply change it! Next time you run the tagger, it will attempt to remember\nyour past personalized category and apply it to future purchases of the same\nitem. Caveats: this only works if item names match exactly. also, you must\nchange all (or the majority of) all the past, tagged examples of that item.\nie. if you only change 1 example and you have 10 purchases of that same item\nit will take whatever the most common category used for that item.\n\nThe tagger will _NOT_ retag or touch transactions that have already been\ntagged. So feel free to adjust categories after the fact without fear that the\nnext run will wipe everything out. However, if you _DO_ want to re-tag\npreviously tagged transactions, take a look at --retag_changed and\n--prompt_retag arguments.\n\n## Getting started ##\n\n### Setup ###\n\n1. `pip3 install mint-amazon-tagger`\n\n2. To get the latest from time to time, update your version:\n`pip3 install --upgrade mint-amazon-tagger`\n\n3. Chromedriver should be fetched automatically. But if you run into issues,\ntry this:\n```\n# Mac:\nbrew tap homebrew/cask\nbrew cask install chromedriver\n\n# Ubuntu/Debian:\n# See also: https://askubuntu.com/questions/539498/where-does-chromedriver-install-to\nsudo apt-get install chromium-chromedriver\n```\n\n### Running - Full Auto ###\n\nThis mode will fetch your Amazon Order History for you as well as tag mint.\n\n1. `mint-amazon-tagger --amazon_email email@cool.com --mint_email couldbedifferent@aol.com`\n\n### Running - Semi-Auto ###\n\nThis mode requires you to fetch your Amazon Order History manually, then the\ntagger automates the rest.\n\n1. Generate and download your Amazon Order History Reports.\n\na. Login and visit [Amazon Order History\nReports](https://www.amazon.com/gp/b2b/reports)\n\nb. \"Request Report\" for \"Items\", \"Orders and shipments\", and \"Refunds\". Make sure the\ndate ranges are the same.\n\nc. Download the completed reports. Let's called them\n`Items.csv Orders.csv Refunds.csv` for this walk-through. Note that\nRefunds is optional! Yay.\n\n2. (Optional) Do a dry run! Make sure everything looks right first. Run:\n`mint-amazon-tagger --items_csv Items.csv --orders_csv Orders.csv --refunds_csv Refunds.csv --dry_run --mint_email yourEmail@here.com`\n\n3. Now perform the actual updates, without `--dry_run`:\n`mint-amazon-tagger --items_csv Items.csv --orders_csv Orders.csv --refunds_csv Refunds.csv --mint_email yourEmail@here.com`\n\n4. Sit back and relax! The run time depends on the speed of your machine,\nquality of internet connection, and total number of transactions. For\nreference, my machine did about 14k Mint transactions, finding 2k Amazon\nmatches in under 10 minutes.\n\nTo see all options, see:\n`mint-amazon-tagger --help`\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/jprouty/mint-amazon-tagger", "keywords": "amazon mint tagger transactions order history", "license": "", "maintainer": "", "maintainer_email": "", "name": "mint-amazon-tagger", "package_url": "https://pypi.org/project/mint-amazon-tagger/", "platform": "", "project_url": "https://pypi.org/project/mint-amazon-tagger/", "project_urls": { "Homepage": "https://github.com/jprouty/mint-amazon-tagger" }, "release_url": "https://pypi.org/project/mint-amazon-tagger/1.17/", "requires_dist": [ "keyring", "mock", "mintapi (>=1.40)", "outdated", "progress", "requests", "readchar", "selenium", "selenium-requests" ], "requires_python": ">=3", "summary": "Fetches your Amazon order history and matching/tags your Mint transactions", "version": "1.17" }, "last_serial": 5910421, "releases": { "1.1": [ { "comment_text": "", "digests": { "md5": "1efb1b33f46e6c3d4603a5e2389f0a89", "sha256": "62a85924de5d04f13e63f24fbc5c92f11afba055f8ca389ff6b0fe638b5adc12" }, "downloads": -1, "filename": "mint_amazon_tagger-1.1-py3-none-any.whl", "has_sig": false, "md5_digest": "1efb1b33f46e6c3d4603a5e2389f0a89", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3", "size": 5163, "upload_time": "2019-10-01T04:59:13", "url": "https://files.pythonhosted.org/packages/94/27/b4d9b2143d282db104fb62ef341511f503283ebaa45824e3cd01c022a14a/mint_amazon_tagger-1.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "7edbeb99a7497d5dbbebcea95fa736a5", "sha256": "39c1ecc3c61540bbd02cab0f5c0be5de7c36f7751724c228a8f8803e0bc52d97" }, "downloads": -1, "filename": "mint-amazon-tagger-1.1.tar.gz", "has_sig": false, "md5_digest": "7edbeb99a7497d5dbbebcea95fa736a5", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3", "size": 3778, "upload_time": "2019-10-01T04:59:14", "url": "https://files.pythonhosted.org/packages/1d/fc/b60c65b7d7f11fc06227973e0ea26c40f1814b31cef8efd2b59ebb7c40bd/mint-amazon-tagger-1.1.tar.gz" } ], "1.10": [ { "comment_text": "", "digests": { "md5": "68612f1bf729b881e9dfd0354b06cd9a", "sha256": "274fc201305701c2f936ef089ceb7799f13c4f3be9a671f384acdd8e06ec8f28" }, "downloads": -1, "filename": "mint_amazon_tagger-1.10-py3-none-any.whl", "has_sig": false, "md5_digest": "68612f1bf729b881e9dfd0354b06cd9a", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 41596, "upload_time": "2019-02-21T06:27:21", "url": "https://files.pythonhosted.org/packages/4c/ce/d848695b8b230fb6cbfa239ee99790721eb2da8d54c462c42021c4960420/mint_amazon_tagger-1.10-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "36fd5c23aded9799f4cbd567ee7c029b", "sha256": "349f5d2b1e0e6954300a541706100913227ab40da48a9a9504ed2619e2e48c0f" }, "downloads": -1, "filename": "mint-amazon-tagger-1.10.tar.gz", "has_sig": false, "md5_digest": "36fd5c23aded9799f4cbd567ee7c029b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 35750, "upload_time": "2019-02-21T06:27:22", "url": "https://files.pythonhosted.org/packages/0b/58/ab3b4da1fb91a41a3901236d8dce719339ba02a73a8ca4c481ab30b60c79/mint-amazon-tagger-1.10.tar.gz" } ], "1.11": [ { "comment_text": "", "digests": { "md5": "7951fd66d0e4764145d327b6c3918083", "sha256": "a5f1bc806b2f6c977acd4150e91f08cb9cae19ab00e6cb9f0833a929611e7c11" }, "downloads": -1, "filename": "mint_amazon_tagger-1.11-py3-none-any.whl", "has_sig": false, "md5_digest": "7951fd66d0e4764145d327b6c3918083", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 41643, "upload_time": "2019-02-21T07:30:28", "url": "https://files.pythonhosted.org/packages/67/f0/c170802336d0d7a9ccadce6662171d48039638383916a4d020ecb30eeebd/mint_amazon_tagger-1.11-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "edb07ac7c30fb83619a9aa21cbcb77de", "sha256": "665027d1c3e916813e73a1b4557c36a515cb50abb663ca3cdb3aea5cc68ecf53" }, "downloads": -1, "filename": "mint-amazon-tagger-1.11.tar.gz", "has_sig": false, "md5_digest": "edb07ac7c30fb83619a9aa21cbcb77de", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 35790, "upload_time": "2019-02-21T07:30:29", "url": "https://files.pythonhosted.org/packages/47/92/2e86bf252abacba2e229039df4ea01d7bd079077cd687fe4e4684dd85ad1/mint-amazon-tagger-1.11.tar.gz" } ], "1.12": [ { "comment_text": "", "digests": { "md5": "e4b786e0aae78e25700e9dae7cfe0146", "sha256": "eb923a9919a6baf56f1ff067e844284cb3fbb21610fe388a210f1df94fdee272" }, "downloads": -1, "filename": "mint_amazon_tagger-1.12-py3-none-any.whl", "has_sig": false, "md5_digest": "e4b786e0aae78e25700e9dae7cfe0146", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 41629, "upload_time": "2019-03-01T05:18:57", "url": "https://files.pythonhosted.org/packages/11/29/742a68a367aed9e7c6ad802290adc45b78bdaf0fe9cbdac8cfbd769ff122/mint_amazon_tagger-1.12-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a5f1cbe6fbaaade1f0f0e14496f04fe9", "sha256": "8eeb566eaea02df4b352b1ba7b278de50c42458fe5fd5194fe657a12ac79a4b6" }, "downloads": -1, "filename": "mint-amazon-tagger-1.12.tar.gz", "has_sig": false, "md5_digest": "a5f1cbe6fbaaade1f0f0e14496f04fe9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 35787, "upload_time": "2019-03-01T05:18:58", "url": "https://files.pythonhosted.org/packages/cd/d6/78290720befa79e0d3521e05f64fbbf34efbe5094b452e5403b8dbc745a4/mint-amazon-tagger-1.12.tar.gz" } ], "1.13": [ { "comment_text": "", "digests": { "md5": "632cd72bc3862a6fe937a0652d70aec1", "sha256": "d52c4b90a64f2547066dbc29e618d6626a5880f286966019192df15f9ca12049" }, "downloads": -1, "filename": "mint_amazon_tagger-1.13-py3-none-any.whl", "has_sig": false, "md5_digest": "632cd72bc3862a6fe937a0652d70aec1", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3", "size": 41773, "upload_time": "2019-07-21T01:20:14", "url": "https://files.pythonhosted.org/packages/c1/61/f65f502dc949d136f6f06567c806fd1c51491c836eb325ead5b76babadef/mint_amazon_tagger-1.13-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "99d61ac75dfe37c7a07f983cf8ce2fa8", "sha256": "31d57a5060686acabb5c1786347275264b25c08eadd8f2e56ffc0f262eea0877" }, "downloads": -1, "filename": "mint-amazon-tagger-1.13.tar.gz", "has_sig": false, "md5_digest": "99d61ac75dfe37c7a07f983cf8ce2fa8", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3", "size": 36014, "upload_time": "2019-07-21T01:20:16", "url": "https://files.pythonhosted.org/packages/27/50/e0e8391ad65aa34d32dfc8fc0036e6826e55a9d54dc9706cdd465a428b39/mint-amazon-tagger-1.13.tar.gz" } ], "1.14": [ { "comment_text": "", "digests": { "md5": "3272b186294c3c868ab2f02f422a0c54", "sha256": "03f34023168b4b9fddd6e22a19dc76f43592ede474edaa5585c1c3f5b3634280" }, "downloads": -1, "filename": "mint_amazon_tagger-1.14-py3-none-any.whl", "has_sig": false, "md5_digest": "3272b186294c3c868ab2f02f422a0c54", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3", "size": 41810, "upload_time": "2019-07-21T01:33:41", "url": "https://files.pythonhosted.org/packages/17/f8/da95018056d86f791a3abbc3d9feea60e19b380ebce2c79237a67f9bdc32/mint_amazon_tagger-1.14-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "af9d90c38c7d314d7e70decf0f9b7d9e", "sha256": "ebfa1ef412769147fdc236ae0352c25ab8331203a003e3d4bf519078b367ca1e" }, "downloads": -1, "filename": "mint-amazon-tagger-1.14.tar.gz", "has_sig": false, "md5_digest": "af9d90c38c7d314d7e70decf0f9b7d9e", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3", "size": 36047, "upload_time": "2019-07-21T01:33:43", "url": "https://files.pythonhosted.org/packages/19/3b/fefb334eb8bc4729f4d4989f76249cf1d5051064e73e6c13a0e8fa02d620/mint-amazon-tagger-1.14.tar.gz" } ], "1.15": [ { "comment_text": "", "digests": { "md5": "099942a597141ab6fb5cb44ec838403a", "sha256": "17fd1e2a8ef4b4aa6fc720127514104b5e5db8c0106eee97a35c180b20d00105" }, "downloads": -1, "filename": "mint_amazon_tagger-1.15-py3-none-any.whl", "has_sig": false, "md5_digest": "099942a597141ab6fb5cb44ec838403a", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3", "size": 41881, "upload_time": "2019-07-28T21:35:08", "url": "https://files.pythonhosted.org/packages/8e/c2/f33cc41cd5f1a9c9abf337c2384e400ab266c1e242a7a9b1bc60db227129/mint_amazon_tagger-1.15-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d7edc885a893d3445e1fd6b77e8dcd0f", "sha256": "7a5c52ac59ca29fc7c5ec0585de036f2a000fc8725cf94ba3a3683cb840706bf" }, "downloads": -1, "filename": "mint-amazon-tagger-1.15.tar.gz", "has_sig": false, "md5_digest": "d7edc885a893d3445e1fd6b77e8dcd0f", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3", "size": 36107, "upload_time": "2019-07-28T21:35:10", "url": "https://files.pythonhosted.org/packages/8f/e1/3b35d9e24788a769340dbe430270e25781aea88e3f96a664c9ffb832cc9a/mint-amazon-tagger-1.15.tar.gz" } ], "1.16": [ { "comment_text": "", "digests": { "md5": "8f32a9411846171821df80922d007c1c", "sha256": "866ecbfedde1d79bb37e7ee2855b3f5e8ecb05f0dfd3b351b0983fa1c2bfeb9a" }, "downloads": -1, "filename": "mint_amazon_tagger-1.16-py3-none-any.whl", "has_sig": false, "md5_digest": "8f32a9411846171821df80922d007c1c", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3", "size": 41893, "upload_time": "2019-07-28T21:38:19", "url": "https://files.pythonhosted.org/packages/dd/4f/1c7169bec71fd1111a39afe5fc5ba7369d4ebc823f49db635b169f810cec/mint_amazon_tagger-1.16-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "fc378b2a192d85959378c7ac6fc0564d", "sha256": "855b764898564ddc6bc9e24265cfdad3e7810bae87b76e0ef57eda7b135cad9d" }, "downloads": -1, "filename": "mint-amazon-tagger-1.16.tar.gz", "has_sig": false, "md5_digest": "fc378b2a192d85959378c7ac6fc0564d", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3", "size": 36116, "upload_time": "2019-07-28T21:38:20", "url": "https://files.pythonhosted.org/packages/09/27/7f3eeb7108873bdf8d27e555896d4136cd68f7512b950c658e76e4fd5a9c/mint-amazon-tagger-1.16.tar.gz" } ], "1.17": [ { "comment_text": "", "digests": { "md5": "9cc31f0d52145d89c259ba2f286f5e98", "sha256": "7818f99ea8e9d3a671c372cc7cc73f0ab0c8e244c330b599d457335b8eb7cfe6" }, "downloads": -1, "filename": "mint_amazon_tagger-1.17-py3-none-any.whl", "has_sig": false, "md5_digest": "9cc31f0d52145d89c259ba2f286f5e98", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3", "size": 41973, "upload_time": "2019-09-02T18:30:01", "url": "https://files.pythonhosted.org/packages/b2/3d/bc3e09f67eae0aedb648d1ce6363b9ded2c0d35ebc7c0b8906847ef53f56/mint_amazon_tagger-1.17-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ba9748e30853246255646f396599bdca", "sha256": "d4f5f0a85345a069c90909a58ff1173a2210f88dd14a468427e72d05e7524b82" }, "downloads": -1, "filename": "mint-amazon-tagger-1.17.tar.gz", "has_sig": false, "md5_digest": "ba9748e30853246255646f396599bdca", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3", "size": 36075, "upload_time": "2019-09-02T18:30:04", "url": "https://files.pythonhosted.org/packages/2e/8e/9cf365339c624961c0ca1305a4273f19ef3b19b9fe861c96e4f085fd57ec/mint-amazon-tagger-1.17.tar.gz" } ], "1.2": [ { "comment_text": "", "digests": { "md5": "49cbe2200cb3b3b3880968f793e78820", "sha256": "106155a6dca4955c9d9e7da36eb9c2edf608de7a11e688f14a0721bbfca17a64" }, "downloads": -1, "filename": "mint_amazon_tagger-1.2-py3-none-any.whl", "has_sig": false, "md5_digest": "49cbe2200cb3b3b3880968f793e78820", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 41169, "upload_time": "2019-01-28T07:34:34", "url": "https://files.pythonhosted.org/packages/4e/69/f1c028f34d6daa67d6380cc4d3e6549c2eb5e78aadf4fbe3e06d9d222c17/mint_amazon_tagger-1.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c5870ba98d00a4d11fdbcb7a79a6c056", "sha256": "5ca7c508b421eb09db4eab7609749b8f7562f59f2f8adcee3c0e8e7944e078e2" }, "downloads": -1, "filename": "mint-amazon-tagger-1.2.tar.gz", "has_sig": false, "md5_digest": "c5870ba98d00a4d11fdbcb7a79a6c056", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 35047, "upload_time": "2019-01-28T07:34:36", "url": "https://files.pythonhosted.org/packages/2a/ab/43dbc95476b0d312cea13054bd8a83dab99e9a5281cf0646eecfbf7c1ef3/mint-amazon-tagger-1.2.tar.gz" } ], "1.3": [ { "comment_text": "", "digests": { "md5": "745e4e21445843a9286b1a14cffcd6bf", "sha256": "0152008329ecb0141d2cb3428da0d20e0692c47c247fbcfbcb23ba176952fd25" }, "downloads": -1, "filename": "mint_amazon_tagger-1.3-py3-none-any.whl", "has_sig": false, "md5_digest": "745e4e21445843a9286b1a14cffcd6bf", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 41325, "upload_time": "2019-01-29T03:32:14", "url": "https://files.pythonhosted.org/packages/2d/d8/325f6075bfc472b7fe91ebed11b5c2e90ad1dcdbfe4433c53e64ee9a6da8/mint_amazon_tagger-1.3-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "0e1b9ffb0a56860469fa45b82051e8b3", "sha256": "c753ba517baa067506a03fc246c34f0005f16c76b2e30b6c0a70b2881451cd94" }, "downloads": -1, "filename": "mint-amazon-tagger-1.3.tar.gz", "has_sig": false, "md5_digest": "0e1b9ffb0a56860469fa45b82051e8b3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 35507, "upload_time": "2019-01-29T03:32:16", "url": "https://files.pythonhosted.org/packages/7b/16/2aee78301ea4e8efbdfdf7d0b65ad379558eb769348de556de24340b1ed9/mint-amazon-tagger-1.3.tar.gz" } ], "1.4": [ { "comment_text": "", "digests": { "md5": "a909d7ec93961f543382d2fded37c2b9", "sha256": "05c6782aa93d3deab377e9a406cb8f19083c21bbe94620c8089b6ded16d9d5fe" }, "downloads": -1, "filename": "mint_amazon_tagger-1.4-py3-none-any.whl", "has_sig": false, "md5_digest": "a909d7ec93961f543382d2fded37c2b9", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 41405, "upload_time": "2019-01-29T03:38:32", "url": "https://files.pythonhosted.org/packages/4c/e7/e0c236435112f24078412e19a9b4f4ea880b389c11fcb6b5acd99e501011/mint_amazon_tagger-1.4-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "e530090b1d6bf48f08d114dc5fdc1ae6", "sha256": "67809a8e004141269a969556e6afe428b3d75442fb75e3851f8e2a2821f7a528" }, "downloads": -1, "filename": "mint-amazon-tagger-1.4.tar.gz", "has_sig": false, "md5_digest": "e530090b1d6bf48f08d114dc5fdc1ae6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 35580, "upload_time": "2019-01-29T03:38:34", "url": "https://files.pythonhosted.org/packages/ed/90/b9e3054e9845df9bd5277bbf8db43205d175d81234c947276b5a808e2638/mint-amazon-tagger-1.4.tar.gz" } ], "1.5": [ { "comment_text": "", "digests": { "md5": "601ea53e3632b3f2cf367e17634840b7", "sha256": "ee468a1a5442231b52115bfece698c358c727b1cac70c84da1e01278e074ef6f" }, "downloads": -1, "filename": "mint_amazon_tagger-1.5-py3-none-any.whl", "has_sig": false, "md5_digest": "601ea53e3632b3f2cf367e17634840b7", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 41485, "upload_time": "2019-01-29T03:53:14", "url": "https://files.pythonhosted.org/packages/4d/6c/736bd5059c46f45f7141d579c3bfad3f5aa4ec49309782532ccf28ee8a6f/mint_amazon_tagger-1.5-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "584316dd538b5535f1d9f38ef995e5e4", "sha256": "e1f1de044c2fa8f08fe950fe5a82304879dfbfd6e5219959e97fd64571bbd7f4" }, "downloads": -1, "filename": "mint-amazon-tagger-1.5.tar.gz", "has_sig": false, "md5_digest": "584316dd538b5535f1d9f38ef995e5e4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 35660, "upload_time": "2019-01-29T03:53:16", "url": "https://files.pythonhosted.org/packages/d7/92/9c502d92e0688750a22d5f811ec2842dd2435a8d101a8f9d65ab2e5b761c/mint-amazon-tagger-1.5.tar.gz" } ], "1.6": [ { "comment_text": "", "digests": { "md5": "766bfca23789741692f005e1e14a6d23", "sha256": "5943caa479f1fe1efe90dfaa2366ccb4d4c8db2c594331718e838a36dc7c31e2" }, "downloads": -1, "filename": "mint_amazon_tagger-1.6-py3-none-any.whl", "has_sig": false, "md5_digest": "766bfca23789741692f005e1e14a6d23", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 41508, "upload_time": "2019-01-29T03:58:16", "url": "https://files.pythonhosted.org/packages/3d/b1/4942412937520547b510c02bf6090f646b7456b62636ace4d428eec017c4/mint_amazon_tagger-1.6-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "756030c9448cb6ecdc9ae1f403145b83", "sha256": "e73e5fef06004762e87e23d887a9ae253481958e8725621c620fe34dbe40bccb" }, "downloads": -1, "filename": "mint-amazon-tagger-1.6.tar.gz", "has_sig": false, "md5_digest": "756030c9448cb6ecdc9ae1f403145b83", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 35682, "upload_time": "2019-01-29T03:58:17", "url": "https://files.pythonhosted.org/packages/24/25/aab790a0fb1506261bfad6147af500d1a3ad87c1ef791488f1178b6a76e7/mint-amazon-tagger-1.6.tar.gz" } ], "1.7": [ { "comment_text": "", "digests": { "md5": "31a77791c666c2201149e0193314b4f2", "sha256": "b0017502dcea80c18ea853615085c69dac78dbd3f6960304d7da96e8ac91d8d9" }, "downloads": -1, "filename": "mint_amazon_tagger-1.7-py3-none-any.whl", "has_sig": false, "md5_digest": "31a77791c666c2201149e0193314b4f2", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 41509, "upload_time": "2019-01-29T04:01:33", "url": "https://files.pythonhosted.org/packages/3d/76/16805f8be11e52e9573b65e3a268eced8004f40d4d8deb389331ef6e69b2/mint_amazon_tagger-1.7-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "9239feefca1227515ad113413f51b6d3", "sha256": "7cafb70e253a3a1948a7416bb5afabb690bceaf7101fd5776e76e62290d1f719" }, "downloads": -1, "filename": "mint-amazon-tagger-1.7.tar.gz", "has_sig": false, "md5_digest": "9239feefca1227515ad113413f51b6d3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 35690, "upload_time": "2019-01-29T04:01:35", "url": "https://files.pythonhosted.org/packages/26/41/4b61dd2917ad5f038388808a0819509e710e4d0140440b1feef635e3c966/mint-amazon-tagger-1.7.tar.gz" } ], "1.8": [ { "comment_text": "", "digests": { "md5": "38f8c71519a67ac36364ab6c0dd80b68", "sha256": "c229e0d29c7beb67425b961f44219700c29ddcf4b4a9a0cf5a5ba8f86bffd2b6" }, "downloads": -1, "filename": "mint_amazon_tagger-1.8-py3-none-any.whl", "has_sig": false, "md5_digest": "38f8c71519a67ac36364ab6c0dd80b68", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 41619, "upload_time": "2019-01-30T07:22:16", "url": "https://files.pythonhosted.org/packages/79/be/1802eb61edcd001f89f823f0b68a9e539cb25213e00d7973db0ff059f828/mint_amazon_tagger-1.8-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "4dfde8a83b1ba6cc63a7457162dbe0bc", "sha256": "4f02b059a54c2444890786462563a0f0113df44b775d3185bbcaf41b266eb00d" }, "downloads": -1, "filename": "mint-amazon-tagger-1.8.tar.gz", "has_sig": false, "md5_digest": "4dfde8a83b1ba6cc63a7457162dbe0bc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 35778, "upload_time": "2019-01-30T07:22:18", "url": "https://files.pythonhosted.org/packages/c8/99/72b24ef8eb461c37e5694e62a3a853fcde58402e123c48dd56676a6f8553/mint-amazon-tagger-1.8.tar.gz" } ], "1.9": [ { "comment_text": "", "digests": { "md5": "d4c229c6cde46ee46005633bdaddd744", "sha256": "ef824b6672a9e96fd2406f5a386fe31ede283269d70c24f8e85c2faaa1e34826" }, "downloads": -1, "filename": "mint_amazon_tagger-1.9-py3-none-any.whl", "has_sig": false, "md5_digest": "d4c229c6cde46ee46005633bdaddd744", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 41621, "upload_time": "2019-02-21T04:51:15", "url": "https://files.pythonhosted.org/packages/af/0c/165393f0ce61c1e4be8f115c84eb6e1fb9a2069f9779f6f52a8f13046303/mint_amazon_tagger-1.9-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "12b63c1b41c68df5f764736460a02b72", "sha256": "a6c963838687c83773ceb26ec804bbba0883969173e13145781c89e38983cd00" }, "downloads": -1, "filename": "mint-amazon-tagger-1.9.tar.gz", "has_sig": false, "md5_digest": "12b63c1b41c68df5f764736460a02b72", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 35794, "upload_time": "2019-02-21T04:51:16", "url": "https://files.pythonhosted.org/packages/f8/43/9050a23780129c77c88e00c2d4d0a215dfa29dec20c8f07ec863ca9f7df5/mint-amazon-tagger-1.9.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "9cc31f0d52145d89c259ba2f286f5e98", "sha256": "7818f99ea8e9d3a671c372cc7cc73f0ab0c8e244c330b599d457335b8eb7cfe6" }, "downloads": -1, "filename": "mint_amazon_tagger-1.17-py3-none-any.whl", "has_sig": false, "md5_digest": "9cc31f0d52145d89c259ba2f286f5e98", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3", "size": 41973, "upload_time": "2019-09-02T18:30:01", "url": "https://files.pythonhosted.org/packages/b2/3d/bc3e09f67eae0aedb648d1ce6363b9ded2c0d35ebc7c0b8906847ef53f56/mint_amazon_tagger-1.17-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ba9748e30853246255646f396599bdca", "sha256": "d4f5f0a85345a069c90909a58ff1173a2210f88dd14a468427e72d05e7524b82" }, "downloads": -1, "filename": "mint-amazon-tagger-1.17.tar.gz", "has_sig": false, "md5_digest": "ba9748e30853246255646f396599bdca", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3", "size": 36075, "upload_time": "2019-09-02T18:30:04", "url": "https://files.pythonhosted.org/packages/2e/8e/9cf365339c624961c0ca1305a4273f19ef3b19b9fe861c96e4f085fd57ec/mint-amazon-tagger-1.17.tar.gz" } ] }