Skip to content

limitcantcode/jaison-grpc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

J.A.I.son GRPC

This is a package containing the grpc objects necessary for Project J.A.I.son components to communicate with Project J.A.I.son core and vice versa.

Unless making your own component implementation without the component template, you won't need to refer to this. In case you are, the protobuf files are included here.

Installation

Simply run:

pip install jaison-grpc

Contributing

I am accepting contributions for this package. If you would like to contribute, please refer to CONTRIBUTING.

Notes

To compile:

python -m grpc_tools.protoc -I ./proto --python_out=./jaison_grpc/grpc --pyi_out=./jaison_grpc/grpc --grpc_python_out=. ./proto/jaisongrpc.proto

To create/upload updated builds: https://packaging.python.org/en/latest/tutorials/packaging-projects/

About

Reusable GRPC for Project J.A.I.son components

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages