# 🔥 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.
[![PyPI version shields.io](https://img.shields.io/pypi/v/rdkit.svg?style=for-the-badge&logo=PyPI&logoColor=blue)](https://pypi.python.org/pypi/rdkit/)
[![PyPI download day](https://img.shields.io/pypi/dm/rdkit.svg?style=for-the-badge&logo=PyPI)](https://pypi.python.org/pypi/rdkit/)
[![PyPI download month](https://img.shields.io/pypi/dw/rdkit.svg?style=for-the-badge&logo=PyPI)](https://pypi.python.org/pypi/rdkit/)
[![PyPI download day](https://img.shields.io/pypi/dd/rdkit.svg?style=for-the-badge&logo=PyPI)](https://pypi.python.org/pypi/rdkit/)
![GitHub Repo stars](https://img.shields.io/github/stars/kuelumbus/rdkit-pypi?style=for-the-badge&logo=github)
## Available Builds
| OS | Arch | Bit | Conditions | 3.8 | 3.9 | 3.10 | 3.11 | 3.12 | 3.13 | 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.13 | last: 2024.3.5 | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | Github Actions |
| macOS | armv8 | 64 | >= macOS 11, M1 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`, or `cp312-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[![PyPI version shields.io](https://img.shields.io/pypi/v/rdkit.svg?style=for-the-badge&logo=PyPI&logoColor=blue)](https://pypi.python.org/pypi/rdkit/)\n[![PyPI download day](https://img.shields.io/pypi/dm/rdkit.svg?style=for-the-badge&logo=PyPI)](https://pypi.python.org/pypi/rdkit/)\n[![PyPI download month](https://img.shields.io/pypi/dw/rdkit.svg?style=for-the-badge&logo=PyPI)](https://pypi.python.org/pypi/rdkit/)\n[![PyPI download day](https://img.shields.io/pypi/dd/rdkit.svg?style=for-the-badge&logo=PyPI)](https://pypi.python.org/pypi/rdkit/)\n![GitHub Repo stars](https://img.shields.io/github/stars/kuelumbus/rdkit-pypi?style=for-the-badge&logo=github)\n## Available Builds\n\n| OS | Arch | Bit | Conditions | 3.8 | 3.9 | 3.10 | 3.11 | 3.12 | 3.13 | 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 | 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 | Circle CI |\n| macOS | intel | 64 | >= macOS 10.13 | last: 2024.3.5 | \u2714\ufe0f | \u2714\ufe0f | \u2714\ufe0f | \u2714\ufe0f | \u2714\ufe0f | Github Actions |\n| macOS | armv8 | 64 | >= macOS 11, M1 hardware | last: 2024.3.5 | \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 | 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`, or `cp312-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": "2024.9.3",
"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": "",
"digests": {
"blake2b_256": "0c5b0a58c2563c4a3a306f32e85bec00793e36300bc995e40deadcda981567c2",
"md5": "4569103427de0ba4db080612b7b274c3",
"sha256": "fba05af1e5e98eb60100c4e1f4c453cbaef44e4dfb782c3389032360e55e59b4"
},
"downloads": -1,
"filename": "rdkit-2024.9.3-cp310-cp310-macosx_10_13_x86_64.whl",
"has_sig": false,
"md5_digest": "4569103427de0ba4db080612b7b274c3",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": null,
"size": 29606154,
"upload_time": "2025-01-05T18:47:06",
"upload_time_iso_8601": "2025-01-05T18:47:06.242124Z",
"url": "https://files.pythonhosted.org/packages/0c/5b/0a58c2563c4a3a306f32e85bec00793e36300bc995e40deadcda981567c2/rdkit-2024.9.3-cp310-cp310-macosx_10_13_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "ba3c1b4c1366ccf78775651582bdfbe99971666a412b7e8a611de3e7449c617d",
"md5": "c79140c2d65ddc9bd40e10288eac3a62",
"sha256": "9b33fa8a5a96ba75ab522e3f0a528155ec8586c26d5896881b2ac0579304f11f"
},
"downloads": -1,
"filename": "rdkit-2024.9.3-cp310-cp310-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "c79140c2d65ddc9bd40e10288eac3a62",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": null,
"size": 27448475,
"upload_time": "2025-01-05T18:47:13",
"upload_time_iso_8601": "2025-01-05T18:47:13.442208Z",
"url": "https://files.pythonhosted.org/packages/ba/3c/1b4c1366ccf78775651582bdfbe99971666a412b7e8a611de3e7449c617d/rdkit-2024.9.3-cp310-cp310-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "2226b0bf252ed3f7157a6884638a34012d3088377bf0200d33f460aa99e2843a",
"md5": "c8f2a492c1fc27109ae9208e5cd4f354",
"sha256": "f1f128e49fa460cf9814849727380a830f6a974f8c69eb859dc9e004e702496b"
},
"downloads": -1,
"filename": "rdkit-2024.9.3-cp310-cp310-manylinux_2_28_aarch64.whl",
"has_sig": false,
"md5_digest": "c8f2a492c1fc27109ae9208e5cd4f354",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": null,
"size": 33065511,
"upload_time": "2025-01-05T18:47:26",
"upload_time_iso_8601": "2025-01-05T18:47:26.398580Z",
"url": "https://files.pythonhosted.org/packages/22/26/b0bf252ed3f7157a6884638a34012d3088377bf0200d33f460aa99e2843a/rdkit-2024.9.3-cp310-cp310-manylinux_2_28_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "42a2d69eb53667e5d19c1f2805870c75eeabbac2dc25727b0812d5f1f3211193",
"md5": "2d37483558636308814b496858f33ffb",
"sha256": "da516874fba104be208ec6899080669a2dd31f981c8be067a76838ac9fcf321b"
},
"downloads": -1,
"filename": "rdkit-2024.9.3-cp310-cp310-manylinux_2_28_x86_64.whl",
"has_sig": false,
"md5_digest": "2d37483558636308814b496858f33ffb",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": null,
"size": 33844267,
"upload_time": "2025-01-05T18:47:33",
"upload_time_iso_8601": "2025-01-05T18:47:33.808969Z",
"url": "https://files.pythonhosted.org/packages/42/a2/d69eb53667e5d19c1f2805870c75eeabbac2dc25727b0812d5f1f3211193/rdkit-2024.9.3-cp310-cp310-manylinux_2_28_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "c5074717a8620dbba144ea6bf712547e6476259e8cf8c58050c25af8d1329353",
"md5": "355e4324b0e5949d01eb5283bed08d29",
"sha256": "a9ba713df056eba8f3e38bef39a166ee0efb632643229f3f70e7345483d97f08"
},
"downloads": -1,
"filename": "rdkit-2024.9.3-cp310-cp310-win_amd64.whl",
"has_sig": false,
"md5_digest": "355e4324b0e5949d01eb5283bed08d29",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": null,
"size": 22255453,
"upload_time": "2025-01-05T18:47:39",
"upload_time_iso_8601": "2025-01-05T18:47:39.580060Z",
"url": "https://files.pythonhosted.org/packages/c5/07/4717a8620dbba144ea6bf712547e6476259e8cf8c58050c25af8d1329353/rdkit-2024.9.3-cp310-cp310-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "52e81decdfb8d88adfed5f855906f4025532d9d5c525c2ba1417099e26f4564b",
"md5": "b9ee10d5dcf12b87de53558f6e872b4c",
"sha256": "5fe4ba4dfe9bf62ca5e2e04a56d92b37ba5ad57ca08466c11779719184f56da2"
},
"downloads": -1,
"filename": "rdkit-2024.9.3-cp311-cp311-macosx_10_13_x86_64.whl",
"has_sig": false,
"md5_digest": "b9ee10d5dcf12b87de53558f6e872b4c",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": null,
"size": 29606629,
"upload_time": "2025-01-05T18:47:46",
"upload_time_iso_8601": "2025-01-05T18:47:46.053447Z",
"url": "https://files.pythonhosted.org/packages/52/e8/1decdfb8d88adfed5f855906f4025532d9d5c525c2ba1417099e26f4564b/rdkit-2024.9.3-cp311-cp311-macosx_10_13_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "c2f3b598abb399935366b3cd7bd22280eaf925420c6884fa8a4f647c61802457",
"md5": "b51fd6f005bf81a5106ac946d33a0b90",
"sha256": "0b17d2c24ab2e4f39042c19eea0ae1c8b30344da8ad01fe3138ffa5b451cc593"
},
"downloads": -1,
"filename": "rdkit-2024.9.3-cp311-cp311-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "b51fd6f005bf81a5106ac946d33a0b90",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": null,
"size": 27448533,
"upload_time": "2025-01-05T18:47:52",
"upload_time_iso_8601": "2025-01-05T18:47:52.419105Z",
"url": "https://files.pythonhosted.org/packages/c2/f3/b598abb399935366b3cd7bd22280eaf925420c6884fa8a4f647c61802457/rdkit-2024.9.3-cp311-cp311-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "af3a02c0280d3c9ecde5747a7d259953a697afb84a43e54540c6c0c43438c064",
"md5": "84784a20927471aa6def615be562ef04",
"sha256": "02c6274bc23dabaaa880b40e56f16ba2e58d2f45cb3e278dec23ef3a8c9cb402"
},
"downloads": -1,
"filename": "rdkit-2024.9.3-cp311-cp311-manylinux_2_28_aarch64.whl",
"has_sig": false,
"md5_digest": "84784a20927471aa6def615be562ef04",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": null,
"size": 33062472,
"upload_time": "2025-01-05T18:47:58",
"upload_time_iso_8601": "2025-01-05T18:47:58.258227Z",
"url": "https://files.pythonhosted.org/packages/af/3a/02c0280d3c9ecde5747a7d259953a697afb84a43e54540c6c0c43438c064/rdkit-2024.9.3-cp311-cp311-manylinux_2_28_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "eae6cfdd91d6100750005e8fd0fb54e6aa0067efd3af82601d5305fc1aad7f73",
"md5": "3de4cc369494e70d050d641ce54bcf25",
"sha256": "ab2932566a47a716e75434391e0ae35eda9edce84e60510fdf73d992300e51c1"
},
"downloads": -1,
"filename": "rdkit-2024.9.3-cp311-cp311-manylinux_2_28_x86_64.whl",
"has_sig": false,
"md5_digest": "3de4cc369494e70d050d641ce54bcf25",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": null,
"size": 33843430,
"upload_time": "2025-01-05T18:48:05",
"upload_time_iso_8601": "2025-01-05T18:48:05.533230Z",
"url": "https://files.pythonhosted.org/packages/ea/e6/cfdd91d6100750005e8fd0fb54e6aa0067efd3af82601d5305fc1aad7f73/rdkit-2024.9.3-cp311-cp311-manylinux_2_28_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "7d9e671fc3e0ceb2ab2969b9f50a219d076cad29749ce33adc1c1caf9c4df03c",
"md5": "7217640fd367ab52a4de79f5930fecdb",
"sha256": "6b51d7e20fbaf09168944276218643d65cfaaa9f947415e419dfc6692f47c2a1"
},
"downloads": -1,
"filename": "rdkit-2024.9.3-cp311-cp311-win_amd64.whl",
"has_sig": false,
"md5_digest": "7217640fd367ab52a4de79f5930fecdb",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": null,
"size": 22256440,
"upload_time": "2025-01-05T18:48:10",
"upload_time_iso_8601": "2025-01-05T18:48:10.911997Z",
"url": "https://files.pythonhosted.org/packages/7d/9e/671fc3e0ceb2ab2969b9f50a219d076cad29749ce33adc1c1caf9c4df03c/rdkit-2024.9.3-cp311-cp311-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "8608ca7cd9f5048ed664cb3f3c9e59ff9af1f25cb921542dde49940d97ba07bc",
"md5": "0ea155129f36ce1f73661ac8408cd949",
"sha256": "a1ec7a2a612a15b8d9d32a77ceb4150263e2a826fabf8252f0e0815d08dda396"
},
"downloads": -1,
"filename": "rdkit-2024.9.3-cp312-cp312-macosx_10_13_x86_64.whl",
"has_sig": false,
"md5_digest": "0ea155129f36ce1f73661ac8408cd949",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": null,
"size": 29682629,
"upload_time": "2025-01-05T18:48:17",
"upload_time_iso_8601": "2025-01-05T18:48:17.106886Z",
"url": "https://files.pythonhosted.org/packages/86/08/ca7cd9f5048ed664cb3f3c9e59ff9af1f25cb921542dde49940d97ba07bc/rdkit-2024.9.3-cp312-cp312-macosx_10_13_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "9a63c2446dd3e10c4348c19ac74d37cc1da33bd057d930ef580869c00ae0fb14",
"md5": "5d513957cdcab8d42a85c91bfde267e6",
"sha256": "e594aae7a18207c8614961ab1b941c353e3922aa0aafd83c236b7461b8ddfc55"
},
"downloads": -1,
"filename": "rdkit-2024.9.3-cp312-cp312-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "5d513957cdcab8d42a85c91bfde267e6",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": null,
"size": 27491925,
"upload_time": "2025-01-05T18:48:24",
"upload_time_iso_8601": "2025-01-05T18:48:24.075821Z",
"url": "https://files.pythonhosted.org/packages/9a/63/c2446dd3e10c4348c19ac74d37cc1da33bd057d930ef580869c00ae0fb14/rdkit-2024.9.3-cp312-cp312-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "abb0eee5376c8d9b91a5a554bf95aea71dd934b25c311fc677ce15bdddd5d278",
"md5": "d326098cccacfea3fb2e6af6cd672801",
"sha256": "a0fd5f651ae633d62cfcbaa9e19497d75f25489bf91a65d3709c01e77032932e"
},
"downloads": -1,
"filename": "rdkit-2024.9.3-cp312-cp312-manylinux_2_28_aarch64.whl",
"has_sig": false,
"md5_digest": "d326098cccacfea3fb2e6af6cd672801",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": null,
"size": 32949843,
"upload_time": "2025-01-05T18:48:30",
"upload_time_iso_8601": "2025-01-05T18:48:30.525578Z",
"url": "https://files.pythonhosted.org/packages/ab/b0/eee5376c8d9b91a5a554bf95aea71dd934b25c311fc677ce15bdddd5d278/rdkit-2024.9.3-cp312-cp312-manylinux_2_28_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "c40bb9c955227f022e99030361e49f659c051e3a891818151149ca53f3e29a27",
"md5": "3056c2f78b9522f0b7f25fb273eeafa9",
"sha256": "d74bc9bc6f2cc7cc6468d81f857afc1f34dd20c3a06771540782d58bb0891dcd"
},
"downloads": -1,
"filename": "rdkit-2024.9.3-cp312-cp312-manylinux_2_28_x86_64.whl",
"has_sig": false,
"md5_digest": "3056c2f78b9522f0b7f25fb273eeafa9",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": null,
"size": 33774632,
"upload_time": "2025-01-05T18:48:39",
"upload_time_iso_8601": "2025-01-05T18:48:39.924832Z",
"url": "https://files.pythonhosted.org/packages/c4/0b/b9c955227f022e99030361e49f659c051e3a891818151149ca53f3e29a27/rdkit-2024.9.3-cp312-cp312-manylinux_2_28_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "7e9513ab5c7d1035bf834e5e1130de1f70e82fde69fed596ee5902c8afcbbb67",
"md5": "4d8fd7d12909c9d7d90e5c94485e9004",
"sha256": "435452fee4bb710a8308b959a72f01cd7762ce96af186a7fc74988b3560d2534"
},
"downloads": -1,
"filename": "rdkit-2024.9.3-cp312-cp312-win_amd64.whl",
"has_sig": false,
"md5_digest": "4d8fd7d12909c9d7d90e5c94485e9004",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": null,
"size": 22270554,
"upload_time": "2025-01-05T18:48:45",
"upload_time_iso_8601": "2025-01-05T18:48:45.255511Z",
"url": "https://files.pythonhosted.org/packages/7e/95/13ab5c7d1035bf834e5e1130de1f70e82fde69fed596ee5902c8afcbbb67/rdkit-2024.9.3-cp312-cp312-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "2de882f7a7db656a8794d6fd7388a7a3b94638358a9f8610f5e08a3d570c2836",
"md5": "0b7e4d2e91d4af4fc522de15161bf06c",
"sha256": "2e80713a6c2e0619b8343f88bcba8a2af82d393c79dc505a8c6e472f0acfc8c2"
},
"downloads": -1,
"filename": "rdkit-2024.9.3-cp313-cp313-macosx_10_13_x86_64.whl",
"has_sig": false,
"md5_digest": "0b7e4d2e91d4af4fc522de15161bf06c",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": null,
"size": 29688413,
"upload_time": "2025-01-05T18:48:51",
"upload_time_iso_8601": "2025-01-05T18:48:51.639548Z",
"url": "https://files.pythonhosted.org/packages/2d/e8/82f7a7db656a8794d6fd7388a7a3b94638358a9f8610f5e08a3d570c2836/rdkit-2024.9.3-cp313-cp313-macosx_10_13_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "5701d1a1dbd3358aefac7316f78c0587fd4f1b619bb5de7846c1a3ba4ea8b799",
"md5": "42e4081fa2e51e7882f96621f457287a",
"sha256": "5c6a0f3b37e72738a9078e8e7956dd2effc6015909ba8d33cbda9b7d819c1d87"
},
"downloads": -1,
"filename": "rdkit-2024.9.3-cp313-cp313-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "42e4081fa2e51e7882f96621f457287a",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": null,
"size": 27497638,
"upload_time": "2025-01-05T18:48:57",
"upload_time_iso_8601": "2025-01-05T18:48:57.035754Z",
"url": "https://files.pythonhosted.org/packages/57/01/d1a1dbd3358aefac7316f78c0587fd4f1b619bb5de7846c1a3ba4ea8b799/rdkit-2024.9.3-cp313-cp313-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "294e33e104ddb88929a847aab5acb2f6e28d9987ab19459e59803e874154fd9b",
"md5": "d211d28e82823fa8c7a12dd1341a34d8",
"sha256": "7129b08c1f115726bf14c33aad23ad1f9dd58fa8383d0935f442c1d14be94bcc"
},
"downloads": -1,
"filename": "rdkit-2024.9.3-cp313-cp313-manylinux_2_28_aarch64.whl",
"has_sig": false,
"md5_digest": "d211d28e82823fa8c7a12dd1341a34d8",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": null,
"size": 32955073,
"upload_time": "2025-01-05T18:49:04",
"upload_time_iso_8601": "2025-01-05T18:49:04.707459Z",
"url": "https://files.pythonhosted.org/packages/29/4e/33e104ddb88929a847aab5acb2f6e28d9987ab19459e59803e874154fd9b/rdkit-2024.9.3-cp313-cp313-manylinux_2_28_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "e3b2588e7d5def9eccf18a162ec76907ffcccb82e226a1ae53c1301ca929b309",
"md5": "adbcef13acfedf0ac3537bb9f4734f6f",
"sha256": "5595bdd07b4fce33a9655cacfa5694a6ec7e0414972b1732578919230ee15869"
},
"downloads": -1,
"filename": "rdkit-2024.9.3-cp313-cp313-manylinux_2_28_x86_64.whl",
"has_sig": false,
"md5_digest": "adbcef13acfedf0ac3537bb9f4734f6f",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": null,
"size": 33780987,
"upload_time": "2025-01-05T18:49:12",
"upload_time_iso_8601": "2025-01-05T18:49:12.030210Z",
"url": "https://files.pythonhosted.org/packages/e3/b2/588e7d5def9eccf18a162ec76907ffcccb82e226a1ae53c1301ca929b309/rdkit-2024.9.3-cp313-cp313-manylinux_2_28_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "3f5ba795faaf3e3b9a61201ca284f4c4f39c136be1e42d14321ad5fef6b65018",
"md5": "d7eb716d7b5fcf0f576c4e2eb6419e2c",
"sha256": "8ca8b81c901591fb49b953c6c6249d1c5e178b23da9e12d2a3911dff071552fa"
},
"downloads": -1,
"filename": "rdkit-2024.9.3-cp313-cp313-win_amd64.whl",
"has_sig": false,
"md5_digest": "d7eb716d7b5fcf0f576c4e2eb6419e2c",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": null,
"size": 22276183,
"upload_time": "2025-01-05T18:49:17",
"upload_time_iso_8601": "2025-01-05T18:49:17.580183Z",
"url": "https://files.pythonhosted.org/packages/3f/5b/a795faaf3e3b9a61201ca284f4c4f39c136be1e42d14321ad5fef6b65018/rdkit-2024.9.3-cp313-cp313-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "87c5ac66b031a0ed471ff577f99e7e312efe2e18552e0ad775fdb42abeb74e33",
"md5": "45fe56881fbdd4193665aff349386715",
"sha256": "bb32099b1c390afe89c717d41e65cb72c5566ccc8b7a609eb8b495bac5dafe3c"
},
"downloads": -1,
"filename": "rdkit-2024.9.3-cp39-cp39-macosx_10_13_x86_64.whl",
"has_sig": false,
"md5_digest": "45fe56881fbdd4193665aff349386715",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": null,
"size": 29606296,
"upload_time": "2025-01-05T18:49:23",
"upload_time_iso_8601": "2025-01-05T18:49:23.837865Z",
"url": "https://files.pythonhosted.org/packages/87/c5/ac66b031a0ed471ff577f99e7e312efe2e18552e0ad775fdb42abeb74e33/rdkit-2024.9.3-cp39-cp39-macosx_10_13_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "bb4a6da9c63ee01d4c390b32da5ac08ae70572d4667c894a45725b005b0a1a4b",
"md5": "fbaa8c919ffa35605b322e098646520b",
"sha256": "57cf51f4391527e359be4db1a339d8cc9d2bea39fe761e462e6ed169b6674ab2"
},
"downloads": -1,
"filename": "rdkit-2024.9.3-cp39-cp39-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "fbaa8c919ffa35605b322e098646520b",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": null,
"size": 27448234,
"upload_time": "2025-01-05T18:49:29",
"upload_time_iso_8601": "2025-01-05T18:49:29.532794Z",
"url": "https://files.pythonhosted.org/packages/bb/4a/6da9c63ee01d4c390b32da5ac08ae70572d4667c894a45725b005b0a1a4b/rdkit-2024.9.3-cp39-cp39-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "2297530b6e6669eb4cbe35497f618ba6fb4a42fd0634acb0f1b98776bde46f83",
"md5": "4e316b90f268bac1f5b49d4f2cd4517b",
"sha256": "b7e33e598abb2bde0fbfe1984407d27bf4ecac98131fcb290fa51ba3049ea213"
},
"downloads": -1,
"filename": "rdkit-2024.9.3-cp39-cp39-manylinux_2_28_aarch64.whl",
"has_sig": false,
"md5_digest": "4e316b90f268bac1f5b49d4f2cd4517b",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": null,
"size": 33065372,
"upload_time": "2025-01-05T18:49:36",
"upload_time_iso_8601": "2025-01-05T18:49:36.402136Z",
"url": "https://files.pythonhosted.org/packages/22/97/530b6e6669eb4cbe35497f618ba6fb4a42fd0634acb0f1b98776bde46f83/rdkit-2024.9.3-cp39-cp39-manylinux_2_28_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "d2960951cfff33bfd8057f9310dd66a659fb2c813518614782e6b4ee3db24f09",
"md5": "94d5d4eb1940f73483d96a0787738452",
"sha256": "d1e6ac02888fdee9503d02d1f9879779deea847b02f3b6ad41631d221166ba5e"
},
"downloads": -1,
"filename": "rdkit-2024.9.3-cp39-cp39-manylinux_2_28_x86_64.whl",
"has_sig": false,
"md5_digest": "94d5d4eb1940f73483d96a0787738452",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": null,
"size": 33844536,
"upload_time": "2025-01-05T18:49:42",
"upload_time_iso_8601": "2025-01-05T18:49:42.673522Z",
"url": "https://files.pythonhosted.org/packages/d2/96/0951cfff33bfd8057f9310dd66a659fb2c813518614782e6b4ee3db24f09/rdkit-2024.9.3-cp39-cp39-manylinux_2_28_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "f1db8f6620891257c1dbdfcfb4a0ff5b9e03979fe9e086da2544a682deb16062",
"md5": "bd98d31312cc6593ec54ec695f05f2f4",
"sha256": "88ca8521f27c848f2f8d2d0521694665a6931db36ed7f141974a65324113df56"
},
"downloads": -1,
"filename": "rdkit-2024.9.3-cp39-cp39-win_amd64.whl",
"has_sig": false,
"md5_digest": "bd98d31312cc6593ec54ec695f05f2f4",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": null,
"size": 22258952,
"upload_time": "2025-01-05T18:49:47",
"upload_time_iso_8601": "2025-01-05T18:49:47.956146Z",
"url": "https://files.pythonhosted.org/packages/f1/db/8f6620891257c1dbdfcfb4a0ff5b9e03979fe9e086da2544a682deb16062/rdkit-2024.9.3-cp39-cp39-win_amd64.whl",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-01-05 18:47:06",
"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"
}