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) 2021 ENS - Freies Institut fuer Technische Informatik UG haftungsbeschraenkt
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
Built Distribution
File details
Details for the file gs-dbs-client-0.2.5.post44.tar.gz
.
File metadata
- Download URL: gs-dbs-client-0.2.5.post44.tar.gz
- Upload date:
- Size: 8.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.7.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2a24c35665c3c1f5bdeeb01c8c9be10f165cd0b8b76d9c06b20250ba93be9623 |
|
MD5 | 84cb2f6b9c8353b52ff7761292154b96 |
|
BLAKE2b-256 | 75d18baa5fa722f7bfd7a1a17381193a429d423e1cf5daf3639883fb3c1077f8 |
File details
Details for the file gs_dbs_client-0.2.5.post44-py3-none-any.whl
.
File metadata
- Download URL: gs_dbs_client-0.2.5.post44-py3-none-any.whl
- Upload date:
- Size: 15.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.7.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8adc5c97d74752fc424db9942ee52872568a5514bbf1db27edd8917daa9fe5d5 |
|
MD5 | a0e4a45b392b674cf805de2e3e76550c |
|
BLAKE2b-256 | a1c7488f9023c146968b63671560b891eff69ce9ea1ed5a6875062080f359fdc |