22 lines
731 B
XML
22 lines
731 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="person">
|
|
<email>horea.christ@gmail.com</email>
|
|
<name>Horea Christian</name>
|
|
</maintainer>
|
|
<maintainer type="project">
|
|
<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="bitbucket">estin/sadisplay</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|