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 platform-specific dynamic libraries (*.so, *.dylib, and *.dll) and are available at PyPi. You can install RDKit using pip (pip install rdkit).

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
python -c "from rdkit import Chem; print(Chem.MolToMolBlock(Chem.MolFromSmiles('C1CCC1')))"

Poetry

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)

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, and cp310-manylinux_x86_64 to build for other python versions.

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

If you're not sure about the file name format, learn more about wheel file names.

rdkit-2022.3.5-cp310-cp310-win_amd64.whl (27.8 MB view details)

Uploaded CPython 3.10Windows x86-64

rdkit-2022.3.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (37.0 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

rdkit-2022.3.5-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (36.2 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

rdkit-2022.3.5-cp310-cp310-macosx_11_0_arm64.whl (30.3 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

rdkit-2022.3.5-cp310-cp310-macosx_10_9_x86_64.whl (31.9 MB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

rdkit-2022.3.5-cp39-cp39-win_amd64.whl (27.8 MB view details)

Uploaded CPython 3.9Windows x86-64

rdkit-2022.3.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (37.0 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

rdkit-2022.3.5-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (36.2 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

rdkit-2022.3.5-cp39-cp39-macosx_11_0_arm64.whl (30.3 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

rdkit-2022.3.5-cp39-cp39-macosx_10_9_x86_64.whl (31.9 MB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

rdkit-2022.3.5-cp38-cp38-win_amd64.whl (27.8 MB view details)

Uploaded CPython 3.8Windows x86-64

rdkit-2022.3.5-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (37.0 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

rdkit-2022.3.5-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (36.2 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

rdkit-2022.3.5-cp38-cp38-macosx_11_0_arm64.whl (30.3 MB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

rdkit-2022.3.5-cp38-cp38-macosx_10_9_x86_64.whl (31.9 MB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

rdkit-2022.3.5-cp37-cp37m-win_amd64.whl (27.8 MB view details)

Uploaded CPython 3.7mWindows x86-64

rdkit-2022.3.5-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (36.8 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ x86-64

rdkit-2022.3.5-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (36.1 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ ARM64

rdkit-2022.3.5-cp37-cp37m-macosx_10_9_x86_64.whl (31.8 MB view details)

Uploaded CPython 3.7mmacOS 10.9+ x86-64

File details

Details for the file rdkit-2022.3.5-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: rdkit-2022.3.5-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 27.8 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-2022.3.5-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 52c81fd206ab16284c55bd788c8d44dcfbce454b564f8c9d680c63f35213f1f0
MD5 5eb8fb13e48068e4311b502d6f924d61
BLAKE2b-256 0fc1075e22be261467ccd2f782b490265c4ffae41348f7fcde016b3fc1d8f98e

See more details on using hashes here.

File details

Details for the file rdkit-2022.3.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

  • Download URL: rdkit-2022.3.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 37.0 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-2022.3.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6e6fb6db1cf4064fce38aa3c25f5f9797ca324950d31f942044241b4d8757fb2
MD5 e8b158420b706dfc66adf42a9bc09954
BLAKE2b-256 37a67376ce26529916a0b276241692e9919d519ead41953c3a062f5907f987ce

See more details on using hashes here.

File details

Details for the file rdkit-2022.3.5-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

  • Download URL: rdkit-2022.3.5-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 36.2 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-2022.3.5-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 42debfb738f500dd3f912794487d814743dbf01aa2b6048ea300488e5c7de68e
MD5 f32983a6f8d3e28d82a721d33ce6cf72
BLAKE2b-256 2091f2bdd1dd090f0a436a2079d19711d3fc678f2ea23e5671f575d5ec4e6388

See more details on using hashes here.

File details

Details for the file rdkit-2022.3.5-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

  • Download URL: rdkit-2022.3.5-cp310-cp310-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 30.3 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-2022.3.5-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2655cfbce5de0b65ea04ecd7b0b9d801bc648734845e8db5077b54021f59daeb
MD5 4d61aa065075f2509d3f9606b6a25de4
BLAKE2b-256 0597c3903c36c78a0d19179aa4e24ce89d98908fed6daa784a081d9bd4eb1f3e

See more details on using hashes here.

File details

Details for the file rdkit-2022.3.5-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: rdkit-2022.3.5-cp310-cp310-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 31.9 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-2022.3.5-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 8fd4feaf9a86b85aa0c5656704963598dcb61015176bda36a89ae242a5bc6106
MD5 f7f70b6d6eff106c4ffe36c320a544d5
BLAKE2b-256 0db717acb38a5f0e49046dac16cf6c84cbe8f6a8b9018641438bcbfbbdf3feca

See more details on using hashes here.

File details

Details for the file rdkit-2022.3.5-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: rdkit-2022.3.5-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 27.8 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-2022.3.5-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 a70df4ae7a93c5a890f56a60ea50a871b96bdb5d0b679d9a0a0ff59f343d5e85
MD5 4c3ded1d62fe8f23229d9dd280913a97
BLAKE2b-256 e87712ee716dc1663bde2826340b06fafd2c0973e1ba654904efbbe924f5d549

See more details on using hashes here.

File details

Details for the file rdkit-2022.3.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

  • Download URL: rdkit-2022.3.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 37.0 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-2022.3.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b7936a9dad206178a4c481c04673d2d3cb0b8633eb39c1a53a8edc631c642335
MD5 7e268d3e2d0bd3f375918dd8706694b8
BLAKE2b-256 ef72920ac66f48f92bbccd1bc391de2e768550040363eda9aae701d05023e2b4

See more details on using hashes here.

File details

Details for the file rdkit-2022.3.5-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

  • Download URL: rdkit-2022.3.5-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 36.2 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-2022.3.5-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 cdd0ed4f688917e4ab281b5423bdf04096b1f893d4eb2534bed513d13060421a
MD5 c8f7f64d5a8395d9237a104086e0e69d
BLAKE2b-256 106012d199c126df27fe1f91473bd0803505346a84507f3d3ffbacfea509e788

See more details on using hashes here.

File details

Details for the file rdkit-2022.3.5-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

  • Download URL: rdkit-2022.3.5-cp39-cp39-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 30.3 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-2022.3.5-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 34ecf1a70b62468afe32e03f304e708146779c8027f90f100a6c8021bdfed40d
MD5 d8183972e1c64de55c31e8f069f9661b
BLAKE2b-256 6be2e5934098d6430707b77e08d7fc1368bf82a93ea095d1733195f77c4bf925

See more details on using hashes here.

File details

Details for the file rdkit-2022.3.5-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: rdkit-2022.3.5-cp39-cp39-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 31.9 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-2022.3.5-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 1f1acaec2a03865a71d20f31cf3f4e77d65d9ba3369062cdb741a0778f87a14a
MD5 e11dc00cedc662d5dd855b55eb1ff4a4
BLAKE2b-256 c565479f47fc1b35eeac532101db06e006400c5156788f472ceb75992b37a3f0

See more details on using hashes here.

File details

Details for the file rdkit-2022.3.5-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: rdkit-2022.3.5-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 27.8 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-2022.3.5-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 af4d0142afd40189ec4bb32128033aba49e019d41450744c480067c3023e1a53
MD5 2dfce0d04fd699f241ab971f09e9cc24
BLAKE2b-256 c5f0e41553630bf7a0c9094bddc631854c8c1559f5ff82223bb4fad4fe1d0c5c

See more details on using hashes here.

File details

Details for the file rdkit-2022.3.5-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

  • Download URL: rdkit-2022.3.5-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 37.0 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-2022.3.5-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 200a0282a2934918cf653df8ba2f23e8288f102491253764b18a147c7cfc7b97
MD5 aaf153140046503516e4c70d1fcd043c
BLAKE2b-256 9ceb51044be9dc8c858347e30fcd984c52b1852fac208d9dafaaf2b9ad5aad8d

See more details on using hashes here.

File details

Details for the file rdkit-2022.3.5-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

  • Download URL: rdkit-2022.3.5-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 36.2 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-2022.3.5-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2b461700a9bb67ad86df39f5d0a2380f4f203dc069b2266fcb88dda8878680df
MD5 6f8dcb740745f7f1ee593184568cfa54
BLAKE2b-256 bbf4d693b85491edfe4341e8a49e64c3663196edc061089fab9f639cf373dde1

See more details on using hashes here.

File details

Details for the file rdkit-2022.3.5-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

  • Download URL: rdkit-2022.3.5-cp38-cp38-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 30.3 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-2022.3.5-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e5b19da781a95dd95ad47bc748d586a5e1e726aa15e547ce172b1c7e28ac4f2e
MD5 6da2bdc73a17448f5f8c8b12f193868e
BLAKE2b-256 c3243d525e824caf4d5d8ed1b7d969279b819555401df48400ff85ba7ca393da

See more details on using hashes here.

File details

Details for the file rdkit-2022.3.5-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: rdkit-2022.3.5-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 31.9 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-2022.3.5-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 9bf0391161300ff30a730d94f67821007087a98b93216b79d6d1efe1d64936be
MD5 baf0a39e4fcd210383575f2303985776
BLAKE2b-256 4d575473e1498e28bc076bb9e2f200158671d076e91f8358a1d6642a74bc8729

See more details on using hashes here.

File details

Details for the file rdkit-2022.3.5-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: rdkit-2022.3.5-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 27.8 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-2022.3.5-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 0f4fd180f3ee1e7cb0a7cd31bd081fa93d538463fe7a79c494d95f2efb4c3cef
MD5 8c3084c9a718843ad58686660b66ec8e
BLAKE2b-256 bc4a3e3c7719180326fb3cde64a7bfad1275de62262a7323d4e1c5a72681e772

See more details on using hashes here.

File details

Details for the file rdkit-2022.3.5-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

  • Download URL: rdkit-2022.3.5-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 36.8 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-2022.3.5-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1bc1a5887efde6ae0b006f09740dc33d572c44f31adfa97ee261906be0560baf
MD5 e2ad7022baeedb7f68abbd33c3eaaba2
BLAKE2b-256 53281fd2cfa46407b1052b399f29e6ce1e7d1b0b87bd328baa0da68d262321d8

See more details on using hashes here.

File details

Details for the file rdkit-2022.3.5-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

  • Download URL: rdkit-2022.3.5-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 36.1 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-2022.3.5-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 112f5774cfc34cae084001769c9906f9fe270a4f02d793e4d88f15f86e44deab
MD5 9136fc4ca0e3fb5d3918f266782aba06
BLAKE2b-256 8894a1574b0152cc4290125944e41ae9862f87ddf03c7ec3e6f1fcfeb860dc3a

See more details on using hashes here.

File details

Details for the file rdkit-2022.3.5-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: rdkit-2022.3.5-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 31.8 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-2022.3.5-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 9e8f102268e129095b9642a294b1995a8d88dbee1013c72beb5e2512dd27e656
MD5 8a8626a81f949e4366e0104d7db2f60a
BLAKE2b-256 6348e67cfc424aaf758edcf4cc5f30f963c80e0ebf54bd63baa35413c1667ce5

See more details on using hashes here.

Supported by

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