Files
hyperspace-client/README.md

18 lines
306 B
Markdown
Raw Normal View History

2020-08-09 11:16:45 +02:00
# hyperspace-client
2020-08-09 11:17:55 +02:00
[![Build Status](https://drone.autonomic.zone/api/badges/hyperpy/hyperspace-client/status.svg)](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")
```