name = 'WebUtils'

version = (0, 9, 4)

docs = [
    {'name': "User's Guide", 'file': 'UsersGuide.html'},
]

status = 'beta'

requiredPyVersion = (2, 0, 0)

synopsis = """WebUtils contains functions for common web related programming tasks such as encoding/decoding HTML, etc."""