rdkit-pypi


Namerdkit-pypi JSON
Version 2022.9.5 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_time2023-02-26 17:06:53
maintainer
docs_urlNone
authorChristopher Kuenneth
requires_python
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.7 | 3.8 | 3.9 | 3.10 | 3.11 | 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-11                                         | ✔️   | ✔️   | ✔️   | ✔️    | ✔️    | 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=cp37-manylinux_x86_64 python3 -m cibuildwheel --platform linux --output-dir wheelhouse --config-file pyproject.toml
```

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

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/kuelumbus/rdkit-pypi",
    "name": "rdkit-pypi",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Christopher Kuenneth",
    "author_email": "chris@kuenneth.dev",
    "download_url": "",
    "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.7 | 3.8 | 3.9 | 3.10 | 3.11 | 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-11                                         | \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    | 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=cp37-manylinux_x86_64 python3 -m cibuildwheel --platform linux --output-dir wheelhouse --config-file pyproject.toml\n```\n\nReplace `cp37-manylinux_x86_64` with `cp38-manylinux_x86_64`, `cp39-manylinux_x86_64`, `cp310-manylinux_x86_64`, or `cp311-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": "2022.9.5",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9ec05ff8ed3481549f7d3a4720a0a29f991bd56b70d0017606059f8ece1f5cb8",
                "md5": "0a5ee464b1969de28c54e529f733004f",
                "sha256": "b64414daff67b82327cb84cf3b8f8eefb0be681a5dc088b43df68574509d83b0"
            },
            "downloads": -1,
            "filename": "rdkit_pypi-2022.9.5-cp310-cp310-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "0a5ee464b1969de28c54e529f733004f",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 24807060,
            "upload_time": "2023-02-26T17:06:53",
            "upload_time_iso_8601": "2023-02-26T17:06:53.516501Z",
            "url": "https://files.pythonhosted.org/packages/9e/c0/5ff8ed3481549f7d3a4720a0a29f991bd56b70d0017606059f8ece1f5cb8/rdkit_pypi-2022.9.5-cp310-cp310-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "30bf5fbd4dfaea891cc06cd1b91b3a69c2e8bce5099b626f879b2ddc61ad514d",
                "md5": "7e1ce3824143012a4e394d644bd0bdb6",
                "sha256": "832bf1fcff22f4b3ca7a18dcf931eca89ba996592e555a1c449022e65a59ed29"
            },
            "downloads": -1,
            "filename": "rdkit_pypi-2022.9.5-cp310-cp310-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "7e1ce3824143012a4e394d644bd0bdb6",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 23080622,
            "upload_time": "2023-02-26T17:06:56",
            "upload_time_iso_8601": "2023-02-26T17:06:56.755494Z",
            "url": "https://files.pythonhosted.org/packages/30/bf/5fbd4dfaea891cc06cd1b91b3a69c2e8bce5099b626f879b2ddc61ad514d/rdkit_pypi-2022.9.5-cp310-cp310-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2cd95ab8aa4373a4682b4113f172ddfdd48ac1341d9db18cdbb525ede491e1ca",
                "md5": "f2f51a85668e5dab7dd32ab26f6d6443",
                "sha256": "47ab1ccd22543d712139d4ebb9d4fa04dd43f2907b7de6af1117aafa79ffea2c"
            },
            "downloads": -1,
            "filename": "rdkit_pypi-2022.9.5-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "f2f51a85668e5dab7dd32ab26f6d6443",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 28623203,
            "upload_time": "2023-02-26T17:06:59",
            "upload_time_iso_8601": "2023-02-26T17:06:59.526653Z",
            "url": "https://files.pythonhosted.org/packages/2c/d9/5ab8aa4373a4682b4113f172ddfdd48ac1341d9db18cdbb525ede491e1ca/rdkit_pypi-2022.9.5-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2cc0d049fb64f3d8b0410bba8d8754ade7ea7a3b234199976d08e865ab00a26e",
                "md5": "59cebab14f06c06984f5062acbdf1a7c",
                "sha256": "43d526f13d06b31c59b1914655ecac6e9024e59db92be579eb7d25bdd535df0a"
            },
            "downloads": -1,
            "filename": "rdkit_pypi-2022.9.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "59cebab14f06c06984f5062acbdf1a7c",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 29371707,
            "upload_time": "2023-02-26T17:07:03",
            "upload_time_iso_8601": "2023-02-26T17:07:03.578520Z",
            "url": "https://files.pythonhosted.org/packages/2c/c0/d049fb64f3d8b0410bba8d8754ade7ea7a3b234199976d08e865ab00a26e/rdkit_pypi-2022.9.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5102216a8cf1971b9243b0acf7d6d0f8ea12d14b57fa913c66355299656ad816",
                "md5": "43a3aa2d3a4e76a1c1509726a1682892",
                "sha256": "32bcf675c945e018a4fb7e474abf54e9f4bc7a6688cab8d6ee88a08a480d2f14"
            },
            "downloads": -1,
            "filename": "rdkit_pypi-2022.9.5-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "43a3aa2d3a4e76a1c1509726a1682892",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 20452781,
            "upload_time": "2023-02-26T17:07:07",
            "upload_time_iso_8601": "2023-02-26T17:07:07.283465Z",
            "url": "https://files.pythonhosted.org/packages/51/02/216a8cf1971b9243b0acf7d6d0f8ea12d14b57fa913c66355299656ad816/rdkit_pypi-2022.9.5-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6561f38bf03fb4060076aa955a62812de3176add23df7a8fbda2e2889316f4a6",
                "md5": "d76b19b76dfd63e68ad2fb775005d208",
                "sha256": "53313eb37f73d15d371bbd8ec13e4c92d8bf31267f674711854075261a81147c"
            },
            "downloads": -1,
            "filename": "rdkit_pypi-2022.9.5-cp311-cp311-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "d76b19b76dfd63e68ad2fb775005d208",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 24807020,
            "upload_time": "2023-02-26T17:07:09",
            "upload_time_iso_8601": "2023-02-26T17:07:09.999791Z",
            "url": "https://files.pythonhosted.org/packages/65/61/f38bf03fb4060076aa955a62812de3176add23df7a8fbda2e2889316f4a6/rdkit_pypi-2022.9.5-cp311-cp311-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a3346ece020ec7589ebcd784a8ec7f0d4bb13ab44f86a08fb43f799b50f43674",
                "md5": "96718c76f96f02101c02390f47205fdb",
                "sha256": "6a82ee606af360cc55e4fdd04f64a08f92ed716b172c7eee6bbb866e46c0ea63"
            },
            "downloads": -1,
            "filename": "rdkit_pypi-2022.9.5-cp311-cp311-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "96718c76f96f02101c02390f47205fdb",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 23080555,
            "upload_time": "2023-02-26T17:07:13",
            "upload_time_iso_8601": "2023-02-26T17:07:13.129078Z",
            "url": "https://files.pythonhosted.org/packages/a3/34/6ece020ec7589ebcd784a8ec7f0d4bb13ab44f86a08fb43f799b50f43674/rdkit_pypi-2022.9.5-cp311-cp311-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e953b79c3e0b4e11427e93bc061acb56d866054d85fc5aab54cf215146d94415",
                "md5": "ddf6fab3e04dd9e957194cf5512d3c9b",
                "sha256": "f79fc47608c805d9af843b772be0a6de480048698ef3086563a1504c6d989821"
            },
            "downloads": -1,
            "filename": "rdkit_pypi-2022.9.5-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "ddf6fab3e04dd9e957194cf5512d3c9b",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 28625393,
            "upload_time": "2023-02-26T17:07:16",
            "upload_time_iso_8601": "2023-02-26T17:07:16.397529Z",
            "url": "https://files.pythonhosted.org/packages/e9/53/b79c3e0b4e11427e93bc061acb56d866054d85fc5aab54cf215146d94415/rdkit_pypi-2022.9.5-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4d65b1f26c03be19b10ac47dd501a0cde5475a0758972789fea01a3f23258d59",
                "md5": "e002bea1206b4ca0810413d1e1aa40cb",
                "sha256": "35ed0bff871c871999433a94ca8115285c2910cfad3b98763590311db4129afa"
            },
            "downloads": -1,
            "filename": "rdkit_pypi-2022.9.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "e002bea1206b4ca0810413d1e1aa40cb",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 29369096,
            "upload_time": "2023-02-26T17:07:20",
            "upload_time_iso_8601": "2023-02-26T17:07:20.060953Z",
            "url": "https://files.pythonhosted.org/packages/4d/65/b1f26c03be19b10ac47dd501a0cde5475a0758972789fea01a3f23258d59/rdkit_pypi-2022.9.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "591b725c8e447edd8b3ccb9a38858606397c67809620d92383e7fa312b90c8d6",
                "md5": "fd5c14e1ccd16c437369a7a15159becf",
                "sha256": "ca2a566b19a57d20b050ddf3a2c7700902e3bc59fa70f8686a5a6d4d081f30de"
            },
            "downloads": -1,
            "filename": "rdkit_pypi-2022.9.5-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "fd5c14e1ccd16c437369a7a15159becf",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 20452731,
            "upload_time": "2023-02-26T17:07:22",
            "upload_time_iso_8601": "2023-02-26T17:07:22.805385Z",
            "url": "https://files.pythonhosted.org/packages/59/1b/725c8e447edd8b3ccb9a38858606397c67809620d92383e7fa312b90c8d6/rdkit_pypi-2022.9.5-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6cdaa44b48242029799ceec1580c8d1f3bd5e7c163af961dc6029cf5ae4dfc9a",
                "md5": "77805227418b44cee21fe2ff8548fc37",
                "sha256": "ba80569c0a5ca910e575b576aa313c377dbe6d57b0e316c4ec7e812d903ef756"
            },
            "downloads": -1,
            "filename": "rdkit_pypi-2022.9.5-cp37-cp37m-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "77805227418b44cee21fe2ff8548fc37",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": null,
            "size": 24672251,
            "upload_time": "2023-02-26T17:07:26",
            "upload_time_iso_8601": "2023-02-26T17:07:26.053574Z",
            "url": "https://files.pythonhosted.org/packages/6c/da/a44b48242029799ceec1580c8d1f3bd5e7c163af961dc6029cf5ae4dfc9a/rdkit_pypi-2022.9.5-cp37-cp37m-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5996e543a3f90dc369638a0c29a56d62fdd791a7024b22fa6763fb983c954656",
                "md5": "34501eaffebf3bcf43f2ab2143842eb3",
                "sha256": "8a49f2e2949914fc58c15b27894aa1144b38c3761aeb2d753da2fb7a381d4b0b"
            },
            "downloads": -1,
            "filename": "rdkit_pypi-2022.9.5-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "34501eaffebf3bcf43f2ab2143842eb3",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": null,
            "size": 28470390,
            "upload_time": "2023-02-26T17:07:28",
            "upload_time_iso_8601": "2023-02-26T17:07:28.818204Z",
            "url": "https://files.pythonhosted.org/packages/59/96/e543a3f90dc369638a0c29a56d62fdd791a7024b22fa6763fb983c954656/rdkit_pypi-2022.9.5-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5915e5f5e3aef7b71ed8e04f5cae92748e44bb7d48ffe99bc4359ce79845fa27",
                "md5": "a64d32525f20d4e3a597bc387d598cb6",
                "sha256": "5b86e38a4fc2a5c89ad622d2ee055814e8bb9a47f2f154ef6b569a0e2ea72b8a"
            },
            "downloads": -1,
            "filename": "rdkit_pypi-2022.9.5-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "a64d32525f20d4e3a597bc387d598cb6",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": null,
            "size": 29171449,
            "upload_time": "2023-02-26T17:07:31",
            "upload_time_iso_8601": "2023-02-26T17:07:31.668937Z",
            "url": "https://files.pythonhosted.org/packages/59/15/e5f5e3aef7b71ed8e04f5cae92748e44bb7d48ffe99bc4359ce79845fa27/rdkit_pypi-2022.9.5-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "01fb9fb41771647ade5c6e0e38f5ba130f83a15aef3aebd29e01632d59132c71",
                "md5": "026422409be1bc5299579b1b5e270307",
                "sha256": "cbadee6ab6a083f68140713537290bdfdad2c48a6a8c505fc1e23f5285a0fb63"
            },
            "downloads": -1,
            "filename": "rdkit_pypi-2022.9.5-cp37-cp37m-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "026422409be1bc5299579b1b5e270307",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": null,
            "size": 20485695,
            "upload_time": "2023-02-26T17:07:34",
            "upload_time_iso_8601": "2023-02-26T17:07:34.734403Z",
            "url": "https://files.pythonhosted.org/packages/01/fb/9fb41771647ade5c6e0e38f5ba130f83a15aef3aebd29e01632d59132c71/rdkit_pypi-2022.9.5-cp37-cp37m-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "41a7d645c11bf8111d1c3b7068852f85b1e79d2550992f0a413102440ddf8a74",
                "md5": "64a12c9323119e0c5fca894d14e57bd8",
                "sha256": "b074315c53d43333a7a246aea230329067097fe3b536cfb73c2ae906f9e4f94d"
            },
            "downloads": -1,
            "filename": "rdkit_pypi-2022.9.5-cp38-cp38-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "64a12c9323119e0c5fca894d14e57bd8",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": null,
            "size": 24807052,
            "upload_time": "2023-02-26T17:07:37",
            "upload_time_iso_8601": "2023-02-26T17:07:37.377228Z",
            "url": "https://files.pythonhosted.org/packages/41/a7/d645c11bf8111d1c3b7068852f85b1e79d2550992f0a413102440ddf8a74/rdkit_pypi-2022.9.5-cp38-cp38-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1915c23ee11f97d59d349e52d9e31cdf8b5db12c5872fc86b702eee2dba81a15",
                "md5": "fa8226b6c726b4c4844cd7bf5f1a481c",
                "sha256": "b6d09c4f2baa54217356426c4f6c55325c54b1f331109f31a6976af57c276938"
            },
            "downloads": -1,
            "filename": "rdkit_pypi-2022.9.5-cp38-cp38-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "fa8226b6c726b4c4844cd7bf5f1a481c",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": null,
            "size": 23080933,
            "upload_time": "2023-02-26T17:07:40",
            "upload_time_iso_8601": "2023-02-26T17:07:40.338800Z",
            "url": "https://files.pythonhosted.org/packages/19/15/c23ee11f97d59d349e52d9e31cdf8b5db12c5872fc86b702eee2dba81a15/rdkit_pypi-2022.9.5-cp38-cp38-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6b71f23a3c2b4fa7ac384899774f0624bf8d0d66fc212ff3e56ae73e496fd5ea",
                "md5": "a69af7cba314552c31184637d863a55d",
                "sha256": "4bdb5eb6ae9b2626f587a23b005919557096d1b7eed5e948703987a8a9ddaa83"
            },
            "downloads": -1,
            "filename": "rdkit_pypi-2022.9.5-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "a69af7cba314552c31184637d863a55d",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": null,
            "size": 28623191,
            "upload_time": "2023-02-26T17:07:44",
            "upload_time_iso_8601": "2023-02-26T17:07:44.430122Z",
            "url": "https://files.pythonhosted.org/packages/6b/71/f23a3c2b4fa7ac384899774f0624bf8d0d66fc212ff3e56ae73e496fd5ea/rdkit_pypi-2022.9.5-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3d5b422edc92cbce125beb9767edaf482fdae521af9c411f4736b59e4528bf9b",
                "md5": "ddd954b2efe3cb93a3798995ed97364e",
                "sha256": "e6b843040f225ad4d8fbca192bb3508a3dadd3cd2ef1d382a444369aa2d31d40"
            },
            "downloads": -1,
            "filename": "rdkit_pypi-2022.9.5-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "ddd954b2efe3cb93a3798995ed97364e",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": null,
            "size": 29371549,
            "upload_time": "2023-02-26T17:07:47",
            "upload_time_iso_8601": "2023-02-26T17:07:47.427986Z",
            "url": "https://files.pythonhosted.org/packages/3d/5b/422edc92cbce125beb9767edaf482fdae521af9c411f4736b59e4528bf9b/rdkit_pypi-2022.9.5-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1a7e426871e0efa1178fd75e089b0301cc6b4180c9a265aa19921d6cc6c34b5e",
                "md5": "9c1af161d6ff30cfbdfafa3d1b00369b",
                "sha256": "b91fcd636c54f1ccf1fc38aa31ef52d1a72b25e1e9256251ca8b760f6954d786"
            },
            "downloads": -1,
            "filename": "rdkit_pypi-2022.9.5-cp38-cp38-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "9c1af161d6ff30cfbdfafa3d1b00369b",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": null,
            "size": 20475320,
            "upload_time": "2023-02-26T17:07:50",
            "upload_time_iso_8601": "2023-02-26T17:07:50.058708Z",
            "url": "https://files.pythonhosted.org/packages/1a/7e/426871e0efa1178fd75e089b0301cc6b4180c9a265aa19921d6cc6c34b5e/rdkit_pypi-2022.9.5-cp38-cp38-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f3dfc0d29aa6c64483ac7130f01b6714a5e9eec424098ddad8678f6039ad4097",
                "md5": "5137369261af00cfd9530418a1d301d7",
                "sha256": "c3ecb9f8d2058ee3583a5a0d0797b270239315139232b40c6fa150c19bcb97c1"
            },
            "downloads": -1,
            "filename": "rdkit_pypi-2022.9.5-cp39-cp39-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "5137369261af00cfd9530418a1d301d7",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 24806963,
            "upload_time": "2023-02-26T17:07:52",
            "upload_time_iso_8601": "2023-02-26T17:07:52.692260Z",
            "url": "https://files.pythonhosted.org/packages/f3/df/c0d29aa6c64483ac7130f01b6714a5e9eec424098ddad8678f6039ad4097/rdkit_pypi-2022.9.5-cp39-cp39-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "97cabe8183f8448139ddda8e4554b8b18c0a4204c27741ce08d8dd0e235f255a",
                "md5": "0bd3b90e35513ef4b7fa61efb41f786e",
                "sha256": "5846f31b1ae46f8196ac95f10da276606092e13237fa5d81c5c8e90d7fd7c3cd"
            },
            "downloads": -1,
            "filename": "rdkit_pypi-2022.9.5-cp39-cp39-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "0bd3b90e35513ef4b7fa61efb41f786e",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 23080830,
            "upload_time": "2023-02-26T17:07:55",
            "upload_time_iso_8601": "2023-02-26T17:07:55.359136Z",
            "url": "https://files.pythonhosted.org/packages/97/ca/be8183f8448139ddda8e4554b8b18c0a4204c27741ce08d8dd0e235f255a/rdkit_pypi-2022.9.5-cp39-cp39-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4545c93866a86bd6326bb28c6107a72c2a828863c7d3bd8052e77a9f92547c4f",
                "md5": "e0d03806a4e3c88089d79fbc6c1de491",
                "sha256": "089a29c628305d168ec85866129e05c0203cc27c6b93ba679641c9c9e4217058"
            },
            "downloads": -1,
            "filename": "rdkit_pypi-2022.9.5-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "e0d03806a4e3c88089d79fbc6c1de491",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 28623112,
            "upload_time": "2023-02-26T17:07:58",
            "upload_time_iso_8601": "2023-02-26T17:07:58.867108Z",
            "url": "https://files.pythonhosted.org/packages/45/45/c93866a86bd6326bb28c6107a72c2a828863c7d3bd8052e77a9f92547c4f/rdkit_pypi-2022.9.5-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "353daa5f315c419d010d4028d4b002752956261efbc77d617b1d38d358525f3c",
                "md5": "5f6ead6037437bddab214372482b23e5",
                "sha256": "8b1ecbfd64b889b864ff58064cd6e02f8d07bac89e4eea7bfa1039890f633038"
            },
            "downloads": -1,
            "filename": "rdkit_pypi-2022.9.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "5f6ead6037437bddab214372482b23e5",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 29371612,
            "upload_time": "2023-02-26T17:08:01",
            "upload_time_iso_8601": "2023-02-26T17:08:01.837451Z",
            "url": "https://files.pythonhosted.org/packages/35/3d/aa5f315c419d010d4028d4b002752956261efbc77d617b1d38d358525f3c/rdkit_pypi-2022.9.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "120ab2d244d5e590e0cddd7e65498d9c14251769b4142bca760f8d9d1151be2f",
                "md5": "3bc55e3691bcc9101df861e15739a4c7",
                "sha256": "49a11a0073af942fb88bcaf93e6a2493adc5df5dc6624127e27b687845064e7d"
            },
            "downloads": -1,
            "filename": "rdkit_pypi-2022.9.5-cp39-cp39-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "3bc55e3691bcc9101df861e15739a4c7",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 20455678,
            "upload_time": "2023-02-26T17:08:04",
            "upload_time_iso_8601": "2023-02-26T17:08:04.938103Z",
            "url": "https://files.pythonhosted.org/packages/12/0a/b2d244d5e590e0cddd7e65498d9c14251769b4142bca760f8d9d1151be2f/rdkit_pypi-2022.9.5-cp39-cp39-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-02-26 17:06:53",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "kuelumbus",
    "github_project": "rdkit-pypi",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "circle": true,
    "lcname": "rdkit-pypi"
}
        
Elapsed time: 0.05518s