idna: Internationalized Domain Names in Applications (IDNA)#
Description#
Internationalized Domain Names in Applications (IDNA)
License#
BSD-3-Clause
Upstream Contact#
Type#
standard
Dependencies#
$(PYTHON_TOOLCHAIN)
$(PYTHON)
Version Information#
package-version.txt:
3.4
install-requires.txt:
idna
Equivalent System Packages#
arch:
$ sudo pacman -S python-idna
conda:
$ conda install idna
Debian/Ubuntu:
$ sudo apt-get install python3-idna
Fedora/Redhat/CentOS:
$ sudo yum install python-idna
gentoo:
$ sudo emerge dev-python/idna
opensuse:
$ sudo zypper install python3${PYTHON_MINOR}-idna
void:
$ sudo xbps-install python3-idna
If the system package is installed and if the (experimental) option –enable-system-site-packages is passed to ./configure, then ./configure will check if the system package can be used.