Source: python-iso3166
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Martin <debacle@debian.org>
Build-Depends: debhelper-compat (= 13),
	dh-buildinfo,
	dh-python,
	python3-all,
	python3-pytest,
	python3-setuptools
Standards-Version: 4.5.1
Rules-Requires-Root: no
Homepage: https://github.com/deactivated/python-iso3166/
Vcs-Git: https://salsa.debian.org/python-team/packages/python-iso3166.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-iso3166
Testsuite: autopkgtest-pkg-python

Package: python3-iso3166
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Suggests: ${python3:Suggests}
Provides: ${python3:Provides}
Description: Standalone ISO 3166-1 country definitions (Python 3)
 ISO 3166-1 defines two-letter, three-letter, and three-digit
 country codes. python-iso3166 is a self-contained module that
 converts between these codes and the corresponding country name.
 .
 This package contains the Python 3 library.
