python-uritools 4.0.3-1 source package in Ubuntu

Changelog

python-uritools (4.0.3-1) unstable; urgency=medium

  * New upstream release

 -- Stein Magnus Jodal <email address hidden>  Sat, 06 Jul 2024 23:09:13 +0200

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

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-uritools_4.0.3-1.dsc 2.0 KiB 1bbd9ca69068984f566df3cf52e3ae639c7295083b00ae30435b2aa7089c642f
python-uritools_4.0.3.orig.tar.gz 23.6 KiB ee06a182a9c849464ce9d5fa917539aacc8edd2a4924d1b7aabeeecabcae3bc2
python-uritools_4.0.3-1.debian.tar.xz 3.1 KiB 5705c08aab109734072c3b7680df4615a246421e2146745e7dee920817ffdb63

Available diffs

No changes file available.

Binary packages built by this source

python3-uritools: RFC 3986 compliant replacement for urlparse

 This module provides RFC 3986 compliant functions for parsing, classifying and
 composing URIs and URI references, largely replacing the Python Standard
 Library's urllib.parse module.
 .
 For various reasons, the Python 2 urlparse module is not compliant with
 current Internet standards, does not include Unicode support, and is generally
 unusable with proprietary URI schemes. Python 3's urllib.parse improves on
 Unicode support, but the other issues still remain.
 .
 This module aims to provide fully RFC 3986 compliant replacements for some
 commonly used functions found in urlparse and urllib.parse, plus additional
 functions for conveniently composing URIs from their individual components.