Skip to content

Latest commit

History

13 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

Build StatusPython VersionsLicenceFormat

pip install er

A python micro library that generates data matching a given regular expression.

On the command-line:

# er 'he?llo there{4,5}'
hllo thereeee

or from python:

>>> import er
>>> print er.generate('he?llo there{4,5}')
'hello thereeeee'

About

Python micro library that generates data matching a given regular expression.

Resources

Stars

3 stars

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages