Skip to content

NipoDB/nipolib-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 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 
nipo.Ping()

#set key and value in database 
nipo.Set("KEY" , "VALUE")

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

Releases

No releases published

Packages

No packages published

Languages