hyperspace-client/README.md
Luke Murphy ed859671fa
Some checks failed
continuous-integration/drone/push Build is failing
Add CI badge
2020-08-09 11:17:55 +02:00

18 lines
306 B
Markdown

# hyperspace-client
[![Build Status](https://drone.autonomic.zone/api/badges/hyperpy/hyperspace-client/status.svg)](https://drone.autonomic.zone/hyperpy/hyperspace-client)
## Standalone Hyperspace RPC client
## Install
```sh
$ pip install hyperspace-client
```
## Example
```python
print("TODO")
```