{ "info": { "author": "beastmatser", "author_email": "", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Framework :: AsyncIO", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python :: 3 :: Only", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Topic :: Internet", "Topic :: Software Development :: Libraries", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Utilities", "Typing :: Typed" ], "description": "
\n
An Asynchronous API wrapper for the Pok\u00e9Api.\n
\n\n \n
\n
\n
\n
\n
\n Report issue\n \u00b7\n Request feature\n \u00b7\n Fork project\n
\n\n## \ud83d\udddd\ufe0f Key Features\n\n- Use of modern Python keywords: `async` and `await`.\n- Every object is fully type hinted.\n- Objects get cached, this increases speed and avoids unnecessary API requests.\n\n## \ud83c\udf0d Documentation\n\nAioPok\u00e9Api has a very minimal website, which you can find [here](https://beastmatser.github.io/aiopoke/). It also has some [documentation](https://beastmatser.github.io/aiopoke/docs/).\n\n## \u2604\ufe0f Installation\n\n```sh\npip install aiopokeapi\n```\n\n