Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 514 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 514 Bytes

mruv-pb-python

This repository contains code generated from https://github.com/MruV-RP/mruv-protos protobuf files.

How to use this repository?

This repository is a Python pip package, so if you want to use MruV API package in your Python project, you should add this module to your project as a dependency by using this command in project root directory:

TODO

Example code

This example will connect to MruV API on address 127.0.0.1:50051 and will run remote procedure IsAccountExist

TODO