Source: python-darts-lib-utils-lru
Section: python
Priority: optional
Maintainer: Sophie Brun <sophie@freexian.com>
Build-Depends: debhelper (>= 9), python, python-setuptools
Standards-Version: 3.9.5
Homepage: https://pypi.python.org/pypi/darts.util.lru
Vcs-Git: git://git.kali.org/packages/python-darts-lib-utils-lru.git
Vcs-Browser: http://git.kali.org/gitweb?p=packages/python-darts-lib-utils-lru.git;a=summary

Package: python-darts-lib-utils-lru
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}
Description: Simple dictionary with LRU behaviour 
 An LRUDict is basically a simple dictionary, which has a defined maximum 
 capacity, that may be supplied at construction time, or modified at run-time
 via the capacity property.
 .
 The class SynchronizedLRUDict, which exposes the same interface as plain 
 LRUDict, but fully thread-safe.
