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
from client.gsdbs import GSDBS
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