Source: python-meshcore Section: hamradio Maintainer: Debian Hamradio Maintainers Uploaders: Patrick Winnertz Build-Depends: debhelper-compat (= 13), dh-sequence-python3, python3-setuptools, python3-all, pybuild-plugin-pyproject, python3-hatchling, python3-pycryptodome, python3-pycayennelpp, python3-pyserial-asyncio-fast, python3-pytest, python3-pytest-asyncio #Testsuite: autopkgtest-pkg-python Standards-Version: 4.7.4 Homepage: https://github.com/meshcore-dev/meshcore_py Vcs-Browser: https://salsa.debian.org/debian/python-meshcore Vcs-Git: https://salsa.debian.org/debian/python-meshcore.git Package: python3-meshcore Architecture: all Depends: ${python3:Depends}, ${misc:Depends}, python3-pycryptodome Description: Python library for interacting with MeshCore companion radio nodes MeshCore is a LoRa-based mesh networking system for long-range, low-power radio communication. This library provides Python bindings for communicating with MeshCore companion radio devices over serial, Bluetooth Low Energy (BLE), and TCP connections. . The library offers an asynchronous command-response API for device configuration, messaging, and telemetry, as well as an event-driven publish-subscribe system for real-time notifications. It abstracts the underlying transport protocol, allowing applications to interact with MeshCore hardware regardless of the connection type. . This package installs the library for Python 3.