# Python API for the automation server database
## Example
```python
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())
```
Raw data
{
"_id": null,
"home_page": "https://gitlab.com/deffets/automation/",
"name": "automation-api-deffets",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.6",
"maintainer_email": "",
"keywords": "",
"author": "Sylvain Deffet",
"author_email": "",
"download_url": "https://files.pythonhosted.org/packages/fd/8e/d60c9deb2ea00e09dcb92ea8529aca9aa6edd5e584358a18913327a5fefb/automation-api-deffets-0.0.8.tar.gz",
"platform": "",
"description": "# Python API for the automation server database\n\n## Example\n```python\n from api.api import DB\n\n 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)\n\n print(db.getUsers())\n```",
"bugtrack_url": null,
"license": "apache-2.0",
"summary": "Python API for the automation server database",
"version": "0.0.8",
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"md5": "9526e877fd1e012d337ca5faba690ffe",
"sha256": "54eb4df46b024445903872c07fcd5b78d15065afe71d45eddb5150fbb99fe1d8"
},
"downloads": -1,
"filename": "automation-api-deffets-0.0.8.tar.gz",
"has_sig": false,
"md5_digest": "9526e877fd1e012d337ca5faba690ffe",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6",
"size": 6184,
"upload_time": "2020-11-27T11:57:24",
"upload_time_iso_8601": "2020-11-27T11:57:24.655374Z",
"url": "https://files.pythonhosted.org/packages/fd/8e/d60c9deb2ea00e09dcb92ea8529aca9aa6edd5e584358a18913327a5fefb/automation-api-deffets-0.0.8.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2020-11-27 11:57:24",
"github": false,
"gitlab": true,
"bitbucket": false,
"gitlab_user": null,
"gitlab_project": "deffets",
"lcname": "automation-api-deffets"
}