Metadata-Version: 1.0
Name: WebHelpers
Version: 1.0b5
Summary: Web Helpers
Home-page: http://bitbucket.org/bbangert/webhelpers
Author: Mike Orr, Ben Bangert, Phil Jenvey
Author-email: sluggoster@gmail.com, ben@groovie.org, pjenvey@groovie.org
License: UNKNOWN
Description: 
        Web Helpers is a library of helper functions intended to make writing
        web applications easier. It's the standard function library for
        Pylons and TurboGears 2, but can be used with any web framework.  It also
        contains a large number of functions not specific to the web, including text
        processing, number formatting, date calculations, container objects, etc.
        
        Complete documentation is in the docstrings in the source code.
        `Online generated docs
        <http://pylonshq.com/docs/en/0.9.7/thirdparty/webhelpers>`_ are hosted at the
        Pylons site.
        Questions or
        feedback about WebHelpers can be submitted to the `pylons-discuss
        <http://groups.google.com/group/pylons-discuss>`_ mailing list.
        
        WebHelpers does not have any dependencies; however, certain helpers depend on
        `Routes <http://routes.groovie.org/>`_ or other packages as described in the
        module docstrings.
        
        The development version of WebHelpers is at
        <http://bitbucket.org/bbangert/webhelpers>`_ (Mercurial)
        
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
