python-itemloaders 1.1.0-1 source package in Ubuntu

Changelog

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

  * Upload to unstable.

 -- Andrey Rakhmatullin <email address hidden>  Thu, 15 Jun 2023 21:48:43 +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
Noble release universe misc
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-itemloaders_1.1.0-1.dsc 2.4 KiB 7395b9a44b0a1f41ee9781277e5251ef52c7f2ad792732b2f5ed24ac8fd1721d
python-itemloaders_1.1.0.orig.tar.gz 27.3 KiB 90ee4d2cbdbd5a83f9620692d5073549c2ea479b180c9d8685912fca97850d95
python-itemloaders_1.1.0-1.debian.tar.xz 2.8 KiB ea982cf5672c0c8aef46759a874943ca95ab48f6a017f728b8d4eaeb03ab8b2a

Available diffs

No changes file available.

Binary packages built by this source

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.