summaryrefslogtreecommitdiff
blob: e4ab4d087813d9548e142a1e94c55e68aaa5bfa7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
  <herd>proxy-maintainers</herd>
  <maintainer>
    <email>joshua.downer@gmail.com</email>
    <name>Joshua Downer</name>
  </maintainer>
  <longdescription lang="en">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.
	</longdescription>
  <upstream>
    <remote-id type="pypi">munkres</remote-id>
  </upstream>
</pkgmetadata>