GitHub - NipoDB/nipolib-python: Nipo library for python · GitHub
Skip to content

NipoDB/nipolib-python

Folders and files

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")

About

Nipo library for python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

Contributors

Languages