Metadata-Version: 2.1
Name: kubitdb
Version: 0.1
Summary: Python KubitDB Modülü
Home-page: https://github.com/DeveloperKubilay/pythonkubitdb
Author: kubilaytr
Author-email: kullanici@example.com
License: MIT
Description-Content-Type: text/markdown

# import kubitdb
# db = kubitdb.Data("test.json")
<b> we are creating a new database, you can create as many db as you want</b>
## db.set("sa",2)
## db.subtract("sa",1)

###  db.push("asdasasd",{
    "sa":"sa"
})

print(
### db.get("sa"),
### db.has("sa"),
### db.all()
)

### db.delete("asdasasd")

### db.clear()

# Support: https://discord.gg/4Xpwwz6pgN
