Makes it easy for users to interact with cal++ in python.
Project description
CalDB Documentation
Cal ++
Cal++ is a key/value data storaging system.
variable = "a string"
anotherVariable = 22
CalDB
Have this code at the top:
from calDB import CalDB, array
db = CalDB(__name_)
db.start("<Database Name>")
To get data:
data = db.read()
To add data:
db.write("<key>","<value>")
To delete data:
db.kill("<key>")
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
calDB-0.1.4.tar.gz
(3.0 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
calDB-0.1.4-py3-none-any.whl
(3.2 kB
view details)
File details
Details for the file calDB-0.1.4.tar.gz.
File metadata
- Download URL: calDB-0.1.4.tar.gz
- Upload date:
- Size: 3.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.6.0 pkginfo/1.7.0 requests/2.21.0 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.8.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
99c90d72a3761cb5dc9a5ab0afc5fa3df8417ee38b6c2a74e5addb112e3a6b5e
|
|
| MD5 |
dce34bb421cb3b2c6f5cbd6afc9b3fbe
|
|
| BLAKE2b-256 |
80b7ac685b182d393119a72c27ee3b35db7bc1a56d85746d0febf5033bbb0be8
|
File details
Details for the file calDB-0.1.4-py3-none-any.whl.
File metadata
- Download URL: calDB-0.1.4-py3-none-any.whl
- Upload date:
- Size: 3.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.6.0 pkginfo/1.7.0 requests/2.21.0 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.8.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a2bcc57c9eb3d63aab4893c5100110f2a69ee22eeb63062560994d7c1adb5663
|
|
| MD5 |
2ca62dcd7c8a2ea30bf8a0acaf71ffc1
|
|
| BLAKE2b-256 |
705315a1c5b5b3897fcb1182895291df046df436d606d77e0c4f065e5630a454
|