python-rebulk 3.3.0-2 source package in Ubuntu

Changelog

python-rebulk (3.3.0-2) unstable; urgency=medium

  * remove myself

 -- Sandro Tosi <email address hidden>  Wed, 28 Feb 2024 01:12:09 -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
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-rebulk_3.3.0-2.dsc 2.1 KiB b873b8c54e0795063e4338d850e663ce1d30a464121920c82005c1347dbad3af
python-rebulk_3.3.0.orig.tar.gz 260.6 KiB aab25d3ade9969b51cf3f197c2ecbc1ba2c10cb126a142798d54c275fe3178af
python-rebulk_3.3.0-2.debian.tar.xz 4.9 KiB 8484ce041cff8c05540f8e8f2de574870b619f445ee7965bd6734f529be74c9b

Available diffs

No changes file available.

Binary packages built by this source

python3-rebulk: Define simple search patterns in bulk to perform advanced matching on strings

 ReBulk is a Python library that performs advanced searches in strings that
 would be hard to implement using re module or String methods only.
 .
 It includes some features like Patterns, Match, Rule that allows developers to
 build a custom and complex string matcher using a readable and extendable API.