Name | tcpb JSON |
Version |
0.14.3
JSON |
| download |
home_page | None |
Summary | A Python client for TeraChem's protocol buffer API. |
upload_time | 2025-02-07 20:22:19 |
maintainer | None |
docs_url | None |
author | Colton Hicks |
requires_python | <4.0,>=3.9 |
license | MIT |
keywords |
|
VCS |
 |
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# Python TeraChem Protocol Buffer (TCPB) Client
[](https://pypi.python.org/pypi/tcpb)
[](https://pypi.python.org/pypi/tcpb)
[](https://pypi.python.org/pypi/tcpb)
[](https://github.com/mtzgroup/tcpb-client/actions)
[](https://github.com/charliermarsh/ruff)
See the [documentation](https://mtzgroup.github.io/tcpb-client/)
Python client to communicate with TeraChem running in server mode.
Client uses C-style sockets for communication and Protocol Buffers for data serialization.
## Requirements
- Python 3.9+
## Installation
```sh
pip install tcpb
```
## Notes
The original, Python 2.7 compatible `tcpb` client built by Stefan Seritan was released as version `0.6.0`. If you depend upon this original release it can be installed by pegging to its version:
```sh
pip install tcpb==0.6.0
```
All future releases will support Python 3+ and MolSSI's QCSchema for data input/output.
Raw data
{
"_id": null,
"home_page": null,
"name": "tcpb",
"maintainer": null,
"docs_url": null,
"requires_python": "<4.0,>=3.9",
"maintainer_email": null,
"keywords": null,
"author": "Colton Hicks",
"author_email": "github@coltonhicks.com",
"download_url": "https://files.pythonhosted.org/packages/7a/f1/ae5ee4c5e46958b0be84db5895c1c26b6d0b64779fd71139e42e653deab9/tcpb-0.14.3.tar.gz",
"platform": null,
"description": "# Python TeraChem Protocol Buffer (TCPB) Client\n\n[](https://pypi.python.org/pypi/tcpb)\n[](https://pypi.python.org/pypi/tcpb)\n[](https://pypi.python.org/pypi/tcpb)\n[](https://github.com/mtzgroup/tcpb-client/actions)\n[](https://github.com/charliermarsh/ruff)\n\nSee the [documentation](https://mtzgroup.github.io/tcpb-client/)\n\nPython client to communicate with TeraChem running in server mode.\n\nClient uses C-style sockets for communication and Protocol Buffers for data serialization.\n\n## Requirements\n\n- Python 3.9+\n\n## Installation\n\n```sh\npip install tcpb\n```\n\n## Notes\n\nThe original, Python 2.7 compatible `tcpb` client built by Stefan Seritan was released as version `0.6.0`. If you depend upon this original release it can be installed by pegging to its version:\n\n```sh\npip install tcpb==0.6.0\n```\n\nAll future releases will support Python 3+ and MolSSI's QCSchema for data input/output.\n\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "A Python client for TeraChem's protocol buffer API.",
"version": "0.14.3",
"project_urls": {
"Documentation": "https://mtzgroup.github.io/tcpb-client/",
"Homepage": "https://github.com/mtzgroup/tcpb-client",
"Repository": "https://github.com/mtzgroup/tcpb-client"
},
"split_keywords": [],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "bde2ff02d5dfd56e4dd414a97d1c5436a8cc47e9b29dd34456929ecf759967e9",
"md5": "88d592bbc83874521a95d219ee38b68c",
"sha256": "c3585c66b4448a54f7403d3e9d019ce1e463d50932569e32b9baf9a1904712ff"
},
"downloads": -1,
"filename": "tcpb-0.14.3-py3-none-any.whl",
"has_sig": false,
"md5_digest": "88d592bbc83874521a95d219ee38b68c",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<4.0,>=3.9",
"size": 28720,
"upload_time": "2025-02-07T20:22:18",
"upload_time_iso_8601": "2025-02-07T20:22:18.353764Z",
"url": "https://files.pythonhosted.org/packages/bd/e2/ff02d5dfd56e4dd414a97d1c5436a8cc47e9b29dd34456929ecf759967e9/tcpb-0.14.3-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "7af1ae5ee4c5e46958b0be84db5895c1c26b6d0b64779fd71139e42e653deab9",
"md5": "ae00137b05aca99b026160d2ff1d3035",
"sha256": "e07dcafc9d7d7644c9f91d4b371cdc1fae1baa49b58de704a78acaadca87c13a"
},
"downloads": -1,
"filename": "tcpb-0.14.3.tar.gz",
"has_sig": false,
"md5_digest": "ae00137b05aca99b026160d2ff1d3035",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<4.0,>=3.9",
"size": 26721,
"upload_time": "2025-02-07T20:22:19",
"upload_time_iso_8601": "2025-02-07T20:22:19.738982Z",
"url": "https://files.pythonhosted.org/packages/7a/f1/ae5ee4c5e46958b0be84db5895c1c26b6d0b64779fd71139e42e653deab9/tcpb-0.14.3.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-02-07 20:22:19",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "mtzgroup",
"github_project": "tcpb-client",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "tcpb"
}