[ Источник: aioxmlrpc ]
Пакет: python3-aioxmlrpc (0.6.4-1)
Ссылки для python3-aioxmlrpc
Ресурсы Debian:
- Сообщения об ошибках
- Developer Information
- Debian журнал изменений
- Файл авторских прав
- Отслеживание заплат Debian
Исходный код aioxmlrpc:
Сопровождающие:
Внешние ресурсы:
- Сайт [github.com]
Подобные пакеты:
XML-RPC for asyncio
Asyncio version of the standard lib xmlrpc.
Currently only aioxmlrpc.client, which works like xmlrpc.client but with coroutine is implemented.
aioxmlrpc is based on aiohttp for the transport, and just patch the necessary from the Python standard library to get it working.
Example of usage:
import asyncio from aioxmlrpc.client import ServerProxy
@asyncio.coroutine def print_gandi_api_version(): api = ServerProxy('https://rpc.gandi.net/xmlrpc/') result = yield from api.version.info() print(result)
if __name__ == '__main__': loop = asyncio.get_event_loop() loop.run_until_complete(print_gandi_api_version()) loop.stop()
Другие пакеты, относящиеся к python3-aioxmlrpc
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-aiohttp
- http client/server for asyncio
Загрузка python3-aioxmlrpc
Архитектура | Размер пакета | В установленном виде | Файлы |
---|---|---|---|
all | 6,0 Кб | 27,0 Кб | [список файлов] |