全部搜尋項
buster  ] [  bullseye  ] [  bookworm  ] [  trixie  ] [  sid  ]
[ 原始碼: aioxmlrpc  ]

套件:python3-aioxmlrpc(0.7.0-1)

python3-aioxmlrpc 的相關連結

Screenshot

Debian 的資源:

下載原始碼套件 aioxmlrpc

維護小組:

外部的資源:

相似套件:

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 有關的套件

  • 依賴
  • 推薦
  • 建議
  • 增強

下載 python3-aioxmlrpc

下載可用於所有硬體架構的
硬體架構 套件大小 安裝後大小 檔案
all 6。1 kB27。0 kB [檔案列表]