8000 GitHub - RaubCamaioni/better-takproto: TAK / COT (cursor-on-target) protobuf message bindings for python.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

RaubCamaioni/better-takproto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

better-takproto

Betterproto creates pythonic protobuf bindings. Utalizing the protobuf definitions from takproto Read the Betterproto documentation for all the advantages over the Google implimentation.

rebuilding protobug python binding

Install dependencies

pip install betterproto[compiler]

Rebuild python bindings

python -m grpc_tools.protoc -I . --python_betterproto_out=./src/takproto ./proto/tak.proto

Recompile generates am empty init.py Add the following for usage convenience.

__version__ = "<version>"
from takproto.takproto import *
``

About

TAK / COT (cursor-on-target) protobuf message bindings for python.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

0