summaryrefslogtreecommitdiff
blob: 5a0f60123ed1592410f4339b385982ceb7308e37 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer type="person">
		<email>marbre@linux.sungazer.de</email>
		<name>Marius Brehler</name>
	</maintainer>
	<maintainer type="project">
		<email>python@gentoo.org</email>
		<name>Python</name>
	</maintainer>
	<longdescription>
		A image hashing library written in Python. ImageHash supports:
		average hashing (aHash)
		perception hashing (pHash)
		difference hashing (dHash)
		wavelet hashing (wHash)
.</longdescription>
	<upstream>
		<remote-id type="github">JohannesBuchner/imagehash</remote-id>
		<remote-id type="pypi">ImageHash</remote-id>
	</upstream>
</pkgmetadata>