Source: python-btrees Maintainer: Debian Python Modules Team Uploaders: Julien Muchembled Section: python Priority: optional Build-Depends: debhelper (>= 10), dh-python, python-sphinx, python-repoze.sphinx.autointerface, python-setuptools, python3-setuptools, python-all-dev, python3-all-dev, python-persistent, python3-persistent, python-transaction, python3-transaction, Standards-Version: 3.9.8 Homepage: https://github.com/zopefoundation/BTrees Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-btrees.git Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-btrees.git X-Python-Version: >= 2.7 X-Python3-Version: >= 3.3 Package: python-btrees Architecture: any Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends} Provides: ${python:Provides} Breaks: python-zodb (<< 1:4) Replaces: python-zodb (<< 1:4) Description: scalable persistent object containers for Python 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 mechanism. Package: python3-btrees Architecture: any Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends} Provides: ${python3:Provides} Description: scalable persistent object containers for Python 3 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 mechanism. Package: python-btrees-doc Architecture: all Section: doc Depends: ${misc:Depends}, ${sphinxdoc:Depends} Description: scalable persistent object containers for Python - documentation 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 mechanism. . This package contains the Python module documentation.