domain2idna 1.10.1-2 source package in Ubuntu

Changelog

domain2idna (1.10.1-2) unstable; urgency=medium

  * Team upload.

  [ Andrius Merkys ]
  * Minor fixes to debian/copyright.
  * Record sphinxdoc:Built-Using for doc package.

 -- Bastian Germann <email address hidden>  Sat, 14 Jan 2023 16:43:01 +0100

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
domain2idna_1.10.1-2.dsc 2.1 KiB 0a1f4674d8054888f6dfd8298f82cc076857d4320aac0cfcd812379ac0fb4ab2
domain2idna_1.10.1.orig.tar.xz 19.4 KiB 069b9f2fef6f8e0adfc7632156a186c5d38ba385cb6eaad2fc646da7999931b4
domain2idna_1.10.1-2.debian.tar.xz 3.5 KiB 2d776eb655fdf72e6bad888c010f04bbdb7dc781d242314ec6ea7a673e4ce347

Available diffs

No changes file available.

Binary packages built by this source

domain2idna: tool to convert domains to IDNA format

 This project provides a tool for list or hosts file maintainer that
 can converts domain to the Punycode/IDNA format.
 .
 With domain2idna you can do:
  * Read a given domain and convert it to the Punycode/IDNA format.
  * Read a given URL and convert its base to Punycode/IDNA format.
  * Read a file and convert all non-commented line to the
     Punycode/IDNA format.
  * Print the converted data on the screen.
  * Save into a file the converted data.
  * Return the converted data (when used as a module).
  * Ignore commented inputs (starts with #).
 .
 This package provides the executable scripts.

python-domain2idna-doc: tool to convert domains to IDNA format (common documentation)

 This project provides a tool for list or hosts file maintainer that
 can converts domain to the Punycode/IDNA format.
 .
 With domain2idna you can do:
  * Read a given domain and convert it to the Punycode/IDNA format.
  * Read a given URL and convert its base to Punycode/IDNA format.
  * Read a file and convert all non-commented line to the
     Punycode/IDNA format.
  * Print the converted data on the screen.
  * Save into a file the converted data.
  * Return the converted data (when used as a module).
  * Ignore commented inputs (starts with #).
 .
 This package installs the common documentation package.

python3-domain2idna: tool to convert domains to IDNA format (Python 3)

 This project provides a tool for list or hosts file maintainer that
 can converts domain to the Punycode/IDNA format.
 .
 With domain2idna you can do:
  * Read a given domain and convert it to the Punycode/IDNA format.
  * Read a given URL and convert its base to Punycode/IDNA format.
  * Read a file and convert all non-commented line to the
     Punycode/IDNA format.
  * Print the converted data on the screen.
  * Save into a file the converted data.
  * Return the converted data (when used as a module).
  * Ignore commented inputs (starts with #).
 .
 This package installs the necessary dependencies for domain2idna to work.