{ "info": { "author": "layday", "author_email": "layday@protonmail.com", "bugtrack_url": null, "classifiers": [], "description": "*instawow*\n==========\n\n*instawow* is a package manager for World of Warcraft, written\nin Python. It can be used to install, remove and update add-ons from\nWoWInterface, CurseForge and Tukui.\n\n*instawow* tries to make installing, updating and removing\nadd-ons quick and painless for those of us who are\n(ever so slightly) proficient with the command line\nand do not revel in using bloatware which infringe on our privacy\nor inhabiting walled gardens.\n\nInstallation\n------------\n\nIt is recommended to install *instawow* in an isolated environment.\nOne option is to use `pipx `__::\n\n pipx install instawow\n\nInstalling with `pip` is also supported::\n\n pip3 install --upgrade instawow\n\nGetting started\n---------------\n\n*instawow* is able to interpret add-on URLs, slugs and IDs.\nAll of the following will install Molinari::\n\n instawow install https://www.curseforge.com/wow/addons/molinari\n instawow install curse:molinari\n instawow install curse:20338\n instawow install https://www.wowinterface.com/downloads/info13188-Molinari.html\n instawow install wowi:13188\n\n* The ``update`` and ``remove`` commands work in the same way, and ``update``\n can be run without arguments to update all add-ons.\n* You can opt into alpha and beta quality add-ons from CurseForge,\n and bypass the game flavour selection by\n using the ``--with-strategy`` option on ``install``.\n* Use ``list`` to list add-ons managed by *instawow*; ``list-folders -e`` to\n list unmanaged add-ons; ``info`` to display add-on information,\n ``visit`` to open an add-on homepage in your browser and ``reveal`` to\n open the primary add-on folder in your file manager.\n* Non-destructive operations accept partial URIs, e.g.\n ``instawow info moli`` will display information about Molinari.\n\ninstafying add-ons\n----------------------\n\n*instawow* does not know about add-ons it did not itself install.\nThe Twitch and Minion clients each use their own, proprietary\nfingerprinting algorithm to reconcile add-ons you have installed with add-ons\ntheir respective hosts keep on their servers. Though the details of their implementation\nelude me, *instawow* tries to accomplish something similar by combining a variety\nof cues (e.g. folders and TOC entries). This is not done automatically;\nyou will need to execute ``instawow reconcile`` to absorb add-ons installed\nby other means.\n\nSearching for add-ons\n~~~~~~~~~~~~~~~~~~~~~\n\n*instawow* comes with a rudimentary ``search`` command which allows you to\nselect add-ons to install. The search does not display add-on details\nother than the name and source; pressing ```` will bring the add-on page up\nin your browser. The search uses a collated add-on name catalogue internally\nwhich is updated once daily.\n\nWoW Classic\n-----------\n\n*instawow* supports Classic \u2013 it will correctly install Classic versions\nof add-ons from sources depending on the value of the\n``game_flavour`` configuration setting.\nWhat *instawow* does not have is a switch you can flick to go from managing\nyour retail add-ons to managing your classic add-ons and vice versa.\nThis was a conscious design decision, the merits of which (I should admit)\nare open to debate. If you are already using *instawow* for retail,\nyou will need to create a separate profile for Classic. On Linux, this might be::\n\n env INSTAWOW_CONFIG_DIR=~/.config/instawow-classic instawow\n\nFor ease of use, you might want to set up an alias. In your Bash profile, add::\n\n alias instawow-classic='INSTAWOW_CONFIG_DIR=~/.config/instawow-classic instawow'\n\nYou would then be able to invoke *instawow* using ``instawow-classic``.\n\nAdditional functionality\n------------------------\n\nWeakAuras aura updater\n~~~~~~~~~~~~~~~~~~~~~~\n\n*instawow* contains a WeakAuras updater modelled after\n`WeakAuras Companion `__. To use the updater\nand provided that you have WeakAuras installed::\n\n instawow weakauras-companion build -a \n instawow install instawow:weakauras-companion\n\nYou will have to rebuild the companion add-on prior to updating\nto receive aura updates. If you would like to check for updates on\nevery invocation of ``instawow update``, install the\n``instawow:weakauras-companion-autoupdate`` variant, exposing your account\nname as an env var::\n\n env WAC_ACCOUNT= instawow install instawow:weakauras-companion-autoupdate\n env WAC_ACCOUNT= instawow update\n\nYou may then choose to bypass the companion add-on simply by ommitting the env var.\n\nCaveats\n-------\n\nMetadata sourcing\n~~~~~~~~~~~~~~~~~\n\nOriginally, *instawow* relied on the official feeds provided by Curse.\nCurse retired the feeds in June 2018 and \u2013 for a period \u2013 *instawow* would\nscrape the CurseForge website. The alternative would have been to use the\nold XML-like API. Because the API was not built for third-party use, it had not been\nisolated from user accounts (cf. GitHub integrations).\nIf users were to log into the API, *instawow* would acquire full\naccess to their account. Authentication was also complicated\nby the ongoing Curse account migration to Twitch and is (or should be)\nunnecessary for the simple use case of installing and updating add-ons.\nThankfully, Twitch migrated to an unauthenticated\nAPI interally in Q2 2019, which we have adopted for our own use.\nThis is similar to what Minion, the WoWInterface-branded add-on manager, has been\ndoing for years. The good people at Tukui provide an API for public use.\n*instawow* might break whenever one of our sources introduces\na change to their website or API (though only temporarily).\n\nRelated work\n------------\n\nThe author of *wowman* maintains a list of similar software in their\n`comrades.csv `__.\n\nContributing\n------------\n\nBug reports and fixes are welcome. Do open an issue before committing to\nmaking any significant changes.\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/layday/instawow", "keywords": "", "license": "GPL-3.0-or-later", "maintainer": "", "maintainer_email": "", "name": "instawow", "package_url": "https://pypi.org/project/instawow/", "platform": "", "project_url": "https://pypi.org/project/instawow/", "project_urls": { "Homepage": "http://github.com/layday/instawow" }, "release_url": "https://pypi.org/project/instawow/1.6.0/", "requires_dist": [ "aiohttp (==3.6.2)", "alembic (==1.2.1)", "async-timeout (==3.0.1)", "attrs (==19.2.0)", "chardet (==3.0.4)", "click (==7.0)", "fuzzywuzzy (==0.17.0)", "idna (==2.8)", "jinja2 (==2.10.3)", "loguru (==0.3.2)", "lupa (==1.8)", "mako (==1.1.0)", "markupsafe (==1.1.1)", "multidict (==4.5.2)", "prompt-toolkit (==2.0.10)", "pydantic (==0.32.2)", "python-dateutil (==2.8.0)", "python-editor (==1.0.4)", "questionary (==1.3.0)", "six (==1.12.0)", "sqlalchemy (==1.3.10)", "texttable (==1.6.2)", "wcwidth (==0.1.7)", "yarl (==1.3.0)", "typing-extensions (==3.7.4) ; python_version < \"3.8\"" ], "requires_python": "~=3.7", "summary": "A CLI for managing World of Warcraft add-ons.", "version": "1.6.0" }, "last_serial": 5965904, "releases": { "0.14": [ { "comment_text": "", "digests": { "md5": "4b5cb6d0b9e621a8a7cf3b066b7dec3c", "sha256": "7872257d4eddbd74ecbbd4a53b2434ce6b18e40443b2c777ae28fa762c2d6677" }, "downloads": -1, "filename": "instawow-0.14.tar.gz", "has_sig": false, "md5_digest": "4b5cb6d0b9e621a8a7cf3b066b7dec3c", "packagetype": "sdist", "python_version": "source", "requires_python": "~=3.6", "size": 20116, "upload_time": "2018-06-02T12:18:33", "url": "https://files.pythonhosted.org/packages/fc/bb/972f8f5f496d41618f3d65e40bcd38a1ce07c5b104ad078b1735fdde83e5/instawow-0.14.tar.gz" } ], "0.15": [ { "comment_text": "", "digests": { "md5": "c99471f59183bd10ce4a18cf4aaf68d5", "sha256": "1aa63f8babeaea56608baf2a2b7ec673f94f4c5561cc93ce370534db394b7253" }, "downloads": -1, "filename": "instawow-0.15.tar.gz", "has_sig": false, "md5_digest": "c99471f59183bd10ce4a18cf4aaf68d5", "packagetype": "sdist", "python_version": "source", "requires_python": "~=3.6", "size": 19744, "upload_time": "2018-06-11T23:36:04", "url": "https://files.pythonhosted.org/packages/54/26/e096c4cc85f61a48f46a3471a4fb3c427bc06973dd85f90c0016f31de23b/instawow-0.15.tar.gz" } ], "0.16": [ { "comment_text": "", "digests": { "md5": "af7bde053726dc770c335f0b135b7677", "sha256": "379966efcb92c37cef4f3b24fbff2cd0b6eef8c3046d7273d0e6adf2e03f64a7" }, "downloads": -1, "filename": "instawow-0.16.tar.gz", "has_sig": false, "md5_digest": "af7bde053726dc770c335f0b135b7677", "packagetype": "sdist", "python_version": "source", "requires_python": "~=3.6", "size": 19835, "upload_time": "2018-06-12T12:43:58", "url": "https://files.pythonhosted.org/packages/4e/ae/e33e758a1384e96c1cc7c0e3a856e8e91f2101a52cc8af2f2cc9dde30087/instawow-0.16.tar.gz" } ], "0.17": [ { "comment_text": "", "digests": { "md5": "122df7d43d33a333857c17c553c6714b", "sha256": "36f9007df2b6dd69d9e796984eddead6c93a438da77a168d189b4a07a0f501ba" }, "downloads": -1, "filename": "instawow-0.17.tar.gz", "has_sig": false, "md5_digest": "122df7d43d33a333857c17c553c6714b", "packagetype": "sdist", "python_version": "source", "requires_python": "~=3.6", "size": 20654, "upload_time": "2018-07-02T18:38:10", "url": "https://files.pythonhosted.org/packages/0f/3c/1926be069424aab31d4965c86d8ff4fefa1762338cda316d165dbb5d5245/instawow-0.17.tar.gz" } ], "0.18": [ { "comment_text": "", "digests": { "md5": "068a4dd373d3835c9700bafc2b855e72", "sha256": "7f5c8d106db836eb3b483fae7ac57fc5aa13463563300ef3f99d20b67caefd9c" }, "downloads": -1, "filename": "instawow-0.18.tar.gz", "has_sig": false, "md5_digest": "068a4dd373d3835c9700bafc2b855e72", "packagetype": "sdist", "python_version": "source", "requires_python": "~=3.6", "size": 20158, "upload_time": "2018-07-14T10:09:39", "url": "https://files.pythonhosted.org/packages/c2/10/1303b07cd266fd7c4c790e9bac6d0c5670fec5ed033d0d2a8d7003e98c5d/instawow-0.18.tar.gz" } ], "0.19": [ { "comment_text": "", "digests": { "md5": "73e9a7a634e35c4cabca790a5e34647b", "sha256": "a8ff129ea2e91aca7cb5d2f8a525f35ef0bb2e2e7e4c234ccf593f631f7778ed" }, "downloads": -1, "filename": "instawow-0.19.tar.gz", "has_sig": false, "md5_digest": "73e9a7a634e35c4cabca790a5e34647b", "packagetype": "sdist", "python_version": "source", "requires_python": "~=3.6", "size": 20197, "upload_time": "2018-07-19T20:48:52", "url": "https://files.pythonhosted.org/packages/1e/93/2694989b254ced4033e4bac6d8b48f0b703b4fb8e2bc259c0310df39e4d3/instawow-0.19.tar.gz" } ], "0.20": [ { "comment_text": "", "digests": { "md5": "c6ea86217f2792b79c7faafd61ca6494", "sha256": "a1ee30a4ade3c4ee486580724752d1889bcb1096bcb0e9b54e5ad03878711b3e" }, "downloads": -1, "filename": "instawow-0.20.tar.gz", "has_sig": false, "md5_digest": "c6ea86217f2792b79c7faafd61ca6494", "packagetype": "sdist", "python_version": "source", "requires_python": "~=3.6", "size": 20010, "upload_time": "2018-08-13T21:13:09", "url": "https://files.pythonhosted.org/packages/9f/90/1a76f6408d266b19517433d064b9b6396054c7c4262fe19f96f0b116f264/instawow-0.20.tar.gz" } ], "0.21": [ { "comment_text": "", "digests": { "md5": "d01e1ee008389a9623e81dd81fc018a5", "sha256": "bbe3d770b18013f6c74cce907ff594661390be9379e3c8da9c952fe3e1b558a9" }, "downloads": -1, "filename": "instawow-0.21.tar.gz", "has_sig": false, "md5_digest": "d01e1ee008389a9623e81dd81fc018a5", "packagetype": "sdist", "python_version": "source", "requires_python": "~=3.6", "size": 20017, "upload_time": "2018-10-23T13:36:53", "url": "https://files.pythonhosted.org/packages/ac/a9/2f9a48082e8a7d3ef3b887b3450fcbd8ecc28aa0ff92f99f1b9ce2cef722/instawow-0.21.tar.gz" } ], "0.22": [ { "comment_text": "", "digests": { "md5": "bc4cfcbbd72e0c4a581557f24158eefb", "sha256": "48f33e54ef01aacbd039c522ca9c3b144d54ac0f39384a6efa153355bef27c93" }, "downloads": -1, "filename": "instawow-0.22.tar.gz", "has_sig": false, "md5_digest": "bc4cfcbbd72e0c4a581557f24158eefb", "packagetype": "sdist", "python_version": "source", "requires_python": "~=3.6", "size": 32239, "upload_time": "2019-01-19T13:45:21", "url": "https://files.pythonhosted.org/packages/4d/d5/cd0862b183f33804e13936057ae49698a619e7a8bc43b173080e2c5f4d91/instawow-0.22.tar.gz" } ], "0.23": [ { "comment_text": "", "digests": { "md5": "961f95e5d1a2133ad27c027988515625", "sha256": "9c68aac40357911935a9f686109b181a21a25134d16f6f32238a4c2c96f1eb5e" }, "downloads": -1, "filename": "instawow-0.23.tar.gz", "has_sig": false, "md5_digest": "961f95e5d1a2133ad27c027988515625", "packagetype": "sdist", "python_version": "source", "requires_python": "~=3.6", "size": 32358, "upload_time": "2019-01-24T23:46:14", "url": "https://files.pythonhosted.org/packages/bb/ed/e0273e18f824793a4d0529a6a79cb7379cd7e5c06608b506cb614bf95c64/instawow-0.23.tar.gz" } ], "0.24": [ { "comment_text": "", "digests": { "md5": "427ec0f00ccd3ffe0af1743d1bd5fe16", "sha256": "e87fe01323000b284534519e5610c06816ac6a497343768367e4d3232a582013" }, "downloads": -1, "filename": "instawow-0.24-py3-none-any.whl", "has_sig": false, "md5_digest": "427ec0f00ccd3ffe0af1743d1bd5fe16", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": "~=3.6", "size": 33273, "upload_time": "2019-02-02T21:32:27", "url": "https://files.pythonhosted.org/packages/7d/99/65edabfc0e5a16f55ec6f31da0766f518f8d3b88b59a2424841e535a576a/instawow-0.24-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b7d47228113e71851aa341d80bce2e6c", "sha256": "5026dcd09372502edadbe970ac49d5b6dfeb9340fbebc93a0d288aef908a9a18" }, "downloads": -1, "filename": "instawow-0.24.tar.gz", "has_sig": false, "md5_digest": "b7d47228113e71851aa341d80bce2e6c", "packagetype": "sdist", "python_version": "source", "requires_python": "~=3.6", "size": 32594, "upload_time": "2019-02-02T21:32:30", "url": "https://files.pythonhosted.org/packages/7c/14/32d2990abc7961ea247ce83f6ea1ac5f3a6697509547b99c2e27f072b23d/instawow-0.24.tar.gz" } ], "0.25": [ { "comment_text": "", "digests": { "md5": "7bd23fd3d773c45005321ba2610aadc8", "sha256": "ddd8130c75cc25fe7ba808545b152a660a53b46262972ab935adf3c05210719d" }, "downloads": -1, "filename": "instawow-0.25.tar.gz", "has_sig": false, "md5_digest": "7bd23fd3d773c45005321ba2610aadc8", "packagetype": "sdist", "python_version": "source", "requires_python": "~=3.7", "size": 36604, "upload_time": "2019-02-14T12:10:27", "url": "https://files.pythonhosted.org/packages/f9/97/76a1dff30bcef0795a14ae369c2cdd7bb4d7de5f8080265f4fdeacce0427/instawow-0.25.tar.gz" } ], "0.8.1": [ { "comment_text": "", "digests": { "md5": "41e710ad769b2ad57048916647878469", "sha256": "c4f687c8084f10d2ba26d537d5ace1e921f086e1fa809919d393e1ac11252e17" }, "downloads": -1, "filename": "instawow-0.8.1.tar.gz", "has_sig": false, "md5_digest": "41e710ad769b2ad57048916647878469", "packagetype": "sdist", "python_version": "source", "requires_python": "~=3.6", "size": 17776, "upload_time": "2017-09-30T18:14:26", "url": "https://files.pythonhosted.org/packages/79/c9/e06c76c2ef3c8f4817177f80c24efc25574bab32067cd004565e74d3764d/instawow-0.8.1.tar.gz" } ], "0.8.2": [ { "comment_text": "", "digests": { "md5": "8fa625b3d0661096e30d5557ae80039e", "sha256": "5f019ca9564ceceda339b88f90147e4d629299c49a789d64ee7ebc453b97ff44" }, "downloads": -1, "filename": "instawow-0.8.2.tar.gz", "has_sig": false, "md5_digest": "8fa625b3d0661096e30d5557ae80039e", "packagetype": "sdist", "python_version": "source", "requires_python": "~=3.6", "size": 17842, "upload_time": "2017-10-18T12:46:41", "url": "https://files.pythonhosted.org/packages/49/e3/f793167ba3d1cb27d421f9fa911a88d31fc6d88da17002d1d11d9f0f8125/instawow-0.8.2.tar.gz" } ], "0.8.3": [ { "comment_text": "", "digests": { "md5": "6e262be161e7d10b80587ee46d5fc079", "sha256": "dd24f19a6564cd11949e6dbffe30a772a119f0e49e27fe5376e3efefd1081800" }, "downloads": -1, "filename": "instawow-0.8.3.tar.gz", "has_sig": false, "md5_digest": "6e262be161e7d10b80587ee46d5fc079", "packagetype": "sdist", "python_version": "source", "requires_python": "~=3.6", "size": 17854, "upload_time": "2017-10-18T21:14:13", "url": "https://files.pythonhosted.org/packages/f2/ec/c2328ae862134c7175955108e606af6b0f41251a8c8987339f5223a0a1eb/instawow-0.8.3.tar.gz" } ], "0.8.4": [ { "comment_text": "", "digests": { "md5": "b8755337f167c39f6f28b8194eafca31", "sha256": "e9580887688d05eea3061745b44dd7044cc146c3e97aec16a5611aaa67676f3e" }, "downloads": -1, "filename": "instawow-0.8.4.tar.gz", "has_sig": false, "md5_digest": "b8755337f167c39f6f28b8194eafca31", "packagetype": "sdist", "python_version": "source", "requires_python": "~=3.6", "size": 17869, "upload_time": "2017-10-22T22:38:13", "url": "https://files.pythonhosted.org/packages/aa/e5/86153ac0f1583bb3b05675db58b51c46602fe886a5f8d56850bba43f6a13/instawow-0.8.4.tar.gz" } ], "0.9": [ { "comment_text": "", "digests": { "md5": "920fab599dcabb3c24d275857ed93f51", "sha256": "77d6b5a2b38435be0f2d75153154ea13d9c3e2ae790202c7dde65fab5b2b8055" }, "downloads": -1, "filename": "instawow-0.9.tar.gz", "has_sig": false, "md5_digest": "920fab599dcabb3c24d275857ed93f51", "packagetype": "sdist", "python_version": "source", "requires_python": "~=3.6", "size": 17925, "upload_time": "2017-11-29T17:38:10", "url": "https://files.pythonhosted.org/packages/8f/be/1d9f870af8be16054018464a96e08862d8d40e6a372474dd2f1f55d02399/instawow-0.9.tar.gz" } ], "1.0.0": [ { "comment_text": "", "digests": { "md5": "eb3f2998e7ca5670188f45bf0d5b0294", "sha256": "eef8e4a875cced87f165247b1e1e8ac06fe79d2fef74a5cde34fec45bd33f3bf" }, "downloads": -1, "filename": "instawow-1.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "eb3f2998e7ca5670188f45bf0d5b0294", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": "~=3.7", "size": 43030, "upload_time": "2019-02-26T18:47:38", "url": "https://files.pythonhosted.org/packages/5f/0d/deb61c1562c22302d409e43786f00b121c37dfac21d25733e69252e7ab8a/instawow-1.0.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "4783c57196b4e9efd8ebb3a88f8cbb92", "sha256": "58607cd2b9fe28c050f061ed96166f7b8a611094f8c14793f5b30913f5f9c4da" }, "downloads": -1, "filename": "instawow-1.0.0.tar.gz", "has_sig": false, "md5_digest": "4783c57196b4e9efd8ebb3a88f8cbb92", "packagetype": "sdist", "python_version": "source", "requires_python": "~=3.7", "size": 40792, "upload_time": "2019-02-26T18:41:07", "url": "https://files.pythonhosted.org/packages/6d/ef/27275440f6cb8245ccdc278a94f1aabc897a03fd43678eaa51b4aa0f8e82/instawow-1.0.0.tar.gz" } ], "1.2.0": [ { "comment_text": "", "digests": { "md5": "8c89ad63151ed5948277b65182949373", "sha256": "a1360be02cf6c543ccdb0cad3e96b1bd66ce8e0cee48b31ab139dffb757fdfa4" }, "downloads": -1, "filename": "instawow-1.2.0.tar.gz", "has_sig": false, "md5_digest": "8c89ad63151ed5948277b65182949373", "packagetype": "sdist", "python_version": "source", "requires_python": "~=3.7", "size": 50722, "upload_time": "2019-06-28T13:16:19", "url": "https://files.pythonhosted.org/packages/d9/15/6856262fd37946b835fe98967d3d617cae44d324a1f5b23fd963d98bab92/instawow-1.2.0.tar.gz" } ], "1.2.1": [ { "comment_text": "", "digests": { "md5": "3a5215587b634871ae3cb73a287f22d2", "sha256": "62497f17721bff78e4436c9a55b8d121322c4ce9e637577e951b118dd302d0be" }, "downloads": -1, "filename": "instawow-1.2.1.tar.gz", "has_sig": false, "md5_digest": "3a5215587b634871ae3cb73a287f22d2", "packagetype": "sdist", "python_version": "source", "requires_python": "~=3.7", "size": 56414, "upload_time": "2019-06-28T14:00:33", "url": "https://files.pythonhosted.org/packages/b9/4f/7dfee758280f7a3bb10a47c35b97c2118668b46b0c748b08fae1acd3a1d5/instawow-1.2.1.tar.gz" } ], "1.2.2": [ { "comment_text": "", "digests": { "md5": "083f1abbb3bdf129324f6f8e90ab4b56", "sha256": "c7d9fccf8c6e9f9f1e9cdac6c455fdabf3dd23ea4ec6ee6427ef3eea8a8b8f0a" }, "downloads": -1, "filename": "instawow-1.2.2.tar.gz", "has_sig": false, "md5_digest": "083f1abbb3bdf129324f6f8e90ab4b56", "packagetype": "sdist", "python_version": "source", "requires_python": "~=3.7", "size": 56438, "upload_time": "2019-06-28T23:16:26", "url": "https://files.pythonhosted.org/packages/85/3c/3e81e29e9564f5a87f4e7f88a0147f807a9d57659d2de9f8603913d22339/instawow-1.2.2.tar.gz" } ], "1.2.3": [ { "comment_text": "", "digests": { "md5": "e786c04cb233571d6cafe9793cbd39f1", "sha256": "a9262a146798c99b266244787b5c6d3b45cfe3386261cc159a10d51ffac57f6d" }, "downloads": -1, "filename": "instawow-1.2.3.tar.gz", "has_sig": false, "md5_digest": "e786c04cb233571d6cafe9793cbd39f1", "packagetype": "sdist", "python_version": "source", "requires_python": "~=3.7", "size": 56371, "upload_time": "2019-06-29T09:17:30", "url": "https://files.pythonhosted.org/packages/1d/97/e82222c82e0762c7f4c6f6f2f2775395917fb5d44077734037d7e69c1adf/instawow-1.2.3.tar.gz" } ], "1.2.4": [ { "comment_text": "", "digests": { "md5": "7f9e15cc3a7a06d10a358ddc50d52e8c", "sha256": "33727626db130cec667ad30966806ce3ce89fad1d9ed2293033dadede6389a32" }, "downloads": -1, "filename": "instawow-1.2.4.tar.gz", "has_sig": false, "md5_digest": "7f9e15cc3a7a06d10a358ddc50d52e8c", "packagetype": "sdist", "python_version": "source", "requires_python": "~=3.7", "size": 56273, "upload_time": "2019-07-19T00:55:52", "url": "https://files.pythonhosted.org/packages/e1/b8/afc5974d249306fa806aa1f44702b638bc56d57f127e016216e3f97f2245/instawow-1.2.4.tar.gz" } ], "1.2.5": [ { "comment_text": "", "digests": { "md5": "3a10cce9f3258eefe0087c1841b8f0d1", "sha256": "abd49b55522e94d69a5c6ff01b323d0821ca06ef2fda18683ae06a79400c3512" }, "downloads": -1, "filename": "instawow-1.2.5.tar.gz", "has_sig": false, "md5_digest": "3a10cce9f3258eefe0087c1841b8f0d1", "packagetype": "sdist", "python_version": "source", "requires_python": "~=3.7", "size": 56276, "upload_time": "2019-08-02T15:24:03", "url": "https://files.pythonhosted.org/packages/04/cf/6b5e6a26c22611eb697f46c3875f35dad274b48a5e8d99dcca9f4007cab7/instawow-1.2.5.tar.gz" } ], "1.2.6": [ { "comment_text": "", "digests": { "md5": "ca26a8af813145eae6486bf2daa865a6", "sha256": "d8be0ca2d3cb0bc7a27212f128ac87a2fe4a95144e4e260f390613964aa37002" }, "downloads": -1, "filename": "instawow-1.2.6.tar.gz", "has_sig": false, "md5_digest": "ca26a8af813145eae6486bf2daa865a6", "packagetype": "sdist", "python_version": "source", "requires_python": "~=3.7", "size": 57040, "upload_time": "2019-08-16T09:16:21", "url": "https://files.pythonhosted.org/packages/45/ce/8ea874119669329d20dc1c9afde8ba5aecb3e54c5995ce1ca287bdd8ab7b/instawow-1.2.6.tar.gz" } ], "1.3.0": [ { "comment_text": "", "digests": { "md5": "b5b49cc2dfae6e0fb9b53277d7998912", "sha256": "14814a2613524af7425c5d26477332c6f42be50a31b3bd17ee75d3441da91e71" }, "downloads": -1, "filename": "instawow-1.3.0.tar.gz", "has_sig": false, "md5_digest": "b5b49cc2dfae6e0fb9b53277d7998912", "packagetype": "sdist", "python_version": "source", "requires_python": "~=3.7", "size": 53273, "upload_time": "2019-08-31T15:05:46", "url": "https://files.pythonhosted.org/packages/d5/bd/57418047b7a74308fa7c5b8f165c7d2d88e0b104b43143a36e0df1a54478/instawow-1.3.0.tar.gz" } ], "1.3.1": [ { "comment_text": "", "digests": { "md5": "17d26baccbbbdd844b0e8cb2a0e364ee", "sha256": "6d026cd273fdb6b5cf303d9c35131dfb0d2530451ef499ce5fdf1f4f37c60e56" }, "downloads": -1, "filename": "instawow-1.3.1.tar.gz", "has_sig": false, "md5_digest": "17d26baccbbbdd844b0e8cb2a0e364ee", "packagetype": "sdist", "python_version": "source", "requires_python": "~=3.7", "size": 53256, "upload_time": "2019-08-31T22:28:58", "url": "https://files.pythonhosted.org/packages/be/8e/a6a349432b80a3326b4332e4ba8dc1dfe536c18667437df17a349b83205c/instawow-1.3.1.tar.gz" } ], "1.3.2": [ { "comment_text": "", "digests": { "md5": "2a295672f618dc9b7571244e010c1714", "sha256": "0655a73184b388c78608c6599616f246accbba3e34ad6915a5c456cd19e8ad27" }, "downloads": -1, "filename": "instawow-1.3.2.tar.gz", "has_sig": false, "md5_digest": "2a295672f618dc9b7571244e010c1714", "packagetype": "sdist", "python_version": "source", "requires_python": "~=3.7", "size": 53346, "upload_time": "2019-09-01T10:10:16", "url": "https://files.pythonhosted.org/packages/26/cd/8783a7df9c64f3f5acc191a94de176d81d8723dab6a72bf184c720ebd941/instawow-1.3.2.tar.gz" } ], "1.4.0": [ { "comment_text": "", "digests": { "md5": "01e2cc0c335a74a4270348c6a3cc5258", "sha256": "2b1183649d6f45a75c0aa435f1cf0341fd54509b6cd6e5c7956e6f0a0c6c3425" }, "downloads": -1, "filename": "instawow-1.4.0.tar.gz", "has_sig": false, "md5_digest": "01e2cc0c335a74a4270348c6a3cc5258", "packagetype": "sdist", "python_version": "source", "requires_python": "~=3.7", "size": 59074, "upload_time": "2019-09-14T13:56:50", "url": "https://files.pythonhosted.org/packages/da/de/1d0f9bbed3894afcb1d1bc534aebb2dcedc910b7c2e17eb223195c5707df/instawow-1.4.0.tar.gz" } ], "1.4.2": [ { "comment_text": "", "digests": { "md5": "33e3219ae0921773a54c90dda85e70e6", "sha256": "b8b04a8fa4fa938db2f0a479dc8a4a42c414dcd9c1cf09a7082ab9a1ceb7831b" }, "downloads": -1, "filename": "instawow-1.4.2.tar.gz", "has_sig": false, "md5_digest": "33e3219ae0921773a54c90dda85e70e6", "packagetype": "sdist", "python_version": "source", "requires_python": "~=3.7", "size": 49594, "upload_time": "2019-09-22T17:56:40", "url": "https://files.pythonhosted.org/packages/1d/37/427447f66eea28c936ef9134ed7714fdb5ec86a2bb9492bf9419166ccfdb/instawow-1.4.2.tar.gz" } ], "1.4.3": [ { "comment_text": "", "digests": { "md5": "2eb52f50b871d3ccc37825396b0f32cb", "sha256": "e72d68aed32fda9a49442bb21e54b0cdb8980376c74a9de53f308ad3a3b7b235" }, "downloads": -1, "filename": "instawow-1.4.3.tar.gz", "has_sig": false, "md5_digest": "2eb52f50b871d3ccc37825396b0f32cb", "packagetype": "sdist", "python_version": "source", "requires_python": "~=3.7", "size": 49610, "upload_time": "2019-09-22T20:03:33", "url": "https://files.pythonhosted.org/packages/0c/47/7228c81b1e38f7a91aa264a22bd8f37e3774bed7ca3e498ab02413b12dd5/instawow-1.4.3.tar.gz" } ], "1.4.4": [ { "comment_text": "", "digests": { "md5": "8e505f00fdf3fba894385eb23a3677b1", "sha256": "2f3f8e41b2ab006b97fd2674bb8f5ba8656b035916be19d8bbab0866046c4744" }, "downloads": -1, "filename": "instawow-1.4.4.tar.gz", "has_sig": false, "md5_digest": "8e505f00fdf3fba894385eb23a3677b1", "packagetype": "sdist", "python_version": "source", "requires_python": "~=3.7", "size": 49644, "upload_time": "2019-09-24T10:01:34", "url": "https://files.pythonhosted.org/packages/72/92/133944eec80679a18eb8be5f89b4cdd31f306ff5180072df1e18c13f4ca5/instawow-1.4.4.tar.gz" } ], "1.4.5": [ { "comment_text": "", "digests": { "md5": "3f716428ef912d11930de4de259832ce", "sha256": "33e69088122f0f8068885fe3b52f352b84ef79cd6b0d958013d586b9cc5e6887" }, "downloads": -1, "filename": "instawow-1.4.5.tar.gz", "has_sig": false, "md5_digest": "3f716428ef912d11930de4de259832ce", "packagetype": "sdist", "python_version": "source", "requires_python": "~=3.7", "size": 49812, "upload_time": "2019-09-26T13:17:44", "url": "https://files.pythonhosted.org/packages/41/0e/b57d85804a308cfce013f47c5d120da38e03e4f9c0c0d745ea91a6d986cf/instawow-1.4.5.tar.gz" } ], "1.5.0": [ { "comment_text": "", "digests": { "md5": "29b7dc44bf139ce10d05b9dd2aa64376", "sha256": "4737a9ab789a6c885b5ceb3ca3b9a3b96af51d569a10e0c2d7a3f8519261a6cd" }, "downloads": -1, "filename": "instawow-1.5.0.tar.gz", "has_sig": false, "md5_digest": "29b7dc44bf139ce10d05b9dd2aa64376", "packagetype": "sdist", "python_version": "source", "requires_python": "~=3.7", "size": 51083, "upload_time": "2019-09-29T13:55:27", "url": "https://files.pythonhosted.org/packages/31/b5/41a3475e2d6aa9b3ed2ef3deab1124429a4b3095fbe8df2779d6325a01ae/instawow-1.5.0.tar.gz" } ], "1.5.1": [ { "comment_text": "", "digests": { "md5": "2cf5b566087c30f026e7068d1e609a52", "sha256": "f51651ddf65b504bf0810ce4ca21ed6c176f0e2ae8e82695362b0e4127e69921" }, "downloads": -1, "filename": "instawow-1.5.1.tar.gz", "has_sig": false, "md5_digest": "2cf5b566087c30f026e7068d1e609a52", "packagetype": "sdist", "python_version": "source", "requires_python": "~=3.7", "size": 51353, "upload_time": "2019-10-05T17:18:13", "url": "https://files.pythonhosted.org/packages/6d/8b/99b05fa7bd03c1a3c78a696f03d2733592a7476edfe8210a3a7381f1d9a8/instawow-1.5.1.tar.gz" } ], "1.5.2": [ { "comment_text": "", "digests": { "md5": "f81a131a7b73fb356d31dcd9bc0399cf", "sha256": "0862ee9dc242e589fa3bab8d438f75c00c2bb9f4364ba43dea1845b1e3467863" }, "downloads": -1, "filename": "instawow-1.5.2.tar.gz", "has_sig": false, "md5_digest": "f81a131a7b73fb356d31dcd9bc0399cf", "packagetype": "sdist", "python_version": "source", "requires_python": "~=3.7", "size": 51632, "upload_time": "2019-10-06T13:58:08", "url": "https://files.pythonhosted.org/packages/1c/90/a940ef1fdd9eb444cf82ebc6ceb72b3bcb273cc0de5eb85a90a0d0d9b4e4/instawow-1.5.2.tar.gz" } ], "1.5.3": [ { "comment_text": "", "digests": { "md5": "bc8b540246ef1e88dfc1dc22cba39d04", "sha256": "4fb7e065618e411846992aa8de354672b3cd4a2ca7690568c9bca4619cff2c8c" }, "downloads": -1, "filename": "instawow-1.5.3.tar.gz", "has_sig": false, "md5_digest": "bc8b540246ef1e88dfc1dc22cba39d04", "packagetype": "sdist", "python_version": "source", "requires_python": "~=3.7", "size": 51622, "upload_time": "2019-10-06T14:22:32", "url": "https://files.pythonhosted.org/packages/13/92/01f088f1ed253a0f03fe934ba6d9e9fcb069313e513914f93c8eeaddbb5f/instawow-1.5.3.tar.gz" } ], "1.5.4": [ { "comment_text": "", "digests": { "md5": "fdbe7082d917d0bee340f755ce678c76", "sha256": "ff6a2d579222795ff5856bcc49aef08b7a8173ddb15d7c7ef68e2c841c7fb947" }, "downloads": -1, "filename": "instawow-1.5.4.tar.gz", "has_sig": false, "md5_digest": "fdbe7082d917d0bee340f755ce678c76", "packagetype": "sdist", "python_version": "source", "requires_python": "~=3.7", "size": 51701, "upload_time": "2019-10-08T10:54:31", "url": "https://files.pythonhosted.org/packages/74/5a/53fb7df19c79c4614935fdd5775ad0c3e95bdd25cb4650a1608edb558dc1/instawow-1.5.4.tar.gz" } ], "1.6.0": [ { "comment_text": "", "digests": { "md5": "3e9ee2b5287360f51f3179416423af97", "sha256": "6ec50f6093f8b11ddae7f95cfa84a10546f762e5988cf86b913259f178f868a9" }, "downloads": -1, "filename": "instawow-1.6.0-py3-none-any.whl", "has_sig": false, "md5_digest": "3e9ee2b5287360f51f3179416423af97", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": "~=3.7", "size": 57899, "upload_time": "2019-10-13T00:23:58", "url": "https://files.pythonhosted.org/packages/21/7f/dca57932aec164b30c5e4638da320aef81f764bafc57af965e40930c7f08/instawow-1.6.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a65e36b40cedbd8a915b88dd76b8d820", "sha256": "7c883035502fd5419f04a2fd25c5e8460038038debe0eab2dd685cac2089c766" }, "downloads": -1, "filename": "instawow-1.6.0.tar.gz", "has_sig": false, "md5_digest": "a65e36b40cedbd8a915b88dd76b8d820", "packagetype": "sdist", "python_version": "source", "requires_python": "~=3.7", "size": 53937, "upload_time": "2019-10-13T00:24:00", "url": "https://files.pythonhosted.org/packages/58/e5/ffeec394a2598d2c888dbaea8f2138bd967298b45935a7f5a0edd2bb3f28/instawow-1.6.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "3e9ee2b5287360f51f3179416423af97", "sha256": "6ec50f6093f8b11ddae7f95cfa84a10546f762e5988cf86b913259f178f868a9" }, "downloads": -1, "filename": "instawow-1.6.0-py3-none-any.whl", "has_sig": false, "md5_digest": "3e9ee2b5287360f51f3179416423af97", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": "~=3.7", "size": 57899, "upload_time": "2019-10-13T00:23:58", "url": "https://files.pythonhosted.org/packages/21/7f/dca57932aec164b30c5e4638da320aef81f764bafc57af965e40930c7f08/instawow-1.6.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a65e36b40cedbd8a915b88dd76b8d820", "sha256": "7c883035502fd5419f04a2fd25c5e8460038038debe0eab2dd685cac2089c766" }, "downloads": -1, "filename": "instawow-1.6.0.tar.gz", "has_sig": false, "md5_digest": "a65e36b40cedbd8a915b88dd76b8d820", "packagetype": "sdist", "python_version": "source", "requires_python": "~=3.7", "size": 53937, "upload_time": "2019-10-13T00:24:00", "url": "https://files.pythonhosted.org/packages/58/e5/ffeec394a2598d2c888dbaea8f2138bd967298b45935a7f5a0edd2bb3f28/instawow-1.6.0.tar.gz" } ] }