Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 742 Bytes

README.md

File metadata and controls

39 lines (24 loc) · 742 Bytes

FairOS-Python-SDK

A simple, elegant Python SDK for FairOS, you can easily use it to interactive with FairOS-API

Requirements

How to install

pip install fairos-py-sdk

Demo

>>> from fairospy.fair_kv import FairKV

>>> fkv = FairKV(user_name='dd',passwd='dd',pod_name='pod_test',basic_url='http://localhost:9090', time_out=60)

>>> fkv.ls_table()
 
{'Tables': [{'table_name': 'test_kv',
   'indexes': ['StringIndex'],
   'type': 'KV Store'}]}

API Doc

Contributor

License

MIT