gs-dbs-client


Namegs-dbs-client JSON
Version 0.2.6.post38 PyPI version JSON
download
home_pagehttps://glass-sphere-ai.de
Summarypython wrapper for the Glass Sphere DBS
upload_time2023-04-11 16:41:25
maintainer
docs_urlNone
authorGlass Sphere Software
requires_python
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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](https://pip.pypa.io/en/stable/) to install the gs-dbs-client. Further information can be
found [here](https://glass-sphere-ai.de/learn).

```bash
pip install gs-dbs-gsdbs
```

## Usage

```python
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](https://choosealicense.com/licenses/mit/)


            

Raw data

            {
    "_id": null,
    "home_page": "https://glass-sphere-ai.de",
    "name": "gs-dbs-client",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Glass Sphere Software",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/53/c1/33a0d6f66ddfc02a53e0f6b5da389759c04562826d6815c8cafdaff9949e/gs-dbs-client-0.2.6.post38.tar.gz",
    "platform": null,
    "description": "# GS DBS Client\n\nThe GS-DBS-Client is a Python library interacting with the Glass Sphere DBS.\n\n\n## CAUTION\nVersion 0.2.0 introduces breaking changes due to introduction of the mission control client. Be aware of the changed \nimports.  \n\n## Installation\n\nUse the package manager [pip](https://pip.pypa.io/en/stable/) to install the gs-dbs-client. Further information can be\nfound [here](https://glass-sphere-ai.de/learn).\n\n```bash\npip install gs-dbs-gsdbs\n```\n\n## Usage\n\n```python\nimport os\n\n#v0.1.x\nfrom client.gsdbs import GSDBS\n\n#v0.2.x\nfrom gsdbs.dbclient import GSDBS\nfrom gsdbs.missioncontrol import MissionControl\n...\ngsdbs = GSDBS(os.path.dirname(os.path.realpath(__file__)))\n\n\n\n```\n\n## License\n\n(C) 2022 ENS - Freies Institut fuer Technische Informatik UG haftungsbeschraenkt\n\n[MIT](https://choosealicense.com/licenses/mit/)\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "python wrapper for the Glass Sphere DBS",
    "version": "0.2.6.post38",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "dc3ac9885ce4e1e6607ddd895b3c8003d487bd07c5310935706d01293c21bf0c",
                "md5": "5b26f4dab61dd8e6d085f6f574cc681c",
                "sha256": "97a480543f989828eb9c13922447bdf96b748494655f13d5cf8f862c3d5cfd87"
            },
            "downloads": -1,
            "filename": "gs_dbs_client-0.2.6.post38-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "5b26f4dab61dd8e6d085f6f574cc681c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 14697,
            "upload_time": "2023-04-11T16:41:22",
            "upload_time_iso_8601": "2023-04-11T16:41:22.734585Z",
            "url": "https://files.pythonhosted.org/packages/dc/3a/c9885ce4e1e6607ddd895b3c8003d487bd07c5310935706d01293c21bf0c/gs_dbs_client-0.2.6.post38-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "53c133a0d6f66ddfc02a53e0f6b5da389759c04562826d6815c8cafdaff9949e",
                "md5": "0b3e03a8938e37cb7844c5a19227676f",
                "sha256": "d87f406b8d2a0cdf27a15a9e8e3ca6f444e0ab8f27b9d31cb5558422065667b4"
            },
            "downloads": -1,
            "filename": "gs-dbs-client-0.2.6.post38.tar.gz",
            "has_sig": false,
            "md5_digest": "0b3e03a8938e37cb7844c5a19227676f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 12244,
            "upload_time": "2023-04-11T16:41:25",
            "upload_time_iso_8601": "2023-04-11T16:41:25.647820Z",
            "url": "https://files.pythonhosted.org/packages/53/c1/33a0d6f66ddfc02a53e0f6b5da389759c04562826d6815c8cafdaff9949e/gs-dbs-client-0.2.6.post38.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-04-11 16:41:25",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "gs-dbs-client"
}
        
Elapsed time: 0.05161s