Source: pycayennelpp
Section: python
Maintainer: Debian Hamradio Maintainers <debian-hams@lists.debian.org>
Uploaders: Patrick Winnertz <winnie@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 python3-setuptools,
 python3-all,
 python3-pytest
#Testsuite: autopkgtest-pkg-python
Standards-Version: 4.7.4
Homepage: https://github.com/smlng/pycayennelpp
Vcs-Browser: https://salsa.debian.org/debian-hamradio-team/pycayennelpp
Vcs-Git: https://salsa.debian.org/debian-hamradio-team/pycayennelpp.git

Package: python3-pycayennelpp
Architecture: all
Depends:
 ${python3:Depends},
 ${misc:Depends},
Description: CayenneLPP Packets Decoder and Encoder written in Python
 A Cayenne Low Power Payload (CayenneLPP) decoder and
 encoder written in Python.
 .
 PyCayenneLPP offers a concise interface with proper encoding and
 decoding functionality for the CayenneLPP format, supporting many
 sensor types. The project aims for overall high code quality and
 good test coverage.
 .
 This package installs the library for Python 3.
