# 🔥 RDKit Python Wheels
This repository holds the code to build [RDKit](https://github.com/rdkit/rdkit) platform wheels for Linux, macOS, and Windows on Github Action and Circle CI. The wheels contain the compiled platform-specific dynamic libraries (`*.so`, `*.dylib`, and `*.dll`) and are available at [PyPI](https://pypi.org/project/rdkit/). RDKit can easily be installed using
```sh
pip install rdkit
```
**NOTE:** Older versions of RDKit might be available at the [`rdkit-pypi`](https://pypi.org/project/rdkit-pypi/) PyPI repository (`pip install rdkit-pypi`). `rdkit-pypi` is the old name of this project at PyPI. Future RDKit versions will be available at the `rdkit` PyPI repository. Please update your dependencies, i.e., change `rdkit-pypi` to `rdkit`.
Please open an issue if you find something missing or not working as expected.
[](https://pypi.python.org/pypi/rdkit/)
[](https://pypi.python.org/pypi/rdkit/)
[](https://pypi.python.org/pypi/rdkit/)
[](https://pypi.python.org/pypi/rdkit/)

## Available Builds
| OS | Arch | Bit | Conditions | 3.8 | 3.9 | 3.10 | 3.11 | 3.12 | 3.13 | 3.14 | CI |
| ------- | ------- | --- | --------------------------------------------------- | -------------- | --- | ---- | ---- | ---- | ---- | ---- | -------------- |
| Linux | intel | 64 | glibc >= 2.28 (e.g., Ubuntu 18.04+, CentOS 6+, ...) | last: 2024.3.5 | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | Github Actions |
| Linux | aarch64 | 64 | glibc >= 2.28 (e.g., Raspberry Pi, ...) | last: 2024.3.5 | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | Circle CI |
| macOS | intel | 64 | >= macOS 10.15 | last: 2024.3.5 | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | Github Actions |
| macOS | armv8 | 64 | >= macOS 11, M-Hardware | last: 2024.3.5 | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | Github Actions |
| Windows | intel | 64 | | last: 2024.3.5 | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | Github Actions |
## Installation
### PIP
```bash
python -m pip install rdkit
python -c "from rdkit import Chem; print(Chem.MolToMolBlock(Chem.MolFromSmiles('C1CCC1')))"
```
### [Poetry](https://python-poetry.org/)
```bash
poetry add rdkit
poetry run python -c "from rdkit import Chem; print(Chem.MolToMolBlock(Chem.MolFromSmiles('C1CCC1')))"
```
## Local builds on Linux
`cibuildwheel` requires `patchelf` (`apt install patchelf`)
```bash
python3 -m pip install cibuildwheel
git clone https://github.com/kuelumbus/rdkit-pypi.git
cd rdkit-pypi
CIBW_BUILD=cp39-manylinux_x86_64 python3 -m cibuildwheel --platform linux --output-dir wheelhouse --config-file pyproject.toml
```
Replace `cp39-manylinux_x86_64` with `cp310-manylinux_x86_64`, `cp311-manylinux_x86_64`, `cp312-manylinux_x86_64`, `cp313-manylinux_x86_64`, or `cp314-manylinux_x86_64` to build for different Python
Raw data
{
"_id": null,
"home_page": "https://github.com/kuelumbus/rdkit-pypi",
"name": "rdkit",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": null,
"author": "Christopher Kuenneth",
"author_email": "chris@kuenneth.dev",
"download_url": null,
"platform": null,
"description": "# \ud83d\udd25 RDKit Python Wheels\n\nThis repository holds the code to build [RDKit](https://github.com/rdkit/rdkit) platform wheels for Linux, macOS, and Windows on Github Action and Circle CI. The wheels contain the compiled platform-specific dynamic libraries (`*.so`, `*.dylib`, and `*.dll`) and are available at [PyPI](https://pypi.org/project/rdkit/). RDKit can easily be installed using\n\n```sh\npip install rdkit\n```\n\n**NOTE:** Older versions of RDKit might be available at the [`rdkit-pypi`](https://pypi.org/project/rdkit-pypi/) PyPI repository (`pip install rdkit-pypi`). `rdkit-pypi` is the old name of this project at PyPI. Future RDKit versions will be available at the `rdkit` PyPI repository. Please update your dependencies, i.e., change `rdkit-pypi` to `rdkit`.\n\nPlease open an issue if you find something missing or not working as expected.\n\n\n[](https://pypi.python.org/pypi/rdkit/)\n[](https://pypi.python.org/pypi/rdkit/)\n[](https://pypi.python.org/pypi/rdkit/)\n[](https://pypi.python.org/pypi/rdkit/)\n\n## Available Builds\n\n| OS | Arch | Bit | Conditions | 3.8 | 3.9 | 3.10 | 3.11 | 3.12 | 3.13 | 3.14 | CI |\n| ------- | ------- | --- | --------------------------------------------------- | -------------- | --- | ---- | ---- | ---- | ---- | ---- | -------------- |\n| Linux | intel | 64 | glibc >= 2.28 (e.g., Ubuntu 18.04+, CentOS 6+, ...) | last: 2024.3.5 | \u2714\ufe0f | \u2714\ufe0f | \u2714\ufe0f | \u2714\ufe0f | \u2714\ufe0f | \u2714\ufe0f | Github Actions |\n| Linux | aarch64 | 64 | glibc >= 2.28 (e.g., Raspberry Pi, ...) | last: 2024.3.5 | \u2714\ufe0f | \u2714\ufe0f | \u2714\ufe0f | \u2714\ufe0f | \u2714\ufe0f | \u2714\ufe0f | Circle CI |\n| macOS | intel | 64 | >= macOS 10.15 | last: 2024.3.5 | \u2714\ufe0f | \u2714\ufe0f | \u2714\ufe0f | \u2714\ufe0f | \u2714\ufe0f | \u2714\ufe0f | Github Actions |\n| macOS | armv8 | 64 | >= macOS 11, M-Hardware | last: 2024.3.5 | \u2714\ufe0f | \u2714\ufe0f | \u2714\ufe0f | \u2714\ufe0f | \u2714\ufe0f | \u2714\ufe0f | Github Actions | \n| Windows | intel | 64 | | last: 2024.3.5 | \u2714\ufe0f | \u2714\ufe0f | \u2714\ufe0f | \u2714\ufe0f | \u2714\ufe0f | \u2714\ufe0f | Github Actions |\n\n## Installation\n\n### PIP\n\n```bash\npython -m pip install rdkit\npython -c \"from rdkit import Chem; print(Chem.MolToMolBlock(Chem.MolFromSmiles('C1CCC1')))\"\n```\n\n### [Poetry](https://python-poetry.org/)\n\n```bash\npoetry add rdkit\npoetry run python -c \"from rdkit import Chem; print(Chem.MolToMolBlock(Chem.MolFromSmiles('C1CCC1')))\"\n```\n\n## Local builds on Linux\n\n`cibuildwheel` requires `patchelf` (`apt install patchelf`)\n\n```bash\npython3 -m pip install cibuildwheel\n\ngit clone https://github.com/kuelumbus/rdkit-pypi.git\ncd rdkit-pypi\n\nCIBW_BUILD=cp39-manylinux_x86_64 python3 -m cibuildwheel --platform linux --output-dir wheelhouse --config-file pyproject.toml\n```\n\nReplace `cp39-manylinux_x86_64` with `cp310-manylinux_x86_64`, `cp311-manylinux_x86_64`, `cp312-manylinux_x86_64`, `cp313-manylinux_x86_64`, or `cp314-manylinux_x86_64` to build for different Python\n",
"bugtrack_url": null,
"license": "BSD-3-Clause",
"summary": "A collection of chemoinformatics and machine-learning software written in C++ and Python",
"version": "2025.3.5",
"project_urls": {
"Homepage": "https://github.com/kuelumbus/rdkit-pypi",
"RDKit": "http://rdkit.org/",
"RDKit on Github": "https://github.com/rdkit/rdkit"
},
"split_keywords": [],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "f7dd325588bac4d71a7cc4acfe9c5565b896de4cf9d46cce9da325858a1075c4",
"md5": "0b712b7c7581a1c0800438d963d2853b",
"sha256": "323fd21ce62f8b6ca34cebb8d0d7cbd9c4d757f5bff76143e2d2c04c94c1304a"
},
"downloads": -1,
"filename": "rdkit-2025.3.5-cp310-cp310-macosx_10_15_x86_64.whl",
"has_sig": false,
"md5_digest": "0b712b7c7581a1c0800438d963d2853b",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": null,
"size": 31161247,
"upload_time": "2025-08-01T08:37:56",
"upload_time_iso_8601": "2025-08-01T08:37:56.364652Z",
"url": "https://files.pythonhosted.org/packages/f7/dd/325588bac4d71a7cc4acfe9c5565b896de4cf9d46cce9da325858a1075c4/rdkit-2025.3.5-cp310-cp310-macosx_10_15_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "e35f7341e6b03e1cf53ee2e82ebd7602e25c0596667c47a3e0bcd6c76ca039ed",
"md5": "1dc394a5a8ecf4a99c8fff73b4a13cdb",
"sha256": "1b8aee3c6c9fb0a8a3596a50595e4d88d1e02a70e9cb2d4626ab6134d4a5eceb"
},
"downloads": -1,
"filename": "rdkit-2025.3.5-cp310-cp310-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "1dc394a5a8ecf4a99c8fff73b4a13cdb",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": null,
"size": 28703723,
"upload_time": "2025-08-01T08:38:01",
"upload_time_iso_8601": "2025-08-01T08:38:01.039214Z",
"url": "https://files.pythonhosted.org/packages/e3/5f/7341e6b03e1cf53ee2e82ebd7602e25c0596667c47a3e0bcd6c76ca039ed/rdkit-2025.3.5-cp310-cp310-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "96d050ce769d29262ca6fa6801dfcc30e9ce6b031a5590aec617f884ac79e209",
"md5": "475e1c7bd1696f3e4230f9b2704a9440",
"sha256": "1c70bb2ebcb42125ba6500d692a8ba4738f518f4c334ed1dd0885499617bff53"
},
"downloads": -1,
"filename": "rdkit-2025.3.5-cp310-cp310-manylinux_2_28_aarch64.whl",
"has_sig": false,
"md5_digest": "475e1c7bd1696f3e4230f9b2704a9440",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": null,
"size": 35372548,
"upload_time": "2025-08-01T08:38:04",
"upload_time_iso_8601": "2025-08-01T08:38:04.997648Z",
"url": "https://files.pythonhosted.org/packages/96/d0/50ce769d29262ca6fa6801dfcc30e9ce6b031a5590aec617f884ac79e209/rdkit-2025.3.5-cp310-cp310-manylinux_2_28_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "6ff9dae8b9785e2cf0361a211166e28f673f283ed2d4829c30b8614537eb66f2",
"md5": "5a4d1ec330fb4bcdb2b2119f87aa7d3c",
"sha256": "07a6d212ce88a91bf8bc187cbd4c98d8a5af3e7c01a7a64b4215f46825456b80"
},
"downloads": -1,
"filename": "rdkit-2025.3.5-cp310-cp310-manylinux_2_28_x86_64.whl",
"has_sig": false,
"md5_digest": "5a4d1ec330fb4bcdb2b2119f87aa7d3c",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": null,
"size": 36272060,
"upload_time": "2025-08-01T08:38:09",
"upload_time_iso_8601": "2025-08-01T08:38:09.233914Z",
"url": "https://files.pythonhosted.org/packages/6f/f9/dae8b9785e2cf0361a211166e28f673f283ed2d4829c30b8614537eb66f2/rdkit-2025.3.5-cp310-cp310-manylinux_2_28_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "e2bdaf721a3b97d4a59b7d209c71561e9e1c17c08dc5cd2f6f26b69deea94ab1",
"md5": "516cff4eb8cea7fdde752917c9904033",
"sha256": "1bbc026a8bc873d890b9f79f5df9eec3f322f580dfb1aec9b50aaef8409be6f4"
},
"downloads": -1,
"filename": "rdkit-2025.3.5-cp310-cp310-win_amd64.whl",
"has_sig": false,
"md5_digest": "516cff4eb8cea7fdde752917c9904033",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": null,
"size": 23517085,
"upload_time": "2025-08-01T08:38:12",
"upload_time_iso_8601": "2025-08-01T08:38:12.942612Z",
"url": "https://files.pythonhosted.org/packages/e2/bd/af721a3b97d4a59b7d209c71561e9e1c17c08dc5cd2f6f26b69deea94ab1/rdkit-2025.3.5-cp310-cp310-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "9d047724512f61e30cefb6e4af54cd3a1ccf622196acb199bc351017f207747e",
"md5": "dab52bd2b39032991283dbe8d6e33b66",
"sha256": "010c18f84f474f8ff97b5fec6571296ab17475c4378beb5870aa8ea412cc61f2"
},
"downloads": -1,
"filename": "rdkit-2025.3.5-cp311-cp311-macosx_10_15_x86_64.whl",
"has_sig": false,
"md5_digest": "dab52bd2b39032991283dbe8d6e33b66",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": null,
"size": 31161777,
"upload_time": "2025-08-01T08:38:16",
"upload_time_iso_8601": "2025-08-01T08:38:16.552916Z",
"url": "https://files.pythonhosted.org/packages/9d/04/7724512f61e30cefb6e4af54cd3a1ccf622196acb199bc351017f207747e/rdkit-2025.3.5-cp311-cp311-macosx_10_15_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "6df3c6c8352008b202351b57191cd9805090a2077d7ebcc301a7e65b38e62ce4",
"md5": "4f58cebe93c3d97ccf2b47a56a60fc4e",
"sha256": "fb10ebcd3f2901a48922bfecb00de64c4589fd121af79b985768952a65436413"
},
"downloads": -1,
"filename": "rdkit-2025.3.5-cp311-cp311-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "4f58cebe93c3d97ccf2b47a56a60fc4e",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": null,
"size": 28704087,
"upload_time": "2025-08-01T08:38:20",
"upload_time_iso_8601": "2025-08-01T08:38:20.704509Z",
"url": "https://files.pythonhosted.org/packages/6d/f3/c6c8352008b202351b57191cd9805090a2077d7ebcc301a7e65b38e62ce4/rdkit-2025.3.5-cp311-cp311-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "21e15bec35b13ed5f88d11841bd73dbb32bdae02a317e094ab8737ee1e020920",
"md5": "9728c346febbc9fc574ac87fc9e1e91a",
"sha256": "9303de802d03f07936ffab6cd7fe4b9f488314e33fd0eaf3d29edd78cfd9cd88"
},
"downloads": -1,
"filename": "rdkit-2025.3.5-cp311-cp311-manylinux_2_28_aarch64.whl",
"has_sig": false,
"md5_digest": "9728c346febbc9fc574ac87fc9e1e91a",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": null,
"size": 35367566,
"upload_time": "2025-08-01T08:38:24",
"upload_time_iso_8601": "2025-08-01T08:38:24.535410Z",
"url": "https://files.pythonhosted.org/packages/21/e1/5bec35b13ed5f88d11841bd73dbb32bdae02a317e094ab8737ee1e020920/rdkit-2025.3.5-cp311-cp311-manylinux_2_28_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "4017d3df2ef69504418432364cd42add91da85012985320a571116d2a5492079",
"md5": "7fe587422a503a224454925d7e4cc8c0",
"sha256": "eb92045567bfda71721f607d52a1d1a7a5dd101b853d62c13c01995f4052b6fb"
},
"downloads": -1,
"filename": "rdkit-2025.3.5-cp311-cp311-manylinux_2_28_x86_64.whl",
"has_sig": false,
"md5_digest": "7fe587422a503a224454925d7e4cc8c0",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": null,
"size": 36271424,
"upload_time": "2025-08-01T08:38:28",
"upload_time_iso_8601": "2025-08-01T08:38:28.800344Z",
"url": "https://files.pythonhosted.org/packages/40/17/d3df2ef69504418432364cd42add91da85012985320a571116d2a5492079/rdkit-2025.3.5-cp311-cp311-manylinux_2_28_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "547a98ed651841c61ef761f401e569addf213c28867ab84862fbe4b7d8539f70",
"md5": "a2250c908489b5b56c376d334946e9f7",
"sha256": "58e7d4498c53205dfb1fa35850daadd7bb18da2791317f251216dc53616e8754"
},
"downloads": -1,
"filename": "rdkit-2025.3.5-cp311-cp311-win_amd64.whl",
"has_sig": false,
"md5_digest": "a2250c908489b5b56c376d334946e9f7",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": null,
"size": 23517947,
"upload_time": "2025-08-01T08:38:32",
"upload_time_iso_8601": "2025-08-01T08:38:32.187780Z",
"url": "https://files.pythonhosted.org/packages/54/7a/98ed651841c61ef761f401e569addf213c28867ab84862fbe4b7d8539f70/rdkit-2025.3.5-cp311-cp311-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "423ca377c7117ae5b983c121594e60e8c511a97ebe2c8836548754ca013f5b6c",
"md5": "48c263cb5017874d3228fb3a01b92110",
"sha256": "0419a2a19135cfbdd46fc4794dd45a69138e80632883489a499cfc0b750d6c95"
},
"downloads": -1,
"filename": "rdkit-2025.3.5-cp312-cp312-macosx_10_15_x86_64.whl",
"has_sig": false,
"md5_digest": "48c263cb5017874d3228fb3a01b92110",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": null,
"size": 31237587,
"upload_time": "2025-08-01T08:38:35",
"upload_time_iso_8601": "2025-08-01T08:38:35.805838Z",
"url": "https://files.pythonhosted.org/packages/42/3c/a377c7117ae5b983c121594e60e8c511a97ebe2c8836548754ca013f5b6c/rdkit-2025.3.5-cp312-cp312-macosx_10_15_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "e71de293366515c9ec157312db7aa0e4bd5b9f8f00fea526afca033fa8e5df7b",
"md5": "7adde362db431162973e7a9f9d29556d",
"sha256": "f8a1459a595c2d20928bb477aff155fa3480b09df8a866be9a6c7d334dd2ca2e"
},
"downloads": -1,
"filename": "rdkit-2025.3.5-cp312-cp312-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "7adde362db431162973e7a9f9d29556d",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": null,
"size": 28746581,
"upload_time": "2025-08-01T08:38:40",
"upload_time_iso_8601": "2025-08-01T08:38:40.223621Z",
"url": "https://files.pythonhosted.org/packages/e7/1d/e293366515c9ec157312db7aa0e4bd5b9f8f00fea526afca033fa8e5df7b/rdkit-2025.3.5-cp312-cp312-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "bac7972600433ab966db58ceb3e1cda4f688bb15ffe4078219323682e6ad9ccd",
"md5": "dc5a362757e7491d3b122284cff07b3e",
"sha256": "5c5f69325802014aa5a535b8c680636f1c1fb9201fbabf250220bbae429721b7"
},
"downloads": -1,
"filename": "rdkit-2025.3.5-cp312-cp312-manylinux_2_28_aarch64.whl",
"has_sig": false,
"md5_digest": "dc5a362757e7491d3b122284cff07b3e",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": null,
"size": 35243285,
"upload_time": "2025-08-01T08:38:49",
"upload_time_iso_8601": "2025-08-01T08:38:49.396455Z",
"url": "https://files.pythonhosted.org/packages/ba/c7/972600433ab966db58ceb3e1cda4f688bb15ffe4078219323682e6ad9ccd/rdkit-2025.3.5-cp312-cp312-manylinux_2_28_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "c4c779030fec5fbc72ee46fc35724b707025c0c45c7b0864050d28bff7977baf",
"md5": "296d1efda0c3dab82b01e2203049a4d9",
"sha256": "36b43611c0e455cb5b5f08207fd27d83db405d4f88a5bb8df093aa38c55527a1"
},
"downloads": -1,
"filename": "rdkit-2025.3.5-cp312-cp312-manylinux_2_28_x86_64.whl",
"has_sig": false,
"md5_digest": "296d1efda0c3dab82b01e2203049a4d9",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": null,
"size": 36192701,
"upload_time": "2025-08-01T08:38:53",
"upload_time_iso_8601": "2025-08-01T08:38:53.442963Z",
"url": "https://files.pythonhosted.org/packages/c4/c7/79030fec5fbc72ee46fc35724b707025c0c45c7b0864050d28bff7977baf/rdkit-2025.3.5-cp312-cp312-manylinux_2_28_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "39380e6ce9905c798abb776a7de1b9582c41359468d9efc82c939146d32264eb",
"md5": "bd541a6bdd0632242e100c96313d6385",
"sha256": "7f02fb64f0cf5e798357bc49f762eb9854c25c363579b660348557fd1f8f5c00"
},
"downloads": -1,
"filename": "rdkit-2025.3.5-cp312-cp312-win_amd64.whl",
"has_sig": false,
"md5_digest": "bd541a6bdd0632242e100c96313d6385",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": null,
"size": 23537346,
"upload_time": "2025-08-01T08:38:56",
"upload_time_iso_8601": "2025-08-01T08:38:56.913126Z",
"url": "https://files.pythonhosted.org/packages/39/38/0e6ce9905c798abb776a7de1b9582c41359468d9efc82c939146d32264eb/rdkit-2025.3.5-cp312-cp312-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "472ec7cc6ea1ce2eca4e03c25d7b7b61e23646d96fff138f472bf7e0015bdd42",
"md5": "46950c1d8ef250ccccb9bc68f02626ca",
"sha256": "b34bac98122e0e95c958c96a923cfb8f34b554bff652a571bca1ed85d567d61a"
},
"downloads": -1,
"filename": "rdkit-2025.3.5-cp313-cp313-macosx_10_15_x86_64.whl",
"has_sig": false,
"md5_digest": "46950c1d8ef250ccccb9bc68f02626ca",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": null,
"size": 31236417,
"upload_time": "2025-08-01T08:39:00",
"upload_time_iso_8601": "2025-08-01T08:39:00.325389Z",
"url": "https://files.pythonhosted.org/packages/47/2e/c7cc6ea1ce2eca4e03c25d7b7b61e23646d96fff138f472bf7e0015bdd42/rdkit-2025.3.5-cp313-cp313-macosx_10_15_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "c61d4cc7d00c388dde4cb4ce6ff7c4314f0f2c0e342d5b7a7b779fc12c32cf5a",
"md5": "5af18fe656274e8f07f5d3019972a7af",
"sha256": "b564067066c97136c448c58ac796c66010d041a5fd5dccf8997461a1846e63b7"
},
"downloads": -1,
"filename": "rdkit-2025.3.5-cp313-cp313-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "5af18fe656274e8f07f5d3019972a7af",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": null,
"size": 28745429,
"upload_time": "2025-08-01T08:39:04",
"upload_time_iso_8601": "2025-08-01T08:39:04.627528Z",
"url": "https://files.pythonhosted.org/packages/c6/1d/4cc7d00c388dde4cb4ce6ff7c4314f0f2c0e342d5b7a7b779fc12c32cf5a/rdkit-2025.3.5-cp313-cp313-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "28eac8e6ea43a9f352b9a71e4417ddfc4a66f8bda7813e782a412c206d6bdfbd",
"md5": "30a06241b1e45118a9a4ef85c763b81c",
"sha256": "252288a0d93c5c31344349a85d769d5fa6a7e5ee132efe1fffbc4a0d6d3833c6"
},
"downloads": -1,
"filename": "rdkit-2025.3.5-cp313-cp313-manylinux_2_28_aarch64.whl",
"has_sig": false,
"md5_digest": "30a06241b1e45118a9a4ef85c763b81c",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": null,
"size": 35241653,
"upload_time": "2025-08-01T08:39:08",
"upload_time_iso_8601": "2025-08-01T08:39:08.345012Z",
"url": "https://files.pythonhosted.org/packages/28/ea/c8e6ea43a9f352b9a71e4417ddfc4a66f8bda7813e782a412c206d6bdfbd/rdkit-2025.3.5-cp313-cp313-manylinux_2_28_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "8b6ac6ec8e124bc621ce0706894f877c6f57d7c9c53cbc73510ac046d40b4dc7",
"md5": "0ac1b181677c496e6c291b4883bef938",
"sha256": "65c636e4ea0e4bbf80261155e19f96de8e178271513f8823a4364e2939ee5791"
},
"downloads": -1,
"filename": "rdkit-2025.3.5-cp313-cp313-manylinux_2_28_x86_64.whl",
"has_sig": false,
"md5_digest": "0ac1b181677c496e6c291b4883bef938",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": null,
"size": 36192312,
"upload_time": "2025-08-01T08:39:12",
"upload_time_iso_8601": "2025-08-01T08:39:12.253465Z",
"url": "https://files.pythonhosted.org/packages/8b/6a/c6ec8e124bc621ce0706894f877c6f57d7c9c53cbc73510ac046d40b4dc7/rdkit-2025.3.5-cp313-cp313-manylinux_2_28_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "19046d5c40e8a4b3edd0cef5fa9cda96e36739a7f3e6573d80722b719fd22e13",
"md5": "c4d2b3157c4a2e46faaf3f29ab962a74",
"sha256": "8b2c51020f446adb0f56d0fcb38b45a01a665ef4523eea368ea30dc0026cbebd"
},
"downloads": -1,
"filename": "rdkit-2025.3.5-cp313-cp313-win_amd64.whl",
"has_sig": false,
"md5_digest": "c4d2b3157c4a2e46faaf3f29ab962a74",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": null,
"size": 23535970,
"upload_time": "2025-08-01T08:39:16",
"upload_time_iso_8601": "2025-08-01T08:39:16.131741Z",
"url": "https://files.pythonhosted.org/packages/19/04/6d5c40e8a4b3edd0cef5fa9cda96e36739a7f3e6573d80722b719fd22e13/rdkit-2025.3.5-cp313-cp313-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "88c3548f36267ff114c5a76cea9603eecf51b24bb6a09599a41f19627b6f3662",
"md5": "ea1db0dc57172ff3bad80104bc71001f",
"sha256": "5c84758f67ef8ba09cd8a6310686ffff237337ad65a38c64308ca119132c7914"
},
"downloads": -1,
"filename": "rdkit-2025.3.5-cp314-cp314-macosx_10_15_x86_64.whl",
"has_sig": false,
"md5_digest": "ea1db0dc57172ff3bad80104bc71001f",
"packagetype": "bdist_wheel",
"python_version": "cp314",
"requires_python": null,
"size": 31238791,
"upload_time": "2025-08-01T08:39:19",
"upload_time_iso_8601": "2025-08-01T08:39:19.429390Z",
"url": "https://files.pythonhosted.org/packages/88/c3/548f36267ff114c5a76cea9603eecf51b24bb6a09599a41f19627b6f3662/rdkit-2025.3.5-cp314-cp314-macosx_10_15_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "ffc609bc6e443b5e3a526f295f060c743a48c1652fd050d5fead3efb52689102",
"md5": "4eb6324eb2cd73eaefb0eaa1fce05f58",
"sha256": "07e2c35d3781bf013c16957b4d8daaa90e4914830ea6490291b276698d2a366d"
},
"downloads": -1,
"filename": "rdkit-2025.3.5-cp314-cp314-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "4eb6324eb2cd73eaefb0eaa1fce05f58",
"packagetype": "bdist_wheel",
"python_version": "cp314",
"requires_python": null,
"size": 28763880,
"upload_time": "2025-08-01T08:39:23",
"upload_time_iso_8601": "2025-08-01T08:39:23.058194Z",
"url": "https://files.pythonhosted.org/packages/ff/c6/09bc6e443b5e3a526f295f060c743a48c1652fd050d5fead3efb52689102/rdkit-2025.3.5-cp314-cp314-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "0880e90d6fff82972e82e1ff086562d0be7c90dc6367f9f351c8298fbbe88fc8",
"md5": "467516a6c015eb756f8d7efc49e5b195",
"sha256": "83930691cc76051ca01850d28cba7e21c0f8fcc43605a6355753f9df2fbf855a"
},
"downloads": -1,
"filename": "rdkit-2025.3.5-cp314-cp314-manylinux_2_28_aarch64.whl",
"has_sig": false,
"md5_digest": "467516a6c015eb756f8d7efc49e5b195",
"packagetype": "bdist_wheel",
"python_version": "cp314",
"requires_python": null,
"size": 35276980,
"upload_time": "2025-08-01T08:39:27",
"upload_time_iso_8601": "2025-08-01T08:39:27.331033Z",
"url": "https://files.pythonhosted.org/packages/08/80/e90d6fff82972e82e1ff086562d0be7c90dc6367f9f351c8298fbbe88fc8/rdkit-2025.3.5-cp314-cp314-manylinux_2_28_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "2bc256cc024b8c9b34c460d0fa17d3180606a96e0e4b1614b9d7e07160ea4f56",
"md5": "876f712df4cb1ad650fec1d822a508d6",
"sha256": "193a4147598116655b978fe28d9995c864c445a751c9755ba39753a053bbb4a5"
},
"downloads": -1,
"filename": "rdkit-2025.3.5-cp314-cp314-manylinux_2_28_x86_64.whl",
"has_sig": false,
"md5_digest": "876f712df4cb1ad650fec1d822a508d6",
"packagetype": "bdist_wheel",
"python_version": "cp314",
"requires_python": null,
"size": 36204963,
"upload_time": "2025-08-01T08:39:31",
"upload_time_iso_8601": "2025-08-01T08:39:31.247444Z",
"url": "https://files.pythonhosted.org/packages/2b/c2/56cc024b8c9b34c460d0fa17d3180606a96e0e4b1614b9d7e07160ea4f56/rdkit-2025.3.5-cp314-cp314-manylinux_2_28_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "2c118dfd2d397d45c951571f575e539338f8f16cb85f0997b865b23211ebbc6c",
"md5": "9fcde6bbb0c51ab3b4a835b2d04576df",
"sha256": "b715c506f99d3b29ea5eb903fa1fd6787fef567d8a249dfdc14f5f57f372f377"
},
"downloads": -1,
"filename": "rdkit-2025.3.5-cp314-cp314-win_amd64.whl",
"has_sig": false,
"md5_digest": "9fcde6bbb0c51ab3b4a835b2d04576df",
"packagetype": "bdist_wheel",
"python_version": "cp314",
"requires_python": null,
"size": 24014579,
"upload_time": "2025-08-01T08:39:34",
"upload_time_iso_8601": "2025-08-01T08:39:34.935459Z",
"url": "https://files.pythonhosted.org/packages/2c/11/8dfd2d397d45c951571f575e539338f8f16cb85f0997b865b23211ebbc6c/rdkit-2025.3.5-cp314-cp314-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "e1f8c14652ee6202bb7aecda961722aeafaf574b81aa57da792e5aa35368fad7",
"md5": "44e49bf97ce86ad7ce123e37c2b3add2",
"sha256": "dd3af293b7f72fedbd1fa020ad0e1d5901e8e0cbaec475a8a7c5a3b4df4db50a"
},
"downloads": -1,
"filename": "rdkit-2025.3.5-cp39-cp39-macosx_10_15_x86_64.whl",
"has_sig": false,
"md5_digest": "44e49bf97ce86ad7ce123e37c2b3add2",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": null,
"size": 31161370,
"upload_time": "2025-08-01T08:39:39",
"upload_time_iso_8601": "2025-08-01T08:39:39.021735Z",
"url": "https://files.pythonhosted.org/packages/e1/f8/c14652ee6202bb7aecda961722aeafaf574b81aa57da792e5aa35368fad7/rdkit-2025.3.5-cp39-cp39-macosx_10_15_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "dc78164096c1630d500933db147a97e0a5b79fdea35cb21f28ceab70fe94fe9c",
"md5": "4d98087ebf1b76c9b9aecf02f1c9bbab",
"sha256": "179417d14c9cc4e46329226d7df3b5a08307e4ea3f3f36ac3db85a32536436f1"
},
"downloads": -1,
"filename": "rdkit-2025.3.5-cp39-cp39-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "4d98087ebf1b76c9b9aecf02f1c9bbab",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": null,
"size": 28703934,
"upload_time": "2025-08-01T08:39:42",
"upload_time_iso_8601": "2025-08-01T08:39:42.596822Z",
"url": "https://files.pythonhosted.org/packages/dc/78/164096c1630d500933db147a97e0a5b79fdea35cb21f28ceab70fe94fe9c/rdkit-2025.3.5-cp39-cp39-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "e3954461a6137b6f79ee3c5064c1af868921d8af9125b0f6dd989566e39c5fac",
"md5": "a683b194bfab7611c9e387fd751a8c13",
"sha256": "1683018df35ea90f237763994f2d17423cc50fa12bdd5152f13734dd6afde3dd"
},
"downloads": -1,
"filename": "rdkit-2025.3.5-cp39-cp39-manylinux_2_28_aarch64.whl",
"has_sig": false,
"md5_digest": "a683b194bfab7611c9e387fd751a8c13",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": null,
"size": 35372444,
"upload_time": "2025-08-01T08:39:46",
"upload_time_iso_8601": "2025-08-01T08:39:46.456175Z",
"url": "https://files.pythonhosted.org/packages/e3/95/4461a6137b6f79ee3c5064c1af868921d8af9125b0f6dd989566e39c5fac/rdkit-2025.3.5-cp39-cp39-manylinux_2_28_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "4cc31968d5684b1874db71137aceef1904fccc822aca2963be0c2a3dee4ee226",
"md5": "bbcd93f0abaa55c9adf38942be0c4d53",
"sha256": "08f2e916cab7d4d89f4434bc9cb9eb6a7f2e39956a1642942a408ed5b993d842"
},
"downloads": -1,
"filename": "rdkit-2025.3.5-cp39-cp39-manylinux_2_28_x86_64.whl",
"has_sig": false,
"md5_digest": "bbcd93f0abaa55c9adf38942be0c4d53",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": null,
"size": 36272345,
"upload_time": "2025-08-01T08:39:50",
"upload_time_iso_8601": "2025-08-01T08:39:50.782144Z",
"url": "https://files.pythonhosted.org/packages/4c/c3/1968d5684b1874db71137aceef1904fccc822aca2963be0c2a3dee4ee226/rdkit-2025.3.5-cp39-cp39-manylinux_2_28_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "562dd94f51d6d73935a1358399c2470a8646b701045181fab243e608d2c75a6c",
"md5": "f6d38a5143d87d7e6ce2323df45e84fc",
"sha256": "3696cda2547117949f9b30ad1b02931d48f8512ea98e6ba7319316c7a5ef689e"
},
"downloads": -1,
"filename": "rdkit-2025.3.5-cp39-cp39-win_amd64.whl",
"has_sig": false,
"md5_digest": "f6d38a5143d87d7e6ce2323df45e84fc",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": null,
"size": 23519980,
"upload_time": "2025-08-01T08:39:54",
"upload_time_iso_8601": "2025-08-01T08:39:54.290784Z",
"url": "https://files.pythonhosted.org/packages/56/2d/d94f51d6d73935a1358399c2470a8646b701045181fab243e608d2c75a6c/rdkit-2025.3.5-cp39-cp39-win_amd64.whl",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-08-01 08:37:56",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "kuelumbus",
"github_project": "rdkit-pypi",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"circle": true,
"lcname": "rdkit"
}