Python Azure

This commit is contained in:
Gerben Jan Dijkman
2021-07-08 23:55:07 +02:00
parent eccf7e3e78
commit 83357f9877
59 changed files with 827 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>vincent.hardy@linuxunderground.be</email>
<name>Vincent Hardy</name>
</maintainer>
<upstream>
<remote-id type="pypi">fdb</remote-id>
<remote-id type="github">FirebirdSQL/fdb</remote-id>
</upstream>
<longdescription>
FDB is a Python library package that implements Python Database
API 2.0-compliant support for the open source relational database
Firebird. In addition to the minimal feature set of the standard
Python DB API, FDB also exposes nearly the entire native client
API of the database engine
</longdescription>
</pkgmetadata>