JSONBASE
Description:
jsonbase is a simple database module
you can use it to store a small amount of data
but that doesn't mean that you can store a big amount of data
Why use jsonbase?
jsonbase is simple and easy to use
Will my data safe?
We have used json for over 1 month
and yes, your data will safe
Usage
import jsonbase
database = jsonbase.database('my_database')
database.create()
data = database.get()
data['Variable'] = 'value'
data['List'] = ['element','item']
data['Dict'] = {'key':'value'}
database.save(data)
Quick Link
Docs
Release files for jsonbase 10.0.10
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| jsonbase-10.0.10.tar.gz | 2.4 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| jsonbase-10.0.10-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 5.7 kB
Release files / jsonbase-10.0.10.tar.gz
| Download URL | jsonbase-10.0.10.tar.gz |
|---|---|
| Size | 2.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
3765f41fac79e1770ee3e32e07feb1e9dee5af73302121097ab35f49787ffdb9
|
|
BLAKE2b-256 checksum How to use checksums |
65614aeb14ff437a4c95c95f98b0ceef32100eed4817f9b23612bf927a2277cd
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.9.1
|
Release files / jsonbase-10.0.10-py3-none-any.whl
| Download URL | jsonbase-10.0.10-py3-none-any.whl |
|---|---|
| Size | 3.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
542c034f91e5a14569bf088b2bd93fbb58d15b29e6c30c8b0f3b97212273a265
|
|
BLAKE2b-256 checksum How to use checksums |
05431e001c7c77ca2eaf2801e4aba561d55cef2cf0a4d1ee7a0123469471ab29
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.9.1
|