rdkix


Namerdkix JSON
Version 2023.9.5 PyPI version JSON
download
home_pagehttps://github.com/kuelumbus/rdkix
SummaryA collection of chemoinformatics and machine-learning software written in C++ and Python
upload_time2024-05-01 12:46:43
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 is a fork of the rdkit pypi package, renamed to rdkix for enabling multiple rdkit versions to coexist in the same python environment.

The [original repository](https://github.com/kuelumbus/rdkit-pypi) 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.17 (e.g., Ubuntu 16.04+, CentOS 6+, ...) | ✔️   | ✔️   | ✔️    | ✔️    | ✔️    | Github Actions |
| Linux   | aarch64 | 64  | glibc >= 2.17 (e.g., Raspberry Pi, ...)             | ✔️   | ✔️   | ✔️    | ✔️    | ✔️    | Circle CI      |
| macOS   | intel   | 64  | >= macOS 10.13                                      | ✔️   | ✔️   | ✔️    | ✔️    | ✔️    | Github Actions |
| macOS   | armv8   | 64  | >= macOS 11, M1 hardware                            | ✔️   | ✔️   | ✔️    | ✔️    | ✔️    | Github Actions |
| Windows | intel   | 64  |                                                     | ✔️   | ✔️   | ✔️    | ✔️    | ✔️    | 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=cp38-manylinux_x86_64 python3 -m cibuildwheel --platform linux --output-dir wheelhouse --config-file pyproject.toml
```

Replace `cp38-manylinux_x86_64` with `cp39-manylinux_x86_64`, `cp310-manylinux_x86_64`, `cp311-manylinux_x86_64`, or `cp312-manylinux_x86_64` to build for different Python versions.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/kuelumbus/rdkix",
    "name": "rdkix",
    "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 is a fork of the rdkit pypi package, renamed to rdkix for enabling multiple rdkit versions to coexist in the same python environment.\n\nThe [original repository](https://github.com/kuelumbus/rdkit-pypi) 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.17 (e.g., Ubuntu 16.04+, CentOS 6+, ...) | \u2714\ufe0f   | \u2714\ufe0f   | \u2714\ufe0f    | \u2714\ufe0f    | \u2714\ufe0f    | Github Actions |\n| Linux   | aarch64 | 64  | glibc >= 2.17 (e.g., Raspberry Pi, ...)             | \u2714\ufe0f   | \u2714\ufe0f   | \u2714\ufe0f    | \u2714\ufe0f    | \u2714\ufe0f    | Circle CI      |\n| macOS   | intel   | 64  | >= macOS 10.13                                      | \u2714\ufe0f   | \u2714\ufe0f   | \u2714\ufe0f    | \u2714\ufe0f    | \u2714\ufe0f    | Github Actions |\n| macOS   | armv8   | 64  | >= macOS 11, M1 hardware                            | \u2714\ufe0f   | \u2714\ufe0f   | \u2714\ufe0f    | \u2714\ufe0f    | \u2714\ufe0f    | Github Actions |\n| Windows | intel   | 64  |                                                     | \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=cp38-manylinux_x86_64 python3 -m cibuildwheel --platform linux --output-dir wheelhouse --config-file pyproject.toml\n```\n\nReplace `cp38-manylinux_x86_64` with `cp39-manylinux_x86_64`, `cp310-manylinux_x86_64`, `cp311-manylinux_x86_64`, or `cp312-manylinux_x86_64` to build for different Python versions.\n",
    "bugtrack_url": null,
    "license": "BSD-3-Clause",
    "summary": "A collection of chemoinformatics and machine-learning software written in C++ and Python",
    "version": "2023.9.5",
    "project_urls": {
        "Homepage": "https://github.com/kuelumbus/rdkix",
        "RDKix": "http://rdkit.org/",
        "RDKix on Github": "https://github.com/rdkix/rdkix"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d2913ec9a9ebaa19c31cd65c774d04b40507a2f7d1bd26785cddb258cb786cad",
                "md5": "a329cdd8dba4dfcd072eb7a258fff4d3",
                "sha256": "d96c46b4bd12204afc55db51519530057d40f2f22c7647556fd07b3958d273f9"
            },
            "downloads": -1,
            "filename": "rdkix-2023.9.5-1-cp310-cp310-macosx_10_13_x86_64.whl",
            "has_sig": false,
            "md5_digest": "a329cdd8dba4dfcd072eb7a258fff4d3",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 28089920,
            "upload_time": "2024-05-01T12:46:43",
            "upload_time_iso_8601": "2024-05-01T12:46:43.529632Z",
            "url": "https://files.pythonhosted.org/packages/d2/91/3ec9a9ebaa19c31cd65c774d04b40507a2f7d1bd26785cddb258cb786cad/rdkix-2023.9.5-1-cp310-cp310-macosx_10_13_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b474e7b57f878d62494a8002900a5cfeb3b7b29c79aa90ee6a053f8e8761de81",
                "md5": "b197231193ad06f794121c258667848c",
                "sha256": "4484e4c6c548f3e48bae36dce56dc370dc2063dd9dadbe5c38c69d4f83ba3d4d"
            },
            "downloads": -1,
            "filename": "rdkix-2023.9.5-1-cp310-cp310-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "b197231193ad06f794121c258667848c",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 26858925,
            "upload_time": "2024-05-01T12:48:14",
            "upload_time_iso_8601": "2024-05-01T12:48:14.601853Z",
            "url": "https://files.pythonhosted.org/packages/b4/74/e7b57f878d62494a8002900a5cfeb3b7b29c79aa90ee6a053f8e8761de81/rdkix-2023.9.5-1-cp310-cp310-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "01cc503a6f8ee1002b4898c894cdd63eb641d9abe42342a447923a87c7be3899",
                "md5": "649164393b1d8f3bafff3aa5a24f93be",
                "sha256": "3eda8de5034ca9eab8fc69f9863cda8de56d333092adc1fa1fcbc541e3138d9a"
            },
            "downloads": -1,
            "filename": "rdkix-2023.9.5-1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "649164393b1d8f3bafff3aa5a24f93be",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 33484396,
            "upload_time": "2024-05-04T02:18:44",
            "upload_time_iso_8601": "2024-05-04T02:18:44.988129Z",
            "url": "https://files.pythonhosted.org/packages/01/cc/503a6f8ee1002b4898c894cdd63eb641d9abe42342a447923a87c7be3899/rdkix-2023.9.5-1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "561bb89faea0bae2f85ce29977d8ea8540e6e266ffce355c284a7e1c7dee599d",
                "md5": "739eec4636299c28cb48e9dc2f85a6ae",
                "sha256": "16f9ebc1c4ceb90ad88f96de43a41b92e386f791d442a2dcc042a5bb454b8c5e"
            },
            "downloads": -1,
            "filename": "rdkix-2023.9.5-1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "739eec4636299c28cb48e9dc2f85a6ae",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 34277352,
            "upload_time": "2024-05-01T12:49:47",
            "upload_time_iso_8601": "2024-05-01T12:49:47.549246Z",
            "url": "https://files.pythonhosted.org/packages/56/1b/b89faea0bae2f85ce29977d8ea8540e6e266ffce355c284a7e1c7dee599d/rdkix-2023.9.5-1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2a9e778b4f03b406cd871f4a1ddaa05122d43da6f4f7bf2ed26479ae092bc1fc",
                "md5": "fd13e2b0f34ab10c04634cc262cd494c",
                "sha256": "83a742944807d03366603c7315b7b4165a1081b4adff59d6484e7c891cdd15b8"
            },
            "downloads": -1,
            "filename": "rdkix-2023.9.5-1-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "fd13e2b0f34ab10c04634cc262cd494c",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 20958465,
            "upload_time": "2024-05-01T12:50:57",
            "upload_time_iso_8601": "2024-05-01T12:50:57.662057Z",
            "url": "https://files.pythonhosted.org/packages/2a/9e/778b4f03b406cd871f4a1ddaa05122d43da6f4f7bf2ed26479ae092bc1fc/rdkix-2023.9.5-1-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ca996f8313e62ac3ff2d2cfe66507cf8c3fc636556b5e730bbdb6bb116cf10c1",
                "md5": "df48763b7984dbeb21bd6fd68011e7a0",
                "sha256": "31b6b9e74f01439a546680d70de12cb460867377574e428ed7eed2664cbf891a"
            },
            "downloads": -1,
            "filename": "rdkix-2023.9.5-1-cp311-cp311-macosx_10_13_x86_64.whl",
            "has_sig": false,
            "md5_digest": "df48763b7984dbeb21bd6fd68011e7a0",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 28089830,
            "upload_time": "2024-05-01T12:52:21",
            "upload_time_iso_8601": "2024-05-01T12:52:21.015324Z",
            "url": "https://files.pythonhosted.org/packages/ca/99/6f8313e62ac3ff2d2cfe66507cf8c3fc636556b5e730bbdb6bb116cf10c1/rdkix-2023.9.5-1-cp311-cp311-macosx_10_13_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6d6e1738548a09d13503b0b45bf578952ca4e847f8f0f6ef0d7a0ac691647a3c",
                "md5": "e9af2e91823942cd06f2a2b570d4f70f",
                "sha256": "f95e4ce4daf0e37645eded9ee14fd502633e9a91c8eae741c3d657fdbfa03e09"
            },
            "downloads": -1,
            "filename": "rdkix-2023.9.5-1-cp311-cp311-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "e9af2e91823942cd06f2a2b570d4f70f",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 26858990,
            "upload_time": "2024-05-01T12:53:34",
            "upload_time_iso_8601": "2024-05-01T12:53:34.183523Z",
            "url": "https://files.pythonhosted.org/packages/6d/6e/1738548a09d13503b0b45bf578952ca4e847f8f0f6ef0d7a0ac691647a3c/rdkix-2023.9.5-1-cp311-cp311-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "37efc81cca14e75021599835571bd9c37764fd817e0969b5e6048b571ff2c8a2",
                "md5": "c206b55f7e64462fc8e2456c06f95fea",
                "sha256": "98bf783965c562be2b75cd0e49916833b37338e4a8bac417e5f3aa081fa77c9e"
            },
            "downloads": -1,
            "filename": "rdkix-2023.9.5-1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "c206b55f7e64462fc8e2456c06f95fea",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 33478065,
            "upload_time": "2024-05-04T02:18:58",
            "upload_time_iso_8601": "2024-05-04T02:18:58.347733Z",
            "url": "https://files.pythonhosted.org/packages/37/ef/c81cca14e75021599835571bd9c37764fd817e0969b5e6048b571ff2c8a2/rdkix-2023.9.5-1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8843064ae0788917548db84a266944f58939761d1edc37074acfbae1a608bfe6",
                "md5": "e7758a16bc88bc616a9d6d9826a8e2ad",
                "sha256": "aa27b37148aed7bf4e508258a55552f2d1cb477411427736ab379fb87466c5eb"
            },
            "downloads": -1,
            "filename": "rdkix-2023.9.5-1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "e7758a16bc88bc616a9d6d9826a8e2ad",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 34274550,
            "upload_time": "2024-05-01T12:55:27",
            "upload_time_iso_8601": "2024-05-01T12:55:27.494819Z",
            "url": "https://files.pythonhosted.org/packages/88/43/064ae0788917548db84a266944f58939761d1edc37074acfbae1a608bfe6/rdkix-2023.9.5-1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "42b043de6d51fd7fa65c58b231cc449af542562209f3707f0fb44e17ef96e272",
                "md5": "b73c256dbf4de3c0dd8094f7d02b5ead",
                "sha256": "5ad098bd729ebca7f6e7178a04db75038d0b038d51bddc11a0e39f456cf3fd55"
            },
            "downloads": -1,
            "filename": "rdkix-2023.9.5-1-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "b73c256dbf4de3c0dd8094f7d02b5ead",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 20958227,
            "upload_time": "2024-05-01T12:56:33",
            "upload_time_iso_8601": "2024-05-01T12:56:33.741115Z",
            "url": "https://files.pythonhosted.org/packages/42/b0/43de6d51fd7fa65c58b231cc449af542562209f3707f0fb44e17ef96e272/rdkix-2023.9.5-1-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "284161739627ad0d3a9808f83bfc3554f4385429c84f70c3900b354609f59d08",
                "md5": "0cf75d5736e4bc9e17fb03ebdabf75ad",
                "sha256": "2a785b7a334b04c095f047d1635ddbe1ec6c9d43c0a6cc1c21cef053dbeabfe6"
            },
            "downloads": -1,
            "filename": "rdkix-2023.9.5-1-cp312-cp312-macosx_10_13_x86_64.whl",
            "has_sig": false,
            "md5_digest": "0cf75d5736e4bc9e17fb03ebdabf75ad",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": null,
            "size": 28175029,
            "upload_time": "2024-05-04T02:19:07",
            "upload_time_iso_8601": "2024-05-04T02:19:07.966021Z",
            "url": "https://files.pythonhosted.org/packages/28/41/61739627ad0d3a9808f83bfc3554f4385429c84f70c3900b354609f59d08/rdkix-2023.9.5-1-cp312-cp312-macosx_10_13_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f9ede0385ee396102dfe879f4306d5d58954ecf353c3d8110d1c7fe5378a356a",
                "md5": "596a6569edd55bbc9a3f869aab9941d0",
                "sha256": "f6f93236a622a8cf98683cd55d0ffc49fa30016135fc03e74ced6a0b7b407e62"
            },
            "downloads": -1,
            "filename": "rdkix-2023.9.5-1-cp312-cp312-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "596a6569edd55bbc9a3f869aab9941d0",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": null,
            "size": 26913517,
            "upload_time": "2024-05-04T02:19:17",
            "upload_time_iso_8601": "2024-05-04T02:19:17.319248Z",
            "url": "https://files.pythonhosted.org/packages/f9/ed/e0385ee396102dfe879f4306d5d58954ecf353c3d8110d1c7fe5378a356a/rdkix-2023.9.5-1-cp312-cp312-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b59d05723d303a99d02d5ecc377d1a1cdb7456e40d1c0790752b5224d8887d71",
                "md5": "8b9c6ef3c775fb7678eb33df8dd67374",
                "sha256": "4f31d2c7faa25d27b67447a2dff52b1ca7f26fb0eb5b563fd9dbb981a239214e"
            },
            "downloads": -1,
            "filename": "rdkix-2023.9.5-1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "8b9c6ef3c775fb7678eb33df8dd67374",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": null,
            "size": 33319074,
            "upload_time": "2024-05-04T02:19:28",
            "upload_time_iso_8601": "2024-05-04T02:19:28.131608Z",
            "url": "https://files.pythonhosted.org/packages/b5/9d/05723d303a99d02d5ecc377d1a1cdb7456e40d1c0790752b5224d8887d71/rdkix-2023.9.5-1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "18ef7cf9a5555004c0100a2ae4b056d72a981d9d9395540a50057cafc743aebb",
                "md5": "c3f45e635e000f13e35c1051e68afc4a",
                "sha256": "38461636efa9db3fa7e26a38f3a4fa206296631d0f9806214a225528651f18d3"
            },
            "downloads": -1,
            "filename": "rdkix-2023.9.5-1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "c3f45e635e000f13e35c1051e68afc4a",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": null,
            "size": 34181421,
            "upload_time": "2024-05-04T02:19:38",
            "upload_time_iso_8601": "2024-05-04T02:19:38.738299Z",
            "url": "https://files.pythonhosted.org/packages/18/ef/7cf9a5555004c0100a2ae4b056d72a981d9d9395540a50057cafc743aebb/rdkix-2023.9.5-1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5fb8a133837ecee1654033b74524d548bd86d7b8bbc29dbb5d6601c5dbd700dd",
                "md5": "4547a1a810ee4b1afbc2aacc869c959b",
                "sha256": "2373c00460f865a5af6bbf653dc9bc46b314637dc1c1ef6e049def1328acc514"
            },
            "downloads": -1,
            "filename": "rdkix-2023.9.5-1-cp312-cp312-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "4547a1a810ee4b1afbc2aacc869c959b",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": null,
            "size": 20976253,
            "upload_time": "2024-05-04T02:19:46",
            "upload_time_iso_8601": "2024-05-04T02:19:46.551538Z",
            "url": "https://files.pythonhosted.org/packages/5f/b8/a133837ecee1654033b74524d548bd86d7b8bbc29dbb5d6601c5dbd700dd/rdkix-2023.9.5-1-cp312-cp312-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ba4d9c1e18e2bd7a91fc8e118959976dec740fadc27993e2cbaf4fb2321a13cb",
                "md5": "cc7376f813701e3e758527e7e18d9d5f",
                "sha256": "a54b172b0f659d794b993b2c6f3b5cce756a2fc02c165d6249769c219d77a585"
            },
            "downloads": -1,
            "filename": "rdkix-2023.9.5-1-cp37-cp37m-macosx_10_13_x86_64.whl",
            "has_sig": false,
            "md5_digest": "cc7376f813701e3e758527e7e18d9d5f",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": null,
            "size": 27927267,
            "upload_time": "2024-05-01T12:57:58",
            "upload_time_iso_8601": "2024-05-01T12:57:58.214192Z",
            "url": "https://files.pythonhosted.org/packages/ba/4d/9c1e18e2bd7a91fc8e118959976dec740fadc27993e2cbaf4fb2321a13cb/rdkix-2023.9.5-1-cp37-cp37m-macosx_10_13_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1fba6fd19da6e9e9bd72e17c59258e519df2839ffbdb6e2e13a92aa2adc781c1",
                "md5": "d912b7d1ff447b5064db07f4f53d3c96",
                "sha256": "638fa735f5a659aa485acb9a84e1e05883233ddca402e0c45b11626031495c8d"
            },
            "downloads": -1,
            "filename": "rdkix-2023.9.5-1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "d912b7d1ff447b5064db07f4f53d3c96",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": null,
            "size": 33331511,
            "upload_time": "2024-05-04T02:19:58",
            "upload_time_iso_8601": "2024-05-04T02:19:58.573324Z",
            "url": "https://files.pythonhosted.org/packages/1f/ba/6fd19da6e9e9bd72e17c59258e519df2839ffbdb6e2e13a92aa2adc781c1/rdkix-2023.9.5-1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b9f0bf60e4b9ba577fa057cdffdc039f4b193f3567d3d7db19e8764a69d7840c",
                "md5": "7066020494b5c51af48833bac7f86ac4",
                "sha256": "b89c5abcefa8d3dc2d154f6fe55215a02bfa3476247b2655e64c2467b96f2797"
            },
            "downloads": -1,
            "filename": "rdkix-2023.9.5-1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "7066020494b5c51af48833bac7f86ac4",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": null,
            "size": 34055049,
            "upload_time": "2024-05-01T12:59:41",
            "upload_time_iso_8601": "2024-05-01T12:59:41.723465Z",
            "url": "https://files.pythonhosted.org/packages/b9/f0/bf60e4b9ba577fa057cdffdc039f4b193f3567d3d7db19e8764a69d7840c/rdkix-2023.9.5-1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0a071294ef93703f31d1b58c463ff1d9f4055104eef74b3e43c10fc7e1264b27",
                "md5": "5430696d885def095154be40425e2e41",
                "sha256": "ea012c14faa95fbe1103f5ea20ff18c1eb81c9e878a365b558a1891b1aad03d7"
            },
            "downloads": -1,
            "filename": "rdkix-2023.9.5-1-cp37-cp37m-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "5430696d885def095154be40425e2e41",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": null,
            "size": 21004577,
            "upload_time": "2024-05-01T13:00:43",
            "upload_time_iso_8601": "2024-05-01T13:00:43.233434Z",
            "url": "https://files.pythonhosted.org/packages/0a/07/1294ef93703f31d1b58c463ff1d9f4055104eef74b3e43c10fc7e1264b27/rdkix-2023.9.5-1-cp37-cp37m-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "91dd6ee5f024317af649c27fe7b83dfe27342ec9c7bd98f4db6c213ecf9635a0",
                "md5": "5e6e3e55c4fd589a5cc581829c1ac9c3",
                "sha256": "41d52b35ae99a513736de196626fe16366159c5c53d5c4b18a62e6f8a8210646"
            },
            "downloads": -1,
            "filename": "rdkix-2023.9.5-1-cp38-cp38-macosx_10_13_x86_64.whl",
            "has_sig": false,
            "md5_digest": "5e6e3e55c4fd589a5cc581829c1ac9c3",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": null,
            "size": 28089806,
            "upload_time": "2024-05-01T13:02:06",
            "upload_time_iso_8601": "2024-05-01T13:02:06.398004Z",
            "url": "https://files.pythonhosted.org/packages/91/dd/6ee5f024317af649c27fe7b83dfe27342ec9c7bd98f4db6c213ecf9635a0/rdkix-2023.9.5-1-cp38-cp38-macosx_10_13_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4b429f6e96cb243c9b84c96bd01208b720860bcc3cef5c33be30d2743c976c0c",
                "md5": "ceb2748a4039b9e0aceb5685c2bf690e",
                "sha256": "9ad0f881d6d5aa3190b0143cf5e2325a05c2e7465c2655562590efe864d6be7e"
            },
            "downloads": -1,
            "filename": "rdkix-2023.9.5-1-cp38-cp38-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "ceb2748a4039b9e0aceb5685c2bf690e",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": null,
            "size": 26859747,
            "upload_time": "2024-05-01T14:00:37",
            "upload_time_iso_8601": "2024-05-01T14:00:37.555083Z",
            "url": "https://files.pythonhosted.org/packages/4b/42/9f6e96cb243c9b84c96bd01208b720860bcc3cef5c33be30d2743c976c0c/rdkix-2023.9.5-1-cp38-cp38-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ba1dabfe442128e5cff3a5a2f7590d9609ce29020aa0442679b3d1a58bea037a",
                "md5": "3e3e4221ae92786261d809b1fcd2f3db",
                "sha256": "ec7e210e60a2b158ebbc7c9ba3a2b36cdfc486482a20cd4046afe685f36daf9c"
            },
            "downloads": -1,
            "filename": "rdkix-2023.9.5-1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "3e3e4221ae92786261d809b1fcd2f3db",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": null,
            "size": 33483750,
            "upload_time": "2024-05-04T02:20:10",
            "upload_time_iso_8601": "2024-05-04T02:20:10.827326Z",
            "url": "https://files.pythonhosted.org/packages/ba/1d/abfe442128e5cff3a5a2f7590d9609ce29020aa0442679b3d1a58bea037a/rdkix-2023.9.5-1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "df482987662fb8252515127b0841b83f3d47215001487d46a8ce79e95cc9896e",
                "md5": "7bf2c889f3e36de02b6f00a00d8e1b17",
                "sha256": "845c168905a9987bd57e8698b9195b2bac6164732b23c20b5b7c0c6ee456d3eb"
            },
            "downloads": -1,
            "filename": "rdkix-2023.9.5-1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "7bf2c889f3e36de02b6f00a00d8e1b17",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": null,
            "size": 34276896,
            "upload_time": "2024-05-01T13:55:38",
            "upload_time_iso_8601": "2024-05-01T13:55:38.005477Z",
            "url": "https://files.pythonhosted.org/packages/df/48/2987662fb8252515127b0841b83f3d47215001487d46a8ce79e95cc9896e/rdkix-2023.9.5-1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2397d369ef36fd29d6c9df2da72676b1fb136b10dd1c5a02cab04d58bcc1c0f7",
                "md5": "23ff9429395cbc8f257f877bb1508200",
                "sha256": "a4c7f2b2d057c280d08c6dbe346e7ca70b3f0324041aef2dbda9dbf0ec987157"
            },
            "downloads": -1,
            "filename": "rdkix-2023.9.5-1-cp38-cp38-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "23ff9429395cbc8f257f877bb1508200",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": null,
            "size": 20992971,
            "upload_time": "2024-05-01T14:06:47",
            "upload_time_iso_8601": "2024-05-01T14:06:47.631157Z",
            "url": "https://files.pythonhosted.org/packages/23/97/d369ef36fd29d6c9df2da72676b1fb136b10dd1c5a02cab04d58bcc1c0f7/rdkix-2023.9.5-1-cp38-cp38-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "62d3c0d78f42a8a8d67e91e7faea527c16c7eb6c17616558ca2930d23e49125f",
                "md5": "2ed342f410d7910f9bb05b3fecb9129d",
                "sha256": "2f567ac249b119e096932bd0886b8fca89a329005a78c6c58d61c4d1fcc8cafc"
            },
            "downloads": -1,
            "filename": "rdkix-2023.9.5-1-cp39-cp39-macosx_10_13_x86_64.whl",
            "has_sig": false,
            "md5_digest": "2ed342f410d7910f9bb05b3fecb9129d",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 28089814,
            "upload_time": "2024-05-01T14:10:33",
            "upload_time_iso_8601": "2024-05-01T14:10:33.515857Z",
            "url": "https://files.pythonhosted.org/packages/62/d3/c0d78f42a8a8d67e91e7faea527c16c7eb6c17616558ca2930d23e49125f/rdkix-2023.9.5-1-cp39-cp39-macosx_10_13_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9e6a59629576891582c9d19bf711acc6f92925bbd9e2ea8e55d673050061b919",
                "md5": "049ffa35d2a7d27a1ff111855b3298c6",
                "sha256": "b5e9617a5b74fd5f8b57a65780b6c4bf44efed0d543a479019d50f70edc635cc"
            },
            "downloads": -1,
            "filename": "rdkix-2023.9.5-1-cp39-cp39-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "049ffa35d2a7d27a1ff111855b3298c6",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 26859540,
            "upload_time": "2024-05-01T14:19:55",
            "upload_time_iso_8601": "2024-05-01T14:19:55.911809Z",
            "url": "https://files.pythonhosted.org/packages/9e/6a/59629576891582c9d19bf711acc6f92925bbd9e2ea8e55d673050061b919/rdkix-2023.9.5-1-cp39-cp39-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ae8e647af67dc1b369965e7fa44588eb3a07aec9c19b9235925a15314cbe9376",
                "md5": "8faf14890ec9b25928cd87fcd9657356",
                "sha256": "f5fc8255dfe7858ff15803cecdfaf2b9c854b44ddbc2729fc2173913bcb036f0"
            },
            "downloads": -1,
            "filename": "rdkix-2023.9.5-1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "8faf14890ec9b25928cd87fcd9657356",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 33484118,
            "upload_time": "2024-05-04T02:20:25",
            "upload_time_iso_8601": "2024-05-04T02:20:25.181922Z",
            "url": "https://files.pythonhosted.org/packages/ae/8e/647af67dc1b369965e7fa44588eb3a07aec9c19b9235925a15314cbe9376/rdkix-2023.9.5-1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2d0ef8b9aee07c185024666f84c22a014c819b186c0456ca4f9a5d8a69f1110c",
                "md5": "9a3ace4a17276eaf03d833f58b109498",
                "sha256": "fe19eb28b0c1cd680c5f0e6f92be89b04924d06af7818b06ac0e4fab3af53e0e"
            },
            "downloads": -1,
            "filename": "rdkix-2023.9.5-1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "9a3ace4a17276eaf03d833f58b109498",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 34276933,
            "upload_time": "2024-05-01T14:41:58",
            "upload_time_iso_8601": "2024-05-01T14:41:58.145369Z",
            "url": "https://files.pythonhosted.org/packages/2d/0e/f8b9aee07c185024666f84c22a014c819b186c0456ca4f9a5d8a69f1110c/rdkix-2023.9.5-1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7806ef57394d6e690490cdd16166adb7684d609afcf89038e492d6517bc09180",
                "md5": "90a8f6b84a08f37efbd55bf3c0781e79",
                "sha256": "c1edcd54abb2725b45c2341dfbc2333605a0a75be95edccc1aa3d126de53d6eb"
            },
            "downloads": -1,
            "filename": "rdkix-2023.9.5-1-cp39-cp39-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "90a8f6b84a08f37efbd55bf3c0781e79",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 20961491,
            "upload_time": "2024-05-01T14:42:53",
            "upload_time_iso_8601": "2024-05-01T14:42:53.862600Z",
            "url": "https://files.pythonhosted.org/packages/78/06/ef57394d6e690490cdd16166adb7684d609afcf89038e492d6517bc09180/rdkix-2023.9.5-1-cp39-cp39-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-01 12:46:43",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "kuelumbus",
    "github_project": "rdkix",
    "github_not_found": true,
    "lcname": "rdkix"
}
        
Elapsed time: 0.22681s