# ChiralDB gRPC Client in Python
## Create a Client instance
```
import chiral_db_grpc_client
host = ''
port = ''
client = chiral_db_grpc_client.Client(host, port)
```
## Similarity Query
```
smiles = ''
cutoff = 0.0
client.query_similarity(smiles, cutoff)
```
Raw data
{
"_id": null,
"home_page": "https://github.com/chiral-data/chiral-db-grpc-client",
"name": "chiral-db-grpc-client",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "",
"author": "Qin Wan",
"author_email": "rogerwq@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/2d/12/be2ca105bddd6904bea6e6f2ca88a23e788d0c9b4e9e53670f358608aa05/chiral-db-grpc-client-0.0.3.tar.gz",
"platform": null,
"description": "# ChiralDB gRPC Client in Python\n\n## Create a Client instance\n```\nimport chiral_db_grpc_client\n\nhost = ''\nport = ''\nclient = chiral_db_grpc_client.Client(host, port)\n```\n\n## Similarity Query\n```\nsmiles = ''\ncutoff = 0.0\nclient.query_similarity(smiles, cutoff)\n```\n\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "ChiralDB gRPC Client in Python",
"version": "0.0.3",
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"md5": "17b15acb139be7a9f14ce5dc666cedb1",
"sha256": "59214252f5a3d72b4446f6337df55924d99eb631f818b623a7d09c82a359d4c6"
},
"downloads": -1,
"filename": "chiral_db_grpc_client-0.0.3-py3-none-any.whl",
"has_sig": false,
"md5_digest": "17b15acb139be7a9f14ce5dc666cedb1",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 5724,
"upload_time": "2022-06-23T10:08:27",
"upload_time_iso_8601": "2022-06-23T10:08:27.346775Z",
"url": "https://files.pythonhosted.org/packages/a6/79/c34f7c3dd8f711db3f794fcffead74398bb01ba1719704f657f272fe2991/chiral_db_grpc_client-0.0.3-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"md5": "043f8fdf8389730b02d24dd60089e7eb",
"sha256": "06372cb7fe7776ecc45b3af85aa98b7983394281528a6e8e1b015f87170f68c3"
},
"downloads": -1,
"filename": "chiral-db-grpc-client-0.0.3.tar.gz",
"has_sig": false,
"md5_digest": "043f8fdf8389730b02d24dd60089e7eb",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 4492,
"upload_time": "2022-06-23T10:08:28",
"upload_time_iso_8601": "2022-06-23T10:08:28.579966Z",
"url": "https://files.pythonhosted.org/packages/2d/12/be2ca105bddd6904bea6e6f2ca88a23e788d0c9b4e9e53670f358608aa05/chiral-db-grpc-client-0.0.3.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2022-06-23 10:08:28",
"github": true,
"gitlab": false,
"bitbucket": false,
"github_user": "chiral-data",
"github_project": "chiral-db-grpc-client",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "chiral-db-grpc-client"
}