Source: adif-io Section: python Priority: optional Maintainer: Debian Hamradio Maintainers Uploaders: Christoph Berg , Standards-Version: 4.7.5 Vcs-Browser: https://salsa.debian.org/debian-hamradio-team/adif-io Vcs-Git: https://salsa.debian.org/debian-hamradio-team/adif-io.git Homepage: https://gitlab.com/andreas_krueger_py/adif_io Build-Depends: debhelper-compat (= 13), Build-Depends-Indep: dh-python, pybuild-plugin-pyproject, python3, python3-setuptools, Package: python3-adif-io Architecture: all Depends: ${misc:Depends}, ${python3:Depends}, Description: Ham radio ADIF log parser This is an ADIF parser in Python. * Each QSO is represented by a special-purpose Python mapping. * Keys in that mapping are ADIF field names in upper case, * Value for a key is whatever was found in the ADIF, as a string. * Order of QSOs in the list is same as in ADIF file, * ADIF headers are returned as a Python mapping as well.