python-rstr 3.2.0-1 source package in Ubuntu
Changelog
python-rstr (3.2.0-1) unstable; urgency=medium * Team upload. * New upstream release. - Supports Python 3.11 (Closes: #1026569) * Build with pybuild-plugin-pyproject. - Patch to add a pyproject.toml - upstream hasn't shipped one, yet. - Point unittest at the tests in the source tree, as they aren't installed. * Bump Standards-Version to 4.6.2, no changes needed. * Declare Rules-Requires-Root: no. * Add autopkgtest. -- Stefano Rivera <email address hidden> Tue, 10 Jan 2023 19:51:27 -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 | Published | Component | Section | |
---|---|---|---|---|
Noble | release | universe | misc | |
Mantic | release | universe | misc | |
Lunar | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
python-rstr_3.2.0-1.dsc | 1.5 KiB | f070c39b1d727b542816c8e12884c0be92ea23cbbd60d6c7c5879b4335bd073e |
python-rstr_3.2.0.orig.tar.gz | 9.3 KiB | 9dc03b84fbec7ff99c70ed3867c735ec19601b19147b6d93648492c2359c3781 |
python-rstr_3.2.0-1.debian.tar.xz | 3.6 KiB | dfeb9c873555197aa20b0854dce6c4b47ed74cea4c5bb2ae8c9770435464c4b4 |
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.