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 hashes)

Uploaded Python 3

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