aboutsummaryrefslogtreecommitdiff
path: root/dev-python/zope-contenttype/metadata.xml
blob: 3ede3f89a68670a7173e2394e902170804a3258e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer type="person">
		<name>Julien Roy</name>
		<email>julien@jroy.ca</email>
	</maintainer>
	<longdescription>
		A utility module for content-type (MIME type) handling.

		Functions include:

		Guessing a content type given a name and (optional) body data.
		Guessing a content type given some text.
		Parsing MIME types.
	</longdescription>
	<upstream>
		<maintainer>
			<name>Zope Foundation and Contributors</name>
			<email>zope-dev@zope.org</email>
		</maintainer>
		<bugs-to>https://github.com/zopefoundation/zope.contenttype/issues</bugs-to>
		<changelog>https://github.com/zopefoundation/zope.contenttype/blob/master/CHANGES.rst</changelog>
		<doc>https://zopecontenttype.readthedocs.io</doc>
		<remote-id type="github">zopefoundation/zope.contenttype</remote-id>
		<remote-id type="pypi">zope.contenttype</remote-id>
	</upstream>
</pkgmetadata>