aboutsummaryrefslogtreecommitdiff
path: root/dev-python/zope-traversing/metadata.xml
blob: 4773419add6e5d3d85c74e5fb7f72d004e16bed6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?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>
		This package provides adapters for resolving object paths by traversing an object hierarchy. This package also includes support for traversal namespaces (e.g. ++view++, ++skin++, etc.) as well as computing URLs via the @@absolute_url view.
	</longdescription>
	<upstream>
		<maintainer>
			<name>Zope Foundation and Contributors</name>
			<email>zope-dev@zope.org</email>
		</maintainer>
		<bugs-to>https://github.com/zopefoundation/zope.traversing/issues</bugs-to>
		<changelog>https://github.com/zopefoundation/zope.traversing/blob/master/CHANGES.rst</changelog>
		<doc>https://zopetraversing.readthedocs.io</doc>
		<remote-id type="github">zopefoundation/zope.traversing</remote-id>
		<remote-id type="pypi">zope.traversing</remote-id>
	</upstream>
</pkgmetadata>