This release is a pre-release and may not be stable for production use.
Generated Protocol Buffer and gRPC files for Tinode
Generated Python code for gRPC client and plugins.
gRPC clients must implement rpc service Node, plugins must implement Plugin.
For a sample implementation of a command line client see tn-cli. For a partial plugin implementation see chatbot.
Installing
Install the package by executing
pip install tinode_grpc
Generating files
Don't modify included files directly. If you want to make changes, you have to install protobuffers tool chain and gRPC the generate the Python bindings from pbx/model.proto (your path to model.proto may be different):
python -m grpc_tools.protoc -I../pbx --python_out=. --grpc_python_out=. ../pbx/model.proto
The generated model_pb2_grpc.py imports model_pb2.py as a module instead of a package which is incompatible with python3 packaging system. Use ../pbx/py_fix.py to apply a fix. This is only needed if you want to repackage the generated files.
Release files for tinode-grpc 0.15.10rc1.post27
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| tinode_grpc-0.15.10rc1.post27.tar.gz | 13.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| tinode_grpc-0.15.10rc1.post27-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 27.4 kB
Release files / tinode_grpc-0.15.10rc1.post27.tar.gz
| Download URL | tinode_grpc-0.15.10rc1.post27.tar.gz |
|---|---|
| Size | 13.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
a0d8bf284d504f05bdfc60937582f28488269bb619603e01112b266b18711a5e
|
|
BLAKE2b-256 checksum How to use checksums |
661dcb6a07183226abc8530a79380310ba571ed62af61ed6d0e0dce899f45da8
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.2.0 requests-toolbelt/0.8.0 tqdm/4.25.0 CPython/3.6.5
|
Release files / tinode_grpc-0.15.10rc1.post27-py3-none-any.whl
| Download URL | tinode_grpc-0.15.10rc1.post27-py3-none-any.whl |
|---|---|
| Size | 14.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
e04442ecc4f6cdbee49a841755f9ef4e8da48dd24fad37de4e07fae45681a919
|
|
BLAKE2b-256 checksum How to use checksums |
7a1ba0c09544a5f37be57b4d9a1b3f2ea1ee47894351625de7ba5c8ac76e30ad
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.2.0 requests-toolbelt/0.8.0 tqdm/4.25.0 CPython/3.6.5
|