Source: asyncua
Section: python
Priority: optional
Maintainer: KUNBUS GmbH <support@kunbus.com>
Rules-Requires-Root: no
Homepage: https://freeopcua.github.io/
Vcs-Browser: https://gitlab.com/revolutionpi/upstream-packages/opcua-asyncio
Vcs-Git: https://gitlab.com/revolutionpi/upstream-packages/opcua-asyncio.git -b debian/bookworm
Build-Depends:
  debhelper-compat (= 13),
  dh-python,
  python3-all,
  python3-aiofiles,
  python3-aiosqlite,
  python3-cryptography,
  python3-dateutil,
  python3-openssl,
  python3-sortedcontainers,
  python3-tz,
  python3-setuptools,
Standards-Version: 4.6.2

Package: python3-asyncua
Architecture: all
Pre-Depends: ${misc:Pre-Depends}
Depends:
  ${python3:Depends},
  ${misc:Depends},
Description: Pure Python OPC-UA client and server library
 opcua-asyncio is an asyncio-based asynchronous OPC UA client and server
 based on python-opcua, removing support of python < 3.7. Asynchronous
 programming allows for simpler code (e.g. less need for locks) and can
 potentially provide performance improvements.
