summaryrefslogtreecommitdiff
blob: e2374012f98470c7ab8cc19d311ba3704432947b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer type="project">
		<email>python@gentoo.org</email>
		<name>Python</name>
	</maintainer>
	<longdescription lang="en">Axiom is an object database, or alternatively, an object-relational
		mapper. Its primary goal is to provide an object-oriented layer with
		what we consider to be the key aspects of OO, i.e. polymorphism and
		message dispatch, without hindering the power of an RDBMS. It is
		designed to "feel pythonic", without encouraging the typical ORM
		behavior such as potato programming.</longdescription>
	<upstream>
		<remote-id type="pypi">Axiom</remote-id>
	</upstream>
</pkgmetadata>