Name : python-module-bintrees Relocations: (not relocatable) Version : 2.0.4 Vendor: ALT Linux Team Release : alt1 Build Date: Wed Jan 11 01:56:55 2017 Install date: (not installed) Build Host: igor.hasher.altlinux.org Group : Development/Python Source RPM: (none) Size : 74598 License: MIT Packager : Eugeny A. Rostovtsev (REAL) URL : https://pypi.python.org/pypi/bintrees/ Summary : Package provides Binary-, RedBlack- and AVL-Trees in Python and Cython Description : This package provides Binary- RedBlack- and AVL-Trees written in Python and Cython/C. This Classes are much slower than the built-in dict class, but all iterators/generators yielding data in sorted key order. Trees can be uses as drop in replacement for dicts in most cases.