Skip to content

Generic methods for interacting with OlegDB via the HTTP interface.

Notifications You must be signed in to change notification settings

infoforcefeed/olegdb-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

02df63b · May 25, 2019

History

15 Commits
May 25, 2019
Feb 20, 2017
Feb 20, 2017
Apr 29, 2014
May 25, 2019

Repository files navigation

Installation

python setup.py install

Usage

from olegdb import OlegDB, DEFAULT_HOST, DEFAULT_PORT

# default_host and default port are optional
connection = OlegDB()

connection.set("test", 123)
connection.get("test")

Thats the gist. There are a couple other methods, the code is pretty clear.

About

Generic methods for interacting with OlegDB via the HTTP interface.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages