GitHub - kbandla/python-untidy: A copy of the python untidy module originally hosted on SF

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

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

Readme

License

GPL-2.0 license

Activity

Stars

2 stars

Watchers

1 watching

Forks

1 fork

Releases

No releases published

Languages