Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 537 Bytes

index.rst

File metadata and controls

23 lines (15 loc) · 537 Bytes

alliancepy "aio" extension

This extension provides and Asynchronous version of the normal alliancepy classes. This is so you can use it in things like web servers and more.

To install alliancepy with the asynchronous capabilities, use:

pip install alliancepy[async]

This will install aiohttp with speedups, and nest_asyncio. See :ref:`install` for more information.

.. toctree::
   :maxdepth: 2
   :caption: Contents:

   async_client
   async_team
   async_event
   async_match