Source: python-pkginfo
Section: python
Priority: optional
Standards-Version: 4.5.0
Maintainer: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
Homepage: https://pypi.org/project/pkginfo/#history
Vcs-Browser: https://github.com/alvistack/tseaver-pkginfo
Vcs-Git: https://github.com/alvistack/tseaver-pkginfo.git
Build-Depends:
 debhelper,
 debhelper-compat (= 10),
 dh-python,
 fdupes,
 python3-dev,
 python3-pip,

Package: python3-pkginfo
Architecture: all
Description: Query metadatdata from sdists / bdists / installed packages
 This package provides an API for querying the distutils metadata written
 in the PKG-INFO file inside a source distriubtion (an sdist) or a binary
 distribution (e.g., created by running bdist\_egg). It can also query
 the EGG-INFO directory of an installed distribution, and the \*.egg-info
 stored in a “development checkout” (e.g, created by running setup.py
 develop).
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
 ${python3:Depends},
 python3,
