soupsieve 2.8.3-ok1 source package in openKylin
Changelog
soupsieve (2.8.3-ok1) huanghe; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Wed, 03 Jun 2026 13:20:25 +0800
soupsieve (2.8.3-ok1) huanghe; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Wed, 03 Jun 2026 13:20:25 +0800
| Series | Published | Component | Section | |
|---|---|---|---|---|
| Huanghe V3.0 | proposed | main | python |
| File | Size | SHA-256 Checksum |
|---|---|---|
| soupsieve_2.8.3.orig.tar.gz | 115.8 KiB | 3267f1eeea4251fb42728b6dfb746edc9acaffc4a45b27e19450b676586e8349 |
| soupsieve_2.8.3-ok1.debian.tar.xz | 2.6 KiB | 002d17aa938a044b256c284061e1ee8ec697e136a7ad14bcc69f472ec0d28fb5 |
| soupsieve_2.8.3-ok1.dsc | 2.1 KiB | ac32274a85820d5e91f09dbf3dbe1c1c0661a44c8f702db8e368055c8c7ee6c3 |
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.