Skip to main content

A collection of chemoinformatics and machine-learning software written in C++ and Python

Project description

🔥 RDKit Python Wheels

This repository holds the code to build RDKit platform wheels for Linux, macOS, and Windows. The wheels contain the necessary dynamic libraries (*.so, *.dylib, and *.dll) of the platform and can be installed without any compilation. The wheels are available at the PyPi repository and can be installed using pip (pip install rdkit-pypi).

Please open an issue if you find something missing or not working as expected.

PyPI version shields.io PyPI download month PyPI download day GitHub stars

Available Builds

OS Arch Bit Conditions 3.7 3.8 3.9 3.10 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

Install RDKit from PyPi

PIP

python -m pip install rdkit-pypi
python -c "from rdkit import Chem; print(Chem.MolToMolBlock(Chem.MolFromSmiles('C1CCC1')))"

Poetry

poetry add rdkit-pypi
poetry run python -c "from rdkit import Chem; print(Chem.MolToMolBlock(Chem.MolFromSmiles('C1CCC1')))"

Build wheels locally

cibuildwheel uses patchelf (apt install patchelf)

git clone https://github.com/kuelumbus/rdkit-pypi.git
cd rdkit-pypi

python3 -m pip install cibuildwheel
python3 -m cibuildwheel --platform linux --output-dir wheelhouse

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

rdkit_pypi-2022.3.1.1-cp310-cp310-win_amd64.whl (13.4 MB view details)

Uploaded CPython 3.10 Windows x86-64

