hyperspace-client/README.md

18 lines
306 B
Markdown
Raw Normal View History

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