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.1b1-cp310-cp310-win_amd64.whl (13.4 MB view details)

Uploaded CPython 3.10 Windows x86-64

rdkit_pypi-2022.3.1b1-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.1b1-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.1b1-cp310-cp310-macosx_11_0_arm64.whl (16.1 MB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

rdkit_pypi-2022.3.1b1-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.1b1-cp39-cp39-win_amd64.whl (13.4 MB view details)

Uploaded CPython 3.9 Windows x86-64

rdkit_pypi-2022.3.1b1-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.1b1-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.1b1-cp39-cp39-macosx_11_0_arm64.whl (16.1 MB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

rdkit_pypi-2022.3.1b1-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.1b1-cp38-cp38-win_amd64.whl (13.4 MB view details)

Uploaded CPython 3.8 Windows x86-64

rdkit_pypi-2022.3.1b1-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.1b1-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.1b1-cp38-cp38-macosx_11_0_arm64.whl (16.1 MB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

rdkit_pypi-2022.3.1b1-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.1b1-cp37-cp37m-win_amd64.whl (13.4 MB view details)

Uploaded CPython 3.7m Windows x86-64

rdkit_pypi-2022.3.1b1-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.1b1-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.1b1-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.1b1-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: rdkit_pypi-2022.3.1b1-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.1b1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 d22b47d8a8f49ea2e4f39868bdfccb8541745907991d2985f985f4b15fb5df5a
MD5 debfd55c31beeef5b28db13c80e79cfc
BLAKE2b-256 661f74e74f72327ebe39a2dc4ab6aea863cf720c1f872af95e59f46cc1aa3e39

See more details on using hashes here.

File details

Details for the file rdkit_pypi-2022.3.1b1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

  • Download URL: rdkit_pypi-2022.3.1b1-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.1b1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2ab3a3ea5ec3040abaf328864ca40894377e95eb3a7ced2da9dd5fa8742e9a2d
MD5 5edd5da9edea465138c856332b63204c
BLAKE2b-256 3a361ed1f1584a4cfeb7e42fbf563a7292a97770514d14bcdad543f11f4e8f20

See more details on using hashes here.

File details

Details for the file rdkit_pypi-2022.3.1b1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

  • Download URL: rdkit_pypi-2022.3.1b1-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.1b1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1e805330b32599a7f40603314da6560eb36ff8498dc1b3d456a94e5af7eb1635
MD5 e2556099f1541652b407978aad0ec7dc
BLAKE2b-256 c5b1819ce3d9394214c1b03c29cba1c88316e3e3a6d96e39b0c64271b50dbde4

See more details on using hashes here.

File details

Details for the file rdkit_pypi-2022.3.1b1-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

  • Download URL: rdkit_pypi-2022.3.1b1-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.1b1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a857f472c2c940fd548113d56fe0a57f6453c5a40dc79d6d1b8f8a21d22eb2b4
MD5 cae722fea1d7c5cca9ea121f19b3bcb7
BLAKE2b-256 be4236c9e7f37c52a08f458058d95aff32ec1844dbd38496b66f7f372f46bd67

See more details on using hashes here.

File details

Details for the file rdkit_pypi-2022.3.1b1-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: rdkit_pypi-2022.3.1b1-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.1b1-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 865eff71ad761aed07bbceb2606312389361727b6286a4db941665225fa13d1d
MD5 a1f9639f4aa7d9360476fd812d89f007
BLAKE2b-256 80d91910b945996952ab4406b7fbf1d2541e79953db23eb6dd007e7cbef0e293

See more details on using hashes here.

File details

Details for the file rdkit_pypi-2022.3.1b1-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: rdkit_pypi-2022.3.1b1-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.1b1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 eec600182927ad83a43e23c85263241e6bcf02cdcc4b158277b59a09d09bade3
MD5 814005c1f813fec79762971c18a887ff
BLAKE2b-256 dfa0b39ca45b182630cb955f24a1363626d68bf611d3f56e26a26edf362d2847

See more details on using hashes here.

File details

Details for the file rdkit_pypi-2022.3.1b1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

  • Download URL: rdkit_pypi-2022.3.1b1-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.1b1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 71863308b7382b529fd817f284553c4ad2f5034e1e3c7aa860867dc4a15b912f
MD5 a60e1937dfc4c6c825ff786c42ab97a8
BLAKE2b-256 f4766b94e378365fa601b5af1cc11f03c2fb91c050208f63fc6b1f58e1e435da

See more details on using hashes here.

File details

Details for the file rdkit_pypi-2022.3.1b1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

  • Download URL: rdkit_pypi-2022.3.1b1-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.1b1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6f08eea66ca957d5e93938398cd9e3b3e888495b8bc2c3efe263d74c1012bd98
MD5 caaaebc9fa024fbc31e1a641ab828148
BLAKE2b-256 715a10b43b240eef9439c5cf15692d5de81731de4c658225013b5a5f8ecbe130

See more details on using hashes here.

File details

Details for the file rdkit_pypi-2022.3.1b1-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

  • Download URL: rdkit_pypi-2022.3.1b1-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.1b1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 32272c595bc078486384b258378d5cb9ab897b46fe84e164f00637fa07935236
MD5 8d686a451da4dda1bcbd9eddedd41d27
BLAKE2b-256 7c42be0014b458807c594304d0b4859d5ca4713a6213b55cb38f9fd1b0d74962

See more details on using hashes here.

File details

Details for the file rdkit_pypi-2022.3.1b1-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: rdkit_pypi-2022.3.1b1-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.1b1-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 bffde9009228b4b26b1bff9d451fefd22a1fa8bac2a22b61d68612c5e2ffe9e4
MD5 8534fb606fab71cdde27c0221f03b304
BLAKE2b-256 3b889716727ba44c349c9a67f88e3a1c1f801ec07ba075990025df22bcd68d49

See more details on using hashes here.

File details

Details for the file rdkit_pypi-2022.3.1b1-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: rdkit_pypi-2022.3.1b1-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.1b1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 4f259a706202962569f2b5e020fd6cd923f1a461eb260bcb55c8ebbc7f315a07
MD5 796034f1eeb336b9c82be0a8eee43c65
BLAKE2b-256 1d43eb5ce047d0a0ec7ef8f0602302b80a8c2c8e48486cf7621fa63c54ebbb3a

See more details on using hashes here.

File details

Details for the file rdkit_pypi-2022.3.1b1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

  • Download URL: rdkit_pypi-2022.3.1b1-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.1b1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7b808d26b5feae73b1ed116b5a7763af3db59923970f91c7d33d7ed1993a95cd
MD5 e40fcb84ff20af501b42f200a75d680b
BLAKE2b-256 7350bdccd21a4b2512de093b50b2433ec6d6f9a3345ff381ad51db97c788cfca

See more details on using hashes here.

File details

Details for the file rdkit_pypi-2022.3.1b1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

  • Download URL: rdkit_pypi-2022.3.1b1-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.1b1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 09c55a6e6a786c7385f3ba93e0c8b9bc3a1e1243a2717d37b93a31f71b9db4b4
MD5 dd7a4dabc43935ff1d38c69ec9cefef8
BLAKE2b-256 31ac774d3d9f4e69378fd99d53f7927e405d0babdc3f2fde50d7260e99feb9ed

See more details on using hashes here.

File details

Details for the file rdkit_pypi-2022.3.1b1-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

  • Download URL: rdkit_pypi-2022.3.1b1-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.1b1-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7bea20575b6dc780788042339075461205dd85745fd23d4af349cd311d90c263
MD5 3af74fc62af687c9ac6d245d96e0090a
BLAKE2b-256 a46f7365d72c2bac5ad485102d43ed3e2ee60551fabcf36265e14855498963d4

See more details on using hashes here.

File details

Details for the file rdkit_pypi-2022.3.1b1-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: rdkit_pypi-2022.3.1b1-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.1b1-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 0cdb265f13e27d2cd49d7ed01b475214a4f7f10a9ca0443c0e39bac93da74197
MD5 9f4c881520b6bc59f6301f353876a575
BLAKE2b-256 c9a99cfc2e60b7cba3362eb1093744e6af7871e864f57d503e7efcd7c18dbaf2

See more details on using hashes here.

File details

Details for the file rdkit_pypi-2022.3.1b1-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: rdkit_pypi-2022.3.1b1-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 13.4 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.1b1-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 509ffb9c79513b115e95638b527e2be3965ba013a8520a3f264d8df09420c588
MD5 39b619d9c3331f8dd04c5b9eebc01762
BLAKE2b-256 7db8d67704a6bc4e8fd7a0f9fced41bc27537173ba30ab585f3865656affc495

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rdkit_pypi-2022.3.1b1-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.1b1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5a53ed52e64a87b0c73812eea8961bdfaffc32b8fb9d07cf987b7aae923c0db2
MD5 eb46e5ca46fd0886a8624eee45159f66
BLAKE2b-256 967baca42238d19d355f06b2a325a702765fb4060ff4958503518bb1bd8a9756

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rdkit_pypi-2022.3.1b1-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.1b1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 efb7491ecfddbaaeaa6d320a570af6ff781126ce036643dacda7188c675b1b13
MD5 2fa84094ad76490d122d51183e872ded
BLAKE2b-256 7e4191507bc108c41b1018a0c6e2ae5b534f8d4cdfcf18a03a435aee5c369c87

See more details on using hashes here.

File details

Details for the file rdkit_pypi-2022.3.1b1-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: rdkit_pypi-2022.3.1b1-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.1b1-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 7f474de773a4fcf6da3be8012dc2bff87caaa318bc563207bd5aad88b884553d
MD5 b7d0bc456a5e01c1ec17a7179a010872
BLAKE2b-256 784e2284fe9f81bbebee5365d0013582ad5bf00f3926f27d7453bb5299d577c7

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