Skip to content

doukremt/python-sophia

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
doc
 
 
lib
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

This package provides Python bindings for sophia, a ligthweight DBM-like database. Available operations on a database are inserting a key-value pair, deleting it, or retrieving a value given its key. It is also possible to traverse the records of a database in ascending or descending order.

Installation

First install libsophia using this script (to be run from the source package directory, from /tmp or similar). Then download and install the bindings:

python setup.py install

You can consult the online documentation of this package here. It is also present in the source package under doc/_build/html/

If you want to check how the library performs, look at the benchmarks on the website of the author, and run the script bench.py located in the tests directory of this package.

About

Python bindings for the Sophia database library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published