Skip to content

cyal1/BcryptRpcServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

BcryptRpcServer

python

install

pip install BcryptRpcServer

example

import BcryptRpcServer 

def test(a,b,c,d,e):
    print(a,type(a),b,type(b),c,type(c),d,type(d),e,type(e))
    return b'asdf'


@BcryptRpcServer.expose
def test2():
    return 'xxx'
    
BcryptRpcServer.expose(test)
BcryptRpcServer.run("127.0.0.1:30051")

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published