Skip to content

psardin001/xeger

 
 

Repository files navigation

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:

>>> from xeger import Xeger
>>> x = Xeger(limit=10)  # default limit = 10
>>> x.xeger("/json/([0-9]+)")
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/>.

About

Library to generate random strings from regular expressions.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%