dead simple key-value and in-memory database built upon json package.
Project description
zula
dead simple key-value and in-memory database built upon json
package.
Install
$ pip install zula
Requirements
Python 2.6, 2.7, 3.5, 3.6+
Documentation
Commands
>>> import zula
>>> db = zula.load('samsun.db')
>>> db.set('key', 'value')
>>> db.get('key')
'value'
>>> db.drop('key')
True
>>> db.get_keys()
set(['key1', 'key2'])
>>> db.dump()
True
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 Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
zula-0.1.0-py3-none-any.whl
(2.4 kB
view details)
File details
Details for the file zula-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: zula-0.1.0-py3-none-any.whl
- Upload date:
- Size: 2.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 170d0c3e3b5be7692d39d6d1d29315fa49099ba0806c428e4f6d653c69366024 |
|
MD5 | d5521a57b66d9a236081e148a9d18489 |
|
BLAKE2b-256 | 78dbf858e5741fd7f95929be611df323a217eac9f514515a8f1fbc5d7b9c372d |