Name | rxn-chem-utils JSON |
Version |
1.4.0
JSON |
| download |
home_page | |
Summary | Chemistry-related utilities |
upload_time | 2023-09-12 12:08:28 |
maintainer | |
docs_url | None |
author | IBM RXN team |
requires_python | >=3.7 |
license | MIT |
keywords |
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# RXN chemistry utilities package
[](https://github.com/rxn4chemistry/rxn-chemutils/actions)
This repository contains various chemistry-related Python utilities used in the RXN universe.
For general utilities not related to chemistry, see our other repository [`rxn-utilities`](https://github.com/rxn4chemistry/rxn-utilities).
Links:
* [GitHub repository](https://github.com/rxn4chemistry/rxn-chemutils)
* [Documentation](https://rxn4chemistry.github.io/rxn-chemutils/)
* [PyPI package](https://pypi.org/project/rxn-chem-utils/)
## System Requirements
This package is supported on all operating systems.
It has been tested on the following systems:
+ macOS: Big Sur (11.1)
+ Linux: Ubuntu 18.04.4
A Python version of 3.7 or greater is recommended.
## Installation guide
The package can be installed from Pypi:
```bash
pip install rxn-chem-utils
```
For local development, the package can be installed with:
```bash
pip install -e .[dev]
```
The `RDKit` dependency is not installed automatically and can be installed via Conda or Pypi:
```bash
# Install RDKit from Conda
conda install -c conda-forge rdkit
# Install RDKit from Pypi
pip install rdkit
```
Raw data
{
"_id": null,
"home_page": "",
"name": "rxn-chem-utils",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.7",
"maintainer_email": "",
"keywords": "",
"author": "IBM RXN team",
"author_email": "rxn4chemistry@zurich.ibm.com",
"download_url": "https://files.pythonhosted.org/packages/de/f3/b3c9a9c6ed91ece01901e9d81621996d2120dea1e343a238b9eab1fcc6ce/rxn-chem-utils-1.4.0.tar.gz",
"platform": null,
"description": "# RXN chemistry utilities package\n\n[](https://github.com/rxn4chemistry/rxn-chemutils/actions)\n\nThis repository contains various chemistry-related Python utilities used in the RXN universe.\nFor general utilities not related to chemistry, see our other repository [`rxn-utilities`](https://github.com/rxn4chemistry/rxn-utilities).\n\nLinks:\n* [GitHub repository](https://github.com/rxn4chemistry/rxn-chemutils)\n* [Documentation](https://rxn4chemistry.github.io/rxn-chemutils/)\n* [PyPI package](https://pypi.org/project/rxn-chem-utils/)\n\n## System Requirements\n\nThis package is supported on all operating systems. \nIt has been tested on the following systems:\n+ macOS: Big Sur (11.1)\n+ Linux: Ubuntu 18.04.4\n\nA Python version of 3.7 or greater is recommended.\n\n## Installation guide\n\nThe package can be installed from Pypi:\n```bash\npip install rxn-chem-utils\n```\n\nFor local development, the package can be installed with:\n```bash\npip install -e .[dev]\n```\n\nThe `RDKit` dependency is not installed automatically and can be installed via Conda or Pypi:\n```bash\n# Install RDKit from Conda\nconda install -c conda-forge rdkit\n\n# Install RDKit from Pypi\npip install rdkit\n```\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Chemistry-related utilities",
"version": "1.4.0",
"project_urls": null,
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "d426f83789b9073972212337e1993213eedb00d47c81a22e2f1d0462bf31a469",
"md5": "cb1d936f11d3e89ef47d90b4aec4bea0",
"sha256": "9abb180e7555144d33941d0535ed782000828a4568919010c41d6e503f69f78f"
},
"downloads": -1,
"filename": "rxn_chem_utils-1.4.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "cb1d936f11d3e89ef47d90b4aec4bea0",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.7",
"size": 35360,
"upload_time": "2023-09-12T12:08:25",
"upload_time_iso_8601": "2023-09-12T12:08:25.092518Z",
"url": "https://files.pythonhosted.org/packages/d4/26/f83789b9073972212337e1993213eedb00d47c81a22e2f1d0462bf31a469/rxn_chem_utils-1.4.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "def3b3c9a9c6ed91ece01901e9d81621996d2120dea1e343a238b9eab1fcc6ce",
"md5": "257731afbb7c37f101b1aabcfec2dc55",
"sha256": "87f542226016a7ee5e47dd670fa0eee16680c3185b2143b3245df2e24f63f3ff"
},
"downloads": -1,
"filename": "rxn-chem-utils-1.4.0.tar.gz",
"has_sig": false,
"md5_digest": "257731afbb7c37f101b1aabcfec2dc55",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.7",
"size": 42299,
"upload_time": "2023-09-12T12:08:28",
"upload_time_iso_8601": "2023-09-12T12:08:28.118579Z",
"url": "https://files.pythonhosted.org/packages/de/f3/b3c9a9c6ed91ece01901e9d81621996d2120dea1e343a238b9eab1fcc6ce/rxn-chem-utils-1.4.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-09-12 12:08:28",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "rxn-chem-utils"
}