Metadata-Version: 2.1
Name: repoze.zcml
Version: 1.1
Summary: Core directives for use in ZCML-based applications
Home-page: http://www.repoze.org
Author: Agendaless Consulting
Author-email: repoze-dev@lists.repoze.org
License: BSD-derived (http://www.repoze.org/LICENSE.txt)
Description: repoze.zcml README
        ==================
        
        .. image:: https://travis-ci.org/repoze/repoze.zcml.png?branch=master
                :target: https://travis-ci.org/repoze/repoze.zcml
        
        ``repoze.zcml`` is a package which provides basic ZCML directives for
        the Zope Component Architecture (such as ``utility``, ``subscriber``,
        and ``adapter``).  You should use ``repoze.zcml`` if your application
        doesn't need the more advanced features of the "stock" directive types
        of the same names present in ``zope.configuration`` (e.g. permissions,
        and trusted adapters/utilities).
        
        Please see docs/index.rst for the documentation.
        
        
        repoze.zcml Changelog
        =====================
        
        1.1 (2020-07-01)
        ----------------
        
        - Add support for Python 3.5, 3.6, 3.7, and 3.8.
        
        - Drop support for Python 2.6, 3.2, 3.3, and 3.4.
        
        
        1.0b1 (2014-12-11)
        ------------------
        
        - Add support for PyPy and PyPy3.
        
        - Add support for Python 3.2, 3.3, 3.4.
        
        - Add support for continuous integration using ``Travis``.
        
        - Add support for continuous integration using ``tox`` and ``jenkins``.
        
        - Add 'setup.py dev' alias (runs ``setup.py develop`` plus installs
          ``nose`` and ``coverage``).
        
        0.4 (2009-09-15)
        ----------------
        
        - Make ``zope.testing`` dependency a testing-only requirement.
        
        - 100% test coverage.
        
        0.3 (2009-05-28)
        ----------------
        
        - Provide compatbility with older versions of zope.component which
          have a CA registry that doesn't accept a ``factory`` argument
          to ``registerUtility``.
        
        0.2
        ---
        
        - Depend on ``zope.component >= 3.5.0`` (utility directive requires it).
        
        0.1
        ----------------
        
        - Initial release.
        
Keywords: zope zcml component architecture
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: Implementation :: CPython
Provides-Extra: testing
