Metadata-Version: 1.0
Name: pyramid_zcml
Version: 0.1
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_tutorials/dev/
        <http://docs.pylonsproject.org/projects/pyramid_tutorials/dev/>`_ for
        detailed documentation.
        
        
        0.1
        ---
        
        - 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
