idna: Internationalized Domain Names in Applications (IDNA)¶
Description¶
Internationalized Domain Names in Applications (IDNA)
License¶
BSD-3-Clause
Upstream Contact¶
Type¶
standard
Dependencies¶
Version Information¶
package-version.txt:
3.7
version_requirements.txt:
idna
Equivalent System Packages¶
$ sudo pacman -S python-idna
$ conda install idna
$ sudo apt-get install python3-idna
$ sudo yum install python3-idna
$ sudo emerge dev-python/idna
$ sudo zypper install python3\$\{PYTHON_MINOR\}-idna
$ 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.