An open API service indexing awesome lists of open source software.

https://github.com/edsonmsouza/sd-rpc


https://github.com/edsonmsouza/sd-rpc

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# RPC Python

## Orientações Gerais

Para a execução do RPC é necessário instalar a lib `rpyc` para Linux (Python).

```bash
pip install rpyc
```

## Exemplos de uso

Verificar no arquivo `client.py`.