{ "info": { "author": "upbit", "author_email": "rmusique@gmail.com", "bugtrack_url": null, "classifiers": [ "Operating System :: OS Independent", "Programming Language :: Python :: 2", "Programming Language :: Python :: 3" ], "description": "PixivPy ![Build Status](https://github.com/upbit/pixivpy/workflows/pixivpy/badge.svg?branch=master) [![PyPI version](https://badge.fury.io/py/PixivPy.svg)](https://badge.fury.io/py/PixivPy)\n======\n\n> Due to [#158](https://github.com/upbit/pixivpy/issues) reason, password login no longer exist. Please use `api.auth(refresh_token=REFRESH_TOKEN)` instead\n>\n> To get `refresh_token`, see [@ZipFile Pixiv OAuth Flow](https://gist.github.com/ZipFile/c9ebedb224406f4f11845ab700124362) or [OAuth with Selenium/ChromeDriver]( https://gist.github.com/upbit/6edda27cb1644e94183291109b8a5fde)\n\n_Pixiv API for Python (with Auth supported)_\n\n* [2022/02/04] Remove Public-API support as it's deprecated by Pixiv, see [!201](https://github.com/upbit/pixivpy/commit/74e114e1cfe51e6c0e8c30c2024bcfcf0bae7ccc)\n* [2021/11/23] Add `illust_new` for get latest works, see [!189](https://github.com/upbit/pixivpy/commit/024d4e7212582ca6f31ef5592b4b5b46cb351cbc)\n* [2021/03/02] Add user `follow/unfollow`, add `novel` API, see [!161](https://github.com/upbit/pixivpy/pull/161/files) (thanks [@y-young](https://github.com/y-young), [@invobzvr](https://github.com/invobzvr))\n* [2020/10/17] Use [cloudscraper](https://github.com/VeNoMouS/cloudscraper) to bypass Cloudflare, fixed issue #140 (thanks [@lllusion3469](https://github.com/lllusion3469))\n* [2020/07/19] Add date specification for `search_illust()` (thanks [Xdynix](https://github.com/Xdynix))\n* [2020/06/06] Add `AppPixivAPI().search_novel()` for novel search\n* [2019/09/23] \u589e\u52a0\u5927\u9646\u5730\u533aAppAPI\u7684\u514d\u7ffb\u5899\u8bbf\u95ee\u652f\u6301, release v3.5 (See [example_bypass_sni.py](https://github.com/upbit/pixivpy/blob/master/example_bypass_sni.py), thanks [@Notsfsssf](https://github.com/Notsfsssf))\n* [2019/09/03] Support new auth() check `X-Client-Time/X-Client-Hash` (thanks [DaRealFreak](https://github.com/DaRealFreak), [#83](https://github.com/upbit/pixivpy/issues/83))\n* [2019/04/27] Support hosts proxy for AppAPI, which can use behind the Great Wall (See [example_api_proxy.py](https://github.com/upbit/pixivpy/blob/master/example_api_proxy.py))\n* [2017/04/18] Fix encoder BUG for `illust_bookmark_add()/illust_bookmark_delete()` params (thanks [naplings](https://github.com/naplings))\n* [2017/01/05] Add `PixivAPI().works()` liked API `illust_detail()` for App-API (thanks [Mapaler](https://github.com/Mapaler)), release v3.3\n* [2016/12/17] Fixed encoding BUG for Public-API, see #26 (thanks [Xdynix](https://github.com/Xdynix))\n* [2016/07/27] Now `AppPixivAPI()` can call **without auth** (thanks [zzycami](https://github.com/zzycami)), check [demo.py](https://github.com/upbit/pixivpy/blob/b83578e066ddcba86295676d931ff3313d138b22/demo.py#L268)\n* [2016/07/20] New **App-API** (Experimental) for `PixivIOSApp/6.0.9`\n* [2016/07/11] Add new [iOS 6.x API](https://github.com/upbit/pixivpy/wiki#6x-api) reference to Wiki\n* [2015/12/02] Add write API for favorite an user / illust, release v3.1\n* [2015/08/11] Remove SPAI and release v3.0 (pixivpy3) (Public-API with Search API)\n* [2015/05/16] As Pixiv **deprecated** SAPI in recent days, push new Public-API **ranking_all**\n* [2014/10/07] New framework, **SAPI / Public-API** supported (requests needed)\n\nUse pip for installing:\n\n~~~\npip install pixivpy --upgrade\n~~~\n\nRequirements: [requests](https://pypi.python.org/pypi/requests)\n\n### [Mikubill/PixivPy-Async](https://github.com/Mikubill/pixivpy-async): Async Pixiv API for Python 3\n\n\u6027\u80fd\u5bf9\u6bd4\uff08\u9700\u8981\u9ad8\u6027\u80fd\u8bbf\u95ee\u573a\u666f\uff0c\u53ef\u4ee5\u53c2\u8003[\u8fd9\u4e2a\u811a\u672c](https://github.com/Mikubill/pixivpy-async/blob/master/Perf.py)\uff09\n\n@Mikubill: \u7b80\u5355\u8fdb\u884c\u4e86\u4e00\u4e0b\u5e76\u53d1\u6d4b\u8bd5\u3002\uff08\u649e\u4e86N\u6b21Rate Limit...)\n\n`sg -> Singapore, jp -> Japan, unit -> second`\n\n| Method | Sync(10,sg) | Async(10,sg) | Sync(200,sg) | Async(200,sg) |\n| ---- | ---- | ---- | ---- | ---- |\n| illust_detail | 1.1209 | 0.8641 | 31.7041 | 2.4580 |\n| illust_ranking | 1.0697 | 0.7936 | 28.4539 | 2.0693 |\n| user_illusts | 0.8824 | 0.7505 | 28.3981 | 1.8199 |\n| user_detail | 0.9628 | 0.7550 | 28.3055 | 1.7738 |\n| ugoira_metadata | 0.8509 | 0.7459 | 29.5566 | 2.2331 |\n| works | 1.1204 | 0.8912 | 32.2068 | 2.8513 |\n| me_following_works | 1.1253 | 0.7845 | 39.3142 | 2.2785 |\n| ranking | 1.0946 | 0.7944 | 39.6509 | 2.6548 |\n| latest_works | 1.0483 | 0.8667 | 36.1992 | 2.5066 |\n\n\n| Method | Sync(500,jp) | Async(500,jp) |\n| ---- | ---- | ---- |\n| illust_detail |6.2178 | 0.6400 |\n| illust_ranking |6.4046 | 0.6119 |\n| user_illusts |7.6093 | 1.5266 |\n| user_detail |6.6759 | 0.5952 |\n| ugoira_metadata |6.5155 | 0.7577 |\n| works | 13.3074| 0.8619|\n| me_following_works | 24.2693|2.0835|\n| ranking | 21.4119|3.2805|\n| latest_works | 17.3502|2.7029|\n\n### Projects base on pixivpy\n\n1. [Mikubill/PixivPy-Async](https://github.com/Mikubill/pixivpy-async): Async Pixiv API for Python 3\n\n### Example:\n\n~~~python\nfrom pixivpy3 import *\n\napi = AppPixivAPI()\n# api.login(\"username\", \"password\") # Not required\n\n# get origin url\njson_result = api.illust_detail(59580629)\nillust = json_result.illust\nprint(\">>> origin url: %s\" % illust.image_urls['large'])\n\n# get ranking: 1-30\n# mode: [day, week, month, day_male, day_female, week_original, week_rookie, day_manga]\njson_result = api.illust_ranking('day')\nfor illust in json_result.illusts:\n print(\" p1 [%s] %s\" % (illust.title, illust.image_urls.medium))\n\n# next page: 31-60\nnext_qs = api.parse_qs(json_result.next_url)\njson_result = api.illust_ranking(**next_qs)\nfor illust in json_result.illusts:\n print(\" p2 [%s] %s\" % (illust.title, illust.image_urls.medium))\n~~~\n\n### [Sniffer - App API](https://github.com/upbit/pixivpy/wiki#6x-api)\n### [Sniffer - Public API (deprecated)](https://github.com/upbit/pixivpy/wiki/sniffer)\n\n\n### [Using API proxy behind the Great Wall](https://github.com/upbit/pixivpy/blob/master/example_api_proxy.py#L33) See detail in [Issue#73](https://github.com/upbit/pixivpy/issues/73)\n\n1. Upgrade pixivpy >= **v3.2.0**: `pip install pixivpy --upgrade`\n2. Call `api.download()` like the below:\n\n~~~python\naapi = AppPixivAPI()\njson_result = aapi.illust_ranking()\nfor illust in json_result.illusts[:3]:\n aapi.download(illust.image_urls.large)\n~~~\n\n### [Migrate pixivpy2 to pixivpy3](https://github.com/upbit/pixivpy/blob/master/demo.py#L15-L25)\n\n1. Replace `api.papi.*` to `api.*`\n2. Change deprecated SPAI call to Public-API call\n\n~~~python\nprint(\">>> new ranking_all(mode='daily', page=1, per_page=50)\")\n#rank_list = api.sapi.ranking(\"all\", 'day', 1)\nrank_list = api.ranking_all('daily', 1, 50)\nprint(rank_list)\n\n# more fields about response: https://github.com/upbit/pixivpy/wiki/sniffer\nranking = rank_list.response[0]\nfor img in ranking.works:\n\t#print img.work\n\tprint(\"[%s/%s(id=%s)] %s\" % (img.work.user.name, img.work.title, img.work.id, img.work.image_urls.px_480mw))\n~~~\n\n### About\n\n1. Blog: [Pixiv Public-API (OAuth)\u5206\u6790](http://blog.imaou.com/opensource/2014/10/09/pixiv_api_for_ios_update.html)\n\nIf you have any questions, please feel free to contact me: rmusique@gmail.com\n\nFind Pixiv API in **Objective-C**? You might also like [**PixivAPI_iOS**](https://github.com/upbit/PixivAPI_iOS)\n\n## API functions\n\n### App-API (6.0 - app-api.pixiv.net)\n\n~~~python\nclass AppPixivAPI(BasePixivAPI):\n\n # \u8fd4\u56de\u7ffb\u9875\u7528\u53c2\u6570\n def parse_qs(self, next_url):\n\n # \u7528\u6237\u8be6\u60c5 \n def user_detail(self, user_id):\n\n # \u7528\u6237\u4f5c\u54c1\u5217\u8868 \n def user_illusts(self, user_id, type='illust'):\n\n # \u7528\u6237\u6536\u85cf\u4f5c\u54c1\u5217\u8868 \n def user_bookmarks_illust(self, user_id, restrict='public'):\n\n # \u5173\u6ce8\u7528\u6237\u7684\u65b0\u4f5c\n # restrict: [public, private]\n def illust_follow(self, restrict='public'):\n\n # \u4f5c\u54c1\u8be6\u60c5 (\u65e0\u9700\u767b\u5f55\uff0c\u540cPAPI.works)\n def illust_detail(self, illust_id):\n\n # \u76f8\u5173\u4f5c\u54c1\u5217\u8868 \n def illust_related(self, illust_id):\n\n # \u63d2\u753b\u63a8\u8350 (Home - Main) \n # content_type: [illust, manga]\n def illust_recommended(self, content_type='illust'):\n\n # \u4f5c\u54c1\u6392\u884c\n # mode: [day, week, month, day_male, day_female, week_original, week_rookie, day_manga]\n # date: '2016-08-01'\n # mode(r18\u699c\u5355\u9700\u767b\u5f55): [day_r18, day_male_r18, day_female_r18, week_r18, week_r18g]\n def illust_ranking(self, mode='day', date=None, offset=None):\n\n # \u8d8b\u52bf\u6807\u7b7e (Search - tags) \n def trending_tags_illust(self):\n\n # \u641c\u7d22 (Search) \n # search_target - \u641c\u7d22\u7c7b\u578b\n # partial_match_for_tags - \u6807\u7b7e\u90e8\u5206\u4e00\u81f4\n # exact_match_for_tags - \u6807\u7b7e\u5b8c\u5168\u4e00\u81f4\n # title_and_caption - \u6807\u9898\u8bf4\u660e\u6587\n # sort: [date_desc, date_asc, popular_desc] - popular_desc\u4e3a\u4f1a\u5458\u7684\u70ed\u95e8\u6392\u5e8f\n # duration: [within_last_day, within_last_week, within_last_month]\n # start_date, end_date: '2020-07-01'\n def search_illust(self, word, search_target='partial_match_for_tags', sort='date_desc', duration=None):\n\n # \u641c\u7d22\u5c0f\u8bf4 (Search Novel)\n # search_target - \u641c\u7d22\u7c7b\u578b\n # partial_match_for_tags - \u6807\u7b7e\u90e8\u5206\u4e00\u81f4\n # exact_match_for_tags - \u6807\u7b7e\u5b8c\u5168\u4e00\u81f4\n # text - \u6b63\u6587\n # keyword - \u5173\u952e\u8bcd\n # sort: [date_desc, date_asc]\n # start_date/end_date: 2020-06-01 (\u6700\u957f1\u5e74)\n def search_novel(self, word, search_target='partial_match_for_tags', sort='date_desc', start_date=None, end_date=None):\n\n # \u7528\u6237\u641c\u7d22\n def search_user(self, word, sort='date_desc', duration=None):\n\n # \u4f5c\u54c1\u6536\u85cf\u8be6\u60c5 \n def illust_bookmark_detail(self, illust_id):\n\n # \u65b0\u589e\u6536\u85cf\n def illust_bookmark_add(self, illust_id, restrict='public', tags=None):\n\n # \u5220\u9664\u6536\u85cf\n def illust_bookmark_delete(self, illust_id):\n\n # \u5173\u6ce8\u7528\u6237\n def user_follow_add(self, user_id, restrict='public'):\n\n # \u53d6\u6d88\u5173\u6ce8\u7528\u6237\n def user_follow_delete(self, user_id):\n\n # \u7528\u6237\u6536\u85cf\u6807\u7b7e\u5217\u8868\n def user_bookmark_tags_illust(self, restrict='public', offset=None):\n\n # Following\u7528\u6237\u5217\u8868 \n def user_following(self, user_id, restrict='public', offset=None):\n\n # Followers\u7528\u6237\u5217\u8868 \n def user_follower(self, user_id, filter='for_ios', offset=None):\n\n # \u597dP\u53cb \n def user_mypixiv(self, user_id, offset=None):\n\n # \u9ed1\u540d\u5355\u7528\u6237 \n def user_list(self, user_id, filter='for_ios', offset=None):\n\n # \u83b7\u53d6ugoira\u4fe1\u606f\n def ugoira_metadata(self, illust_id):\n\n # \u7528\u6237\u5c0f\u8bf4\u5217\u8868\n def user_novels(self, user_id, filter='for_ios', offset=None):\n\n # \u5c0f\u8bf4\u7cfb\u5217\u8be6\u60c5\n def novel_series(self, series_id, filter='for_ios', last_order=None):\n\n # \u5c0f\u8bf4\u8be6\u60c5\n def novel_detail(self, novel_id):\n\n # \u5c0f\u8bf4\u6b63\u6587\n def novel_text(self, novel_id):\n\n # \u5927\u5bb6\u7684\u65b0\u4f5c [illust, manga]\n def illust_new(self, content_type=\"illust\", filter='for_ios', max_illust_id=None):\n~~~\n\n[Usage](https://github.com/upbit/pixivpy/blob/master/demo.py#L42):\n\n~~~python\naapi = AppPixivAPI()\n\n# \u4f5c\u54c1\u63a8\u8350\njson_result = aapi.illust_recommended()\nprint(json_result)\nillust = json_result.illusts[0]\nprint(\">>> %s, origin url: %s\" % (illust.title, illust.image_urls['large']))\n\n# \u4f5c\u54c1\u76f8\u5173\u63a8\u8350\njson_result = aapi.illust_related(57065990)\nprint(json_result)\nillust = json_result.illusts[0]\nprint(\">>> %s, origin url: %s\" % (illust.title, illust.image_urls['large']))\n\n# \u4f5c\u54c1\u76f8\u5173\u63a8\u8350-\u4e0b\u4e00\u9875 (.parse_qs(next_url) \u7528\u6cd5)\nnext_qs = aapi.parse_qs(json_result.next_url)\njson_result = aapi.illust_related(**next_qs)\nprint(json_result)\nillust = json_result.illusts[0]\nprint(\">>> %s, origin url: %s\" % (illust.title, illust.image_urls['large']))\n\n# \u7528\u6237\u8be6\u60c5\njson_result = aapi.user_detail(660788)\nprint(json_result)\nuser = json_result.user\nprint(\"%s(@%s) region=%s\" % (user.name, user.account, json_result.profile.region))\n\n# \u7528\u6237\u4f5c\u54c1\u5217\u8868\njson_result = aapi.user_illusts(660788)\nprint(json_result)\nillust = json_result.illusts[0]\nprint(\">>> %s, origin url: %s\" % (illust.title, illust.image_urls['large']))\n\n# \u7528\u6237\u6536\u85cf\u5217\u8868\njson_result = aapi.user_bookmarks_illust(2088434)\nprint(json_result)\nillust = json_result.illusts[0]\nprint(\">>> %s, origin url: %s\" % (illust.title, illust.image_urls['large']))\n\n# 2016-07-15 \u65e5\u7684\u8fc7\u53bb\u4e00\u5468\u6392\u884c\njson_result = aapi.illust_ranking('week', date='2016-07-15')\nprint(json_result)\nillust = json_result.illusts[0]\nprint(\">>> %s, origin url: %s\" % (illust.title, illust.image_urls['large']))\n\n# \u5173\u6ce8\u7528\u6237\u7684\u65b0\u4f5c (\u9700\u8981login)\njson_result = aapi.illust_follow(req_auth=True)\nprint(json_result)\nillust = json_result.illusts[0]\nprint(\">>> %s, origin url: %s\" % (illust.title, illust.image_urls['large']))\n\n# \u6807\u7b7e \"\u6c34\u7740\" \u641c\u7d22\njson_result = aapi.search_illust('\u6c34\u7740', search_target='partial_match_for_tags')\nprint(json_result)\nillust = json_result.illusts[0]\nprint(\">>> %s, origin url: %s\" % (illust.title, illust.image_urls['large']))\n\n# \u7528\u6237 \"gomzi\" \u641c\u7d22\njson_result = aapi.search_user(\"gomzi\")\nprint(json_result)\nillust = json_result.user_previews[0].illusts[0]\nprint(\">>> %s, origin url: %s\" % (illust.title, illust.image_urls['large']))\n~~~\n\n## Make a release\n\n> Bump version in `pixivpy3/__init__.py`, rebuild dist/*\n\n```bash\npython3 setup.py sdist bdist_wheel\npython2 setup.py bdist_wheel\ntwine upload dist/*\n```\n\n## License\n\nFeel free to use, reuse and abuse the code in this project.\n\n\n", "description_content_type": "text/markdown", "docs_url": "https://pythonhosted.org/PixivPy/", "download_url": "https://github.com/upbit/pixivpy/releases", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/upbit/pixivpy", "keywords": "pixiv,api,pixivpy", "license": "", "maintainer": "", "maintainer_email": "", "name": "PixivPy", "package_url": "https://pypi.org/project/PixivPy/", "platform": "", "project_url": "https://pypi.org/project/PixivPy/", "project_urls": { "Download": "https://github.com/upbit/pixivpy/releases", "Homepage": "https://github.com/upbit/pixivpy" }, "release_url": "https://pypi.org/project/PixivPy/3.7.0/", "requires_dist": [ "requests (>=2.0)", "requests-toolbelt (>=0.9.1)", "cloudscraper (<1.2.50,>=1.0)" ], "requires_python": "", "summary": "Pixiv API for Python (with 6.x AppAPI supported)", "version": "3.7.0", "yanked": false, "yanked_reason": null }, "last_serial": 12783531, "releases": { "3.0.1": [ { "comment_text": "", "digests": { "md5": "2169324acb73fe5061c6bf942207e657", "sha256": "081224e1436c1d639c94284eec21e7b296f7167f6468dd3c5a2017ffa5d10c6b" }, "downloads": -1, "filename": "PixivPy-3.0.1.tar.gz", "has_sig": false, "md5_digest": "2169324acb73fe5061c6bf942207e657", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3102, "upload_time": "2015-08-18T08:09:03", "upload_time_iso_8601": "2015-08-18T08:09:03.651646Z", "url": "https://files.pythonhosted.org/packages/71/fe/218ee9f1581e86170746e7328119e3333e524ca20c208a838dee1f30670c/PixivPy-3.0.1.tar.gz", "yanked": false, "yanked_reason": null } ], "3.0.2": [ { "comment_text": "", "digests": { "md5": "5f43742ba60ea4b0dbabbc9d6a1cfa88", "sha256": "18e22e59667bc48192f218aac179ebbcb0c92dc7d48ed6dd7c51b785fc7014b3" }, "downloads": -1, "filename": "PixivPy-3.0.2.tar.gz", "has_sig": false, "md5_digest": "5f43742ba60ea4b0dbabbc9d6a1cfa88", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3107, "upload_time": "2015-10-13T03:13:32", "upload_time_iso_8601": "2015-10-13T03:13:32.134691Z", "url": "https://files.pythonhosted.org/packages/24/6b/c2bdef884e593eb3f1ebfb18e8ea6289cbdc9df6fcf80d1947adc0c036f9/PixivPy-3.0.2.tar.gz", "yanked": false, "yanked_reason": null } ], "3.1.0": [ { "comment_text": "", "digests": { "md5": "030eae60efbde7fdb1c16545fb2fea73", "sha256": "b1f6e06f7732ef29808b86de9201d0832977e4e574cef14dd48718210ebf0256" }, "downloads": -1, "filename": "PixivPy-3.1.0.tar.gz", "has_sig": false, "md5_digest": "030eae60efbde7fdb1c16545fb2fea73", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3978, "upload_time": "2015-12-02T15:36:28", "upload_time_iso_8601": "2015-12-02T15:36:28.667447Z", "url": "https://files.pythonhosted.org/packages/53/57/4202642c6fad34aa8d0eed2a615c63e80b8676c887b9def9f896f0f84d85/PixivPy-3.1.0.tar.gz", "yanked": false, "yanked_reason": null } ], "3.1.1": [ { "comment_text": "", "digests": { "md5": "a5a05ff505daecc8c02769139d1445bf", "sha256": "41cc1cd09c06197b5d3743e44265ca9a3078302c71d46881255a13ca91edf78c" }, "downloads": -1, "filename": "PixivPy-3.1.1.tar.gz", "has_sig": false, "md5_digest": "a5a05ff505daecc8c02769139d1445bf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4074, "upload_time": "2016-05-14T02:42:20", "upload_time_iso_8601": "2016-05-14T02:42:20.108777Z", "url": "https://files.pythonhosted.org/packages/2a/d3/a6720596b20ec670d2478f2fc0fcbaed0ad8642c107a9ab901b35c132a7a/PixivPy-3.1.1.tar.gz", "yanked": false, "yanked_reason": null } ], "3.2.0": [ { "comment_text": "", "digests": { "md5": "113a2f9f3b7122c42b9b2b48dff981bb", "sha256": "19737401b84f5e59928aac40418004ce2a91bec1446919fba905c1e3cd233299" }, "downloads": -1, "filename": "PixivPy-3.2.0.tar.gz", "has_sig": false, "md5_digest": "113a2f9f3b7122c42b9b2b48dff981bb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5974, "upload_time": "2016-08-06T13:23:57", "upload_time_iso_8601": "2016-08-06T13:23:57.528206Z", "url": "https://files.pythonhosted.org/packages/67/f3/ae8951900b36a466dd27f2f147b64e8492ab90e8377f45bc8dfa0466aacf/PixivPy-3.2.0.tar.gz", "yanked": false, "yanked_reason": null } ], "3.2.1": [ { "comment_text": "", "digests": { "md5": "b84e4efb969c4f03fff5531d17ac622d", "sha256": "1fbd35bae647497d252d657889fa56f1cb9f7bac3a56b76e5195743000dd74a7" }, "downloads": -1, "filename": "PixivPy-3.2.1.tar.gz", "has_sig": false, "md5_digest": "b84e4efb969c4f03fff5531d17ac622d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6662, "upload_time": "2016-11-19T13:12:38", "upload_time_iso_8601": "2016-11-19T13:12:38.101609Z", "url": "https://files.pythonhosted.org/packages/aa/fe/27d056aca9981739ca78ec83b06394726862b4a69b58995043c6a5110463/PixivPy-3.2.1.tar.gz", "yanked": false, "yanked_reason": null } ], "3.2.2": [ { "comment_text": "", "digests": { "md5": "4736b0e50a96c72db70ff0922469e835", "sha256": "cdc3f763b5e2488a9a375c977edfe7fb57a1b5348347e9f08d76372b0c26dc9d" }, "downloads": -1, "filename": "PixivPy-3.2.2.tar.gz", "has_sig": false, "md5_digest": "4736b0e50a96c72db70ff0922469e835", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6784, "upload_time": "2016-12-17T06:48:13", "upload_time_iso_8601": "2016-12-17T06:48:13.106374Z", "url": "https://files.pythonhosted.org/packages/98/db/7e745616c4f8e1b6022cc17f2ccc1c09349642b2a55892c0dcf7f5a2e3b3/PixivPy-3.2.2.tar.gz", "yanked": false, "yanked_reason": null } ], "3.3.0": [ { "comment_text": "", "digests": { "md5": "f1e90596a849f3286bc61251f8322751", "sha256": "691910ccd0a19e90cabb2c630eace3a5b37b67fa786f251b95498fa932f8aac7" }, "downloads": -1, "filename": "PixivPy-3.3.0.tar.gz", "has_sig": false, "md5_digest": "f1e90596a849f3286bc61251f8322751", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6867, "upload_time": "2017-01-05T14:59:03", "upload_time_iso_8601": "2017-01-05T14:59:03.766660Z", "url": "https://files.pythonhosted.org/packages/32/77/25fdfc039ae874beb1c8a62c81000256b50485e0b728928388d437272bc4/PixivPy-3.3.0.tar.gz", "yanked": false, "yanked_reason": null } ], "3.3.1": [ { "comment_text": "", "digests": { "md5": "15d82ff741155739dee3ea4c7b75a954", "sha256": "f29fff20b5a9a74aa48c6e393dc8a57d2faea2869c14ee78221acd971cce4502" }, "downloads": -1, "filename": "PixivPy-3.3.1-py2-none-any.whl", "has_sig": false, "md5_digest": "15d82ff741155739dee3ea4c7b75a954", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 9518, "upload_time": "2017-03-21T13:29:48", "upload_time_iso_8601": "2017-03-21T13:29:48.286581Z", "url": "https://files.pythonhosted.org/packages/dc/cd/b6151b0450dd31afda33d6d0e40252b21f7aa95f35e666d256ac1b8d1466/PixivPy-3.3.1-py2-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "016e4e06bfd51ca804f3e9b418260295", "sha256": "ed7a61823d7b3caf10f46b9ed950b4fb4c17da5393fe147f5c98080e7c9109ca" }, "downloads": -1, "filename": "PixivPy-3.3.1-py3-none-any.whl", "has_sig": false, "md5_digest": "016e4e06bfd51ca804f3e9b418260295", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 9518, "upload_time": "2017-03-21T13:32:59", "upload_time_iso_8601": "2017-03-21T13:32:59.199214Z", "url": "https://files.pythonhosted.org/packages/1b/8d/2dd960dc61aeff085c2e4b90a4a712eb866245b593d7bd5f392cc997e7be/PixivPy-3.3.1-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "1ec4e65849b2a1337b56a6769db14e73", "sha256": "6cb7c43c0755b48b638b3cb266ffac0e043d6b96772fb2652fede216aa0f4b47" }, "downloads": -1, "filename": "PixivPy-3.3.1.tar.gz", "has_sig": false, "md5_digest": "1ec4e65849b2a1337b56a6769db14e73", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7115, "upload_time": "2017-03-21T13:30:14", "upload_time_iso_8601": "2017-03-21T13:30:14.239673Z", "url": "https://files.pythonhosted.org/packages/6a/af/429458ddb4a57c7f93b06528615dcc70226ffae651dd867af0d491eb0a8e/PixivPy-3.3.1.tar.gz", "yanked": false, "yanked_reason": null } ], "3.3.3": [ { "comment_text": "", "digests": { "md5": "c5354ad5dbfd1ddc7962116739cff981", "sha256": "e3859766a15aa607fe0b24b45b0f486e7b1a2059b4d1d2dedede9ddf5a7fc31b" }, "downloads": -1, "filename": "PixivPy-3.3.3-py2-none-any.whl", "has_sig": false, "md5_digest": "c5354ad5dbfd1ddc7962116739cff981", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 9539, "upload_time": "2017-04-18T14:50:25", "upload_time_iso_8601": "2017-04-18T14:50:25.679980Z", "url": "https://files.pythonhosted.org/packages/1a/72/e49ee55b9c51340654b2225d852f01c9b74b2afdd857c765d7217b0ba1f0/PixivPy-3.3.3-py2-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "e577a77c80cd34e7e2b88ed8eb4ec855", "sha256": "4becd11efd214d8ee2fd4d5966704a9dce4f37702c767d62b3e642c15e942685" }, "downloads": -1, "filename": "PixivPy-3.3.3-py3-none-any.whl", "has_sig": false, "md5_digest": "e577a77c80cd34e7e2b88ed8eb4ec855", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 9539, "upload_time": "2017-04-18T14:50:28", "upload_time_iso_8601": "2017-04-18T14:50:28.600855Z", "url": "https://files.pythonhosted.org/packages/97/77/4dae99645b2c291e5a4872c258ea41a2ddfd40e7c0bd4ae20a2ad1e3a108/PixivPy-3.3.3-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "45fbf68d82406cf382d5a7f34d5a6475", "sha256": "b3b9430dd636cffd5a8113bad444f1346c48794669798ae1ee147b7cd7c13723" }, "downloads": -1, "filename": "PixivPy-3.3.3.tar.gz", "has_sig": false, "md5_digest": "45fbf68d82406cf382d5a7f34d5a6475", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7141, "upload_time": "2017-04-18T14:50:30", "upload_time_iso_8601": "2017-04-18T14:50:30.537433Z", "url": "https://files.pythonhosted.org/packages/67/e6/061a53c36d0896b34a027dd65121931cfe976aa2627ab82ca57d7af6a97e/PixivPy-3.3.3.tar.gz", "yanked": false, "yanked_reason": null } ], "3.3.4": [ { "comment_text": "", "digests": { "md5": "ff643edaa760ee909ff64831488def11", "sha256": "3e21ca18493309dc68f2c040b2d2163c38a8de5ee408c5919382ecdbe186d291" }, "downloads": -1, "filename": "PixivPy-3.3.4-py2-none-any.whl", "has_sig": false, "md5_digest": "ff643edaa760ee909ff64831488def11", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 9486, "upload_time": "2018-04-17T15:00:25", "upload_time_iso_8601": "2018-04-17T15:00:25.507576Z", "url": "https://files.pythonhosted.org/packages/f1/2c/585641c5a1e4359f68d1f38f91d3f9f3105205c81a6069e18d98a9b18f54/PixivPy-3.3.4-py2-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "2e885817eb4fb60cb717cbdf8919b48b", "sha256": "e50352cf515651cde9078456f782d699ceb3d70b5f55230fe0d74e97a1447eb8" }, "downloads": -1, "filename": "PixivPy-3.3.4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "2e885817eb4fb60cb717cbdf8919b48b", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 9489, "upload_time": "2018-04-17T15:00:27", "upload_time_iso_8601": "2018-04-17T15:00:27.030884Z", "url": "https://files.pythonhosted.org/packages/b4/49/a49848f2dab263e885d3397e85ec73d6e3718dbbaff115deacc58fdf702c/PixivPy-3.3.4-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "3.3.5": [ { "comment_text": "", "digests": { "md5": "634312647227768c923ecf2719aa1490", "sha256": "efcbdfc6938233cc8cc83fa4f015c8919fe6bda347eac85cb49fa44b8629e6c3" }, "downloads": -1, "filename": "PixivPy-3.3.5-py2-none-any.whl", "has_sig": false, "md5_digest": "634312647227768c923ecf2719aa1490", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 10069, "upload_time": "2018-09-26T00:22:13", "upload_time_iso_8601": "2018-09-26T00:22:13.895562Z", "url": "https://files.pythonhosted.org/packages/30/74/915371c80f85fdd5c4ca1dbc2106eeced591e72ec45b6f1cbb3288409cef/PixivPy-3.3.5-py2-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "6893b188503d6669d1a60ff4e8bbf35b", "sha256": "c82b551b26bffa825351ff63870b390016109ebdcdb5e02b4b303766361feb6b" }, "downloads": -1, "filename": "PixivPy-3.3.5-py3-none-any.whl", "has_sig": false, "md5_digest": "6893b188503d6669d1a60ff4e8bbf35b", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 10114, "upload_time": "2018-09-26T00:22:15", "upload_time_iso_8601": "2018-09-26T00:22:15.523472Z", "url": "https://files.pythonhosted.org/packages/07/e4/931a2e34f513271815f40d03f9556ccd120f45a9ed9eb9fa747d0bb7f8fa/PixivPy-3.3.5-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "4066bb9b6b68aa7cac0b9857d3b0e598", "sha256": "1ce8a76a6ae9e6c0ebe2a2fd4eae7d5513ddfee6c8bbf5d22d4ffed97115681c" }, "downloads": -1, "filename": "PixivPy-3.3.5.tar.gz", "has_sig": false, "md5_digest": "4066bb9b6b68aa7cac0b9857d3b0e598", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10508, "upload_time": "2018-09-26T00:22:17", "upload_time_iso_8601": "2018-09-26T00:22:17.161191Z", "url": "https://files.pythonhosted.org/packages/ab/ba/3e09a72a5a0167b1f526144491dba81f5dd934cfa1641a5e5b9d79b2da91/PixivPy-3.3.5.tar.gz", "yanked": false, "yanked_reason": null } ], "3.3.6": [ { "comment_text": "", "digests": { "md5": "88f7c413b1b2d8da9ca334f94efaf777", "sha256": "9f72bcc05e1e696ff8400e20b0a06b6090110e3a5e9dcde8a0f03e9bb5becfba" }, "downloads": -1, "filename": "PixivPy-3.3.6-py2-none-any.whl", "has_sig": false, "md5_digest": "88f7c413b1b2d8da9ca334f94efaf777", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 10123, "upload_time": "2019-04-27T12:59:24", "upload_time_iso_8601": "2019-04-27T12:59:24.374784Z", "url": "https://files.pythonhosted.org/packages/8c/9e/d5ae6ec4986ee4e194d58cf0e2edd0e4c5a24e841dd0095b1018913304be/PixivPy-3.3.6-py2-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "07dc641c0087161827fcbfdde1bf7fbe", "sha256": "840de20ebe9529a4f63a6152102d0d3a1775a787a3d47eed39d1877a44e7b460" }, "downloads": -1, "filename": "PixivPy-3.3.6-py3-none-any.whl", "has_sig": false, "md5_digest": "07dc641c0087161827fcbfdde1bf7fbe", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 10123, "upload_time": "2019-04-27T12:59:28", "upload_time_iso_8601": "2019-04-27T12:59:28.674778Z", "url": "https://files.pythonhosted.org/packages/ce/9a/15bba410459823019e1364d33967d865916b6a1ee0b5440dee20c8f07fc4/PixivPy-3.3.6-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "62970368e458de28d59476b088dff8e6", "sha256": "1e7b2a717a78951c97a4514cfa8d06bdc2e62435e1013560fe4ae38260ab8d67" }, "downloads": -1, "filename": "PixivPy-3.3.6.tar.gz", "has_sig": false, "md5_digest": "62970368e458de28d59476b088dff8e6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10695, "upload_time": "2019-04-27T12:59:31", "upload_time_iso_8601": "2019-04-27T12:59:31.794782Z", "url": "https://files.pythonhosted.org/packages/c8/95/de43531b4a8317e067eea5d8338b6dc6cca7cedabf3565344e1acaeb99be/PixivPy-3.3.6.tar.gz", "yanked": false, "yanked_reason": null } ], "3.3.7": [ { "comment_text": "", "digests": { "md5": "abb5e971c71c2302ee36354723768fd3", "sha256": "59495681c1e97728c4f200deaeff58293b424cf693387ee131a916fc536006f8" }, "downloads": -1, "filename": "PixivPy-3.3.7-py2-none-any.whl", "has_sig": false, "md5_digest": "abb5e971c71c2302ee36354723768fd3", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 10389, "upload_time": "2019-07-07T03:05:45", "upload_time_iso_8601": "2019-07-07T03:05:45.415359Z", "url": "https://files.pythonhosted.org/packages/b3/e6/d0fa61486b99276ec222d7c90e1159beb733203dcce36abc56ef52e9c59c/PixivPy-3.3.7-py2-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "386ce6a0769b551c1e2f3363658e9ed7", "sha256": "e3c9311d7fc5711919ada448861ad38ab22f0dd0fe7b42f60e80906411656e19" }, "downloads": -1, "filename": "PixivPy-3.3.7-py3-none-any.whl", "has_sig": false, "md5_digest": "386ce6a0769b551c1e2f3363658e9ed7", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 10389, "upload_time": "2019-07-07T03:05:47", "upload_time_iso_8601": "2019-07-07T03:05:47.159097Z", "url": "https://files.pythonhosted.org/packages/37/4f/534f70f120d170471ad880e51105fe87588da8b40fb0364839a09fbb221c/PixivPy-3.3.7-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "6548fd900608a96470be2f7d378f4035", "sha256": "5a67267569c2f0ecbd099403b7b47d418ff6a8485a633d376ef1963121b94a16" }, "downloads": -1, "filename": "PixivPy-3.3.7.tar.gz", "has_sig": false, "md5_digest": "6548fd900608a96470be2f7d378f4035", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10929, "upload_time": "2019-07-07T03:05:49", "upload_time_iso_8601": "2019-07-07T03:05:49.101449Z", "url": "https://files.pythonhosted.org/packages/3d/0a/efe771d594d5f353252e4fe6c27696903c64473090e84848fec74c6f3919/PixivPy-3.3.7.tar.gz", "yanked": false, "yanked_reason": null } ], "3.4.0": [ { "comment_text": "", "digests": { "md5": "a598e84a1b15f95b03611015bf79a599", "sha256": "2cfaa9234fbc95c180dd8d9b3bd066146b2dbc0b7c90e6e88b608048b30d9033" }, "downloads": -1, "filename": "PixivPy-3.4.0-py2-none-any.whl", "has_sig": false, "md5_digest": "a598e84a1b15f95b03611015bf79a599", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 10560, "upload_time": "2019-09-03T14:27:38", "upload_time_iso_8601": "2019-09-03T14:27:38.382793Z", "url": "https://files.pythonhosted.org/packages/a9/db/0e0b1ca48e184436289631ed2c6fd6313a93409c493c6af3830531780385/PixivPy-3.4.0-py2-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "fa5e66451b654f545b566454657969b9", "sha256": "1d5f61bef5f92f67b93373e9283787b1028e2f122593b0f57928af71db79964b" }, "downloads": -1, "filename": "PixivPy-3.4.0-py3-none-any.whl", "has_sig": false, "md5_digest": "fa5e66451b654f545b566454657969b9", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 10560, "upload_time": "2019-09-03T14:27:39", "upload_time_iso_8601": "2019-09-03T14:27:39.987293Z", "url": "https://files.pythonhosted.org/packages/9d/ad/46e91e54f4860d4b2f955576c4237fb132be018f54cf02dbd2598f07d6ad/PixivPy-3.4.0-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "d7ef4bb6b81f1ab22f6087831cff3934", "sha256": "deca267fd117186d79b7ccc99a3c0fc941e17cfc43eb498cf38ef10ce39fb3d2" }, "downloads": -1, "filename": "PixivPy-3.4.0.tar.gz", "has_sig": false, "md5_digest": "d7ef4bb6b81f1ab22f6087831cff3934", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11072, "upload_time": "2019-09-03T14:27:41", "upload_time_iso_8601": "2019-09-03T14:27:41.858283Z", "url": "https://files.pythonhosted.org/packages/2c/63/49b37c97c8195a248b5fa3c390378416fa1ff765e6a9f808a4e77a67e471/PixivPy-3.4.0.tar.gz", "yanked": false, "yanked_reason": null } ], "3.5.0": [ { "comment_text": "", "digests": { "md5": "c87970c15b676bccd7f309027f617b85", "sha256": "a215dbb36ad9624c55339da9e22742b0265edc31045191233a3518b0fe4371de" }, "downloads": -1, "filename": "PixivPy-3.5.0-py2-none-any.whl", "has_sig": false, "md5_digest": "c87970c15b676bccd7f309027f617b85", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 11283, "upload_time": "2019-10-13T13:37:52", "upload_time_iso_8601": "2019-10-13T13:37:52.879879Z", "url": "https://files.pythonhosted.org/packages/5b/80/f21d6c750ae56d53f7c4eb984c38d38d86c164b65e0d026ca87b7aa76855/PixivPy-3.5.0-py2-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "371cbbe5f8e8ce6ea66c93f1b7e170c8", "sha256": "0e2192167af214fa892a33fa9609b208d6316845c2ecf172504389d66fd5495e" }, "downloads": -1, "filename": "PixivPy-3.5.0-py3-none-any.whl", "has_sig": false, "md5_digest": "371cbbe5f8e8ce6ea66c93f1b7e170c8", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 11284, "upload_time": "2019-10-13T13:37:55", "upload_time_iso_8601": "2019-10-13T13:37:55.782785Z", "url": "https://files.pythonhosted.org/packages/12/29/14645a933fc1f3eb9c8ca61af74c72f0a46f5b194335f4787dc6e640dcdf/PixivPy-3.5.0-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "9f96dd4d0fa50827dfd22775b34aa651", "sha256": "4e2069fe2162a863c5da4ee5e43f034ae5eeabedc18a90ac13a7036fdc4fd68b" }, "downloads": -1, "filename": "PixivPy-3.5.0.tar.gz", "has_sig": false, "md5_digest": "9f96dd4d0fa50827dfd22775b34aa651", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12275, "upload_time": "2019-10-13T13:37:57", "upload_time_iso_8601": "2019-10-13T13:37:57.642785Z", "url": "https://files.pythonhosted.org/packages/b9/bb/a46be0a602e5931cb4ea636801eb7ca61f39d71c7fbce1c270010aca7e9e/PixivPy-3.5.0.tar.gz", "yanked": false, "yanked_reason": null } ], "3.5.1": [ { "comment_text": "", "digests": { "md5": "2e4bd36ee02d40c5ccc46b436271c932", "sha256": "66e95a91f8645e2b08b66ebcf9ba555ad2ace6abce739a51790fe74019e6d0e6" }, "downloads": -1, "filename": "PixivPy-3.5.1-py2-none-any.whl", "has_sig": false, "md5_digest": "2e4bd36ee02d40c5ccc46b436271c932", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 11326, "upload_time": "2019-10-28T01:52:10", "upload_time_iso_8601": "2019-10-28T01:52:10.032697Z", "url": "https://files.pythonhosted.org/packages/d3/b4/669a6c78553bec4376d5de5ef636a6c7e2c41524f81082244cbdcb32f68c/PixivPy-3.5.1-py2-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "4291376d4b5d6d09d7374f1d188c9401", "sha256": "45d72bdc60501c46df30c014eb0f799298a611fa64034c4d5f9431c70e80828e" }, "downloads": -1, "filename": "PixivPy-3.5.1-py3-none-any.whl", "has_sig": false, "md5_digest": "4291376d4b5d6d09d7374f1d188c9401", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 11327, "upload_time": "2019-10-28T01:52:11", "upload_time_iso_8601": "2019-10-28T01:52:11.636884Z", "url": "https://files.pythonhosted.org/packages/ec/d1/f40f9c84436ff36c3d0e0a323e226abfe1f169ae50eb5603b985887fcf26/PixivPy-3.5.1-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "37fd661d5c47cd1e22cd1a3c25c6d135", "sha256": "a20b671c5ca926e7e9d900d33b85704a68d911de086f6cd6c727a6bee9d1edf5" }, "downloads": -1, "filename": "PixivPy-3.5.1.tar.gz", "has_sig": false, "md5_digest": "37fd661d5c47cd1e22cd1a3c25c6d135", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12281, "upload_time": "2019-10-28T01:52:13", "upload_time_iso_8601": "2019-10-28T01:52:13.298493Z", "url": "https://files.pythonhosted.org/packages/45/e0/011e55e87c57345e433db34ce7345b5aff9f89903d96b88416e21babd412/PixivPy-3.5.1.tar.gz", "yanked": false, "yanked_reason": null } ], "3.5.10": [ { "comment_text": "", "digests": { "md5": "227a70011ce8f54a56087524f1ebaa5a", "sha256": "e03021ee837a188ebfb547c71f158dec375a329791ec146df56539779da4ae17" }, "downloads": -1, "filename": "PixivPy-3.5.10-py2-none-any.whl", "has_sig": false, "md5_digest": "227a70011ce8f54a56087524f1ebaa5a", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 17027, "upload_time": "2020-10-17T10:19:54", "upload_time_iso_8601": "2020-10-17T10:19:54.389568Z", "url": "https://files.pythonhosted.org/packages/a6/d2/c50167dd62ca93078cb3a5f184e1a40dae6e131153a1f7e3b432a7be2492/PixivPy-3.5.10-py2-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "7de8317976b0d02c427b82dc6446f3e7", "sha256": "fe08ad24bbbedc6c5b165a58452b511e95714d629080c77ec6982836e9b956cb" }, "downloads": -1, "filename": "PixivPy-3.5.10-py3-none-any.whl", "has_sig": false, "md5_digest": "7de8317976b0d02c427b82dc6446f3e7", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 17027, "upload_time": "2020-10-17T10:19:56", "upload_time_iso_8601": "2020-10-17T10:19:56.369034Z", "url": "https://files.pythonhosted.org/packages/90/e2/20909e1048eade0b1ab2f2f4e792b3c841142d5b36d7d83da09e8c327046/PixivPy-3.5.10-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "ee866afb2df3287f7326cc27fb76e4c9", "sha256": "34419f9eedfc44d962c57b2c6659f5a78f910612476536dd057c2e6741f8daaa" }, "downloads": -1, "filename": "PixivPy-3.5.10.tar.gz", "has_sig": false, "md5_digest": "ee866afb2df3287f7326cc27fb76e4c9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15046, "upload_time": "2020-10-17T10:19:58", "upload_time_iso_8601": "2020-10-17T10:19:58.111728Z", "url": "https://files.pythonhosted.org/packages/e8/22/e3cd3c6e4987ce8dbdee0bb01148d9ba42d81281cba45fe45cad93c88277/PixivPy-3.5.10.tar.gz", "yanked": false, "yanked_reason": null } ], "3.5.11": [ { "comment_text": "", "digests": { "md5": "5e1ed6a8710ffa9cf66863410ef2c0c7", "sha256": "c9f9a3507c9fe07e3190050da9173ca4041dd878e7fbed6d902cfb75c4cbe2e0" }, "downloads": -1, "filename": "PixivPy-3.5.11-py2-none-any.whl", "has_sig": false, "md5_digest": "5e1ed6a8710ffa9cf66863410ef2c0c7", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 17569, "upload_time": "2021-03-02T10:52:19", "upload_time_iso_8601": "2021-03-02T10:52:19.751866Z", "url": "https://files.pythonhosted.org/packages/50/e9/59d03b98f15e18a0cc3d6798dcc704a6323bbae5edc281723770a4adf95e/PixivPy-3.5.11-py2-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "02aa3be788bac44ea7db11ae2973e391", "sha256": "a7b1e322625d1d8b4eff0a1554208284e267819c03663f59a85f3a067643c053" }, "downloads": -1, "filename": "PixivPy-3.5.11-py3-none-any.whl", "has_sig": false, "md5_digest": "02aa3be788bac44ea7db11ae2973e391", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 17568, "upload_time": "2021-03-02T10:52:22", "upload_time_iso_8601": "2021-03-02T10:52:22.164645Z", "url": "https://files.pythonhosted.org/packages/c7/6f/3054e4e2a544095de204d4f2bb60bb7d640461f570e1af2f23a469d328cc/PixivPy-3.5.11-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "ca5dc1478f705133d2be302f424e4ec1", "sha256": "e3df51ce5c2c49ef4838e95d75d259f7e77567820117e63c4972e98bf22c5394" }, "downloads": -1, "filename": "PixivPy-3.5.11.tar.gz", "has_sig": false, "md5_digest": "ca5dc1478f705133d2be302f424e4ec1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15339, "upload_time": "2021-03-02T10:52:24", "upload_time_iso_8601": "2021-03-02T10:52:24.442782Z", "url": "https://files.pythonhosted.org/packages/40/1b/579454763d6b70f9955a9545aad8e9813bd67bb2da1a4e4d9acba839dcf1/PixivPy-3.5.11.tar.gz", "yanked": false, "yanked_reason": null } ], "3.5.2": [ { "comment_text": "", "digests": { "md5": "2aa710d8cd5984109cdb57f85f0eab0c", "sha256": "a3d9af40f0da687dc48e44e9713c5d4eec29ed16e3462983ae063a9690a5db8d" }, "downloads": -1, "filename": "PixivPy-3.5.2-py2-none-any.whl", "has_sig": false, "md5_digest": "2aa710d8cd5984109cdb57f85f0eab0c", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 11360, "upload_time": "2019-11-10T13:21:46", "upload_time_iso_8601": "2019-11-10T13:21:46.746463Z", "url": "https://files.pythonhosted.org/packages/8a/fc/818122d6010c6367eeddb6a8c51c5b4523c2d96bf3a054a2e6eb1ae19751/PixivPy-3.5.2-py2-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "d02f08ae686f9f4d81d515e421ef525c", "sha256": "a68b3518df6ea8b4d2d23b6ae29c47a76d4582a582687c8f107c26988ce3920e" }, "downloads": -1, "filename": "PixivPy-3.5.2-py3-none-any.whl", "has_sig": false, "md5_digest": "d02f08ae686f9f4d81d515e421ef525c", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 11360, "upload_time": "2019-11-10T13:21:49", "upload_time_iso_8601": "2019-11-10T13:21:49.308348Z", "url": "https://files.pythonhosted.org/packages/0e/55/b613c37a177b6a14a42683f094e890a890024104076103b5819d3cab9d2c/PixivPy-3.5.2-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "fe8433b709286b44effa462ee782b229", "sha256": "94b3285ac7d6e372ed1c903c56ccde93991842c45c7c9b971fad5adaad75b072" }, "downloads": -1, "filename": "PixivPy-3.5.2.tar.gz", "has_sig": false, "md5_digest": "fe8433b709286b44effa462ee782b229", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12344, "upload_time": "2019-11-10T13:21:52", "upload_time_iso_8601": "2019-11-10T13:21:52.993174Z", "url": "https://files.pythonhosted.org/packages/fc/d1/6291fe8d81503db7176fe466d36306540f8b52c6a64fb0ccf09c54b4ffb7/PixivPy-3.5.2.tar.gz", "yanked": false, "yanked_reason": null } ], "3.5.5": [ { "comment_text": "", "digests": { "md5": "864004c02b6da26798594c41a9a2f769", "sha256": "cdcb6c23d2b992fa1fa14039ab4778bffa432ca4db7d711b42d82170802f822c" }, "downloads": -1, "filename": "PixivPy-3.5.5-py2-none-any.whl", "has_sig": false, "md5_digest": "864004c02b6da26798594c41a9a2f769", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 16250, "upload_time": "2019-12-25T01:52:18", "upload_time_iso_8601": "2019-12-25T01:52:18.099343Z", "url": "https://files.pythonhosted.org/packages/a6/d4/d15ce47d66b17dd81fd5af830f07267c89c1234c207d0180a4e7f292cbbb/PixivPy-3.5.5-py2-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "d1a0887e00e24375b748779a69e059a3", "sha256": "c9af31cf732e79e544492ad2834d4c320f89c57da205ca20695b00d721bc4472" }, "downloads": -1, "filename": "PixivPy-3.5.5-py3-none-any.whl", "has_sig": false, "md5_digest": "d1a0887e00e24375b748779a69e059a3", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 16250, "upload_time": "2019-12-25T01:52:20", "upload_time_iso_8601": "2019-12-25T01:52:20.615898Z", "url": "https://files.pythonhosted.org/packages/b3/c8/32ae688701469a009edd1aaaf41dfd9097bd679c94abbac961ba66b02d6a/PixivPy-3.5.5-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "0d6b2ecf1adbf9d9b50c6a08c5871d94", "sha256": "32dbe606d6145c2093063e21aa9b8265d0c9dd569a1bb462ff7c0ad685689d2b" }, "downloads": -1, "filename": "PixivPy-3.5.5.tar.gz", "has_sig": false, "md5_digest": "0d6b2ecf1adbf9d9b50c6a08c5871d94", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14011, "upload_time": "2019-12-25T01:52:22", "upload_time_iso_8601": "2019-12-25T01:52:22.744501Z", "url": "https://files.pythonhosted.org/packages/ca/e6/884750653ff8c7bbd3e3a330da2a5e0271709ff3e57d5288a7adf33942c5/PixivPy-3.5.5.tar.gz", "yanked": false, "yanked_reason": null } ], "3.5.6": [ { "comment_text": "", "digests": { "md5": "c990ed219cf05a0592dea4e9f9e05241", "sha256": "f4a896434373eedd932f4bd14113f848be470600fc1a402a9ca2fafaaae31906" }, "downloads": -1, "filename": "PixivPy-3.5.6-py2-none-any.whl", "has_sig": false, "md5_digest": "c990ed219cf05a0592dea4e9f9e05241", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 16494, "upload_time": "2020-01-30T01:54:57", "upload_time_iso_8601": "2020-01-30T01:54:57.854871Z", "url": "https://files.pythonhosted.org/packages/67/73/758457d68f738664025dac88162a393dc349805e59ec50bfad2661619fbb/PixivPy-3.5.6-py2-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "ba91bc23ef8b2d18bb452a417bfda432", "sha256": "2b452e3662a56cf82dbe49044a4f92c643a8f12a125ab91684c9ac908c18d936" }, "downloads": -1, "filename": "PixivPy-3.5.6-py3-none-any.whl", "has_sig": false, "md5_digest": "ba91bc23ef8b2d18bb452a417bfda432", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 16491, "upload_time": "2020-01-30T01:55:01", "upload_time_iso_8601": "2020-01-30T01:55:01.750794Z", "url": "https://files.pythonhosted.org/packages/4f/bf/0aef43af9c1fca23ceb7ffd1aa6657982c4c028ab00de910c351e42dd50e/PixivPy-3.5.6-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "a3b140279b96f881e93b10d82de2e084", "sha256": "ab8e4473f510e5e716b9635fc6b748205d06e52b3162a19984839826b842bee2" }, "downloads": -1, "filename": "PixivPy-3.5.6.tar.gz", "has_sig": false, "md5_digest": "a3b140279b96f881e93b10d82de2e084", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14211, "upload_time": "2020-01-30T01:55:06", "upload_time_iso_8601": "2020-01-30T01:55:06.985634Z", "url": "https://files.pythonhosted.org/packages/3c/64/7a0e511c44e5d44b932ead1848c854a90ec1a7f9745c9eee2ffde42258df/PixivPy-3.5.6.tar.gz", "yanked": false, "yanked_reason": null } ], "3.5.7": [ { "comment_text": "", "digests": { "md5": "7c3051a2ad84a29816df4f8f5170f20f", "sha256": "edca176ba1ef5c5eb67ee9a4a57b02b3b8f4decc28988fc4cc350cf3719ae843" }, "downloads": -1, "filename": "PixivPy-3.5.7-py2-none-any.whl", "has_sig": false, "md5_digest": "7c3051a2ad84a29816df4f8f5170f20f", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 16568, "upload_time": "2020-04-11T14:29:33", "upload_time_iso_8601": "2020-04-11T14:29:33.575006Z", "url": "https://files.pythonhosted.org/packages/94/ee/895e503e356e407f00354c5c63b022613ac47dfd5dcfdaa584ff9dda83a7/PixivPy-3.5.7-py2-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "18259580011050fd1024ae05ea534301", "sha256": "c21836425f4b365ce5c8d45ecb00ae0f642d3d93fbb3f745e9471dea10cd1d66" }, "downloads": -1, "filename": "PixivPy-3.5.7-py3-none-any.whl", "has_sig": false, "md5_digest": "18259580011050fd1024ae05ea534301", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 16569, "upload_time": "2020-04-11T14:36:15", "upload_time_iso_8601": "2020-04-11T14:36:15.273551Z", "url": "https://files.pythonhosted.org/packages/32/6d/52efa08f50ca345c82703a92f08ecac4f5eb99708f674006188c6aafab0b/PixivPy-3.5.7-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "c621b1584e9745e118df1c4d579bdaee", "sha256": "700ee931b09cc8db9eef9893560b79f27f38c0df44ae577ccb1454bf6707a290" }, "downloads": -1, "filename": "PixivPy-3.5.7.tar.gz", "has_sig": false, "md5_digest": "c621b1584e9745e118df1c4d579bdaee", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14332, "upload_time": "2020-04-11T14:36:18", "upload_time_iso_8601": "2020-04-11T14:36:18.346982Z", "url": "https://files.pythonhosted.org/packages/9e/6b/f1c69319f7264cf6a0f8e950dfedbb7eec3bd6a4fe3000a8b57da224fc96/PixivPy-3.5.7.tar.gz", "yanked": false, "yanked_reason": null } ], "3.5.8": [ { "comment_text": "", "digests": { "md5": "179aa440215e71387440b09ef0a885ae", "sha256": "370849366d09b0963c0b2928765c36f18edb79c40e5cb31effbf07abf5850147" }, "downloads": -1, "filename": "PixivPy-3.5.8-py2-none-any.whl", "has_sig": false, "md5_digest": "179aa440215e71387440b09ef0a885ae", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 16819, "upload_time": "2020-06-06T02:24:43", "upload_time_iso_8601": "2020-06-06T02:24:43.441074Z", "url": "https://files.pythonhosted.org/packages/c7/eb/28ce689983a2bac843105dadda93922b80928f78e6f2e0201aaaa8674c3d/PixivPy-3.5.8-py2-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "24e0e13c9bbcd5b5c8b7fe2ade476cf8", "sha256": "2d93b20dad7021a8c60e6b199469c93d325abfb66efbe6c28e11a59cba6ab62e" }, "downloads": -1, "filename": "PixivPy-3.5.8-py3-none-any.whl", "has_sig": false, "md5_digest": "24e0e13c9bbcd5b5c8b7fe2ade476cf8", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 16819, "upload_time": "2020-06-06T02:24:45", "upload_time_iso_8601": "2020-06-06T02:24:45.376882Z", "url": "https://files.pythonhosted.org/packages/bf/09/6030ba0278b20ca6f5ce21dc736f42ef6d7e67dbf4562b25d535eb4a397e/PixivPy-3.5.8-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "c981231087c91aa470bb887578042a45", "sha256": "d5dcb97e95baa3f0e57dc969d8f05902af905b1f908de5d2a1bca573a7faa6e6" }, "downloads": -1, "filename": "PixivPy-3.5.8.tar.gz", "has_sig": false, "md5_digest": "c981231087c91aa470bb887578042a45", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14554, "upload_time": "2020-06-06T02:24:47", "upload_time_iso_8601": "2020-06-06T02:24:47.395375Z", "url": "https://files.pythonhosted.org/packages/86/b5/7aec17c07da8f840c2a5695d605ea86dbbaeefd397306d973671de76d89e/PixivPy-3.5.8.tar.gz", "yanked": false, "yanked_reason": null } ], "3.5.9": [ { "comment_text": "", "digests": { "md5": "252d659201f398d10f0533e1f573b0ed", "sha256": "e655911ca74ee51ac90479d4074a79b2f6ca4230e2d045e6ed2852d458884b9a" }, "downloads": -1, "filename": "PixivPy-3.5.9-py2-none-any.whl", "has_sig": false, "md5_digest": "252d659201f398d10f0533e1f573b0ed", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 16886, "upload_time": "2020-07-25T01:13:32", "upload_time_iso_8601": "2020-07-25T01:13:32.517250Z", "url": "https://files.pythonhosted.org/packages/e8/1d/c7ba30a720c0cd30848435938b4f2d965b805c5a7e96f0ea09f09e7c01e8/PixivPy-3.5.9-py2-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "9f61c8a39382835f3aa838c1c34ec984", "sha256": "f20a81af5377227925bfb0b515039ac272a1abeab3f268230b19745b8b7ec34a" }, "downloads": -1, "filename": "PixivPy-3.5.9-py3-none-any.whl", "has_sig": false, "md5_digest": "9f61c8a39382835f3aa838c1c34ec984", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 16886, "upload_time": "2020-07-25T01:13:35", "upload_time_iso_8601": "2020-07-25T01:13:35.082870Z", "url": "https://files.pythonhosted.org/packages/ba/63/080f1068c5fc2453af3778c901dd55eba675d8296384d68f4153fb57ce6a/PixivPy-3.5.9-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "fc907d21459a3909354428da612f70d9", "sha256": "37de8cbbd1c5a0677be0cb5e4cde73dcf2c449eab8f5a06c6911f88837078947" }, "downloads": -1, "filename": "PixivPy-3.5.9.tar.gz", "has_sig": false, "md5_digest": "fc907d21459a3909354428da612f70d9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14633, "upload_time": "2020-07-25T01:13:37", "upload_time_iso_8601": "2020-07-25T01:13:37.947906Z", "url": "https://files.pythonhosted.org/packages/ec/11/6fdb6a24d21322db9eee15bf07dab4663cd9c1f3c9e5c7b8b2972b36e84e/PixivPy-3.5.9.tar.gz", "yanked": false, "yanked_reason": null } ], "3.6.0": [ { "comment_text": "", "digests": { "md5": "dced9454fc4401ec98363222b1875e9c", "sha256": "b2f920761bfe35422d26ac66213c05421b7e98f22e464d0ec7439a1c81c3f323" }, "downloads": -1, "filename": "PixivPy-3.6.0-py2-none-any.whl", "has_sig": false, "md5_digest": "dced9454fc4401ec98363222b1875e9c", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 17743, "upload_time": "2021-06-27T05:21:30", "upload_time_iso_8601": "2021-06-27T05:21:30.716592Z", "url": "https://files.pythonhosted.org/packages/52/14/73b7f8cdc7589d87b591ce7ded7422743526e9ace9de31dcc39bb341ef4c/PixivPy-3.6.0-py2-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "30608558a6b5c9ebda30196b2d2cb6ed", "sha256": "49aa87ecd5f9648239b525de684b940b7744e775936fcf679cef6cc1982e5241" }, "downloads": -1, "filename": "PixivPy-3.6.0-py3-none-any.whl", "has_sig": false, "md5_digest": "30608558a6b5c9ebda30196b2d2cb6ed", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 17745, "upload_time": "2021-06-27T05:21:33", "upload_time_iso_8601": "2021-06-27T05:21:33.105981Z", "url": "https://files.pythonhosted.org/packages/ac/6d/be91bbc037a7d7a8757c4728d0660cd2d0c5b71defbecde4d2c81689369e/PixivPy-3.6.0-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "2e7d9b257adca4ff616d710ad9dbbc3e", "sha256": "b98ce7720859ad0e7f681dd73b205d71e01c7dc0f8ab3aa1c6f684a0a28e94a1" }, "downloads": -1, "filename": "PixivPy-3.6.0.tar.gz", "has_sig": false, "md5_digest": "2e7d9b257adca4ff616d710ad9dbbc3e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15383, "upload_time": "2021-06-27T05:21:35", "upload_time_iso_8601": "2021-06-27T05:21:35.098780Z", "url": "https://files.pythonhosted.org/packages/2f/13/d75485715b99e1659398c7170fa0f4a61ab89f7022e7b7054603b72664a1/PixivPy-3.6.0.tar.gz", "yanked": false, "yanked_reason": null } ], "3.6.1": [ { "comment_text": "", "digests": { "md5": "ebbf29bf5b308382d42eea2208f23597", "sha256": "191cb7780c51df1533bc8ce4cd89e6a4f14079d4e963d975f72505100da163a8" }, "downloads": -1, "filename": "PixivPy-3.6.1-py2-none-any.whl", "has_sig": false, "md5_digest": "ebbf29bf5b308382d42eea2208f23597", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 17940, "upload_time": "2021-11-06T07:48:33", "upload_time_iso_8601": "2021-11-06T07:48:33.220188Z", "url": "https://files.pythonhosted.org/packages/ee/b5/c2a845e26ec02fdeb2240a85659667fc41e0054212b46e49655e09ce7950/PixivPy-3.6.1-py2-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "6f162da82c4a1c90c5453c5c3694a972", "sha256": "5da64c17a6ec6c9ae77833c74cf3b8d4acc2101ad52e2e0c8d4b83a979d850d2" }, "downloads": -1, "filename": "PixivPy-3.6.1-py3-none-any.whl", "has_sig": false, "md5_digest": "6f162da82c4a1c90c5453c5c3694a972", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 17939, "upload_time": "2021-11-06T07:48:34", "upload_time_iso_8601": "2021-11-06T07:48:34.971765Z", "url": "https://files.pythonhosted.org/packages/f7/3a/7684da2c8fe54c3092e64ef7d2df0cee133b9846de063767e06a08903276/PixivPy-3.6.1-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "462cf339397813e20a24eb49d35b754b", "sha256": "cfc2541b58f72a50bfde46dc440f53169fda15974746571ab5118004f3985074" }, "downloads": -1, "filename": "PixivPy-3.6.1.tar.gz", "has_sig": false, "md5_digest": "462cf339397813e20a24eb49d35b754b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15560, "upload_time": "2021-11-06T07:48:37", "upload_time_iso_8601": "2021-11-06T07:48:37.021240Z", "url": "https://files.pythonhosted.org/packages/26/d2/7cca4c4a7e15ec90a6c58b92967f5ea15d54a84417039de25d3f508befd9/PixivPy-3.6.1.tar.gz", "yanked": false, "yanked_reason": null } ], "3.6.2": [ { "comment_text": "", "digests": { "md5": "cd9e742c9d500b84208e90d6fe33fd21", "sha256": "3046d01cba9c772d6b34ccb520597cd69e7cb4692e816d3e353cf681a4dfdf7c" }, "downloads": -1, "filename": "PixivPy-3.6.2-py2-none-any.whl", "has_sig": false, "md5_digest": "cd9e742c9d500b84208e90d6fe33fd21", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 18022, "upload_time": "2021-11-23T13:57:32", "upload_time_iso_8601": "2021-11-23T13:57:32.095951Z", "url": "https://files.pythonhosted.org/packages/dc/ee/bf9e54ee09e696dba499347790160264a035168b1913a889957dc4e4c13a/PixivPy-3.6.2-py2-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "adee50c3fdc45d4a04317901b42665ff", "sha256": "30857d333e2f9386f34c415beb5f0aa367a3bb62a02c3b01dd101e7f9e06b638" }, "downloads": -1, "filename": "PixivPy-3.6.2-py3-none-any.whl", "has_sig": false, "md5_digest": "adee50c3fdc45d4a04317901b42665ff", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 18020, "upload_time": "2021-11-23T13:57:34", "upload_time_iso_8601": "2021-11-23T13:57:34.446678Z", "url": "https://files.pythonhosted.org/packages/70/90/af01951deebf9c289600e5fb040700f3c8da73c4d6d51d9d4b44a1455e62/PixivPy-3.6.2-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "331832bdc1f2d5de87ad19f315ca94da", "sha256": "9e207b4c3f76616900abbd0ebb9fb6e474bc4afea27b5663ab94b5160a286a6e" }, "downloads": -1, "filename": "PixivPy-3.6.2.tar.gz", "has_sig": false, "md5_digest": "331832bdc1f2d5de87ad19f315ca94da", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15656, "upload_time": "2021-11-23T13:57:36", "upload_time_iso_8601": "2021-11-23T13:57:36.737259Z", "url": "https://files.pythonhosted.org/packages/4e/dc/763588e6b450ab24be752b54416a4cde9d379ae6d54dd9335cc42c9f7d84/PixivPy-3.6.2.tar.gz", "yanked": false, "yanked_reason": null } ], "3.7.0": [ { "comment_text": "", "digests": { "md5": "778b49c4626fd4dffcb5bf25755fe689", "sha256": "e3ed57dd1c8faa14201645d516a7b988a033033fc673dce6eca25d048960647d" }, "downloads": -1, "filename": "PixivPy-3.7.0-py2-none-any.whl", "has_sig": false, "md5_digest": "778b49c4626fd4dffcb5bf25755fe689", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 17001, "upload_time": "2022-02-04T02:51:12", "upload_time_iso_8601": "2022-02-04T02:51:12.849749Z", "url": "https://files.pythonhosted.org/packages/47/af/5ef364010d5cb6295a65ace7af2a80577bc088c2190e0d51ad61ed34507e/PixivPy-3.7.0-py2-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "b04f5882aca1ace3ebba0d12a7d24f4a", "sha256": "93d5cb51ca8cf769e5155aecdf96df58b5a0f26ca438bbe09478619e73cafb9e" }, "downloads": -1, "filename": "PixivPy-3.7.0-py3-none-any.whl", "has_sig": false, "md5_digest": "b04f5882aca1ace3ebba0d12a7d24f4a", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 17001, "upload_time": "2022-02-04T02:51:14", "upload_time_iso_8601": "2022-02-04T02:51:14.491558Z", "url": "https://files.pythonhosted.org/packages/b3/4f/de61f64db66ddba64c8a7a3deb1179097392f5f9fd189a34087df000e6c0/PixivPy-3.7.0-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "ce31f22ed8ca2a3a74d00bf55e2890fe", "sha256": "f31833b3d012473ca18f4aac6ab4b9ed77900cac63be7a908df9b25bd8e795b4" }, "downloads": -1, "filename": "PixivPy-3.7.0.tar.gz", "has_sig": false, "md5_digest": "ce31f22ed8ca2a3a74d00bf55e2890fe", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12630, "upload_time": "2022-02-04T02:51:15", "upload_time_iso_8601": "2022-02-04T02:51:15.932896Z", "url": "https://files.pythonhosted.org/packages/53/cb/8bb8eb5e6423d74f0a6dbbbd2bbdc534f858e54fdb2916ef37a1d3e1b869/PixivPy-3.7.0.tar.gz", "yanked": false, "yanked_reason": null } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "778b49c4626fd4dffcb5bf25755fe689", "sha256": "e3ed57dd1c8faa14201645d516a7b988a033033fc673dce6eca25d048960647d" }, "downloads": -1, "filename": "PixivPy-3.7.0-py2-none-any.whl", "has_sig": false, "md5_digest": "778b49c4626fd4dffcb5bf25755fe689", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 17001, "upload_time": "2022-02-04T02:51:12", "upload_time_iso_8601": "2022-02-04T02:51:12.849749Z", "url": "https://files.pythonhosted.org/packages/47/af/5ef364010d5cb6295a65ace7af2a80577bc088c2190e0d51ad61ed34507e/PixivPy-3.7.0-py2-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "b04f5882aca1ace3ebba0d12a7d24f4a", "sha256": "93d5cb51ca8cf769e5155aecdf96df58b5a0f26ca438bbe09478619e73cafb9e" }, "downloads": -1, "filename": "PixivPy-3.7.0-py3-none-any.whl", "has_sig": false, "md5_digest": "b04f5882aca1ace3ebba0d12a7d24f4a", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 17001, "upload_time": "2022-02-04T02:51:14", "upload_time_iso_8601": "2022-02-04T02:51:14.491558Z", "url": "https://files.pythonhosted.org/packages/b3/4f/de61f64db66ddba64c8a7a3deb1179097392f5f9fd189a34087df000e6c0/PixivPy-3.7.0-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "ce31f22ed8ca2a3a74d00bf55e2890fe", "sha256": "f31833b3d012473ca18f4aac6ab4b9ed77900cac63be7a908df9b25bd8e795b4" }, "downloads": -1, "filename": "PixivPy-3.7.0.tar.gz", "has_sig": false, "md5_digest": "ce31f22ed8ca2a3a74d00bf55e2890fe", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12630, "upload_time": "2022-02-04T02:51:15", "upload_time_iso_8601": "2022-02-04T02:51:15.932896Z", "url": "https://files.pythonhosted.org/packages/53/cb/8bb8eb5e6423d74f0a6dbbbd2bbdc534f858e54fdb2916ef37a1d3e1b869/PixivPy-3.7.0.tar.gz", "yanked": false, "yanked_reason": null } ], "vulnerabilities": [] }