GenSASchema - Static SQLAlchemy Schema Generator

GenSASchema is a static SQLAlchemy Schema Generator.

Supported python versions are Python 2.7 and Python 3.6 and above.

Documentation

Rationale, Advocacy, Key Features

WRITEME.

Development Status

Beta.

Download

Change Log

Source Packages

Current Stable Version

Integrity Check

There are hashes (MD5, SHA1 and SHA256) of the download packages stored in the digests file. In order to check the integrity of the downloaded file, use a tool like md5sum (or sha1sum, sha256sum accordingly), e.g.:

$ md5sum -c gensaschema-0.6.8.digests
gensaschema-0.6.8.tar.bz2: OK
gensaschema-0.6.8.tar.gz: OK
gensaschema-0.6.8.tar.xz: OK
gensaschema-0.6.8.zip: OK

In order to check the integrity of the digest file itself, you can check the PGP signature of that file. The file is signed by André Malo, Key-ID 0x029C942244325167:

$ gpg --verify gensaschema-0.6.8.digests
gpg: Signature made Tue Jul 11 22:32:25 2023 CEST
gpg:                using RSA key 21B65583FF640D34E8662B6B3DED446369F2EE1A
gpg: Good signature from "André Malo <nd@perlig.de>"

License

GenSASchema is available under the terms and conditions of the “Apache License, Version 2.0.” You’ll find the detailed licensing terms in the root directory of the source distribution package or online at http://www.apache.org/licenses/LICENSE-2.0.

Bugs

No bugs, of course. ;-) But if you’ve found one or have an idea how to improve GenSASchema, feel free to send a pull request on github or send a mail to <gensaschema-bugs@perlig.de>.

Author Information

GenSASchema was written and is maintained by André Malo.