https://github.com/edsonmsouza/sd-rpc
https://github.com/edsonmsouza/sd-rpc
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/edsonmsouza/sd-rpc
- Owner: EdsonMSouza
- Created: 2023-11-24T00:05:10.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-24T00:32:36.000Z (over 2 years ago)
- Last Synced: 2025-02-07T18:14:46.868Z (over 1 year ago)
- Language: Python
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`.