python-parsel 1.8.1+dfsg-1 source package in Ubuntu

Changelog

python-parsel (1.8.1+dfsg-1) unstable; urgency=medium

  * Upload to unstable.

 -- Andrey Rakhmatullin <email address hidden>  Thu, 15 Jun 2023 21:45:33 +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-parsel_1.8.1+dfsg-1.dsc 2.4 KiB 31710e545f2abeb64c87b47a0107da4f9f9461f691062524a1b4db7590da320f
python-parsel_1.8.1+dfsg.orig.tar.xz 42.5 KiB ac29d3933ffe907161cd0d2bffaebd5c97d6cb577faee65a45f5a45a14643997
python-parsel_1.8.1+dfsg-1.debian.tar.xz 4.8 KiB 2718877cdd94041ebbd8896c6230ef14855290466fd95e78efd186288287c07a

Available diffs

No changes file available.

Binary packages built by this source

python3-parsel: Python 3 library to extract HTML/XML data using XPath/CSS selectors

 Parsel is a Python library to extract data from HTML and XML using XPath and
 CSS selectors
 .
 This module is used to, for example:
  - Extract text using CSS or XPath selectors
  - Regular expression helper methods
 .
 This is the Python 3 version of the package.