Metadata-Version: 1.0
Name: web2py-utils
Version: 0.0.7dev
Summary: Web2py Utilities
Home-page: http://packages.python.org/web2py_utils/
Author: Thadeus Burgess
Author-email: thadeusb@thadeusb.com
License: GPL v3
Description: Web2py Utils
        ============
        
        Contains lots of goodies for use with web2py and web development
        
        About
        =====
        
        After using web2py for quite a while I have an eclectic mix of utilities that 
        I seem to be using for almost every web2py app I develop now!
        
        I needed both a way to organize the same code across multiple web2py apps and I
        also wanted to share this code with the world!
        
        Lots of Goodies!
        ================
        
        * Common shortcuts
        * py2jquery module
        * Heirarchical category module.
        * Database store configuration settings
        * Class based menu builder
        * syntax highlighting
        * Output compression
        * Pagination
        * Stop words lists
        * Levenstien algorithm
        * NGram algorithm
        * New SQLHTML widgets (able to pass class attributes to them)
        * Convert wordpress xml export into a python dict!
        * Comments, tagging, and pingback/trackback plugins!
        * Unittesting, code coverage.
        
        
Keywords: web2py
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
