python-w3lib 2.2.1-1 source package in Ubuntu

Changelog

python-w3lib (2.2.1-1) unstable; urgency=medium

  * New upstream release.

 -- Andrey Rakhmatullin <email address hidden>  Sat, 15 Jun 2024 00:33:45 +0500

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
Oracular release universe python

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-w3lib_2.2.1-1.dsc 2.4 KiB f4a9c13ea644f9a239c913252318b00243cbaaeb1ae0e02fceff41cd2be20de1
python-w3lib_2.2.1.orig.tar.gz 48.4 KiB 756ff2d94c64e41c8d7c0c59fea12a5d0bc55e33a531c7988b4a163deb9b07dd
python-w3lib_2.2.1-1.debian.tar.xz 4.8 KiB 3570c3b72c986d19e9826815f527e179b1c4334b12cc12280c173cf90f6fb9e9

Available diffs

No changes file available.

Binary packages built by this source

python-w3lib-doc: Collection of web-related functions (documentation package)

 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 package contains documentation for python3-w3lib.

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.