2020-08-09 11:16:45 +02:00
|
|
|
# hyperspace-client
|
|
|
|
|
|
2020-08-09 11:17:55 +02:00
|
|
|
[](https://drone.autonomic.zone/hyperpy/hyperspace-client)
|
|
|
|
|
|
2020-08-09 11:16:45 +02:00
|
|
|
## Standalone Hyperspace RPC client
|
|
|
|
|
|
|
|
|
|
## Install
|
|
|
|
|
|
|
|
|
|
```sh
|
|
|
|
|
$ pip install hyperspace-client
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
## Example
|
|
|
|
|
|
|
|
|
|
```python
|
|
|
|
|
print("TODO")
|
|
|
|
|
```
|