Skip to main content

Hermod is a package that generates .proto files out of your sqlalchemy models.

Project description

Hermod

Release Status CI Status

Hermod is a package that generates .proto files out of your sqlalchemy models

Features

Convert sqlalchemy models to proto message

from hermod import model_to_message, Message

message = model_to_message(MyModel)

assert isinstance(message, Message)

print(message.to_string())

Credits

This package was created with Cookiecutter and the zillionare/cookiecutter-pypackage project template.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

hermod-0.1.0.tar.gz (5.2 kB view hashes)

Uploaded Source

Built Distribution

hermod-0.1.0-py3-none-any.whl (4.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page