url-normalize 1.4.3-1 source package in Ubuntu

Changelog

url-normalize (1.4.3-1) unstable; urgency=low

  * Initial release, autogenerated by py2dsp/2.20211210-morph; Closes: #1001442

 -- Sandro Tosi <email address hidden>  Fri, 10 Dec 2021 06:27:48 +0000

Upload details

Uploaded by:
Sandro Tosi
Uploaded to:
Sid
Original maintainer:
Sandro Tosi
Architectures:
all
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
url-normalize_1.4.3-1.dsc 2.1 KiB 5ed0be0a236080c3b7f90452b5e6f46b85170d7c2f004b56a99ed27ba8bd7e1c
url-normalize_1.4.3.orig.tar.gz 8.3 KiB 9803deb16a6ecd88075686c4445ff6c78986d3ae676a4cc6cc3e4d324bc45c56
url-normalize_1.4.3-1.debian.tar.xz 2.5 KiB 1528cc9f765a5e10ad3753f35aa6a885d127344a234b2c7bad7eba6ae82b7537

No changes file available.

Binary packages built by this source

python3-url-normalize: URL normalization for Python

 URI Normalization function:
 .
  * Take care of IDN domains.
  * Always provide the URI scheme in lowercase characters.
  * Always provide the host, if any, in lowercase characters.
  * Only perform percent-encoding where it is essential.
  * Always use uppercase A-through-F characters when percent-encoding.
  * Prevent dot-segments appearing in non-relative URI paths.
  * For schemes that define a default authority, use an empty authority if the
    default is desired.
  * For schemes that define an empty path to be equivalent to a path of "/", use
    "/".
  * For schemes that define a port, use an empty port if the default is desired
  * All portions of the URI must be utf-8 encoded NFC from Unicode strings