Add CI badge and point to soon-to-be-created repo

This commit is contained in:
Luke Murphy 2020-08-09 11:06:27 +02:00
parent 43dd11a11e
commit a5f7c938ea
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,7 @@
# hyperspace-rpc
[![Build Status](https://drone.autonomic.zone/api/badges/hyperpy/hyperspace-rpc/status.svg)](https://drone.autonomic.zone/hyperpy/hyperspace-rpc)
## Raw RPC layer for Hyperspace
## Install
@ -10,6 +12,4 @@ $ pip install hyperspace-rpc
## Example
```python
print("TODO")
```
See [hyperpy/hyperspace-client](https://github.com/hyperpy/hyperspace-client).