Skip to content

simon-engledew/python-er

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status Python Versions Licence Format

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages