18 lines
789 B
XML
18 lines
789 B
XML
<?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>
|
|
<remote-id type="github">twisted/axiom</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|