hyperspace-client/README.md

16 lines
153 B
Markdown

# hyperspace-client
## Standalone Hyperspace RPC client
## Install
```sh
$ pip install hyperspace-client
```
## Example
```python
print("TODO")
```