blob: 4e12231e708829e3ed783e5f00d6b09668d26b76 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person" proxied="yes">
<email>gentoo@chymera.eu</email>
<name>Horea Christian</name>
</maintainer>
<maintainer type="project" proxied="proxy">
<email>proxy-maint@gentoo.org</email>
<name>Proxy Maintainers</name>
</maintainer>
<longdescription lang="en">
Simple package for describing SQLAlchemy schema and display raw
database tables by reflecting feature. Works with mapped classes
and raw tables. Relation detecting by ForeignKey columns.
Supports mapped class inherit.
</longdescription>
<upstream>
<remote-id type="pypi">sadisplay</remote-id>
</upstream>
</pkgmetadata>
|