Skip to content

kbandla/python-untidy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

untidy - XML Fuzzer

This project was orignally hosted at http://untidy.sourceforge.net/

Usage

import untidy

xmlString = '<xml attr1="a"><a>f00!</a></xml>'

xf = untidy.xmlFuzzer()
xf.setRepetitions( [3,30,60] )
iter = xf.fuzz( xmlString )

for i in iter:
     print i

License

GPL v2 (See LICENCE file)

Credits

andres =dot= riancho @ gmail !dot! com

About

A copy of the python untidy module originally hosted on SF

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages