summaryrefslogtreecommitdiff
blob: 88f51c30c3978de844963c678bef77a42887fe5c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>python</herd>
<maintainer>
  <email>marienz@gentoo.org</email>
</maintainer>
<longdescription>
  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>
</pkgmetadata>