Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/frafra/hyperspace-rpc


https://github.com/frafra/hyperspace-rpc

Last synced: about 2 months ago
JSON representation

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')