aboutsummaryrefslogtreecommitdiff
path: root/dev-python/persistent/metadata.xml
blob: 9f90159f6b1a84d2076eed1214e1144404393352 (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 contains a generic persistence implementation for Python. It forms the core protocol for making objects interact "transparently" with a database such as the ZODB.
	</longdescription>
	<upstream>
		<maintainer>
			<name>Zope Foundation and Contributors</name>
			<email>zope-dev@zope.org</email>
		</maintainer>
		<bugs-to>https://github.com/zopefoundation/persistent/issues</bugs-to>
		<changelog>https://github.com/zopefoundation/persistent/blob/master/CHANGES.rst</changelog>
		<doc>https://persistent.readthedocs.io/en/stable</doc>
		<remote-id type="github">zopefoundation/persistent</remote-id>
		<remote-id type="pypi">persistent</remote-id>
	</upstream>
</pkgmetadata>