Skip to main content

python wrapper for the Glass Sphere DBS

Project description

GS DBS Client

The GS-DBS-Client is a Python library interacting with the Glass Sphere DBS.

CAUTION

Version 0.2.0 introduces breaking changes due to introduction of the mission control client. Be aware of the changed imports.

Installation

Use the package manager pip to install the gs-dbs-client. Further information can be found here.

pip install gs-dbs-gsdbs

Usage

import os

#v0.1.x
from client.gsdbs import GSDBS

#v0.2.x
from gsdbs.dbclient import GSDBS
from gsdbs.missioncontrol import MissionControl
...
gsdbs = GSDBS(os.path.dirname(os.path.realpath(__file__)))

License

(C) 2022 ENS - Freies Institut fuer Technische Informatik UG haftungsbeschraenkt

MIT

Project details


Release history Release notifications | RSS feed

Download files

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

Source Distribution

gs-dbs-client-0.2.6.post38.tar.gz (12.2 kB view hashes)

Uploaded Source

Built Distribution

gs_dbs_client-0.2.6.post38-py3-none-any.whl (14.7 kB view hashes)

Uploaded Python 3

Supported by

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