{ "info": { "author": "Lorenzo", "author_email": "", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Framework :: AsyncIO", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3 :: Only", "Topic :: Internet", "Topic :: Software Development :: Libraries", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Utilities" ], "description": "# ![Logo](https://i.imgur.com/HbPBYwf.png) async_pokepy\n\n[![PyPI pyversions](https://img.shields.io/pypi/pyversions/async_pokepy.svg)](https://pypi.python.org/pypi/async-pokepy/)\n[![PyPI status](https://img.shields.io/pypi/status/async_pokepy.svg)](https://pypi.python.org/pypi/async_pokepy/)\n[![PyPI license](https://img.shields.io/pypi/l/async_pokepy.svg)](https://github.com/PendragonLore/async_pokepy/blob/master/LICENSE)\n[![Documentation Status](https://readthedocs.org/projects/async-pokepy/badge/?version=master)](https://async-pokepy.readthedocs.io/en/master/?badge=master)\n[![Pipelines Status](https://gitlab.com/PendragonLore/async_pokepy/badges/master/pipeline.svg)](https://gitlab.com/PendragonLore/async_pokepy/pipelines)\n[![Build Status](https://img.shields.io/travis/com/PendragonLore/async_pokepy.svg?label=TravisCI)](https://travis-ci.com/PendragonLore/async_pokepy)\n[![CircleCI](https://img.shields.io/circleci/project/github/PendragonLore/async_pokepy/master.svg?label=CircleCI)](https://circleci.com/gh/PendragonLore/async_pokepy)\n[![AppYevorCI](https://img.shields.io/appveyor/ci/PendragonLore/async-pokepy/master.svg?label=AppVeyorCI)](https://ci.appveyor.com/project/PendragonLore/async-pokepy)\n\nAn, in the works, asynchronous wrapper for the [PokeAPI.co API](https://pokeapi.co).\n\nYou can check out the (failing) pipelines @ [gitlab](https://gitlab.com/PendragonLore/async_pokepy).\n\n## Documentation\n\nThe docs are available @ [readthedocs](https://async-pokepy.readthedocs.io/en/master/).\n\n## Installing\n\nThe wrapper is available on PyPi, you can install it with:\n\n``pip install async_pokepy``\n\n### Better caching\n\nIt's very recommended to install the library with lru-dict,\nyou can do this by installing the wrapper with this command:\n\n``pip install async_pokepy[lru]``\n\nThe wrapper will throw a warning if you try to use it without this extra package.\n\n### Tests and docs\n\nIf you also want to be able to run the tests/lint install it with:\n\n``pip install async_pokepy[tests]``\n\nThe best way to run tests is by using ``tox``.\n\nFor docs building:\n\n``pip install async_pokepy[docs]``\n\n## Example\n\n```python\nimport asyncio\n\nimport async_pokepy\n\n\nasync def main(query):\n client = await async_pokepy.Client.connect()\n\n pokemon = await client.get_pokemon(query)\n\n fmt = \", \".join(map(str, pokemon.abilities))\n print(\"{0} has the abilities {1}\".format(pokemon, fmt))\n\n await client.close()\n\n\nloop = asyncio.get_event_loop()\nloop.run_until_complete(main(\"Snorlax\"))\n```\n\nThis will output: \"Snorlax has the abilities Gluttony, Thick Fat, Immunity\".\n\nYou can check out more examples in the [example](https://github.com/PendragonLore/async_pokepy/tree/master/example)\nfolder in the github repository or in the introduction section of the docs.\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "https://github.com/PendragonLore/async_pokepy/archive/0.1.5a.tar.gz", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/PendragonLore/async_pokepy", "keywords": "async pokemon asyncio rest api", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "async-pokepy", "package_url": "https://pypi.org/project/async-pokepy/", "platform": "macOS", "project_url": "https://pypi.org/project/async-pokepy/", "project_urls": { "Documentation": "https://async-pokepy.rtfd.io", "Download": "https://github.com/PendragonLore/async_pokepy/archive/0.1.5a.tar.gz", "Homepage": "https://github.com/PendragonLore/async_pokepy", "Issue Tracker": "https://github.com/PendragonLore/async_pokepy/issues" }, "release_url": "https://pypi.org/project/async-pokepy/0.1.5a0/", "requires_dist": [ "aiohttp (<3.6.0,>=3.3.0)", "sphinx (==1.7.4) ; extra == 'docs'", "sphinxcontrib-asyncio ; extra == 'docs'", "lru-dict ; extra == 'lru'", "flake8 ; extra == 'tests'", "pylint ; extra == 'tests'", "pytest ; extra == 'tests'", "pytest-cov ; extra == 'tests'", "isort ; extra == 'tests'" ], "requires_python": ">=3.5.3", "summary": "A simple asynchronous wrapper for the PokeAPI.co API.", "version": "0.1.5a0" }, "last_serial": 5294129, "releases": { "0.0.5a0": [ { "comment_text": "", "digests": { "md5": "1b19fb07560cdb230ce562b54e55ce95", "sha256": "92d990b27b0336daa75af656eaf9602a083a0a2cc3e44b8cb860ae4837e4ca4a" }, "downloads": -1, "filename": "async_pokepy-0.0.5a0-py3.7.egg", "has_sig": false, "md5_digest": "1b19fb07560cdb230ce562b54e55ce95", "packagetype": "bdist_egg", "python_version": "3.7", "requires_python": ">=3.5.3", "size": 31166, "upload_time": "2019-05-11T17:11:57", "url": "https://files.pythonhosted.org/packages/33/6b/63a5ca45c2a1cf8778a584be335983bbae9e5ccb9f993109b62e66fcb1cf/async_pokepy-0.0.5a0-py3.7.egg" }, { "comment_text": "", "digests": { "md5": "a7ee2f5cdedba0e2c8f9248773702e75", "sha256": "b693a0b7aae662dc071fa2ede69cc4bacd428aeddf3ae4f604dfb407d4a660a6" }, "downloads": -1, "filename": "async_pokepy-0.0.5a0-py3-none-any.whl", "has_sig": false, "md5_digest": "a7ee2f5cdedba0e2c8f9248773702e75", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5.3", "size": 15617, "upload_time": "2019-05-11T17:11:55", "url": "https://files.pythonhosted.org/packages/ae/f0/bb7e730a77b5fa562bd8a407120b6dc7816394305af94fd990e2a67d6974/async_pokepy-0.0.5a0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ad696478a92a2810382ecac98a080d43", "sha256": "c029502909a95d4b16ff551f83aec853bbd7bbe3b893e054cfe291047ee4db08" }, "downloads": -1, "filename": "async_pokepy-0.0.5a0.tar.gz", "has_sig": false, "md5_digest": "ad696478a92a2810382ecac98a080d43", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5.3", "size": 8398, "upload_time": "2019-05-11T17:11:59", "url": "https://files.pythonhosted.org/packages/19/e8/7b7dfa7fb326fc9106637c4104da3449e1ce6ffb25359b509c5cde250195/async_pokepy-0.0.5a0.tar.gz" } ], "0.0.6a0": [ { "comment_text": "", "digests": { "md5": "ca044d5f5fefdff0dbe09bb1ef1435e1", "sha256": "e88b14d1aef4f40a6afe5339d5c0f9aace4a360926ff31a58333fd9895c77793" }, "downloads": -1, "filename": "async_pokepy-0.0.6a0-py3.7.egg", "has_sig": false, "md5_digest": "ca044d5f5fefdff0dbe09bb1ef1435e1", "packagetype": "bdist_egg", "python_version": "3.7", "requires_python": ">=3.5.3", "size": 31170, "upload_time": "2019-05-11T17:22:00", "url": "https://files.pythonhosted.org/packages/fb/88/b17ee938a09299008dbd14a53911def26b1e2483587c95730906f2825bd0/async_pokepy-0.0.6a0-py3.7.egg" }, { "comment_text": "", "digests": { "md5": "fa051da36ff8f252458b6cc44349345b", "sha256": "cb7be028a92571c4a739aee62085f96d283b838117faa4a46fae8c7ebf044dc3" }, "downloads": -1, "filename": "async_pokepy-0.0.6a0-py3-none-any.whl", "has_sig": false, "md5_digest": "fa051da36ff8f252458b6cc44349345b", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5.3", "size": 15626, "upload_time": "2019-05-11T17:21:58", "url": "https://files.pythonhosted.org/packages/52/f8/5bbb32ac8582292a62d4dcdb9622835b8d281f56a9d68e278c77163cf1aa/async_pokepy-0.0.6a0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "53b6cc8f9c6c323edf7394728ad4e80c", "sha256": "20fef6761a03e3ec3cdbcef136a0334dfe0aafd1741f544330537af2cf80eb51" }, "downloads": -1, "filename": "async_pokepy-0.0.6a0.tar.gz", "has_sig": false, "md5_digest": "53b6cc8f9c6c323edf7394728ad4e80c", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5.3", "size": 8422, "upload_time": "2019-05-11T17:22:01", "url": "https://files.pythonhosted.org/packages/d9/36/5c566de9078a724e3e64cb2cf4786e49121f366bf17677dbb79d78fe59e3/async_pokepy-0.0.6a0.tar.gz" } ], "0.0.7a0": [ { "comment_text": "", "digests": { "md5": "243743afc5bbab745f0a4b77f7d87396", "sha256": "d4ff4f9739e5fda2b7a785b8707b684be5f2b08940af4421139d4edb65d40458" }, "downloads": -1, "filename": "async_pokepy-0.0.7a0-py3.7.egg", "has_sig": false, "md5_digest": "243743afc5bbab745f0a4b77f7d87396", "packagetype": "bdist_egg", "python_version": "3.7", "requires_python": ">=3.5.3", "size": 31356, "upload_time": "2019-05-11T19:20:46", "url": "https://files.pythonhosted.org/packages/c3/18/164ecd1a435b470e00c27f2f54437af4a2ec47ab97ba738c724a26a179d1/async_pokepy-0.0.7a0-py3.7.egg" }, { "comment_text": "", "digests": { "md5": "a8213df92b13cc80592bd792ebb45093", "sha256": "79a669eddaf09c0a34520dcf56183391ef5a3931e403906dff6329a06b61dcb1" }, "downloads": -1, "filename": "async_pokepy-0.0.7a0-py3-none-any.whl", "has_sig": false, "md5_digest": "a8213df92b13cc80592bd792ebb45093", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5.3", "size": 15817, "upload_time": "2019-05-11T19:20:45", "url": "https://files.pythonhosted.org/packages/33/54/7f209d970a10347f41e76850fe58f765ac8f9928ceb79a0ae2a97f92cd3b/async_pokepy-0.0.7a0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ca0558946bb4e261a807ac0b1cbf7b83", "sha256": "2be06c896265e8e8c9b614f87e8ee9a1eeeda3115150511029e04025492e7dd5" }, "downloads": -1, "filename": "async_pokepy-0.0.7a0.tar.gz", "has_sig": false, "md5_digest": "ca0558946bb4e261a807ac0b1cbf7b83", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5.3", "size": 8801, "upload_time": "2019-05-11T19:20:47", "url": "https://files.pythonhosted.org/packages/ee/9f/a85923a86a35c99e0a2d561cd8f43ffbb130d318281586fee233404b8800/async_pokepy-0.0.7a0.tar.gz" } ], "0.0.9a0": [ { "comment_text": "", "digests": { "md5": "bd349cf1917710e17e415ee90f7b7e61", "sha256": "72d6a0c9cb4e629c500013219cc8190a5230d7ec1cd8fc375dc100e774256a12" }, "downloads": -1, "filename": "async_pokepy-0.0.9a0-py3.6.egg", "has_sig": false, "md5_digest": "bd349cf1917710e17e415ee90f7b7e61", "packagetype": "bdist_egg", "python_version": "3.6", "requires_python": ">=3.5.3", "size": 33743, "upload_time": "2019-05-13T16:06:53", "url": "https://files.pythonhosted.org/packages/7d/28/cb4356bddcc7f24aa734a339858805363a4f13611ee256f4f81bafc9d85b/async_pokepy-0.0.9a0-py3.6.egg" }, { "comment_text": "", "digests": { "md5": "bb2335d5da7e624ca397d56c20c3fe2c", "sha256": "f121f3dac0d05dd7515ece56441cfba288914caad5b20b47ef9e7dbc2caa6e53" }, "downloads": -1, "filename": "async_pokepy-0.0.9a0-py3.7.egg", "has_sig": false, "md5_digest": "bb2335d5da7e624ca397d56c20c3fe2c", "packagetype": "bdist_egg", "python_version": "3.7", "requires_python": ">=3.5.3", "size": 33644, "upload_time": "2019-05-13T16:06:54", "url": "https://files.pythonhosted.org/packages/cc/71/8cb9875cd8ac59a5577d0032794c58d7d074eaee58da256c09ff02072d95/async_pokepy-0.0.9a0-py3.7.egg" }, { "comment_text": "", "digests": { "md5": "b09e5a235c54881a57c37fdc1f8a9b35", "sha256": "de6b315ea64bbc5a50bc780b24b3bec80a3390fd415d14f7788b3473a42c0a11" }, "downloads": -1, "filename": "async_pokepy-0.0.9a0-py3-none-any.whl", "has_sig": false, "md5_digest": "b09e5a235c54881a57c37fdc1f8a9b35", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5.3", "size": 16703, "upload_time": "2019-05-13T16:06:51", "url": "https://files.pythonhosted.org/packages/f9/ae/a10ac3b4585570823f09cb787cefddf0e319e2356ba51f05f9b2355b4f17/async_pokepy-0.0.9a0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2937ba266cc4038dba54bae1ed7ec6bc", "sha256": "877d12a4c39cfee78ed64a49806fb08ed3612d7d435d5472e86ef47e44ba8c5d" }, "downloads": -1, "filename": "async_pokepy-0.0.9a0.tar.gz", "has_sig": false, "md5_digest": "2937ba266cc4038dba54bae1ed7ec6bc", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5.3", "size": 9587, "upload_time": "2019-05-13T16:06:55", "url": "https://files.pythonhosted.org/packages/fc/a1/543776927114b6cd2324fb3a6c98de660d2f645ef2acc47d89e5190ec559/async_pokepy-0.0.9a0.tar.gz" } ], "0.1.0a0": [ { "comment_text": "", "digests": { "md5": "7dbc927c0696d98569750a7ce0c9a073", "sha256": "912fda5bab33c4bcbc1e11fe34fb3f038674ee48dff76feb2d4fcdf857aa444c" }, "downloads": -1, "filename": "async_pokepy-0.1.0a0-py3.5.egg", "has_sig": false, "md5_digest": "7dbc927c0696d98569750a7ce0c9a073", "packagetype": "bdist_egg", "python_version": "3.5", "requires_python": ">=3.5.3", "size": 50594, "upload_time": "2019-05-16T14:44:00", "url": "https://files.pythonhosted.org/packages/3d/e7/d05a2dd638ae1144789801099a60c6ba0e8d756c1e80421e99e1cb67985c/async_pokepy-0.1.0a0-py3.5.egg" }, { "comment_text": "", "digests": { "md5": "08d2b6b6baff067b33f8280db693759b", "sha256": "bb8a59037955ff5b0812c1ea847fd6c606a2e39db63011e13d8799b45a314c9e" }, "downloads": -1, "filename": "async_pokepy-0.1.0a0-py3.6.egg", "has_sig": false, "md5_digest": "08d2b6b6baff067b33f8280db693759b", "packagetype": "bdist_egg", "python_version": "3.6", "requires_python": ">=3.5.3", "size": 50134, "upload_time": "2019-05-16T14:44:01", "url": "https://files.pythonhosted.org/packages/2b/ab/18a84d990a143553eefcf4f20a1407fe2758e7ee034416ea77788a3b70a2/async_pokepy-0.1.0a0-py3.6.egg" }, { "comment_text": "", "digests": { "md5": "6a6b829e3be43535001624548b03e518", "sha256": "c6074726be021519bd72425c928fc508031c22617a9ba7517ea953096548672c" }, "downloads": -1, "filename": "async_pokepy-0.1.0a0-py3.7.egg", "has_sig": false, "md5_digest": "6a6b829e3be43535001624548b03e518", "packagetype": "bdist_egg", "python_version": "3.7", "requires_python": ">=3.5.3", "size": 49858, "upload_time": "2019-05-16T14:44:03", "url": "https://files.pythonhosted.org/packages/97/59/4c1ea7d7f709d96829ad25087ae5cea4b3499b2bd553f066910fdd0a08f1/async_pokepy-0.1.0a0-py3.7.egg" }, { "comment_text": "", "digests": { "md5": "f54f8192b538d69a3a2c8f2d6d80983b", "sha256": "770a702413df1c6beb2d9f6e73882d87456b0d898bcbc9026a8e7236704b4e05" }, "downloads": -1, "filename": "async_pokepy-0.1.0a0-py3-none-any.whl", "has_sig": false, "md5_digest": "f54f8192b538d69a3a2c8f2d6d80983b", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5.3", "size": 23633, "upload_time": "2019-05-16T14:43:58", "url": "https://files.pythonhosted.org/packages/f0/d6/f349cc86ab32f77eac5d6eb3245a1209872df186014181728c946320ac42/async_pokepy-0.1.0a0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "8ee7ce2753e9911569a13b86b555e97d", "sha256": "817ba9f42316325f968c896cdaa2e76d2b95db39152881f34c8bdd840298a3f9" }, "downloads": -1, "filename": "async_pokepy-0.1.0a0.tar.gz", "has_sig": false, "md5_digest": "8ee7ce2753e9911569a13b86b555e97d", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5.3", "size": 14416, "upload_time": "2019-05-16T14:44:04", "url": "https://files.pythonhosted.org/packages/53/6e/9324188a42b2e2ab0a4ce33133f0826411233c6cb942e3fb9e58a3db64fd/async_pokepy-0.1.0a0.tar.gz" } ], "0.1.1a0": [ { "comment_text": "", "digests": { "md5": "fc1b9ca61a168ef8eea3c98a7a328502", "sha256": "7fb5d52c42f2c549bf3f8a161cf7c0927feef176ae20dcf6391bf7b6baddd41a" }, "downloads": -1, "filename": "async_pokepy-0.1.1a0-py3.5.egg", "has_sig": false, "md5_digest": "fc1b9ca61a168ef8eea3c98a7a328502", "packagetype": "bdist_egg", "python_version": "3.5", "requires_python": ">=3.5.3", "size": 50790, "upload_time": "2019-05-17T14:00:35", "url": "https://files.pythonhosted.org/packages/53/35/5868772a28bd3903fcc85cc0833f9578480a1192210bfc629766c018112a/async_pokepy-0.1.1a0-py3.5.egg" }, { "comment_text": "", "digests": { "md5": "3b1bba589d18054dd71f04a01af4c354", "sha256": "4227a7c0e7feccc2519a61062eabd0aab12a3be7facde8d3be998dd12dda3c7e" }, "downloads": -1, "filename": "async_pokepy-0.1.1a0-py3.6.egg", "has_sig": false, "md5_digest": "3b1bba589d18054dd71f04a01af4c354", "packagetype": "bdist_egg", "python_version": "3.6", "requires_python": ">=3.5.3", "size": 50329, "upload_time": "2019-05-17T14:00:37", "url": "https://files.pythonhosted.org/packages/ab/d3/8c98345f705f9359bd90e94a166188c81cd0de1881f0f41ef4f0059cce94/async_pokepy-0.1.1a0-py3.6.egg" }, { "comment_text": "", "digests": { "md5": "04f29e2c8e12f72ad94bb4eb6f9090f5", "sha256": "2150deacdae7548ea14345764137da023bef3affa14c169988f99f4676fdf5ef" }, "downloads": -1, "filename": "async_pokepy-0.1.1a0-py3.7.egg", "has_sig": false, "md5_digest": "04f29e2c8e12f72ad94bb4eb6f9090f5", "packagetype": "bdist_egg", "python_version": "3.7", "requires_python": ">=3.5.3", "size": 50055, "upload_time": "2019-05-17T14:00:38", "url": "https://files.pythonhosted.org/packages/c2/f6/41e1ea3ef6baf07f0e485c2379c150e947425be2ccd87358fba4cc22c3a0/async_pokepy-0.1.1a0-py3.7.egg" }, { "comment_text": "", "digests": { "md5": "123a2e2538038dc77fe3fe17b92b0164", "sha256": "32eba929ed5bf64e247df0a9ee143f5285fc45ba8b9aff6a1c2348e9da206054" }, "downloads": -1, "filename": "async_pokepy-0.1.1a0-py3-none-any.whl", "has_sig": false, "md5_digest": "123a2e2538038dc77fe3fe17b92b0164", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5.3", "size": 23717, "upload_time": "2019-05-17T14:00:34", "url": "https://files.pythonhosted.org/packages/1f/7a/f0c0b4a9cf44dd8b5481df21cbc35c7eff95b0bb04cf4ae7732c5e276f97/async_pokepy-0.1.1a0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "1cddf0051af8a0b956e9314c613b4448", "sha256": "98fa429c69ccd6df187631000c4edeb390ed2024c20683d54c120ed4463914d4" }, "downloads": -1, "filename": "async_pokepy-0.1.1a0.tar.gz", "has_sig": false, "md5_digest": "1cddf0051af8a0b956e9314c613b4448", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5.3", "size": 14621, "upload_time": "2019-05-17T14:00:39", "url": "https://files.pythonhosted.org/packages/74/15/fe902eb4047baf9082dc1c6715758bcf67ad60d57b6beb1ec5c799433ed0/async_pokepy-0.1.1a0.tar.gz" } ], "0.1.2a0": [ { "comment_text": "", "digests": { "md5": "b1d5525ad6fe4b7146cd50a958d8bf65", "sha256": "a31b5dacfffca66b998a8b10af1b059458697cbb2a5988d3e065f04a540b38c1" }, "downloads": -1, "filename": "async_pokepy-0.1.2a0-py3.5.egg", "has_sig": false, "md5_digest": "b1d5525ad6fe4b7146cd50a958d8bf65", "packagetype": "bdist_egg", "python_version": "3.5", "requires_python": ">=3.5.3", "size": 56387, "upload_time": "2019-05-18T14:30:20", "url": "https://files.pythonhosted.org/packages/47/a7/edf0abcd5afb466ea890f6098c463383c897e36a1dabcc05f0478305a241/async_pokepy-0.1.2a0-py3.5.egg" }, { "comment_text": "", "digests": { "md5": "8504a8ca8ac36245ab170d3f895bf5e9", "sha256": "5c6e11f051166b570456c7fa09cbb95fc691ee039e0df41a60f5620540d8c23e" }, "downloads": -1, "filename": "async_pokepy-0.1.2a0-py3.6.egg", "has_sig": false, "md5_digest": "8504a8ca8ac36245ab170d3f895bf5e9", "packagetype": "bdist_egg", "python_version": "3.6", "requires_python": ">=3.5.3", "size": 55862, "upload_time": "2019-05-18T14:30:21", "url": "https://files.pythonhosted.org/packages/d5/1f/0778ca6e724914576d5868b5f1801e9c27b337711c2ed4f8119492684160/async_pokepy-0.1.2a0-py3.6.egg" }, { "comment_text": "", "digests": { "md5": "976a9376a614be8ae818b1113a8956a2", "sha256": "8ff560e59f77bb18187e32bde3b18c9f516ae4953ad6b0fe8c4c96e37aeed043" }, "downloads": -1, "filename": "async_pokepy-0.1.2a0-py3.7.egg", "has_sig": false, "md5_digest": "976a9376a614be8ae818b1113a8956a2", "packagetype": "bdist_egg", "python_version": "3.7", "requires_python": ">=3.5.3", "size": 55544, "upload_time": "2019-05-18T14:30:22", "url": "https://files.pythonhosted.org/packages/b1/f5/3800391786a5186e67b0f1b373f0c25794bddde7deccc9301279c575f1f6/async_pokepy-0.1.2a0-py3.7.egg" }, { "comment_text": "", "digests": { "md5": "23e83e5af87b4e9751d0834cfacdafaf", "sha256": "e10a482d2add6f3716f73e0d293ed10df199d0a5f6a5ecae1372886d83ca2024" }, "downloads": -1, "filename": "async_pokepy-0.1.2a0-py3-none-any.whl", "has_sig": false, "md5_digest": "23e83e5af87b4e9751d0834cfacdafaf", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5.3", "size": 25651, "upload_time": "2019-05-18T14:30:18", "url": "https://files.pythonhosted.org/packages/76/05/96ecc89469ce1f37fc9c9b19d8a7a4577a032a950043f793e4a0a24c84c1/async_pokepy-0.1.2a0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "8bf8b8e917466fb89720d6891f07be71", "sha256": "1282277b044524f396d520ed40c5b5be66739c385eff593a6155c76bb9328a16" }, "downloads": -1, "filename": "async_pokepy-0.1.2a0.tar.gz", "has_sig": false, "md5_digest": "8bf8b8e917466fb89720d6891f07be71", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5.3", "size": 15484, "upload_time": "2019-05-18T14:30:24", "url": "https://files.pythonhosted.org/packages/dd/23/8aedfe4de55dfb8fc1a7765791d851f6dac6bd6cc636e87d7a2f45743472/async_pokepy-0.1.2a0.tar.gz" } ], "0.1.3a0": [ { "comment_text": "", "digests": { "md5": "9e4acacaafd6216eda46e3e2826cec82", "sha256": "212b4528fef3a71ca5bf00dab3678e0eae57fd7e3abff30b2293d96825f5b2de" }, "downloads": -1, "filename": "async_pokepy-0.1.3a0-py3.5.egg", "has_sig": false, "md5_digest": "9e4acacaafd6216eda46e3e2826cec82", "packagetype": "bdist_egg", "python_version": "3.5", "requires_python": ">=3.5.3", "size": 62901, "upload_time": "2019-05-19T15:02:22", "url": "https://files.pythonhosted.org/packages/49/7c/afbe6d43bc2d8649a95cadc2b0ae1245c1d07ca7afa7a33d8fcca8e56c15/async_pokepy-0.1.3a0-py3.5.egg" }, { "comment_text": "", "digests": { "md5": "87ee75dcd5483f9d43fa84be42b615c1", "sha256": "fc8901aaab1763c82e1ab9023ebdfee9c202db71cc486c3a85080f2e29807dd4" }, "downloads": -1, "filename": "async_pokepy-0.1.3a0-py3.6.egg", "has_sig": false, "md5_digest": "87ee75dcd5483f9d43fa84be42b615c1", "packagetype": "bdist_egg", "python_version": "3.6", "requires_python": ">=3.5.3", "size": 62308, "upload_time": "2019-05-19T15:02:23", "url": "https://files.pythonhosted.org/packages/e3/ba/55ab9b31fa50d16f67986a001ccd6344f13b2aac9eee74fc79deba9785ca/async_pokepy-0.1.3a0-py3.6.egg" }, { "comment_text": "", "digests": { "md5": "cacc417da091db52f589217ab4f82168", "sha256": "6e4e8d84d2c293b9250bb7b5fd103d378acc112b2ff0ec5d591a9ea4be7f5bfb" }, "downloads": -1, "filename": "async_pokepy-0.1.3a0-py3.7.egg", "has_sig": false, "md5_digest": "cacc417da091db52f589217ab4f82168", "packagetype": "bdist_egg", "python_version": "3.7", "requires_python": ">=3.5.3", "size": 61987, "upload_time": "2019-05-19T15:02:24", "url": "https://files.pythonhosted.org/packages/ac/a6/07a827db4833ee2f26a0a5856196a0f42ed85c4ee61b89bb3528b3d22c26/async_pokepy-0.1.3a0-py3.7.egg" }, { "comment_text": "", "digests": { "md5": "8771e1e1b1f155db9255888015148d2c", "sha256": "69aae2c7d0ab408b650ea2ade381cd689fe958951d8ca53e4c5637463e632704" }, "downloads": -1, "filename": "async_pokepy-0.1.3a0-py3-none-any.whl", "has_sig": false, "md5_digest": "8771e1e1b1f155db9255888015148d2c", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5.3", "size": 28357, "upload_time": "2019-05-19T15:02:20", "url": "https://files.pythonhosted.org/packages/bd/a2/3e5ab61eeec307244678b6ce6cfcdcb0c777cbd9dcda75261bceaa48b7b0/async_pokepy-0.1.3a0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "065e616545a797a79bc251882229b779", "sha256": "91d2123c20fb9a3d7aa3c220fb38c568098043f2c77d99e12836d91675df5cd4" }, "downloads": -1, "filename": "async_pokepy-0.1.3a0.tar.gz", "has_sig": false, "md5_digest": "065e616545a797a79bc251882229b779", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5.3", "size": 17056, "upload_time": "2019-05-19T15:02:26", "url": "https://files.pythonhosted.org/packages/f6/d5/4a5154a757a7945fe564937c167e45c9c466cb5e582be63423eb0cca44d3/async_pokepy-0.1.3a0.tar.gz" } ], "0.1.4a0": [ { "comment_text": "", "digests": { "md5": "2ab2c32b9cce662965dffe0e11c2216a", "sha256": "4ebe4c0e674052ac08d5729421551602e074bbb057cdfaec9fc6a44904fa50d6" }, "downloads": -1, "filename": "async_pokepy-0.1.4a0-py3.5.egg", "has_sig": false, "md5_digest": "2ab2c32b9cce662965dffe0e11c2216a", "packagetype": "bdist_egg", "python_version": "3.5", "requires_python": ">=3.5.3", "size": 63256, "upload_time": "2019-05-19T22:14:43", "url": "https://files.pythonhosted.org/packages/34/e0/be7d92c958e0a59e67c6ab1dc3699a072d6e26f29642a2f51b3ca090a3bd/async_pokepy-0.1.4a0-py3.5.egg" }, { "comment_text": "", "digests": { "md5": "01ff088b1dcb8b3dcbac29c49a17fab5", "sha256": "2617b1418bc417d622e649d6f17a0d71e41c4f5036567ed0a5a7223455d0dccb" }, "downloads": -1, "filename": "async_pokepy-0.1.4a0-py3.6.egg", "has_sig": false, "md5_digest": "01ff088b1dcb8b3dcbac29c49a17fab5", "packagetype": "bdist_egg", "python_version": "3.6", "requires_python": ">=3.5.3", "size": 62680, "upload_time": "2019-05-19T22:14:44", "url": "https://files.pythonhosted.org/packages/9e/d4/967283a33a27d93473d2438ebdc19453f3473d5e51cefdb50f9b945c33a8/async_pokepy-0.1.4a0-py3.6.egg" }, { "comment_text": "", "digests": { "md5": "67a144b8fff4e024142b829b85a26967", "sha256": "5c9ffeb001cbe780e778ee48984481543a8dc3cb0eb4b1e26b1d19b90858ad0d" }, "downloads": -1, "filename": "async_pokepy-0.1.4a0-py3.7.egg", "has_sig": false, "md5_digest": "67a144b8fff4e024142b829b85a26967", "packagetype": "bdist_egg", "python_version": "3.7", "requires_python": ">=3.5.3", "size": 62353, "upload_time": "2019-05-19T22:14:45", "url": "https://files.pythonhosted.org/packages/66/bb/e5c8457ed161b9ed48b50b1c84632a9b093b8ccb888932d60f5a53c60ea6/async_pokepy-0.1.4a0-py3.7.egg" }, { "comment_text": "", "digests": { "md5": "90cc5e3eebaf990a501ffcfd6c6375cc", "sha256": "7a3ad486892cf2130eff6c11041c4b4fa3d4b19590cb28bf8acea53af49e33a1" }, "downloads": -1, "filename": "async_pokepy-0.1.4a0-py3-none-any.whl", "has_sig": false, "md5_digest": "90cc5e3eebaf990a501ffcfd6c6375cc", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5.3", "size": 28594, "upload_time": "2019-05-19T22:14:41", "url": "https://files.pythonhosted.org/packages/ec/e1/58c4fe247bead11338044781a3ce040a1d1bfba42159372bc3bdd5d63020/async_pokepy-0.1.4a0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "4c7bcfc08e5497a8311d4aa824657e8b", "sha256": "52e839f8ad57a6ea7e23a6db57ad01483ebaff858676cf57e0e63a75e62f96d7" }, "downloads": -1, "filename": "async_pokepy-0.1.4a0.tar.gz", "has_sig": false, "md5_digest": "4c7bcfc08e5497a8311d4aa824657e8b", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5.3", "size": 17363, "upload_time": "2019-05-19T22:14:47", "url": "https://files.pythonhosted.org/packages/96/8a/06fecb7031eaebb780d539ec8cc7d14af3d4e2c2a5cf82896cbcae61775f/async_pokepy-0.1.4a0.tar.gz" } ], "0.1.5a0": [ { "comment_text": "", "digests": { "md5": "d4c330add7feac24691bb2671ca4a918", "sha256": "6babc5ac1aea291ac4941ba9fb41302ca52437918931e31407077f3c3f0cc8cc" }, "downloads": -1, "filename": "async_pokepy-0.1.5a0-py3.5.egg", "has_sig": false, "md5_digest": "d4c330add7feac24691bb2671ca4a918", "packagetype": "bdist_egg", "python_version": "3.5", "requires_python": ">=3.5.3", "size": 67594, "upload_time": "2019-05-20T20:40:26", "url": "https://files.pythonhosted.org/packages/01/67/0fcfdc6a82f9be8d7542f3cf2b56679c2e8f400ffeb0d77e8bd8a4781c16/async_pokepy-0.1.5a0-py3.5.egg" }, { "comment_text": "", "digests": { "md5": "070b5495bc4ab97f31da7d8573b3762b", "sha256": "88adde7674a4df381aa94364e19587eca655faa27e08c7262e26325e2fc2db82" }, "downloads": -1, "filename": "async_pokepy-0.1.5a0-py3.6.egg", "has_sig": false, "md5_digest": "070b5495bc4ab97f31da7d8573b3762b", "packagetype": "bdist_egg", "python_version": "3.6", "requires_python": ">=3.5.3", "size": 66985, "upload_time": "2019-05-20T20:40:27", "url": "https://files.pythonhosted.org/packages/88/39/4aaaef7f7653dfd926eec5ac8f361d8b30b6bfb2e42ff9fa1ad35ec64464/async_pokepy-0.1.5a0-py3.6.egg" }, { "comment_text": "", "digests": { "md5": "b8b751f9f2f421134747e17524505128", "sha256": "a87ba574c19e42682f50659dcd05162dfae42ff9703a1d44efc7f534324a27a3" }, "downloads": -1, "filename": "async_pokepy-0.1.5a0-py3.7.egg", "has_sig": false, "md5_digest": "b8b751f9f2f421134747e17524505128", "packagetype": "bdist_egg", "python_version": "3.7", "requires_python": ">=3.5.3", "size": 66672, "upload_time": "2019-05-20T20:40:28", "url": "https://files.pythonhosted.org/packages/be/65/d92ce681ebb6343b6ef8c68df0c3ff411775244f2f55ae420f40c852274d/async_pokepy-0.1.5a0-py3.7.egg" }, { "comment_text": "", "digests": { "md5": "cfeca76580e4cecc206c77841dfabe38", "sha256": "45972ef4c76d3ff9849d4480395063b162720fb8e464134edabb60df758982ed" }, "downloads": -1, "filename": "async_pokepy-0.1.5a0-py3-none-any.whl", "has_sig": false, "md5_digest": "cfeca76580e4cecc206c77841dfabe38", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5.3", "size": 30490, "upload_time": "2019-05-20T20:40:24", "url": "https://files.pythonhosted.org/packages/2d/9b/9623ec01885cfe613a010e89e9af91a498f2ca01df7dc8f99b016dcf7868/async_pokepy-0.1.5a0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "5e1482ace799fe210212004ec63007fb", "sha256": "1422a0e914f71072a65bd8c8b8fca22e21583d1470a134de491687db85b5c8af" }, "downloads": -1, "filename": "async_pokepy-0.1.5a0.tar.gz", "has_sig": false, "md5_digest": "5e1482ace799fe210212004ec63007fb", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5.3", "size": 18283, "upload_time": "2019-05-20T20:40:30", "url": "https://files.pythonhosted.org/packages/b0/5f/2b7a1b5932e8b6c4dfa8dd504a4e5d6178d20dbf2325f55a62955540fad0/async_pokepy-0.1.5a0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "d4c330add7feac24691bb2671ca4a918", "sha256": "6babc5ac1aea291ac4941ba9fb41302ca52437918931e31407077f3c3f0cc8cc" }, "downloads": -1, "filename": "async_pokepy-0.1.5a0-py3.5.egg", "has_sig": false, "md5_digest": "d4c330add7feac24691bb2671ca4a918", "packagetype": "bdist_egg", "python_version": "3.5", "requires_python": ">=3.5.3", "size": 67594, "upload_time": "2019-05-20T20:40:26", "url": "https://files.pythonhosted.org/packages/01/67/0fcfdc6a82f9be8d7542f3cf2b56679c2e8f400ffeb0d77e8bd8a4781c16/async_pokepy-0.1.5a0-py3.5.egg" }, { "comment_text": "", "digests": { "md5": "070b5495bc4ab97f31da7d8573b3762b", "sha256": "88adde7674a4df381aa94364e19587eca655faa27e08c7262e26325e2fc2db82" }, "downloads": -1, "filename": "async_pokepy-0.1.5a0-py3.6.egg", "has_sig": false, "md5_digest": "070b5495bc4ab97f31da7d8573b3762b", "packagetype": "bdist_egg", "python_version": "3.6", "requires_python": ">=3.5.3", "size": 66985, "upload_time": "2019-05-20T20:40:27", "url": "https://files.pythonhosted.org/packages/88/39/4aaaef7f7653dfd926eec5ac8f361d8b30b6bfb2e42ff9fa1ad35ec64464/async_pokepy-0.1.5a0-py3.6.egg" }, { "comment_text": "", "digests": { "md5": "b8b751f9f2f421134747e17524505128", "sha256": "a87ba574c19e42682f50659dcd05162dfae42ff9703a1d44efc7f534324a27a3" }, "downloads": -1, "filename": "async_pokepy-0.1.5a0-py3.7.egg", "has_sig": false, "md5_digest": "b8b751f9f2f421134747e17524505128", "packagetype": "bdist_egg", "python_version": "3.7", "requires_python": ">=3.5.3", "size": 66672, "upload_time": "2019-05-20T20:40:28", "url": "https://files.pythonhosted.org/packages/be/65/d92ce681ebb6343b6ef8c68df0c3ff411775244f2f55ae420f40c852274d/async_pokepy-0.1.5a0-py3.7.egg" }, { "comment_text": "", "digests": { "md5": "cfeca76580e4cecc206c77841dfabe38", "sha256": "45972ef4c76d3ff9849d4480395063b162720fb8e464134edabb60df758982ed" }, "downloads": -1, "filename": "async_pokepy-0.1.5a0-py3-none-any.whl", "has_sig": false, "md5_digest": "cfeca76580e4cecc206c77841dfabe38", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5.3", "size": 30490, "upload_time": "2019-05-20T20:40:24", "url": "https://files.pythonhosted.org/packages/2d/9b/9623ec01885cfe613a010e89e9af91a498f2ca01df7dc8f99b016dcf7868/async_pokepy-0.1.5a0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "5e1482ace799fe210212004ec63007fb", "sha256": "1422a0e914f71072a65bd8c8b8fca22e21583d1470a134de491687db85b5c8af" }, "downloads": -1, "filename": "async_pokepy-0.1.5a0.tar.gz", "has_sig": false, "md5_digest": "5e1482ace799fe210212004ec63007fb", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5.3", "size": 18283, "upload_time": "2019-05-20T20:40:30", "url": "https://files.pythonhosted.org/packages/b0/5f/2b7a1b5932e8b6c4dfa8dd504a4e5d6178d20dbf2325f55a62955540fad0/async_pokepy-0.1.5a0.tar.gz" } ] }