python3-rstr

Easily generate random strings of various types (Python 3)

Description

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.

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

https://github.com/leapfrogonline/rstr


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install python3-rstr