Metadata-Version: 1.1
Name: PyWebTools
Version: 0.5.2
Summary: A collection of helpers for use with the Genshi templating framework
Home-page: http://bitbucket.org/mhall/pywebtools/overview
Author: Mark Hall
Author-email: Mark.Hall@work.room3b.eu
License: UNKNOWN
Download-URL: https://bitbucket.org/mhall/pywebtools/downloads
Description: PyWebTools README
        =================
        
        The PyWebTools package provides a number of helpers for use with the Genshi
        templating framework (http://genshi.edgewall.org/).
        
        pywebtools.auth:
          A simple authentication parsing library
          
        pywebtools.form:
          Form generation helpers
        
        pywebtools.renderer:
          A decorator that simplifies the use of Genshi with the Pyramid framework.
          Has additional package requirements (see the pywebtools.renderer documentation)
          
        pywebtools.text:
          Text formatting helpers
        
        pywebtools.ui:
          User-interface helpers
        
        Full documentation can be found at `<http://readthedocs.org/docs/pywebtools>`_.
        
        0.5.2
        -----
        
        - BUGFIX: Use the request.response object to allow view code to modify the response
        
        0.5.1
        -----
        
        - BUGFIX: Don't force a unicode conversion when outputting CSV files
        
        0.5
        -----
        
        - NEW: assert_authorised raises an auth.AccessDeniedException if the
          authorisation statement does not hold
          
        0.4.2
        -----
        
        - UPDATE: Ignore extra columns when writing CSV files
        
        0.4.1
        -----
        
        - BUGFIX: Fixed the way the request is identified in the Genshi renderer
        
        0.4
        ---
        
        - UPDATE: pywebtools.renderer template defaults are now set per content type
        
        0.3
        ---
        
        - NEW: pywebtools.renderer module for integrating Genshi with the Pyramid framework
        
        0.2.1
        -----
        
        - BUGFIX: Generate the right field type for form.text_field
        
        0.2
        ---
        
        - UPDATE: Added pywebtools.form.radio for generating radio buttons.
        
        0.1
        ---
        
        -  Initial version
        
Keywords: web genshi
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)
Classifier: Operating System :: OS Independent
