python-rstr 2.2.6-3ubuntu1 source package in Ubuntu

Changelog

python-rstr (2.2.6-3ubuntu1) lunar; urgency=medium

  * d/p/python3.11-compat.patch: fix usage of undocumented sre_parse module

 -- Lukas Märdian <email address hidden>  Tue, 08 Nov 2022 12:24:42 +0100

Upload details

Uploaded by:
Lukas Märdian
Uploaded to:
Lunar
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-rstr_2.2.6.orig.tar.bz2 9.2 KiB 1a15d2ab4d6e1939377bbd0ba01265d172965223ac1c83618f0205c119a5ccfc
python-rstr_2.2.6-3ubuntu1.debian.tar.xz 3.5 KiB f0a7df9892bc5f3d6f18c26e4dd188df2b829e20997a3fffbedef04ada58e4d0
python-rstr_2.2.6-3ubuntu1.dsc 2.1 KiB 484b6f3f041499a5cbd8a2dac049702e2fc160a3aa596e1d017f938d457c73fd

View changes file

Binary packages built by this source

python3-rstr: Easily generate random strings of various types (Python 3)

 rstr is a helper module for easily generating random strings of various
 types. It could be useful for fuzz testing, generating dummy data, or
 other applications. It has no dependencies outside the standard library,
 and is compatible with Python 3.
 .
 The basic method of rstr is rstr(). At a minimum, it requires one
 argument, an alphabet of characters from which to create a string.
 .
 Inspired by the Java library of the same name, the xeger() method allows
 users to create a random string from a regular expression.
 .
 You can combine rstr with Python's built-in string formatting to produce
 strings that fit a variety of templates.
 .
 This package installs the library for Python 3.