You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All documentation is in the docstrings of each function/class. Currently,
20
20
there is no docs website or similar but one is planned.
21
21
22
-
Asynchronous usage of this module is possible with [trio](https://github.com/python-trio/trio). Use the AsyncRCONClient class. More details are in its docstring.
22
+
Asynchronous usage of this module is possible with [anyio](https://github.com/agronholm/anyio). This means that you can use the async client with asyncio, curio and trio. Use the AsyncRCONClient class. More details are in its docstring.
23
23
24
24
Available functions in both classes are (see docstrings for more info):
0 commit comments