mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-14 17:43:11 -04:00
dev-python/orderedmultidict: new package, add 1.0.1
Signed-off-by: Julien Roy <julien@jroy.ca>
This commit is contained in:
23
dev-python/orderedmultidict/metadata.xml
Normal file
23
dev-python/orderedmultidict/metadata.xml
Normal file
@@ -0,0 +1,23 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>julien@jroy.ca</email>
|
||||
<name>Julien Roy</name>
|
||||
</maintainer>
|
||||
<longdescription>A multivalue dictionary is a dictionary that can store multiple values for the same key. An ordered multivalue dictionary is a multivalue dictionary that retains the order of insertions and deletions.
|
||||
|
||||
omdict retains method parity with dict.
|
||||
|
||||
Information and documentation at https://github.com/gruns/orderedmultidict.</longdescription>
|
||||
<upstream>
|
||||
<maintainer>
|
||||
<name>Ansgar Grunseid</name>
|
||||
</maintainer>
|
||||
<changelog>https://github.com/gruns/orderedmultidict/releases</changelog>
|
||||
<doc>https://github.com/gruns/orderedmultidict/blob/master/API.md</doc>
|
||||
<bugs-to>https://github.com/gruns/orderedmultidict/issues</bugs-to>
|
||||
<remote-id type="github">gruns/orderedmultidict</remote-id>
|
||||
<remote-id type="pypi">orderedmultidict</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user