• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

mmi2grpc/15-Dec-2024-8,8946,658

.gitignoreD14-Jan-202455 65

Android.bpD14-Jan-2024610 2825

CONTRIBUTING.mdD14-Jan-20241 KiB3120

LICENSED14-Jan-202411.1 KiB203169

README.mdD14-Jan-2024204 1812

__init__.pyD15-Dec-2024600 140

pyproject.tomlD14-Jan-2024402 1512

README.md

1# mmi2grpc
2
3## Install
4
5```bash
6git submodule update --init
7
8pip install -e . # With editable mode
9# Or
10pip install . # Without editable mode
11```
12
13## Rebuild gRPC interfaces
14
15```bash
16./_build/grpc.py
17```
18