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
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file gs-dbs-client-0.2.6.post33.tar.gz.
File metadata
- Download URL: gs-dbs-client-0.2.6.post33.tar.gz
- Upload date:
- Size: 12.2 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 |
bc3c6f2043bd14893d212dadd47718006eb3c0f503f7072afc0a26617cfee111
|
|
| MD5 |
bd51c71da8f552d977bbc9223029926c
|
|
| BLAKE2b-256 |
9f2f07d4ef0507b67231d3a89b6574c553c2ea848e0a083df10729762bf1ecce
|
File details
Details for the file gs_dbs_client-0.2.6.post33-py3-none-any.whl.
File metadata
- Download URL: gs_dbs_client-0.2.6.post33-py3-none-any.whl
- Upload date:
- Size: 14.6 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 |
6048b01158f9aeb2b2932fed08261366485be7c7a8baf30bb5491beab652c67f
|
|
| MD5 |
453bd7b676e9f76494c9e15f6b97d352
|
|
| BLAKE2b-256 |
650dcceb69e0fceb278537f3e50dfb0b4d3cd1e0376702637047c8c583507207
|