JSON Database but just encrypted
Project description
TrollDB
Just a simple json database project made by Walter.
Example code
import trolldb
database = trolldb.Database(trolldb.key_by_filename('key.trolldb')) # new database
print('Doing database on {0}'.format(database.getfilename()))
v = str(1)
database.setvariable(v, '{0}'.format(v)) # sets variable in the database
print(database.getvariable(v)) # get variable
print(database.getplainjson()) # prints the whole json
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
trolldb-1.0.4.tar.gz
(6.3 kB
view details)
Built Distribution
File details
Details for the file trolldb-1.0.4.tar.gz
.
File metadata
- Download URL: trolldb-1.0.4.tar.gz
- Upload date:
- Size: 6.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bcd707689e2f54f14dee4d0f4589744e09148e77e8e843811a2e7cee3314ddf0 |
|
MD5 | e973cd00e7a993a2f76c86bf345ebd55 |
|
BLAKE2b-256 | 93b9828b4518e532e50741275c81bf27cf8b869f46db8b42ba08093e9f2639de |
File details
Details for the file trolldb-1.0.4-py3-none-any.whl
.
File metadata
- Download URL: trolldb-1.0.4-py3-none-any.whl
- Upload date:
- Size: 6.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b05278474eae938672d374c749eefe0b33852052770cba957bebe469050718ea |
|
MD5 | a9541843b55018d2b65ef0c4517eb69c |
|
BLAKE2b-256 | f3a2fa1503f871463f3bebb2034e96345140aa6860dd1fbaa84399632bd8a297 |