Source: python-bintrees
Section: python
Priority: optional
Maintainer: PKG OpenStack <openstack-devel@lists.alioth.debian.org>
Uploaders: Ivan Udovichenko <iudovichenko@mirantis.com>
Build-Depends: cython,
               debhelper (>= 9),
               dh-python,
               openstack-pkg-tools,
               python-all,
               python-dev,
               python-setuptools,
               cython3,
               python3-all,
               python3-dev,
               python3-setuptools,
Standards-Version: 3.9.6
Homepage: http://bitbucket.org/mozman/bintrees

Package: python-bintrees
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Description: provides Binary- RedBlack- and AVL-Trees written in Python and Cython/C. - Python 2.7
 Bundled Classes are much slower than the built-in dict class, but all
 iterators/generators yielding data in sorted key order. Trees can be
 used as drop in replacement for dicts in most cases.
 .
 Trees written in Python:
   BinaryTree – unbalanced binary tree
   AVLTree – balanced AVL-Tree
   RBTree – balanced Red-Black-Tree
 .
 Trees written with C-Functions and Cython as wrapper:
   FastBinaryTree – unbalanced binary tree
   FastAVLTree – balanced AVL-Tree
   FastRBTree – balanced Red-Black-Tree
 .
 This package contains the Python 2.7 module.

Package: python3-bintrees
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: provides Binary- RedBlack- and AVL-Trees written in Python and Cython/C. - Python 3.x
 Bundled Classes are much slower than the built-in dict class, but all
 iterators/generators yielding data in sorted key order. Trees can be
 used as drop in replacement for dicts in most cases.
 .
 Trees written in Python:
   BinaryTree – unbalanced binary tree
   AVLTree – balanced AVL-Tree
   RBTree – balanced Red-Black-Tree
 .
 Trees written with C-Functions and Cython as wrapper:
   FastBinaryTree – unbalanced binary tree
   FastAVLTree – balanced AVL-Tree
   FastRBTree – balanced Red-Black-Tree
 .
 This package contains the Python 3.x module.
