Hermod
Hermod is a package that generates .proto files out of your sqlalchemy models
- Free software: MIT
- Documentation: https://yensa.github.io/hermod/
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.
Release files for hermod 0.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| hermod-0.1.0.tar.gz | 5.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| hermod-0.1.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 10.0 kB
Release files / hermod-0.1.0.tar.gz
| Download URL | hermod-0.1.0.tar.gz |
|---|---|
| Size | 5.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
cb67a25984e8094898cc19a99ca06243c7f6495125a2c7b56f9846814df80c44
|
|
BLAKE2b-256 checksum How to use checksums |
56c35e5939555b8650ea9def3f4c88c93f7718737518e3de9cd56f9e73e8b754
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.5
|
Release files / hermod-0.1.0-py3-none-any.whl
| Download URL | hermod-0.1.0-py3-none-any.whl |
|---|---|
| Size | 4.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
ad61fa996e8128ab24a7178fc0eb264db88d81fb06975cf556864d958b5fa64e
|
|
BLAKE2b-256 checksum How to use checksums |
07e25083e447db7407a86060addec24ce17b6ec972bf462d8e48e7f1822cfe4e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.5
|