Source: munkres
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Stefano Rivera <stefano@rivera.za.net>
Build-Depends:
 debhelper (>= 7.0.50~),
 python-all (>= 2.6.5),
 python-docutils,
 python-epydoc
XS-Python-Version: >= 2.4
Standards-Version: 3.9.1
Homepage: http://bmc.github.com/munkres/
Vcs-Svn: svn://svn.debian.org/python-modules/packages/munkres/trunk/
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/munkres/trunk/

Package: python-munkres
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Breaks: ${python:Breaks}
Description: munkres algorithm for the Assignment Problem
 The Munkres module provides an implementation of the Munkres algorithm (also
 called the Hungarian algorithm or the Kuhn-Munkres algorithm), useful for
 solving the Assignment Problem.
