name = 'WebUtils'

version = (1, 0, 2)

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

status = 'stable'

requiredPyVersion = (2, 0, 0)

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