Metadata-Version: 1.0
Name: z3c.etestbrowser
Version: 1.1.0
Summary: Extensions for zope.testbrowser
Home-page: http://cheeseshop.python.org/pypi/z3c.etestbrowser
Author: Christian Theune
Author-email: ct@gocept.com
License: ZPL 2.1
Description: =====================================
        Extensions for the Zope 3 testbrowser
        =====================================
        
        This package is intended to provide extended versions of the Zope 3
        testbrowser. Especially those extensions that introduce dependencies to more
        external products, like lxml.
        
        Extension: lxml-support
        -----------------------
        
        All HTML pages are parsed and provided as an element-tree.
        
        
        =======
        CHANGES
        =======
        
        1.1 (2008-02-05)
        ----------------
        
        - Added `pretty_print` function to allow somewhat pretty formatted output of
        HTML.
        
        1.0.4 (2007-11-01)
        ------------------
        
        - Resolve ``ZopeSecurityPolicy`` deprecation warning.
        
        1.0.3 (2007-09-11)
        ------------------
        
        - Remedy brown-bag 1.0.2-release: Someone already released 1.0.2-r* instead of
        a .dev release making the 1.0.2 final too old. :/
        
        1.0.2 (2007-09-11)
        ------------------
        
        - Helping libxml2 with some encoding guesswork.
        
        1.0.0 (2007-01-12)
        ------------------
        
        - Initial release.
        
Keywords: zope3 testbrowser lxml
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Zope Public License
Classifier: Programming Language :: Python
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Framework :: Zope3
