Metadata-Version: 1.1
Name: BTrees
Version: 4.0.1
Summary: Scalable persistent object containers
Home-page: http://packages.python.org/BTrees
Author: Zope Foundation
Author-email: zodb-dev@zope.org
License: ZPL 2.1
Description: ``BTrees``:  scalable persistent components
        ===========================================
        
        This package contains a set of persistent object containers built around
        a modified BTree data structure.  The trees are optimized for use inside
        ZODB's "optimistic concurrency" paradigm, and include explicit resolution
        of conflicts detected by that mechannism.
        
        Please see the Sphinx documentation (``docs/index.rst``) for further
        information.
        
        
        ``BTrees`` Changelog
        ====================
        
        
        4.0.1 (2012-10-21)
        ------------------
        
        - Provide local fallback for persistent C header inclusion if the
          persistent distribution isn't installed. This makes the winbot happy.
        
        
        4.0.0 (2012-10-20)
        ------------------
        
        Platform Changes
        ################
        
        - Dropped support for Python < 2.6.
        
        - Factored ``BTrees`` as a separate distribution.
        
        Testing Changes
        ###############
        
        - All covered platforms tested under ``tox``.
        
        - Added support for continuous integration using ``tox`` and ``jenkins``.
        
        - Added ``setup.py dev`` alias (installs ``nose`` and ``coverage``).
        
        - Dropped dependency on ``zope.testing`` / ``zope.testrunner``:  tests now
          run with ``setup.py test``.
        
        Documentation Changes
        #####################
        
        - Added API reference, generated via Spinx' autodoc.
        
        - Added Sphinx documentation based on ZODB Guide (snippets are exercised
          via 'tox').
        
        - Added ``setup.py docs`` alias (installs ``Sphinx`` and
          ``repoze.sphinx.autointerface``).
        
Platform: any
Classifier: Development Status :: 6 - Mature
Classifier: License :: OSI Approved :: Zope Public License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Database
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: Unix
