You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

automation-api-deffets

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

automation-api-deffets

Python API for the automation server database

0.0.12
pipPyPI
Maintainers
1

Python API for the automation server database

Example

  from api.api import DB

  db = DB(dbName='automation3', host="3.123.139.xxx", user="username", password=None, key="/home/username/.ssh/id_rsa", uri=None, port=22, to_host='127.0.0.1', to_port=27017)

  print(db.getUsers())

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