Metadata-Version: 1.0
Name: pyramid-zcml
Version: 0.7
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.7 (2011-10-07)
        ----------------
        
        - The ZCML includeOverrides directive did not work properly when
          ``pyramid_zcml`` 0.6 was used with Pyramid 1.2.  Symptom: inappropriate
          ``ConfigurationConflictError`` errors.  See the discussion at
          http://groups.google.com/group/pylons-devel/browse_thread/thread/e9720c67b8388843?hl=en
          for more information.
        
        0.6 (2011-09-04)
        ----------------
        
        - Fix to work under Pyramid 1.2a4 and better.
        
        - Depend explicitly on zope.configuration (upcoming releases of Pyramid will
          not).
        
        - Use our a local PyramidConfigurationMachine when collecting ZCML actions,
          and splice the locally collected actions onto the configurator context's
          actions when ZCML processing is done.  This provides Pyramid the freedom to
          not rely on zope.configuration in the future, and somewhat futureproofs
          ``pyramid_zcml`` from changes to action processing in Pyramid.
        
        0.5 (2011-08-24)
        ----------------
        
        - Compatible with Pyramid 1.2a1.
        
        0.4 (2011-08-17)
        ----------------
        
        - Fix a unit test failure when used with Venusian 0.9.
        
        - Compatible with Pyramid 1.2dev+.
        
        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
