python-rstr 3.2.2-1 source package in Ubuntu

Changelog

python-rstr (3.2.2-1) unstable; urgency=medium

  * Team upload.
  * New upstream release.

 -- Colin Watson <email address hidden>  Tue, 30 Apr 2024 18:34:53 +0100

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

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-rstr_3.2.2-1.dsc 2.1 KiB 48d3d1490b1df88680d19a0b30e0c4cd2c928161bc5c882aa5fedd1925273031
python-rstr_3.2.2.orig.tar.gz 9.3 KiB 45c3b24cde476b64067c285d3abf5cc1e2caffd1ce98ac7c686dcd9ba730bf24
python-rstr_3.2.2-1.debian.tar.xz 3.4 KiB ae85e9a5a29420092c5e14e33e8e29908af307140c6b4d8c850d49ecb96b4255

Available diffs

No changes file available.

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.