diff --git a/python/sdk/examples/connection_exp.py b/python/sdk/examples/connection_exp.py new file mode 100644 index 0000000000000000000000000000000000000000..a6fdce0189d625e3df78a087494756faff18a9cd --- /dev/null +++ b/python/sdk/examples/connection_exp.py @@ -0,0 +1,6 @@ +from megasearch.client.Client import Connection + +client = Connection() + +# param = +# client.connect(param) \ No newline at end of file diff --git a/python/sdk/requirements.txt b/python/sdk/requirements.txt new file mode 100644 index 0000000000000000000000000000000000000000..ea9b1b81eea05c10002b3b9a642e7442552b8e29 --- /dev/null +++ b/python/sdk/requirements.txt @@ -0,0 +1,15 @@ +atomicwrites==1.3.0 +attrs==19.1.0 +importlib-metadata==0.17 +mock==3.0.5 +more-itertools==7.0.0 +packaging==19.0 +pathlib2==2.3.3 +pluggy==0.12.0 +py==1.8.0 +pyparsing==2.4.0 +pytest==4.6.0 +six==1.12.0 +thrift==0.11.0 +wcwidth==0.1.7 +zipp==0.5.1