Bootstrap new client repo

This commit is contained in:
Luke Murphy
2020-08-09 11:16:45 +02:00
commit a3cfbca0f2
8 changed files with 802 additions and 0 deletions

15
README.md Normal file
View File

@ -0,0 +1,15 @@
# hyperspace-client
## Standalone Hyperspace RPC client
## Install
```sh
$ pip install hyperspace-client
```
## Example
```python
print("TODO")
```