Skip to main content

dead simple key-value and in-memory database built upon json package.

Project description

zula

Travis PyPI version codecov License

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


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)

Uploaded Python 3

File details

Details for the file zula-0.1.0-py3-none-any.whl.

File metadata

File hashes

Hashes for zula-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 170d0c3e3b5be7692d39d6d1d29315fa49099ba0806c428e4f6d653c69366024
MD5 d5521a57b66d9a236081e148a9d18489
BLAKE2b-256 78dbf858e5741fd7f95929be611df323a217eac9f514515a8f1fbc5d7b9c372d

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page