python-w3lib 2.1.2-1.1 source package in Ubuntu

Changelog

python-w3lib (2.1.2-1.1) unstable; urgency=medium

  * Team Upload
  * Remove obsolete dependency on python3-six

 -- Alexandre Detiste <email address hidden>  Tue, 16 Jan 2024 23:42:23 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe python

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-w3lib_2.1.2-1.1.dsc 2.1 KiB e3c2713db1f7dfa71c0cfb8033f7782ece3fb5c40e911be427416b3d18584f81
python-w3lib_2.1.2.orig.tar.gz 47.6 KiB ed5b74e997eea2abe3c1321f916e344144ee8e9072a6f33463ee8e57f858a4b1
python-w3lib_2.1.2-1.1.debian.tar.xz 3.8 KiB 5fa5a39aa36f79ad55bd2cf676d5ed502db39e29be312943767259a2b00f6e45

Available diffs

No changes file available.

Binary packages built by this source

python3-w3lib: Collection of web-related functions (Python 3)

 Python module with simple, reusable functions to work with URLs, HTML,
 forms, and HTTP, that aren’t found in the Python standard library.
 .
 This module is used to, for example:
  - remove comments, or tags from HTML snippets
  - extract base url from HTML snippets
  - translate entities on HTML strings
  - encoding mulitpart/form-data
  - convert raw HTTP headers to dicts and vice-versa
  - construct HTTP auth header
  - RFC-compliant url joining
  - sanitize urls (like browsers do)
  - extract arguments from urls
 .
 The code of w3lib was originally part of the Scrapy framework but was later
 stripped out of Scrapy, with the aim of make it more reusable and to provide
 a useful library of web functions without depending on Scrapy.
 .
 This is the Python 3 version of the package.