Metadata-Version: 1.0
Name: pyramid-zcml
Version: 0.3
Summary: Zope Config Markup Language support for Pyramid
Home-page: http://docs.pylonsproject.org
Author: Chris McDonough, Agendaless Consulting
Author-email: pylons-devel@googlegroups.com
License: BSD-derived (http://www.repoze.org/LICENSE.txt)
Description: ``pyramid_zcml``
        ================
        
        ``pyramid_zcml`` is a package which provides ZCML (Zope Configuration Markup
        Language) directives for all "configurator" methods available in the `Pyramid
        <http://docs.pylonsproject.org>`_ web framework.
        
        See `http://docs.pylonsproject.org/projects/pyramid_zcml/dev/
        <http://docs.pylonsproject.org/projects/pyramid_zcml/dev/>`_ for
        detailed documentation.
        
        
        0.3 (2011-07-22)
        ----------------
        
        - Add tox.ini for testing.
        
        - Pyramid 1.1 test suite fixes.
        
        0.2 (2011-02-22)
        -----------------
        
        - Add ``wild_domain`` argument to authtkauthpolicy directive.
        
        - Depend on ``pyramid>=1.0b1`` (``wild_domain`` argument to authtktauthpolicy
        directive).
        
        - Make tests pass on Pyramid 1.0; squash testing deprecation warnings.
        
        0.1 (unknown)
        -------------
        
        - Initial release, all ZCML directives broken out of Pyramid core.
        
        
Keywords: web wsgi pylons pyramid
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Framework :: Pylons
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI
Classifier: License :: Repoze Public License
