rdkit


Namerdkit JSON
Version 2024.3.6 PyPI version JSON
download
home_pagehttps://github.com/kuelumbus/rdkit-pypi
SummaryA collection of chemoinformatics and machine-learning software written in C++ and Python
upload_time2024-11-07 20:54:18
maintainerNone
docs_urlNone
authorChristopher Kuenneth
requires_pythonNone
licenseBSD-3-Clause
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 🔥 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 | 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 | 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    | 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    | Circle CI         |\n| macOS   | intel   | 64  | >= macOS 10.13                                      | last: 2024.3.5 | \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    | Github Actions |\n| Windows | intel   | 64  |                                                     | last: 2024.3.5 | \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.3.6",
    "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": "86d651bed1590ad81ceebf809863a8d03a6061615c484297be642a21cd126092",
                "md5": "d97de9d3f90fac577be11accdcb13241",
                "sha256": "8661bde62dd823afab68147b4532371b3f1542a286854d7a8731dde1c8d57329"
            },
            "downloads": -1,
            "filename": "rdkit-2024.3.6-cp310-cp310-macosx_10_13_x86_64.whl",
            "has_sig": false,
            "md5_digest": "d97de9d3f90fac577be11accdcb13241",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 28809701,
            "upload_time": "2024-11-07T20:54:18",
            "upload_time_iso_8601": "2024-11-07T20:54:18.888918Z",
            "url": "https://files.pythonhosted.org/packages/86/d6/51bed1590ad81ceebf809863a8d03a6061615c484297be642a21cd126092/rdkit-2024.3.6-cp310-cp310-macosx_10_13_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3bf73dae4038ec95106845a50708e2019d5158191e2624dfb8da9926f3baebe9",
                "md5": "95cbbe8d1e49122a790d1ec82717e75d",
                "sha256": "26bded39dd01a9cd67f15d3ebedf84f8ddc5f80467753c6551ff35ffab86c227"
            },
            "downloads": -1,
            "filename": "rdkit-2024.3.6-cp310-cp310-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "95cbbe8d1e49122a790d1ec82717e75d",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 26757752,
            "upload_time": "2024-11-07T20:54:23",
            "upload_time_iso_8601": "2024-11-07T20:54:23.177524Z",
            "url": "https://files.pythonhosted.org/packages/3b/f7/3dae4038ec95106845a50708e2019d5158191e2624dfb8da9926f3baebe9/rdkit-2024.3.6-cp310-cp310-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "35071f21b30c93ae6302b82e7e9d0a076dc8f28333aa5b9ae3770a19ca64b7e6",
                "md5": "bb9adfa194e07595ac859829c1c4da92",
                "sha256": "800191d7b90328c795e1b244e747a74d84780b1cd4071adfa73d83da9aa5efdf"
            },
            "downloads": -1,
            "filename": "rdkit-2024.3.6-cp310-cp310-manylinux_2_28_aarch64.whl",
            "has_sig": false,
            "md5_digest": "bb9adfa194e07595ac859829c1c4da92",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 31974043,
            "upload_time": "2024-11-07T20:54:27",
            "upload_time_iso_8601": "2024-11-07T20:54:27.338963Z",
            "url": "https://files.pythonhosted.org/packages/35/07/1f21b30c93ae6302b82e7e9d0a076dc8f28333aa5b9ae3770a19ca64b7e6/rdkit-2024.3.6-cp310-cp310-manylinux_2_28_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d2f39125802d1403f56fc6d758dbec3a66fae6ad7023d396ecf5a29af27c78aa",
                "md5": "8c35d2cef05b9a50439febef6fb82647",
                "sha256": "6e3277e24fdc333eb509664544ee1876ed92d13aa21d92464acad810e4cf19fb"
            },
            "downloads": -1,
            "filename": "rdkit-2024.3.6-cp310-cp310-manylinux_2_28_x86_64.whl",
            "has_sig": false,
            "md5_digest": "8c35d2cef05b9a50439febef6fb82647",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 32799432,
            "upload_time": "2024-11-07T20:54:32",
            "upload_time_iso_8601": "2024-11-07T20:54:32.381097Z",
            "url": "https://files.pythonhosted.org/packages/d2/f3/9125802d1403f56fc6d758dbec3a66fae6ad7023d396ecf5a29af27c78aa/rdkit-2024.3.6-cp310-cp310-manylinux_2_28_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "20088e23c6ef3a0f5c301cfda0f633f8de8c0663a39862dea5c5ef075b5462ed",
                "md5": "b98d1fa325bc26e0a44fa03c655f2fd6",
                "sha256": "47b5b3676da58f1ed91433c7674bc45f38bf74e69a01c008b1774226e769c9e7"
            },
            "downloads": -1,
            "filename": "rdkit-2024.3.6-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "b98d1fa325bc26e0a44fa03c655f2fd6",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 21742196,
            "upload_time": "2024-11-07T20:54:37",
            "upload_time_iso_8601": "2024-11-07T20:54:37.266554Z",
            "url": "https://files.pythonhosted.org/packages/20/08/8e23c6ef3a0f5c301cfda0f633f8de8c0663a39862dea5c5ef075b5462ed/rdkit-2024.3.6-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ccfe067e4e2dd89dd83a1c094f17a9f135bbfd5fc7caa41c184ddda100f7d40c",
                "md5": "241d4eb6678d1de3fa042e6021c2f418",
                "sha256": "f825b6b0e25cf2aeffedac33633ebddc82c7207cb174df89adad2777ca2045e6"
            },
            "downloads": -1,
            "filename": "rdkit-2024.3.6-cp311-cp311-macosx_10_13_x86_64.whl",
            "has_sig": false,
            "md5_digest": "241d4eb6678d1de3fa042e6021c2f418",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 28809787,
            "upload_time": "2024-11-07T20:54:42",
            "upload_time_iso_8601": "2024-11-07T20:54:42.939932Z",
            "url": "https://files.pythonhosted.org/packages/cc/fe/067e4e2dd89dd83a1c094f17a9f135bbfd5fc7caa41c184ddda100f7d40c/rdkit-2024.3.6-cp311-cp311-macosx_10_13_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0bfb850d6a135e7be0c9636fd86bb79cfd1db29423a0bbd7940b1b4c308155d4",
                "md5": "f90f686b945213253f92364bad647a2e",
                "sha256": "789518563fd805c09b89f8cbc70fbdcca3e8da25fa00d0c10d72c5af22a7ccad"
            },
            "downloads": -1,
            "filename": "rdkit-2024.3.6-cp311-cp311-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "f90f686b945213253f92364bad647a2e",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 26758021,
            "upload_time": "2024-11-07T20:54:47",
            "upload_time_iso_8601": "2024-11-07T20:54:47.788348Z",
            "url": "https://files.pythonhosted.org/packages/0b/fb/850d6a135e7be0c9636fd86bb79cfd1db29423a0bbd7940b1b4c308155d4/rdkit-2024.3.6-cp311-cp311-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "594506d56a2a92dbf751590c44cb5b218d4fc5befd9b0cc79d3a33a7795f4b7a",
                "md5": "6f0ea4fa30d687ff2bb7daef19eb78cb",
                "sha256": "65a71851c0f44d303e1dd53bb900c83c1fb41f92e9fce0eb242b6dcf3f0e798b"
            },
            "downloads": -1,
            "filename": "rdkit-2024.3.6-cp311-cp311-manylinux_2_28_aarch64.whl",
            "has_sig": false,
            "md5_digest": "6f0ea4fa30d687ff2bb7daef19eb78cb",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 31974376,
            "upload_time": "2024-11-07T20:54:51",
            "upload_time_iso_8601": "2024-11-07T20:54:51.798809Z",
            "url": "https://files.pythonhosted.org/packages/59/45/06d56a2a92dbf751590c44cb5b218d4fc5befd9b0cc79d3a33a7795f4b7a/rdkit-2024.3.6-cp311-cp311-manylinux_2_28_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "81b74682d707b66e45df16acbae5b4f410516d204691dbffeb237a56f37daa9b",
                "md5": "21c7e3a3d1a432fb6960ce0c496601fa",
                "sha256": "81d693e70a71c696f84a7b90f45236b94b386b070a14a3e13a5e5a369a214018"
            },
            "downloads": -1,
            "filename": "rdkit-2024.3.6-cp311-cp311-manylinux_2_28_x86_64.whl",
            "has_sig": false,
            "md5_digest": "21c7e3a3d1a432fb6960ce0c496601fa",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 32796948,
            "upload_time": "2024-11-07T20:54:57",
            "upload_time_iso_8601": "2024-11-07T20:54:57.358685Z",
            "url": "https://files.pythonhosted.org/packages/81/b7/4682d707b66e45df16acbae5b4f410516d204691dbffeb237a56f37daa9b/rdkit-2024.3.6-cp311-cp311-manylinux_2_28_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "58ec1e51b2d5cb0df50a4c0b7fcd0bf281b471590456e6f69e4c2a72d4657fe0",
                "md5": "2445b31cca199d239f5bf2084dc39fd1",
                "sha256": "edf8e33c3f29bb15548babbc711b0b84d0cc32711671d440ef9e60b94ef2b4b5"
            },
            "downloads": -1,
            "filename": "rdkit-2024.3.6-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "2445b31cca199d239f5bf2084dc39fd1",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 21742425,
            "upload_time": "2024-11-07T20:55:01",
            "upload_time_iso_8601": "2024-11-07T20:55:01.125998Z",
            "url": "https://files.pythonhosted.org/packages/58/ec/1e51b2d5cb0df50a4c0b7fcd0bf281b471590456e6f69e4c2a72d4657fe0/rdkit-2024.3.6-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "33817d417822c32a103d2f48509727822ddb176afa5be6b2f07db82e9ac98d26",
                "md5": "49e0f2331ff96bddd355569710f06fd3",
                "sha256": "72d6545a6c2ef5a11d0805539c24dc9f55c59b095159572879847c4a2bb33717"
            },
            "downloads": -1,
            "filename": "rdkit-2024.3.6-cp312-cp312-macosx_10_13_x86_64.whl",
            "has_sig": false,
            "md5_digest": "49e0f2331ff96bddd355569710f06fd3",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": null,
            "size": 28891758,
            "upload_time": "2024-11-07T20:55:05",
            "upload_time_iso_8601": "2024-11-07T20:55:05.864232Z",
            "url": "https://files.pythonhosted.org/packages/33/81/7d417822c32a103d2f48509727822ddb176afa5be6b2f07db82e9ac98d26/rdkit-2024.3.6-cp312-cp312-macosx_10_13_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6b4521635d0aab97dbc6c71ceac810d0fb854371b89f114f7ec576ea1fb0f701",
                "md5": "fc7d1d8cdf0de57e8d5690120fe17190",
                "sha256": "8dc9ffb353507f7340b98e9f4d87241de3bedd044e64356b4523c0c6152efe50"
            },
            "downloads": -1,
            "filename": "rdkit-2024.3.6-cp312-cp312-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "fc7d1d8cdf0de57e8d5690120fe17190",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": null,
            "size": 26799363,
            "upload_time": "2024-11-07T20:55:10",
            "upload_time_iso_8601": "2024-11-07T20:55:10.994700Z",
            "url": "https://files.pythonhosted.org/packages/6b/45/21635d0aab97dbc6c71ceac810d0fb854371b89f114f7ec576ea1fb0f701/rdkit-2024.3.6-cp312-cp312-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "95c2f25f9dd7942235e125f07f7620d0f52b31f483028caa54084deafa7791e2",
                "md5": "5e0a81180674597dbe1a90a48ec5cf28",
                "sha256": "1a6dcfe3be226fd8a0e0e11c381ee1fe605bc4a42bf1d41a5c0824dcca7c921b"
            },
            "downloads": -1,
            "filename": "rdkit-2024.3.6-cp312-cp312-manylinux_2_28_aarch64.whl",
            "has_sig": false,
            "md5_digest": "5e0a81180674597dbe1a90a48ec5cf28",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": null,
            "size": 31861083,
            "upload_time": "2024-11-07T20:55:15",
            "upload_time_iso_8601": "2024-11-07T20:55:15.888048Z",
            "url": "https://files.pythonhosted.org/packages/95/c2/f25f9dd7942235e125f07f7620d0f52b31f483028caa54084deafa7791e2/rdkit-2024.3.6-cp312-cp312-manylinux_2_28_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7c6fcc4abe9646c966b041f2ba0131366b0bed799ba7bebaff571623474ab710",
                "md5": "bfcee6a14f3aa000e438016790c1fb84",
                "sha256": "8f88bf8ba63c1341be1d7994b61048eb90a3f8e7333de4cfcc187ae848bbbb0f"
            },
            "downloads": -1,
            "filename": "rdkit-2024.3.6-cp312-cp312-manylinux_2_28_x86_64.whl",
            "has_sig": false,
            "md5_digest": "bfcee6a14f3aa000e438016790c1fb84",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": null,
            "size": 32720883,
            "upload_time": "2024-11-07T20:55:21",
            "upload_time_iso_8601": "2024-11-07T20:55:21.377503Z",
            "url": "https://files.pythonhosted.org/packages/7c/6f/cc4abe9646c966b041f2ba0131366b0bed799ba7bebaff571623474ab710/rdkit-2024.3.6-cp312-cp312-manylinux_2_28_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e9625a1d763599b09ad956c6d77a6155ddc4c5b6394264e3f3e855479c8566a3",
                "md5": "09572e96c796cd570e1822e911e0d867",
                "sha256": "8c1fea0001422b036369bd43abaa855c7fbf9ae2ed2226c73839a04b5b7d6968"
            },
            "downloads": -1,
            "filename": "rdkit-2024.3.6-cp312-cp312-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "09572e96c796cd570e1822e911e0d867",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": null,
            "size": 21757273,
            "upload_time": "2024-11-07T20:55:25",
            "upload_time_iso_8601": "2024-11-07T20:55:25.472896Z",
            "url": "https://files.pythonhosted.org/packages/e9/62/5a1d763599b09ad956c6d77a6155ddc4c5b6394264e3f3e855479c8566a3/rdkit-2024.3.6-cp312-cp312-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b1a3d28f7e95bfa0cc3c3f3bbdb7c1a9d2686d23629123804401c9b5d9c54a58",
                "md5": "6237e4a801d0562189a9e13d687e17fb",
                "sha256": "e8b7c6e8a282d4185148d522be1fe4f65d350e2008684c7c51760cddc17e05db"
            },
            "downloads": -1,
            "filename": "rdkit-2024.3.6-cp39-cp39-macosx_10_13_x86_64.whl",
            "has_sig": false,
            "md5_digest": "6237e4a801d0562189a9e13d687e17fb",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 28809761,
            "upload_time": "2024-11-07T20:55:29",
            "upload_time_iso_8601": "2024-11-07T20:55:29.488490Z",
            "url": "https://files.pythonhosted.org/packages/b1/a3/d28f7e95bfa0cc3c3f3bbdb7c1a9d2686d23629123804401c9b5d9c54a58/rdkit-2024.3.6-cp39-cp39-macosx_10_13_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8c84a722e467f83df731d1095f2f8819483648f3603a6d308cf6f81dd170794a",
                "md5": "e6c72551ec322c3b68aa9d2253d9749c",
                "sha256": "558a0448e843be54603e53fb9d46551d4f44da51199e393e2331b174576f7350"
            },
            "downloads": -1,
            "filename": "rdkit-2024.3.6-cp39-cp39-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "e6c72551ec322c3b68aa9d2253d9749c",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 26757756,
            "upload_time": "2024-11-07T20:55:33",
            "upload_time_iso_8601": "2024-11-07T20:55:33.473581Z",
            "url": "https://files.pythonhosted.org/packages/8c/84/a722e467f83df731d1095f2f8819483648f3603a6d308cf6f81dd170794a/rdkit-2024.3.6-cp39-cp39-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ec47559afcc5a11d08615fd757e7504601875a4d41604d36b48dbabdc73c6343",
                "md5": "73234671a92d6361a205f74af1a2c866",
                "sha256": "6c39a7916352dab7510d8ee3dc63dfd2b48fa6311a8324ac1169f0a0ec102470"
            },
            "downloads": -1,
            "filename": "rdkit-2024.3.6-cp39-cp39-manylinux_2_28_aarch64.whl",
            "has_sig": false,
            "md5_digest": "73234671a92d6361a205f74af1a2c866",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 31973597,
            "upload_time": "2024-11-07T20:55:38",
            "upload_time_iso_8601": "2024-11-07T20:55:38.900214Z",
            "url": "https://files.pythonhosted.org/packages/ec/47/559afcc5a11d08615fd757e7504601875a4d41604d36b48dbabdc73c6343/rdkit-2024.3.6-cp39-cp39-manylinux_2_28_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "add40c11a204e419d7c06f27c258c7aeaa9083ed6d25c04eb274e32dc5b14f87",
                "md5": "3e7a315013e752fef66c099d250122d9",
                "sha256": "bc9c345273859a69fe3a6a43634410e14d0e23fc4d3e8affcb939f65b7bb744a"
            },
            "downloads": -1,
            "filename": "rdkit-2024.3.6-cp39-cp39-manylinux_2_28_x86_64.whl",
            "has_sig": false,
            "md5_digest": "3e7a315013e752fef66c099d250122d9",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 32799606,
            "upload_time": "2024-11-07T20:55:43",
            "upload_time_iso_8601": "2024-11-07T20:55:43.541580Z",
            "url": "https://files.pythonhosted.org/packages/ad/d4/0c11a204e419d7c06f27c258c7aeaa9083ed6d25c04eb274e32dc5b14f87/rdkit-2024.3.6-cp39-cp39-manylinux_2_28_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "47a7745d3ea32f6ca9a17f7d043a2e5842f0d54826165672e2aaf43a16a230a7",
                "md5": "129697fab0bb7cf202fa3f717fd46f21",
                "sha256": "0a922dd9070f043151a802a0c78f207523f9c2fab00c36787c4163ab9e2abe44"
            },
            "downloads": -1,
            "filename": "rdkit-2024.3.6-cp39-cp39-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "129697fab0bb7cf202fa3f717fd46f21",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 21745142,
            "upload_time": "2024-11-07T20:55:47",
            "upload_time_iso_8601": "2024-11-07T20:55:47.354529Z",
            "url": "https://files.pythonhosted.org/packages/47/a7/745d3ea32f6ca9a17f7d043a2e5842f0d54826165672e2aaf43a16a230a7/rdkit-2024.3.6-cp39-cp39-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-07 20:54:18",
    "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"
}
        
Elapsed time: 0.56834s