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.4.tar.gz (396.3 kB view details)

Uploaded Source

File details

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

File metadata

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

File hashes

Hashes for vedis-0.1.4.tar.gz
Algorithm Hash digest
SHA256 f54cb982fc7ee32f4257047fd785dbffcedebbe274888cfaa6f8f42c9ebefbbe
MD5 7f1aacf46d5bcfe301c3cd19915d3659
BLAKE2b-256 79724be1399fdc368dc324b230eb57a6a2b46af971e900d0ac4f5c3d957cbda6

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