python-itemloaders 1.3.1-1 source package in Ubuntu

Changelog

python-itemloaders (1.3.1-1) unstable; urgency=medium

  * New upstream version.

 -- Andrey Rakhmatullin <email address hidden>  Mon, 03 Jun 2024 23:39:25 +0500

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-itemloaders_1.3.1-1.dsc 2.6 KiB dc74535ac49de33495d5cdecf3c62fd09916dc72f1e4a7bb5cb9dad821fd9372
python-itemloaders_1.3.1.orig.tar.gz 28.8 KiB a986e0e3b6d41f6ff159e5f2fd5376762659c8ef927fab610e3f1dd68d8b53ba
python-itemloaders_1.3.1-1.debian.tar.xz 3.7 KiB fffac03332081d97f085292c6c3313b4c795c59a793772bb420a38edd3e457f1

Available diffs

No changes file available.

Binary packages built by this source

python-itemloaders-doc: Library to populate items using XPath and CSS (documentation)

 itemloaders is a library that helps you collect data from HTML and XML
 sources.
 .
 It comes in handy to extract data from web pages, as it supports data
 extraction using CSS and XPath Selectors.
 .
 It's specially useful when you need to standardize the data from many sources.
 For example, it allows you to have all your casting and parsing rules in a
 single place.
 .
 This package contains the documentation.

python3-itemloaders: Library to populate items using XPath and CSS with a convenient API

 itemloaders is a library that helps you collect data from HTML and XML
 sources.
 .
 It comes in handy to extract data from web pages, as it supports data
 extraction using CSS and XPath Selectors.
 .
 It's specially useful when you need to standardize the data from many sources.
 For example, it allows you to have all your casting and parsing rules in a
 single place.