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.

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.

db.hmset(‘my_hash’, foo=’bar’, baz=’nuggets’) my_hash = d.hgetall(‘my_hash’) # my_hash == {‘foo’: ‘bar’, ‘baz’: ‘nuggets}

I will have documentation for the available commands and return types available soon!

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

Uploaded Source

File details

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

File metadata

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

File hashes

Hashes for vedis-0.1.1.tar.gz
Algorithm Hash digest
SHA256 1b1a4771d657b21514dddb95f3bae060f0552dad817fa06fcebe43df59c7c62f
MD5 ae2b3e83809ac646c086feef9499940a
BLAKE2b-256 e1f0bfd5531c8a1ba0ac9d91992be635aafa00ce420d2b11eccfbdb12bc49509

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