python3-aioxmlrpc 0.5-ok1 (amd64 binary) in openkylin yangtze
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.
def print_gandi_
api = ServerProxy('https:/
result = yield from api.version.info()
print(result)
.
if __name__ == '__main__':
loop = asyncio.
loop.
loop.stop()
Details
- Package version:
- 0.5-ok1
- Status:
- Deleted
- Component:
- main
- Priority:
- Optional
Downloadable files
- python3-aioxmlrpc_0.5-ok1_all.deb (6.6 KiB)
Package relationships
- Depends on: