Skip to content

aliinejad/nipolib-python

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

nipolib-python

Nipo library for python

sample

import nipo 

#Create initial config 
nipo.CreateConfig("TOKEN", "IP", PORT)

#call ping function 
#result must be Pong 
result,ok=nipo.Ping()
if ok == True:
  print(result)

#set key and value in database 
result,ok=nipo.Set("KEY" , "VALUE")
if ok == True:
  print(result)

#get value of specefic key 
nipo.Get("KEY")

About

Nipo library for python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%