Skip to content

SwarmLover/FairOS-Python-SDK

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

a python SDK for FairOS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages