package/python-opcua-asyncio: new package
authorJugurtha BELKALEM <jugurtha.belkalem@smile.fr>
Fri, 4 Sep 2020 14:33:01 +0000 (16:33 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sun, 6 Sep 2020 19:00:03 +0000 (21:00 +0200)
commit5dc5e1a9cc387219c6a0557a61bba6c7363ed27c
treed5c185594f9d76f69c836184218a87c98d47a756
parent68480c9bf03cc65f332fd001f72bcc2068e7ba97
package/python-opcua-asyncio: new package

opcua-asyncio is an asyncio-based asynchronous OPC UA client
based on python-opcua, removing hacks for support of
python < 3.6.
Asynchronous programming allows for simpler code (e.g. less need
for locks) and potentially performance gains.

More information is available at :
https://github.com/FreeOpcUa/opcua-asyncio.

Signed-off-by: Jugurtha BELKALEM <jugurtha.belkalem@smile.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
DEVELOPERS
package/Config.in
package/python-opcua-asyncio/Config.in [new file with mode: 0644]
package/python-opcua-asyncio/python-opcua-asyncio.hash [new file with mode: 0644]
package/python-opcua-asyncio/python-opcua-asyncio.mk [new file with mode: 0644]