Metadata-Version: 2.4
Name: robert-py
Version: 1.3.0
Summary: A Python library to interact with RobeRT server.
Project-URL: Homepage, https://github.com/JuanSobalvarro/robert-py
Project-URL: Repository, https://github.com/JuanSobalvarro/robert-py
Author-email: Juan Sobalvarro <sobalvarrog.juans@gmail.com>
License-Expression: MIT
License-File: LICENSE
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.14
Requires-Dist: protobuf>=6.33.6
Requires-Dist: pyzmq>=27.0.1
Provides-Extra: dev
Requires-Dist: grpcio-tools; extra == 'dev'
Description-Content-Type: text/markdown

# RobeRT Client
This is the python client for RobeRT (middleware for ABB robots)

# protoc
python -m grpc_tools.protoc --proto_path=./protocol --python_out=./src/robert/generated --pyi_out=./src/robert/generated ./protocol/protocol.proto
