name = 'MiscUtils'
version = (1, 0, 2)
docs = [
{'name': "User's Guide", 'file': 'UsersGuide.html'},
]
status = 'stable'
requiredPyVersion = (2, 0, 0)
synopsis = """MiscUtils provides support classes and functions to Webware that aren't necessarily web-related and that don't fit into one of the other frameworks. There is plenty of useful reusable code here."""
|