معرفی شرکت ها


aiowowapi-2.1.1


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

An asynchronous Python wrapper for the World of Warcraft APIs.
ویژگی مقدار
سیستم عامل OS Independent
نام فایل aiowowapi-2.1.1
نام aiowowapi
نسخه کتابخانه 2.1.1
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Adalyia
ایمیل نویسنده -
آدرس صفحه اصلی https://github.com/Adalyia/aiowowapi
آدرس اینترنتی https://pypi.org/project/aiowowapi/
مجوز MIT
.. image:: https://img.shields.io/pypi/v/aiowowapi.svg :target: https://pypi.python.org/pypi/aiowowapi :alt: PyPI version info .. image:: https://img.shields.io/pypi/pyversions/aiowowapi.svg :target: https://pypi.python.org/pypi/aiowowapi :alt: PyPI supported Python versions .. image:: https://github.com/Adalyia/aiowowapi/actions/workflows/tests.yml/badge.svg :target: https://github.com/Adalyia/aiowowapi/actions/workflows/tests.yml :alt: Test Status .. image:: https://readthedocs.org/projects/aiowowapi/badge/?version=latest :target: https://aiowowapi.readthedocs.io/en/latest/?badge=latest :alt: Documentation Status aiowowapi docs ===================================== An asynchronous client library for interacting with the World of Warcraft API endpoints using the ``async`` / ``await`` syntax. Installing ----------- .. code:: sh # Linux/OSX python3 -m pip install -U aiowowapi # Windows python -m pip install -U aiowowapi Current Features --------------------- * Retail Game Data API Support * Retail Profile API Support * Classic Game Data API Support * Rate limiting * Request retries * QoL WoW-Specific functions (Money -> Gold/Silver/Copper, Armoury link parser, etc) TODO ----- * Add caching for certain requests (e.g. character profile) * Greater test coverage Requirements ------------- * `aiohttp <https://docs.aiohttp.org/en/stable/>`_ * Python 3.8+ Example -------- .. code-block:: python from aiowowapi import WowApi async def main(): async with WowApi('<ID>','<SECRET>', 'us', request_debugging=True) as Client: print(await Client.Retail.Profile.get_character_profile_status('illidan', 'adalyia')) Links ------ * `aiowowapi's Documentation <https://aiowowapi.readthedocs.io/en/latest/>`_ * `Blizzard's API Documentation <https://develop.battle.net/documentation>`_ * `Register a Blizzard API Client <https://develop.battle.net/access/clients>`_ * `Blizzard's API Forums <https://us.forums.blizzard.com/en/blizzard/c/api-discussion/18>`_ IMPORTANT ---------- This project is not affiliated with or endorsed by `Blizzard Entertainment <https://www.blizzard.com/>`_ & all data is retrieved from official Blizzard / World of Warcraft APIs. `Terms found here <https://www.blizzard.com/en-us/legal/a2989b50-5f16-43b1-abec-2ae17cc09dd6/blizzard-developer-api-terms-of-use>`_. Additionally this project was created primarily for use with Discord Bots & other async applications with inspiration from `this project <https://github.com/lockwooddev/python-wowapi>`_ by `lockwooddev <https://github.com/lockwooddev/>`_.


نیازمندی

مقدار نام
>=3.7.4.post0 aiohttp
>=4.1.2 sphinx
>=1.0.0 sphinx-rtd-theme
>=6.2.4 pytest
>=0.15.1 pytest-asyncio
>=5.0.4 flake8


زبان مورد نیاز

مقدار نام
>=3.8 Python


نحوه نصب


نصب پکیج whl aiowowapi-2.1.1:

    pip install aiowowapi-2.1.1.whl


نصب پکیج tar.gz aiowowapi-2.1.1:

    pip install aiowowapi-2.1.1.tar.gz