python-itemloaders 1.2.0-3 source package in Ubuntu

Changelog

python-itemloaders (1.2.0-3) unstable; urgency=medium

  * Build with python-scrapy-doc and python-w3lib-doc.

 -- Andrey Rakhmatullin <email address hidden>  Wed, 24 Apr 2024 12:01:38 +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

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-itemloaders_1.2.0-3.dsc 2.6 KiB b24274a1490008cb74a5dbcd6c4c3c01c8efe7e90239c38395b0c7e5f8254066
python-itemloaders_1.2.0.orig.tar.gz 27.5 KiB 9bbb16a2b01b2f9f0d6e84bf360edc49a152063cc9533d7fd0ba75598b82d6f5
python-itemloaders_1.2.0-3.debian.tar.xz 3.6 KiB c5157275755488539787f8593d828213ea96b9b4b9e0fe35a18091babdbb003c

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.