soupsieve 2.4.1-2 source package in Ubuntu

Changelog

soupsieve (2.4.1-2) unstable; urgency=medium

  * Upload to unstable.

 -- Stefano Rivera <email address hidden>  Sat, 10 Jun 2023 17:47:06 -0400

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
Mantic release main misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
soupsieve_2.4.1-2.dsc 1.7 KiB 14521701dd3f715ec4973570502fcabdaafb3f5a16c0dda94eb2b5bd61bfb300
soupsieve_2.4.1.orig.tar.gz 98.9 KiB 89d12b2d5dfcd2c9e8c22326da9d9aa9cb3dfab0a83a024f05704076ee8d35ea
soupsieve_2.4.1-2.debian.tar.xz 3.8 KiB e320ec2459b5e4bfc7ad08b7310e921b9ce3132b198104c5009f127c90284f24

Available diffs

No changes file available.

Binary packages built by this source

python3-soupsieve: modern CSS selector implementation for BeautifulSoup (Python 3)

 Soup Sieve is a CSS selector library designed to be used with Beautiful Soup 4
 (python3-bs4 in Debian). It aims to provide selecting, matching, and filtering
 using modern CSS selectors. Soup Sieve currently provides selectors from the
 CSS level 1 specifications up through the latest CSS level 4 drafts (though
 some are not yet implemented).
 .
 Soup Sieve was written with the intent to replace Beautiful Soup's builtin
 select feature, and as of Beautiful Soup version 4.7.0, it now is 🎊. Soup
 Sieve can also be imported in order to use its API directly for more
 controlled, specialized parsing.
 .
 This package contains Soup Sieve for Python 3.x.