Skip to main content

Python bindings for Vedis, the embedded NoSQL database.

Project description

Python bindings for the Vedis embedded NoSQL database. Vedis is a fun, fast, embedded database modeled after Redis.

[View the vedis-python documentation](http://vedis-python.readthedocs.org/).

Vedis does lots of little things.

![](http://media.charlesleifer.com/blog/photos/more-hueys.png)

[vedis homepage](http://vedis.symisc.net/) and [license](http://vedis.symisc.net/licensing.html).

Installation

You can install vedis using pip.

pip install vedis

Basic usage

You can treat Vedis as a key/value store:

from vedis import Vedis db = Vedis(‘path/to/file.db’) db[‘foo’] = ‘bar’ print db[‘foo’]

But Vedis also supports many interesting Redis-type data structures and commands.

h = db.Hash(‘my hash’) h[‘sub-key’] = ‘val’ h.update(baz=’nuggets’, huey=’kitten’) my_hash = h.to_dict() # my_hash == {‘sub-key’: ‘val’, ‘baz’: ‘nuggets’, ‘huey’: ‘kitten’}0

Check out the [quick start](http://vedis-python.readthedocs.org/en/latest/quickstart.html) for more examples.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

vedis-0.1.5.tar.gz (401.9 kB view details)

Uploaded Source

File details

Details for the file vedis-0.1.5.tar.gz.

File metadata

  • Download URL: vedis-0.1.5.tar.gz
  • Upload date:
  • Size: 401.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for vedis-0.1.5.tar.gz
Algorithm Hash digest
SHA256 964de7dc4eb147b4a48188dd6d53a1b4d085679d1e7ee8d2e42657beab343747
MD5 9bf5d4090ec6ec9d8df3e2e121e48220
BLAKE2b-256 82119abf76035b5af9a29070303d183eb4d3e738d1d48a383af8810f85af49c0

See more details on using hashes here.

Supported by

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