Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/frafra/hyperspace-rpc
https://github.com/frafra/hyperspace-rpc
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/frafra/hyperspace-rpc
- Owner: frafra
- Created: 2021-01-30T21:29:07.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-01-30T22:53:53.000Z (almost 4 years ago)
- Last Synced: 2024-10-13T19:07:50.400Z (3 months ago)
- Language: Python
- Size: 9.77 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
Description
-----------This is an experimental library which tries to expose hyperspace RPC from Python.
Build
-----Dependencies: Python 3.6 (or greater), poetry, make.
::
make
Usage (draft)
-------------::
>>> import hyperspace_rpc as h
>>> import grpc
>>> channel = grpc.insecure_channel('unix:///tmp/hyperspace.sock')