Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

gs-dbs-client

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gs-dbs-client

python wrapper for the Glass Sphere DBS

  • 0.2.6.post40
  • PyPI
  • Socket score

Maintainers
1

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

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc