Metadata-Version: 1.1
Name: zope.app.traversing
Version: 3.4.0
Summary: Zope Application Traversal Support (Deprectated)
Home-page: http://cheeseshop.python.org/pypi/zope.app.traversing
Author: Zope Corporation and Contributors
Author-email: zope3-dev@zope.org
License: ZPL 2.1
Description: The zope.traversing package provides adapteres for resolving object paths by
        traversing an object hierarchy. This also includes support for traversal
        namespaces (e.g. `++view++`, `++skin++`, etc.) as well as computing URLs via the
        `@@absolute_url` view.
        
        DEPRECATED: This package has been deprecated and its functionality moved to
        ``zope.traversing``.
        
        
        
        =======
        CHANGES
        =======
        
        3.4.0 (2007-10-24)
        ------------------
        
        - Initial release independent of the main Zope tree.
        
Keywords: zope3 traversing
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
