toutes les options
buster  ] [  bullseye  ] [  bookworm  ] [  trixie  ] [  sid  ]
[ Paquet source : aioxmlrpc  ]

Paquet : python3-aioxmlrpc (0.7.0-1)

Liens pour python3-aioxmlrpc

Screenshot

Ressources Debian :

Télécharger le paquet source aioxmlrpc :

Responsables :

Ressources externes :

Paquets similaires :

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()

Autres paquets associés à python3-aioxmlrpc

  • dépendances
  • recommandations
  • suggestions
  • enhances

Télécharger python3-aioxmlrpc

Télécharger pour toutes les architectures proposées
Architecture Taille du paquet Espace occupé une fois installé Fichiers
all 6,1 ko27,0 ko [liste des fichiers]