summaryrefslogtreecommitdiff
blob: a59ab0464caeb67a063054240ff0b5b046946481 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
  <maintainer type="project">
    <email>python@gentoo.org</email>
    <name>Python</name>
  </maintainer>
  <longdescription>
    heapdict implements the MutableMapping ABC, meaning it works pretty much like a regular Python dict.
  </longdescription>
  <upstream>
    <remote-id type="pypi">HeapDict</remote-id>
    <remote-id type="github">dask/zict</remote-id>    
  </upstream>
</pkgmetadata>