python-rstr 2.2.6-2 source package in Ubuntu

Changelog

python-rstr (2.2.6-2) unstable; urgency=medium

  * Team upload.
  * d/control: Set Vcs-* to salsa.debian.org
  * Use debhelper-compat instead of debian/compat.
  * Drop Python 2 support.

 -- Ondřej Nový <email address hidden>  Fri, 26 Jul 2019 20:22:09 +0200

Upload details

Uploaded by:
Debian Python Modules Team
Uploaded to:
Sid
Original maintainer:
Debian Python Modules Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe misc

Builds

Eoan: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-rstr_2.2.6-2.dsc 2.0 KiB 58b55a042c9d72e88b24dfc84453e3638b5b0048027626efc6c6f0947bb42b86
python-rstr_2.2.6.orig.tar.bz2 9.2 KiB 1a15d2ab4d6e1939377bbd0ba01265d172965223ac1c83618f0205c119a5ccfc
python-rstr_2.2.6-2.debian.tar.xz 1.9 KiB 6db36abafee6620b6563d8b3e46b22e1068c1574fa6d10daf0a412a65fbb7742

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.