mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-02-05 00:07:38 -08:00
repoman does not yet accept the https version. This partially reverts eaaface92ee81f30a6ac66fe7acbcc42c00dc450. Bug: https://bugs.gentoo.org/552720
15 lines
666 B
XML
15 lines
666 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<herd>python</herd>
|
|
<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>
|