Skip to main content

A library for generating random strings from a valid regular expression.

Project description

https://travis-ci.org/crdoconnor/xeger.svg?branch=master

Xeger

Library to generate random strings from regular expressions.

To install, type:

pip install xeger

To use, type:

>>> import xeger
>>> xeger.xeger("/json/([0-9]+)", limit=10)  # default limit = 10
u'/json/15062213'

About

Code borrowed and cleaned up from the python module rstr by Leap Frog Development <http://jpmens.net/2010/04/26/resty/>, in turn inspired by the Java library Xeger <http://code.google.com/p/xeger/>.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

xeger-0.3.tar.gz (3.5 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page