rdkit_pypi-2022.3.1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (22.7 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

rdkit_pypi-2022.3.1.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (22.0 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

rdkit_pypi-2022.3.1.1-cp310-cp310-macosx_11_0_arm64.whl (16.1 MB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

rdkit_pypi-2022.3.1.1-cp310-cp310-macosx_10_9_x86_64.whl (17.7 MB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

rdkit_pypi-2022.3.1.1-cp39-cp39-win_amd64.whl (13.4 MB view details)

Uploaded CPython 3.9 Windows x86-64

rdkit_pypi-2022.3.1.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (22.7 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

rdkit_pypi-2022.3.1.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (22.0 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

rdkit_pypi-2022.3.1.1-cp39-cp39-macosx_11_0_arm64.whl (16.1 MB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

rdkit_pypi-2022.3.1.1-cp39-cp39-macosx_10_9_x86_64.whl (17.7 MB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

rdkit_pypi-2022.3.1.1-cp38-cp38-win_amd64.whl (13.4 MB view details)

Uploaded CPython 3.8 Windows x86-64

rdkit_pypi-2022.3.1.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (22.7 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

rdkit_pypi-2022.3.1.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (22.0 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

rdkit_pypi-2022.3.1.1-cp38-cp38-macosx_11_0_arm64.whl (16.1 MB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

rdkit_pypi-2022.3.1.1-cp38-cp38-macosx_10_9_x86_64.whl (17.7 MB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

rdkit_pypi-2022.3.1.1-cp37-cp37m-win_amd64.whl (13.5 MB view details)

Uploaded CPython 3.7m Windows x86-64

rdkit_pypi-2022.3.1.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (22.5 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ x86-64

rdkit_pypi-2022.3.1.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (21.8 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

rdkit_pypi-2022.3.1.1-cp37-cp37m-macosx_10_9_x86_64.whl (17.6 MB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

File details

Details for the file rdkit_pypi-2022.3.1.1-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: rdkit_pypi-2022.3.1.1-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 13.4 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.25.1 requests-toolbelt/0.9.1 urllib3/1.26.5 tqdm/4.62.3 importlib-metadata/4.10.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.2

File hashes

Hashes for rdkit_pypi-2022.3.1.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 3afbf42fd0b26377aeb2c894c67215c4d913af8df7b7486be625c7e9d51bd6b2
MD5 52f77ab6e3ce88311fb56eeefeb4f4cf
BLAKE2b-256 43361047d8c40400e7d908bd6f463649985ca466b758642dbef4a9e7271bdd43

See more details on using hashes here.

File details

Details for the file rdkit_pypi-2022.3.1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

  • Download URL: rdkit_pypi-2022.3.1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 22.7 MB
  • Tags: CPython 3.10, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.25.1 requests-toolbelt/0.9.1 urllib3/1.26.5 tqdm/4.62.3 importlib-metadata/4.10.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.2

File hashes

Hashes for rdkit_pypi-2022.3.1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 29369f9536fa0b79c174017e6750d2457a12e378bcf1c0b00ba1da685a9e1246
MD5 9eb02766ad38fb5fc6221bb1ab37da74
BLAKE2b-256 fd95340b3dd3d3e263e0e65f3993714fa3737ac1360e28664ef26a442a6de858

See more details on using hashes here.

File details

Details for the file rdkit_pypi-2022.3.1.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

  • Download URL: rdkit_pypi-2022.3.1.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 22.0 MB
  • Tags: CPython 3.10, manylinux: glibc 2.17+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.25.1 requests-toolbelt/0.9.1 urllib3/1.26.5 tqdm/4.62.3 importlib-metadata/4.10.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.2

File hashes

Hashes for rdkit_pypi-2022.3.1.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 47e430df9a9786f8667c538e052168711184bf7314231cba2f75ee8e18ad610a
MD5 602b60c336d5b008585e1d5637d41ee1
BLAKE2b-256 6e22a3236caab86995be409ba3867f7a6b4af9be004b1941aab0c60e84b295c3

See more details on using hashes here.

File details

Details for the file rdkit_pypi-2022.3.1.1-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

  • Download URL: rdkit_pypi-2022.3.1.1-cp310-cp310-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 16.1 MB
  • Tags: CPython 3.10, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.25.1 requests-toolbelt/0.9.1 urllib3/1.26.5 tqdm/4.62.3 importlib-metadata/4.10.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.2

File hashes

Hashes for rdkit_pypi-2022.3.1.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7f931aad81c8a0b4b69e14326bb3823b15c8d4db9dbdd6796402ec30984efd73
MD5 325a5c92c607e866dbcf522543e4da70
BLAKE2b-256 5e9dc4c5ba6a0528fafb819fe2705c8c571995fc0a21704b9823e9d99769b79d

See more details on using hashes here.

File details

Details for the file rdkit_pypi-2022.3.1.1-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: rdkit_pypi-2022.3.1.1-cp310-cp310-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 17.7 MB
  • Tags: CPython 3.10, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.25.1 requests-toolbelt/0.9.1 urllib3/1.26.5 tqdm/4.62.3 importlib-metadata/4.10.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.2

File hashes

Hashes for rdkit_pypi-2022.3.1.1-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 9184a4a1fa73ee85d79dddf4c2edb333fa9ce381231e302fd36e08c1789e4475
MD5 ee4cbbef941e3f105aa91ac8bd2d32e0
BLAKE2b-256 ff03ecf7658bcc6d1143c71b34a3b997e5403843b5b678c00df7d03702969eff

See more details on using hashes here.

File details

Details for the file rdkit_pypi-2022.3.1.1-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: rdkit_pypi-2022.3.1.1-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 13.4 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.25.1 requests-toolbelt/0.9.1 urllib3/1.26.5 tqdm/4.62.3 importlib-metadata/4.10.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.2

File hashes

Hashes for rdkit_pypi-2022.3.1.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 fae5b38a7799ccdbec5f25e79faf4863b020f0c39ad71d1c6aa2053609cb0d58
MD5 0a92c46b9d3cd11cfba3a1a256a29495
BLAKE2b-256 6208a5396d673706cb88ed5946d668130295a9a9fa59b41fc6e076d6d3808c73

See more details on using hashes here.

File details

Details for the file rdkit_pypi-2022.3.1.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

  • Download URL: rdkit_pypi-2022.3.1.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 22.7 MB
  • Tags: CPython 3.9, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.25.1 requests-toolbelt/0.9.1 urllib3/1.26.5 tqdm/4.62.3 importlib-metadata/4.10.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.2

File hashes

Hashes for rdkit_pypi-2022.3.1.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 cdb65945a5589b82ec1d47f4c58a27ede1293f19821d960f56dbd1d7d635abe8
MD5 57863bbfbdf3b29c20cb0647992d2312
BLAKE2b-256 a7b560a245a9515743e5b6196cac21253df1140c9f2948c7b663240716759c06

See more details on using hashes here.

File details

Details for the file rdkit_pypi-2022.3.1.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

  • Download URL: rdkit_pypi-2022.3.1.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 22.0 MB
  • Tags: CPython 3.9, manylinux: glibc 2.17+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.25.1 requests-toolbelt/0.9.1 urllib3/1.26.5 tqdm/4.62.3 importlib-metadata/4.10.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.2

File hashes

Hashes for rdkit_pypi-2022.3.1.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6d962c0a993dcf198c63f629c4e63faceb8108e28dae594e4b33a98fd8e015ff
MD5 71072a188d150b756b03b2c70b3c649a
BLAKE2b-256 b45045ce482aa2445baf528bb2f1049c591affca690aab723dcb6aedbdb06a8f

See more details on using hashes here.

File details

Details for the file rdkit_pypi-2022.3.1.1-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

  • Download URL: rdkit_pypi-2022.3.1.1-cp39-cp39-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 16.1 MB
  • Tags: CPython 3.9, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.25.1 requests-toolbelt/0.9.1 urllib3/1.26.5 tqdm/4.62.3 importlib-metadata/4.10.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.2

File hashes

Hashes for rdkit_pypi-2022.3.1.1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b7757fc99a145413085b41873e456e4b9cfe48a941c1a059dee5c97a36130cdd
MD5 411fcd9d05e51a3b26cfb03f1abfa5d5
BLAKE2b-256 03047c16a1d380641f2204c908661224df955f27e92a6ac70df421346697ec46

See more details on using hashes here.

File details

Details for the file rdkit_pypi-2022.3.1.1-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: rdkit_pypi-2022.3.1.1-cp39-cp39-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 17.7 MB
  • Tags: CPython 3.9, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.25.1 requests-toolbelt/0.9.1 urllib3/1.26.5 tqdm/4.62.3 importlib-metadata/4.10.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.2

File hashes

Hashes for rdkit_pypi-2022.3.1.1-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 cb007a56ed56e477f089b6735fba3d85d9a4c3a0f7c49bac37a33e0206cfc767
MD5 8983ba89c88a5caa6e7da1bb36db6a5a
BLAKE2b-256 dc07092920bfc9cf2d25c0899545235820a1004c8608222d464c0323b30d26d0

See more details on using hashes here.

File details

Details for the file rdkit_pypi-2022.3.1.1-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: rdkit_pypi-2022.3.1.1-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 13.4 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.25.1 requests-toolbelt/0.9.1 urllib3/1.26.5 tqdm/4.62.3 importlib-metadata/4.10.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.2

File hashes

Hashes for rdkit_pypi-2022.3.1.1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 168dbf908267a5fb054327bc5396ba9c83583687a2e8a265cd6f32edbaf4fa54
MD5 420694c98d50e7fdd1c31f3c085c4c8e
BLAKE2b-256 dcaddfa0277c6486754d69666dbd17a790ccc11b67586aa6df9a790793adf428

See more details on using hashes here.

File details

Details for the file rdkit_pypi-2022.3.1.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

  • Download URL: rdkit_pypi-2022.3.1.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 22.7 MB
  • Tags: CPython 3.8, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.25.1 requests-toolbelt/0.9.1 urllib3/1.26.5 tqdm/4.62.3 importlib-metadata/4.10.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.2

File hashes

Hashes for rdkit_pypi-2022.3.1.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 152dec1f1a7ad389f21d7afe3e3f1eb15c458775a7ad164ca11ff121c7852d4a
MD5 8353457226d8353175b4a66aa362c31e
BLAKE2b-256 21b2a9ea5f578dcadd564d7dc3357129417f10295da92b71b86e58a84933f0bc

See more details on using hashes here.

File details

Details for the file rdkit_pypi-2022.3.1.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

  • Download URL: rdkit_pypi-2022.3.1.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 22.0 MB
  • Tags: CPython 3.8, manylinux: glibc 2.17+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.25.1 requests-toolbelt/0.9.1 urllib3/1.26.5 tqdm/4.62.3 importlib-metadata/4.10.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.2

File hashes

Hashes for rdkit_pypi-2022.3.1.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 cb9288d7d5bf80869936495dddb2cb6429d40dbe9c9f1efb58079af77a54220d
MD5 8eabbfde97092e60c8b0cc13e3d96ce7
BLAKE2b-256 953ae2a92b0dafed5f9b4b4c20ca6a45cce687c840fcb267e55445e285ff85da

See more details on using hashes here.

File details

Details for the file rdkit_pypi-2022.3.1.1-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

  • Download URL: rdkit_pypi-2022.3.1.1-cp38-cp38-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 16.1 MB
  • Tags: CPython 3.8, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.25.1 requests-toolbelt/0.9.1 urllib3/1.26.5 tqdm/4.62.3 importlib-metadata/4.10.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.2

File hashes

Hashes for rdkit_pypi-2022.3.1.1-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4403a083df038da9cba222bb1ab4aa53efc626f93d5b2190aa3be8934feb498a
MD5 b07b993fbef49258be2c3941b641f423
BLAKE2b-256 61ce03dcba4b672e641cdb25f32def2d25526a80b521ab595b8441a901c76a23

See more details on using hashes here.

File details

Details for the file rdkit_pypi-2022.3.1.1-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: rdkit_pypi-2022.3.1.1-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 17.7 MB
  • Tags: CPython 3.8, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.25.1 requests-toolbelt/0.9.1 urllib3/1.26.5 tqdm/4.62.3 importlib-metadata/4.10.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.2

File hashes

Hashes for rdkit_pypi-2022.3.1.1-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 86b06ddd3e6bc73e9af2511848df9d82b927de7323563fe42101256b424fbed4
MD5 d92ef7bb17e03c7ddf7cf4d7e4b25f53
BLAKE2b-256 189ad6b7330b13f82369cea36d908240dcda32b4b0dfa35a9a4100a3c7973c21

See more details on using hashes here.

File details

Details for the file rdkit_pypi-2022.3.1.1-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: rdkit_pypi-2022.3.1.1-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 13.5 MB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.25.1 requests-toolbelt/0.9.1 urllib3/1.26.5 tqdm/4.62.3 importlib-metadata/4.10.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.2

File hashes

Hashes for rdkit_pypi-2022.3.1.1-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 22e953820743976e8409545217d3b66cf8202eabedfab26fe344806bea1a39df
MD5 ebbc79055bdb22707ff1bf52c85e359c
BLAKE2b-256 fc384139daf2fe63fa45ae3c13bd26421c97714b1a33f70a49f839b85d6e0eb2

See more details on using hashes here.

File details

Details for the file rdkit_pypi-2022.3.1.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

  • Download URL: rdkit_pypi-2022.3.1.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 22.5 MB
  • Tags: CPython 3.7m, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.25.1 requests-toolbelt/0.9.1 urllib3/1.26.5 tqdm/4.62.3 importlib-metadata/4.10.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.2

File hashes

Hashes for rdkit_pypi-2022.3.1.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c0c45e699d7aa446548cb98c7aba0c7bdcac16c4e0d3eb80b0d55e6372cf6ab7
MD5 22be297f8e788c812fd7d44ea1e35755
BLAKE2b-256 4247c7234e63d5033cdf66c70e24f7ac9442133baafc90fb34066225f5c72298

See more details on using hashes here.

File details

Details for the file rdkit_pypi-2022.3.1.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

  • Download URL: rdkit_pypi-2022.3.1.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 21.8 MB
  • Tags: CPython 3.7m, manylinux: glibc 2.17+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.25.1 requests-toolbelt/0.9.1 urllib3/1.26.5 tqdm/4.62.3 importlib-metadata/4.10.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.2

File hashes

Hashes for rdkit_pypi-2022.3.1.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 29b60a6ac973e77e27591928307323db9064104fcbad27c4ccd784afd547a790
MD5 2206abac22e27cc00b4733a6348fe944
BLAKE2b-256 150fdca4545729d3ff99d10aceefd5b439c15eaf0b90f085e5136ad947c72345

See more details on using hashes here.

File details

Details for the file rdkit_pypi-2022.3.1.1-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: rdkit_pypi-2022.3.1.1-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 17.6 MB
  • Tags: CPython 3.7m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.25.1 requests-toolbelt/0.9.1 urllib3/1.26.5 tqdm/4.62.3 importlib-metadata/4.10.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.2

File hashes

Hashes for rdkit_pypi-2022.3.1.1-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 0f09b58a4e7fcb22d0d0150eb84876d76833f63cd1ad92c5ea9ebfb2011e294d
MD5 afcaca04a2424ded0ea02d1dd92e274d
BLAKE2b-256 0fe8569f41bcc87db2d9310febd7223766deb247fef99acbed9b28aabb44fb14

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page