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

NOTE: Older versions of RDKit might be available at the rdkit-pypi PyPi repository (pip install rdkit-pypi). rdkit-pypi is the old name of RDKit at PyPi. Future RDKit versions will be available at the rdkit PyPi repository. Please update your depenencies.

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

Installation

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_pypi-2022.3.4-cp310-cp310-win_amd64.whl (13.5 MB view details)

Uploaded CPython 3.10Windows x86-64

rdkit_pypi-2022.3.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (22.9 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

rdkit_pypi-2022.3.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (22.2 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

rdkit_pypi-2022.3.4-cp310-cp310-macosx_11_0_arm64.whl (16.2 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

rdkit_pypi-2022.3.4-cp310-cp310-macosx_10_9_x86_64.whl (17.9 MB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

rdkit_pypi-2022.3.4-cp39-cp39-win_amd64.whl (13.5 MB view details)

Uploaded CPython 3.9Windows x86-64

rdkit_pypi-2022.3.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (22.9 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

rdkit_pypi-2022.3.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (22.2 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

rdkit_pypi-2022.3.4-cp39-cp39-macosx_11_0_arm64.whl (16.2 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

rdkit_pypi-2022.3.4-cp39-cp39-macosx_10_9_x86_64.whl (17.9 MB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

rdkit_pypi-2022.3.4-cp38-cp38-win_amd64.whl (13.5 MB view details)

Uploaded CPython 3.8Windows x86-64

rdkit_pypi-2022.3.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (22.9 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

rdkit_pypi-2022.3.4-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (22.2 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

rdkit_pypi-2022.3.4-cp38-cp38-macosx_11_0_arm64.whl (16.2 MB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

rdkit_pypi-2022.3.4-cp38-cp38-macosx_10_9_x86_64.whl (17.9 MB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

rdkit_pypi-2022.3.4-cp37-cp37m-win_amd64.whl (13.6 MB view details)

Uploaded CPython 3.7mWindows x86-64

rdkit_pypi-2022.3.4-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (22.7 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ x86-64

rdkit_pypi-2022.3.4-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (22.0 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ ARM64

rdkit_pypi-2022.3.4-cp37-cp37m-macosx_10_9_x86_64.whl (17.7 MB view details)

Uploaded CPython 3.7mmacOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: rdkit_pypi-2022.3.4-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 13.5 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.4-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 8650c162ec2d6c967c4e1d04cb6352c2cb3ddaa53424f8aaacad46599381b0d3
MD5 149ed42a381a1e43e0be7e3d605c71a1
BLAKE2b-256 f66ca0e24984e5f7ac7d06ea7b537d805ccb4535577c8d3f56fcaa99770dbd1f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rdkit_pypi-2022.3.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 22.9 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.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5b762a0b2c07f434cadbea82577d3b32e00306111c4685914acb341ab738dc07
MD5 18037614f1a174f5f679902a604ad899
BLAKE2b-256 df2d90dd2cf172a90b31c78dd14b94860854af8eb5cfa845df6bb5c8bd0293be

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rdkit_pypi-2022.3.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 22.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_pypi-2022.3.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3158b13e47f94421892314721f2da664b4b6e6f2055f851707675369d72ab059
MD5 ab437b0b6afeaa260ffc111896ca4f35
BLAKE2b-256 904c99cd8ad00298e8ed7f2ae10547941930b4fd94c6a7d2235d11bc4b22a89c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rdkit_pypi-2022.3.4-cp310-cp310-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 16.2 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.4-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 55c023051f6f99239262b6f3c273af56c32e735b750e51ae0878c59ab2ab2d21
MD5 7bf3504ece2685522c4865436ab5f686
BLAKE2b-256 29dafb2f8426677d08b4c5bd899483ac624b392cb57d14a3df257496cd5c57de

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rdkit_pypi-2022.3.4-cp310-cp310-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 17.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_pypi-2022.3.4-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 ef35718fc768df184d54d6053d7a041cf04df6c5032e6c874bb4f33f962bd4f1
MD5 11eea84e77c8970848c5a816a98a6e7d
BLAKE2b-256 e2eeeb599610dcc697b30e6fb11a242a7dab13a4121a4b70c1a6c5d3dc8217c7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rdkit_pypi-2022.3.4-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 13.5 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.4-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 f4adeae4b1110cbe2968436885b890c3ed26cdc94e09bae4f4d0439bb5259b7c
MD5 f67a0a375c5ce6e38cde098737abdaea
BLAKE2b-256 763b6a22df0f4dd4239f39cbee7c077d32b5874926bbda3c46455d6198ac51f9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rdkit_pypi-2022.3.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 22.9 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.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a46b9602f3b4b3c76b2139a2d05f1ff73c3ceabd3d8ef72b766f49a044d48f18
MD5 264b9e161298e69ddd86f084e02cc0da
BLAKE2b-256 ec519d434f940f07c19faaee7fea94a0cfa89601447f055488d19e89c7bdc1a0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rdkit_pypi-2022.3.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 22.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_pypi-2022.3.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b289200b16f92e0734d1f4a95653bd2d3fd66de6f3de725b6be280f7d624d7f2
MD5 c3834bad0b55adeacdb658800eefae5d
BLAKE2b-256 e1a247c64c50679156808caa030de6370f44ee37ffab4a0d19928ea3db028f9b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rdkit_pypi-2022.3.4-cp39-cp39-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 16.2 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.4-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ceb5ad1ad4364d193ae3567b668f6db85ed14e8295d51fa9618ff7ee34883c7a
MD5 3c348e2b5e6a72ba2341a90463c9608c
BLAKE2b-256 83a5f166c0c8679e90fd1a9a75db3c5e6695e5a4855862d6bf605d80eea1dcfa

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rdkit_pypi-2022.3.4-cp39-cp39-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 17.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_pypi-2022.3.4-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 25aac23f2a7c68efe5186d9745703fa5ca08b2945ce9b4920f560f1c83034164
MD5 c39a859258e5b464e57b24f855811a86
BLAKE2b-256 23dd55089c4bc4dc8a832f0b9e193e9e4ee271d5b368b5b9fda288a87d1e95a7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rdkit_pypi-2022.3.4-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 13.5 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.4-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 34c3b80cadb73dbe567d2268a6d67e494d09c620cbac430992dc209b533d50f7
MD5 ac85746986d35c2e583a905713eae132
BLAKE2b-256 64bc84f35f6579ef6e6abed3e0e23f56c1efe59fc37c237f18145c187e0105b9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rdkit_pypi-2022.3.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 22.9 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.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 926e6324e5af1a221cc6e9feef00bdd8d83c66bca772f5852c6b446085102c9a
MD5 2dba0cc1ab4c88007ecdd990c2fceabe
BLAKE2b-256 1bc838c6546a48f2542dab1129aa99d82868f9a8ab58ca2400c637d0c20a1e67

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rdkit_pypi-2022.3.4-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 22.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_pypi-2022.3.4-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2767f40f199bfa115d78ca287d5a804da2a3ac8ac272d36f50df4cd0a4d0f39c
MD5 e960fa9688a60cdfa8e6cfe3fabfcc97
BLAKE2b-256 165cfc866b2d721145deed1b6fd818b23e6a728203cbf98c758af636253909c3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rdkit_pypi-2022.3.4-cp38-cp38-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 16.2 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.4-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1eba582c6eaf4b69b59c3672a260d05dc0c481bceef5a10206de81294f872a74
MD5 978c0a924f4b6d86b53c953d9b66a58d
BLAKE2b-256 cb9304fe9f7428433b9d12aa71905b75aebccea73252d1ccf54cd02840fa5867

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rdkit_pypi-2022.3.4-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 17.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_pypi-2022.3.4-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c81f99ab1e61e41cff56b69ff4246ccd4e121deb9f17a8aec52be108ab18ed8f
MD5 d0f666e7e85be21bc188bd5d20f81642
BLAKE2b-256 025f4912e388719283f7c433c58f00127b54c6b3bd88d83c9eb04d2eeed1483a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rdkit_pypi-2022.3.4-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 13.6 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.4-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 d97bafbc1a21f3922459783cdb6632f8cff457b78a3a2301153e9e6285956632
MD5 4c479320c657b757b95edd3ed8c91b3b
BLAKE2b-256 8d859caab810e72878950417b7d1b048d1a4da41f2f3969fd6a4b38c17a6247e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rdkit_pypi-2022.3.4-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 22.7 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.4-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8423bed078a22dc562f0a095a9a5f2252ce794e9a3006c1d8c3e86410bd8fcc6
MD5 ae2a5b9aaa8fd2b22f11a616db0730c4
BLAKE2b-256 d95d0169f1d24427962d1b2c063d070e379e43e13b1d32914d27d09e11992ad2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rdkit_pypi-2022.3.4-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 22.0 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.4-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 dd2ede4e6c75ead1a2f464b4a5b88a371a274aa4b6fdddec842e5508961554d5
MD5 fc7b0bd77471a7d193cd0621c503e8fa
BLAKE2b-256 419abe46ee37515e6343988acf48c41debdf81b91a7c38c4335af6503c86b99a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rdkit_pypi-2022.3.4-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 17.7 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.4-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 aab5de22296f9b6b4f57607efa2ab2af9bd68a3183fcc6d748126415b6aefc00
MD5 29b99839a684c2d63ab30a401a0d92ec
BLAKE2b-256 b74dc2f0c939348049cc76f91b6cfc0241815030baa0885e6df52b2806187dcf

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