Skip to main content

Python Dock RMSD calculation

Project description

DockRMSD

Linux macOS Windows

PyPI implementation

Abstract

Docked Root-mean-square deviation of atomic positions Paper

DockRMSD is capable of deterministically identifying the minimum symmetry-corrected RMSD and is able to do so without significant loss of computational efficiency compared to other methods. The open-source DockRMSD program can be conveniently integrated with various docking pipelines to assist with accurate atomic mapping and RMSD calculations, which can therefore help improve docking performance, especially for ligand molecules with complicated structural symmetry

Descriptions

GitHub license Build Github Status PyPI version

formula

formula

Paper extract

Computer-aided drug design, in particular protein–ligand docking, has brought about the discovery of many biologically active drugs [1, 2]. In many protein–ligand docking programs, a flexible small molecule structure is docked in a rigid protein receptor structure in order to find the optimal binding conformation and affinity of the small molecule within the protein binding pocket. Since the ability of these programs to accurately assess binding affinity is dependent on their ability to find the optimal conformation of the ligand in the protein binding pocket, docking programs are often benchmarked by their ability to reproduce the native binding pose of a ligand from a protein–ligand complex crystal structure. A common metric used to evaluate distance between the predicted pose and the native pose, given a superposition of their protein receptor structures, is the root mean square deviation (RMSD) between their respective atoms

DockRMSD PDF paper

Usage

Please use mamba for fast download and installation

conda install mamba -n base -c conda-forge

Local Install

*NIX systems only: Linux and MacOS

Remove all previous pydockrmsd installation

If you have MacOS with apple silicon 'M' processor, please use manual installation. Github Action cannot handle apple silicon yet

pip uninstall pydockrmsd
mamba env create --name pydockrmsd --file condaenv/requirement.yml
conda activate pydockrmsd
mamba env update --name pydockrmsd --file condaenv/ci-cd.yml --prune
./scripts/install.sh

Pypi install

Build Requirement

pip install -r requirements.txt

Direct Download

pip install pydockrmsd # pypi source

Example

Python atom mapping and RMSD calculation of symmetric molecules through graph isomorphism. Journal of Cheminformatics, 11:40 (2019).

PyDockRMSD Written by Barre Kevin, DockRMSD Written by Eric Bell

Os supported

  • Linux
  • Mac OS
  • Windows

Tools used

Cython Python

Documentation

Simple Usage

from pydockrmsd.dockrmsd import PyDockRMSD
import pydockrmsd.hungarian as hungarian
dockrmsd = PyDockRMSD("./data/targets/1a8i/crystal.mol2",
                      "./data/targets/1a8i/vina1.mol2")
print(dockrmsd.rmsd)
print(dockrmsd.total_of_possible_mappings)
print(dockrmsd.optimal_mapping)
print(dockrmsd.error)
print(hungarian("./data/targets/1a8i/crystal.mol2",
                "./data/targets/1a8i/vina1.mol2"))

License

This project is open source licensed under the EUROPEAN UNION PUBLIC LICENCE v. 1.2 EUPL © the European Union 2007, 2016 License. Please see the LICENSE file for more information.

Local documentation

pdoc3 pydockrmsd --http localhost:8080

Tag:

  • v: Version
  • d: Documentation
  • b: Build
  • p: Publish
  • t: Test

Issues

Corresponding issues:

CHANGELOG file

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.

pydockrmsd-1.0.0-pp37-pypy37_pp73-win32.whl (29.9 kB view details)

Uploaded PyPyWindows x86

pydockrmsd-1.0.0-pp37-pypy37_pp73-manylinux2010_x86_64.whl (36.9 kB view details)

Uploaded PyPymanylinux: glibc 2.12+ x86-64

pydockrmsd-1.0.0-pp37-pypy37_pp73-macosx_10_9_x86_64.whl (31.4 kB view details)

Uploaded PyPymacOS 10.9+ x86-64

pydockrmsd-1.0.0-pp36-pypy36_pp73-win32.whl (31.9 kB view details)

Uploaded PyPyWindows x86

pydockrmsd-1.0.0-pp36-pypy36_pp73-manylinux2010_x86_64.whl (36.9 kB view details)

Uploaded PyPymanylinux: glibc 2.12+ x86-64

pydockrmsd-1.0.0-pp36-pypy36_pp73-macosx_10_9_x86_64.whl (31.4 kB view details)

Uploaded PyPymacOS 10.9+ x86-64

pydockrmsd-1.0.0-cp39-cp39-win_amd64.whl (35.2 kB view details)

Uploaded CPython 3.9Windows x86-64

pydockrmsd-1.0.0-cp39-cp39-win32.whl (31.7 kB view details)

Uploaded CPython 3.9Windows x86

pydockrmsd-1.0.0-cp39-cp39-manylinux2010_x86_64.whl (114.2 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.12+ x86-64

pydockrmsd-1.0.0-cp39-cp39-manylinux2010_i686.whl (107.4 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.12+ i686

pydockrmsd-1.0.0-cp39-cp39-manylinux1_x86_64.whl (114.2 kB view details)

Uploaded CPython 3.9

pydockrmsd-1.0.0-cp39-cp39-manylinux1_i686.whl (107.4 kB view details)

Uploaded CPython 3.9

pydockrmsd-1.0.0-cp39-cp39-macosx_10_9_x86_64.whl (35.6 kB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

pydockrmsd-1.0.0-cp38-cp38-win_amd64.whl (35.2 kB view details)

Uploaded CPython 3.8Windows x86-64

pydockrmsd-1.0.0-cp38-cp38-win32.whl (31.7 kB view details)

Uploaded CPython 3.8Windows x86

pydockrmsd-1.0.0-cp38-cp38-manylinux2010_x86_64.whl (115.5 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.12+ x86-64

pydockrmsd-1.0.0-cp38-cp38-manylinux2010_i686.whl (109.0 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.12+ i686

pydockrmsd-1.0.0-cp38-cp38-manylinux1_x86_64.whl (115.5 kB view details)

Uploaded CPython 3.8

pydockrmsd-1.0.0-cp38-cp38-manylinux1_i686.whl (109.0 kB view details)

Uploaded CPython 3.8

pydockrmsd-1.0.0-cp38-cp38-macosx_10_9_x86_64.whl (35.5 kB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

pydockrmsd-1.0.0-cp37-cp37m-win_amd64.whl (35.0 kB view details)

Uploaded CPython 3.7mWindows x86-64

pydockrmsd-1.0.0-cp37-cp37m-win32.whl (31.6 kB view details)

Uploaded CPython 3.7mWindows x86

pydockrmsd-1.0.0-cp37-cp37m-manylinux2010_x86_64.whl (110.1 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.12+ x86-64

pydockrmsd-1.0.0-cp37-cp37m-manylinux2010_i686.whl (104.0 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.12+ i686

pydockrmsd-1.0.0-cp37-cp37m-manylinux1_x86_64.whl (110.1 kB view details)

Uploaded CPython 3.7m

pydockrmsd-1.0.0-cp37-cp37m-manylinux1_i686.whl (104.0 kB view details)

Uploaded CPython 3.7m

pydockrmsd-1.0.0-cp37-cp37m-macosx_10_9_x86_64.whl (35.4 kB view details)

Uploaded CPython 3.7mmacOS 10.9+ x86-64

pydockrmsd-1.0.0-cp36-cp36m-win_amd64.whl (38.7 kB view details)

Uploaded CPython 3.6mWindows x86-64

pydockrmsd-1.0.0-cp36-cp36m-win32.whl (33.9 kB view details)

Uploaded CPython 3.6mWindows x86

pydockrmsd-1.0.0-cp36-cp36m-manylinux2010_x86_64.whl (109.8 kB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.12+ x86-64

pydockrmsd-1.0.0-cp36-cp36m-manylinux2010_i686.whl (103.4 kB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.12+ i686

pydockrmsd-1.0.0-cp36-cp36m-manylinux1_x86_64.whl (109.8 kB view details)

Uploaded CPython 3.6m

pydockrmsd-1.0.0-cp36-cp36m-manylinux1_i686.whl (103.4 kB view details)

Uploaded CPython 3.6m

pydockrmsd-1.0.0-cp36-cp36m-macosx_10_9_x86_64.whl (35.4 kB view details)

Uploaded CPython 3.6mmacOS 10.9+ x86-64

File details

Details for the file pydockrmsd-1.0.0-pp37-pypy37_pp73-win32.whl.

File metadata

  • Download URL: pydockrmsd-1.0.0-pp37-pypy37_pp73-win32.whl
  • Upload date:
  • Size: 29.9 kB
  • Tags: PyPy, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/33.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2

File hashes

Hashes for pydockrmsd-1.0.0-pp37-pypy37_pp73-win32.whl
Algorithm Hash digest
SHA256 8789339bc08f170d636d114ac5f04c05f1e61d9ce2d5ea2d7d643ad0ff6fd00d
MD5 ffed01f1310806f9398076d060168b6a
BLAKE2b-256 c08287164818f7f5690915e12eb03dc7aaa67a11fd08cdda1bba46f410e45078

See more details on using hashes here.

File details

Details for the file pydockrmsd-1.0.0-pp37-pypy37_pp73-manylinux2010_x86_64.whl.

File metadata

  • Download URL: pydockrmsd-1.0.0-pp37-pypy37_pp73-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 36.9 kB
  • Tags: PyPy, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/33.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2

File hashes

Hashes for pydockrmsd-1.0.0-pp37-pypy37_pp73-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 305b8779c722fecfde86aecad63a29beb5060d35a3ac9d67781d2b577bbfaad4
MD5 185d20a8f596717a88a543eb08de6f30
BLAKE2b-256 30597039720167014a4668599414e303b25b8018851b48042c3026a3302e3b9f

See more details on using hashes here.

File details

Details for the file pydockrmsd-1.0.0-pp37-pypy37_pp73-manylinux1_x86_64.whl.

File metadata

  • Download URL: pydockrmsd-1.0.0-pp37-pypy37_pp73-manylinux1_x86_64.whl
  • Upload date:
  • Size: 36.9 kB
  • Tags: PyPy
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/33.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2

File hashes

Hashes for pydockrmsd-1.0.0-pp37-pypy37_pp73-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 79f6037c615d80270d84024beab3fc2d1e00adab0e20f0293174b623e97e65f6
MD5 347b68dd7cdeba11aa624f5fabcd3466
BLAKE2b-256 b29024883c97d5e1c565a626b2d9836efbc5ec74e79325a5d56c93e8b24cd5ad

See more details on using hashes here.

File details

Details for the file pydockrmsd-1.0.0-pp37-pypy37_pp73-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: pydockrmsd-1.0.0-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 31.4 kB
  • Tags: PyPy, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/33.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2

File hashes

Hashes for pydockrmsd-1.0.0-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 32d7829009309833db5c02ce4e71a2b0a5a0866c575a333b44a5bd2802927ff6
MD5 5adf6ae1375d8a2f0cd98310e6538800
BLAKE2b-256 4c3b36fe07f0000eb12ec655187a5faf059057dceb251a739ae65ba19ef15db4

See more details on using hashes here.

File details

Details for the file pydockrmsd-1.0.0-pp36-pypy36_pp73-win32.whl.

File metadata

  • Download URL: pydockrmsd-1.0.0-pp36-pypy36_pp73-win32.whl
  • Upload date:
  • Size: 31.9 kB
  • Tags: PyPy, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/33.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2

File hashes

Hashes for pydockrmsd-1.0.0-pp36-pypy36_pp73-win32.whl
Algorithm Hash digest
SHA256 fca9c657a9e3bdc98cfeeb2ad4c10c56c28401b8033e6bea981abc6217d25803
MD5 e9bc993d421cbe074bc51e7bf6ae9983
BLAKE2b-256 f300b5e5c2a97ad10ab32c7e69574780136f6126328ed808042385ca7ff0862d

See more details on using hashes here.

File details

Details for the file pydockrmsd-1.0.0-pp36-pypy36_pp73-manylinux2010_x86_64.whl.

File metadata

  • Download URL: pydockrmsd-1.0.0-pp36-pypy36_pp73-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 36.9 kB
  • Tags: PyPy, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/33.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2

File hashes

Hashes for pydockrmsd-1.0.0-pp36-pypy36_pp73-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 a6dcb64853010a6e2ef59b99d3185d95413ab66101b9714e3c8a23b90abad765
MD5 bbc26d42f21e051515b86a8c6092a854
BLAKE2b-256 26b2b7ad161c8b6190cf3e2652f92c5be640313768dcdad40aa0cad4d491b973

See more details on using hashes here.

File details

Details for the file pydockrmsd-1.0.0-pp36-pypy36_pp73-manylinux1_x86_64.whl.

File metadata

  • Download URL: pydockrmsd-1.0.0-pp36-pypy36_pp73-manylinux1_x86_64.whl
  • Upload date:
  • Size: 36.9 kB
  • Tags: PyPy
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/33.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2

File hashes

Hashes for pydockrmsd-1.0.0-pp36-pypy36_pp73-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 2804821e2fdbc443bbfb6651c8fa9d6aa5f96691f715a18d0a42e63a80a1cd7e
MD5 9ee73688ee45e4fe40da9ee04086f82b
BLAKE2b-256 013c80aa2e82571ffd8aae789153b1e4fbe308198f12ce9bc055c242b4c74bc0

See more details on using hashes here.

File details

Details for the file pydockrmsd-1.0.0-pp36-pypy36_pp73-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: pydockrmsd-1.0.0-pp36-pypy36_pp73-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 31.4 kB
  • Tags: PyPy, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/33.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2

File hashes

Hashes for pydockrmsd-1.0.0-pp36-pypy36_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 2abea946944807143d53293ce2507797b04b922b6f952db9789c59f28a8f5900
MD5 8c182d050851353c52357fe4946cbe31
BLAKE2b-256 1d41cd8f9ca6dc3cd83e7f3780f61b803d6969ca27f24458ae38ce01dc13fa93

See more details on using hashes here.

File details

Details for the file pydockrmsd-1.0.0-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: pydockrmsd-1.0.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 35.2 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/33.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2

File hashes

Hashes for pydockrmsd-1.0.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 01d6e588e2262b5111d82195a95b0eaa7ec641bdc1831b88d081fb82af2ea5a7
MD5 067457a9e5ed719e071958bca4052a49
BLAKE2b-256 e66d0a3fb5787cd4566456730faacbad306ea83a9b11fb1eb58b87166a64a4aa

See more details on using hashes here.

File details

Details for the file pydockrmsd-1.0.0-cp39-cp39-win32.whl.

File metadata

  • Download URL: pydockrmsd-1.0.0-cp39-cp39-win32.whl
  • Upload date:
  • Size: 31.7 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/33.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2

File hashes

Hashes for pydockrmsd-1.0.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 75915ab682884efcdb46738a0c7a3f15661c2e6da6dc62d5cf38ba42fa82e2ae
MD5 0dc3080a80d71d45f047f5f232288fa7
BLAKE2b-256 fb7064505ce339dde922a02d896676b2348119b46490947fe986f9b48ed24db1

See more details on using hashes here.

File details

Details for the file pydockrmsd-1.0.0-cp39-cp39-manylinux2010_x86_64.whl.

File metadata

  • Download URL: pydockrmsd-1.0.0-cp39-cp39-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 114.2 kB
  • Tags: CPython 3.9, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/33.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2

File hashes

Hashes for pydockrmsd-1.0.0-cp39-cp39-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 0591a5560c30bb6b063fd7ea78a0f9fa22966d9a1545563292b0c6d304c077d4
MD5 5ad23b9b39b6d3f9704be94537c5dfe4
BLAKE2b-256 5cee96cd2d21fab2d302c5a83b4774ace9601ffe76f2e1537385e56a4ef6b8e4

See more details on using hashes here.

File details

Details for the file pydockrmsd-1.0.0-cp39-cp39-manylinux2010_i686.whl.

File metadata

  • Download URL: pydockrmsd-1.0.0-cp39-cp39-manylinux2010_i686.whl
  • Upload date:
  • Size: 107.4 kB
  • Tags: CPython 3.9, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/33.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2

File hashes

Hashes for pydockrmsd-1.0.0-cp39-cp39-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 31e4b45ce55c6e41a083e0a39eb2718e1b416bc6fc1e62f5d281ccdf8e59e470
MD5 5d0573762b7c2080ebf5bfeabc79cacf
BLAKE2b-256 18f8db6a14e45f6c3049a56ff8b61d924eef1230c45026fa4e73dac82cff1af9

See more details on using hashes here.

File details

Details for the file pydockrmsd-1.0.0-cp39-cp39-manylinux1_x86_64.whl.

File metadata

  • Download URL: pydockrmsd-1.0.0-cp39-cp39-manylinux1_x86_64.whl
  • Upload date:
  • Size: 114.2 kB
  • Tags: CPython 3.9
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/33.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2

File hashes

Hashes for pydockrmsd-1.0.0-cp39-cp39-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 f2ffe4ffb9028bc206aac5a45395f28c6291f0f544652ffae57f35541ebccf30
MD5 fd5f639e9d40c54544e129c00bb2c511
BLAKE2b-256 24b21215b2c049feecf0ac79f6390d2f2a24749e15751d20b57bd6f4d0a63359

See more details on using hashes here.

File details

Details for the file pydockrmsd-1.0.0-cp39-cp39-manylinux1_i686.whl.

File metadata

  • Download URL: pydockrmsd-1.0.0-cp39-cp39-manylinux1_i686.whl
  • Upload date:
  • Size: 107.4 kB
  • Tags: CPython 3.9
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/33.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2

File hashes

Hashes for pydockrmsd-1.0.0-cp39-cp39-manylinux1_i686.whl
Algorithm Hash digest
SHA256 1044c175793f09fda9f4cc6b3cbcdf1ca760f0913ec8b44a45bc96a0e7a96525
MD5 3b263a42fbdb5c66f7a9be2c147d8408
BLAKE2b-256 d7436780e5fd00acb436e7e497eadee41c3610398ee5e50faabd60a51dd6143a

See more details on using hashes here.

File details

Details for the file pydockrmsd-1.0.0-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: pydockrmsd-1.0.0-cp39-cp39-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 35.6 kB
  • 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/33.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2

File hashes

Hashes for pydockrmsd-1.0.0-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 8c05447b6982b1685c69267451a87964f9c1887b1976b71bd85d47d862c4f2ba
MD5 68ada2518f06f6c432ec614751c33b36
BLAKE2b-256 a5d65ef30d995e94fda34e35cb14156cdf1c3c9e528f50156c1160d7d80494ec

See more details on using hashes here.

File details

Details for the file pydockrmsd-1.0.0-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: pydockrmsd-1.0.0-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 35.2 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/33.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2

File hashes

Hashes for pydockrmsd-1.0.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 0359877182c58696c58872ffca91443fd01a2bfddda1f9bd5b4614b36c8bde99
MD5 d14a57a6e18b3f1df0910ac931d2024b
BLAKE2b-256 e1bdf350d107f3860d0178ab27d996b48c00be3aa5a5822bc75a0c5cab2a0205

See more details on using hashes here.

File details

Details for the file pydockrmsd-1.0.0-cp38-cp38-win32.whl.

File metadata

  • Download URL: pydockrmsd-1.0.0-cp38-cp38-win32.whl
  • Upload date:
  • Size: 31.7 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/33.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2

File hashes

Hashes for pydockrmsd-1.0.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 9358ff2615623963e936ab27ad3c6656ecc84f4d058f17f8713b0202ed484552
MD5 4479d73d9c7db7b4eec569c70cb35b64
BLAKE2b-256 aed6e91f948502a242377b3578f277c496bc873954be6f367c69338bb8f56db8

See more details on using hashes here.

File details

Details for the file pydockrmsd-1.0.0-cp38-cp38-manylinux2010_x86_64.whl.

File metadata

  • Download URL: pydockrmsd-1.0.0-cp38-cp38-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 115.5 kB
  • Tags: CPython 3.8, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/33.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2

File hashes

Hashes for pydockrmsd-1.0.0-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 482bdf13a809d3a2c1184abee6a7f336263c637b8730f0efd7ee0ea886d5a0f1
MD5 f8e15a3220f9901e2afba93b05c54071
BLAKE2b-256 6e164c0316646a7addd9b16dee2c1267a4a8081a9a8ea093eb48bb94c07b7dcb

See more details on using hashes here.

File details

Details for the file pydockrmsd-1.0.0-cp38-cp38-manylinux2010_i686.whl.

File metadata

  • Download URL: pydockrmsd-1.0.0-cp38-cp38-manylinux2010_i686.whl
  • Upload date:
  • Size: 109.0 kB
  • Tags: CPython 3.8, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/33.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2

File hashes

Hashes for pydockrmsd-1.0.0-cp38-cp38-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 94c0554ff82872ce6cbf195fdbe36ebf1bae251aab0de7c298114436f30966f0
MD5 aca9bdbd2d8b7ac43830159972d4293e
BLAKE2b-256 88274a7ae4247667f92406549c34fa5bdd2e747f5b5240c34cf9b71830258e8b

See more details on using hashes here.

File details

Details for the file pydockrmsd-1.0.0-cp38-cp38-manylinux1_x86_64.whl.

File metadata

  • Download URL: pydockrmsd-1.0.0-cp38-cp38-manylinux1_x86_64.whl
  • Upload date:
  • Size: 115.5 kB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/33.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2

File hashes

Hashes for pydockrmsd-1.0.0-cp38-cp38-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 c1b1d4d5cdc98109aa2abafe2dfe9b98f6674a36931da2f5e4be79be13fd304d
MD5 62c0a9eea30d6b4ccecc0c75fb6e91fb
BLAKE2b-256 ff85ea8c34f88a0c567b58a27f92e5029d426cefcc54ce97d2c6ff815106f7af

See more details on using hashes here.

File details

Details for the file pydockrmsd-1.0.0-cp38-cp38-manylinux1_i686.whl.

File metadata

  • Download URL: pydockrmsd-1.0.0-cp38-cp38-manylinux1_i686.whl
  • Upload date:
  • Size: 109.0 kB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/33.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2

File hashes

Hashes for pydockrmsd-1.0.0-cp38-cp38-manylinux1_i686.whl
Algorithm Hash digest
SHA256 636d2a24a64fd4fa4f62ab48a542807bf64059897a026930a7dc282695005833
MD5 866520508fca7504c8e90bdbc795eedd
BLAKE2b-256 5c255bfa666e0e630e7e8f65a7709ea509c6546927fe71208e9c1466a23d0748

See more details on using hashes here.

File details

Details for the file pydockrmsd-1.0.0-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: pydockrmsd-1.0.0-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 35.5 kB
  • 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/33.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2

File hashes

Hashes for pydockrmsd-1.0.0-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 2f230335cdac1050ece2b848e85a9de31dae6f55f9b0a59a5b1fe02d482ee7a6
MD5 cca5c4a10f5e3ecd2a88ec5e30631ab1
BLAKE2b-256 2873654b6381c8af771f2031587d41e8a4165a27ecea080bb168d2a50cee558b

See more details on using hashes here.

File details

Details for the file pydockrmsd-1.0.0-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: pydockrmsd-1.0.0-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 35.0 kB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/33.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2

File hashes

Hashes for pydockrmsd-1.0.0-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 ef0c2951e4ed4837159c09ccaf84b34bb7e6fbc415b56e2c74b9a66d453358e8
MD5 d2235b022ffba2caeacc8e68913a29e9
BLAKE2b-256 5343021e5c531c0027d5dc94e7de241e7f7e83ae66d38c97b621021d2649de0a

See more details on using hashes here.

File details

Details for the file pydockrmsd-1.0.0-cp37-cp37m-win32.whl.

File metadata

  • Download URL: pydockrmsd-1.0.0-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 31.6 kB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/33.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2

File hashes

Hashes for pydockrmsd-1.0.0-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 ffc446a9880cb9f9795bbe604c55a9a1a9b7c411685ed1d61fe24774380a3b18
MD5 c0aaf800a38c11b1e5738726c9b4828a
BLAKE2b-256 aa843156e6e9c5f8a0bce2fc727d7fef827213b5d20d318bd2320a88b0bf4ffe

See more details on using hashes here.

File details

Details for the file pydockrmsd-1.0.0-cp37-cp37m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: pydockrmsd-1.0.0-cp37-cp37m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 110.1 kB
  • Tags: CPython 3.7m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/33.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2

File hashes

Hashes for pydockrmsd-1.0.0-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 79c8291c68914697cacc8d4de289bc7777a7eb3e815630cdaefd37f988bdbd09
MD5 7fb8de1e9cea592dbd72d1b31b19c371
BLAKE2b-256 4c94e67b78a7a28cf91b4bfcdd302265e7985c828257d335f1d8a52031dfe711

See more details on using hashes here.

File details

Details for the file pydockrmsd-1.0.0-cp37-cp37m-manylinux2010_i686.whl.

File metadata

  • Download URL: pydockrmsd-1.0.0-cp37-cp37m-manylinux2010_i686.whl
  • Upload date:
  • Size: 104.0 kB
  • Tags: CPython 3.7m, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/33.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2

File hashes

Hashes for pydockrmsd-1.0.0-cp37-cp37m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 faf73eeccb0d4daa2938a7d591990e1b684c75f032eab1af9cc23165103da691
MD5 ded24820ed75a5c6824388acd90bdfce
BLAKE2b-256 f23b25f318291212c9018a3868ee0a168f1cbf4231661f62cb6fdfab54454af6

See more details on using hashes here.

File details

Details for the file pydockrmsd-1.0.0-cp37-cp37m-manylinux1_x86_64.whl.

File metadata

  • Download URL: pydockrmsd-1.0.0-cp37-cp37m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 110.1 kB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/33.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2

File hashes

Hashes for pydockrmsd-1.0.0-cp37-cp37m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 e76b9a0ea6963f96e8249c78db82156819920a8cda679a02714dc8d7729cc4f8
MD5 e9c26bd9663cd35ca4294d0d68c4cb67
BLAKE2b-256 15eb0cb20ca98aa757a9e6ee0a0d838c5c10384c9f2c057ffe4d47da98df9f00

See more details on using hashes here.

File details

Details for the file pydockrmsd-1.0.0-cp37-cp37m-manylinux1_i686.whl.

File metadata

  • Download URL: pydockrmsd-1.0.0-cp37-cp37m-manylinux1_i686.whl
  • Upload date:
  • Size: 104.0 kB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/33.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2

File hashes

Hashes for pydockrmsd-1.0.0-cp37-cp37m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 d7394f184a616d0c2a23543fadd00b1a34cc2ff364e9cb7f3cfe992f7b223396
MD5 a3d21c2400fc10eb9a11f192ae2196d0
BLAKE2b-256 cea7cf3c03556c9df21a0935f2c9c36fd35e0badcb7c677c4912dcf333227ecc

See more details on using hashes here.

File details

Details for the file pydockrmsd-1.0.0-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: pydockrmsd-1.0.0-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 35.4 kB
  • 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/33.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2

File hashes

Hashes for pydockrmsd-1.0.0-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 fddbc369740472aa6fc86c072fbaaf4e435d126111d3d2ee15004580fa393a68
MD5 fbcd6fba29401d27e6d74475d450d826
BLAKE2b-256 4118f666f3ea91f483937bca3d521e3423f7c61570471c24cca5ab017cfbc5f2

See more details on using hashes here.

File details

Details for the file pydockrmsd-1.0.0-cp36-cp36m-win_amd64.whl.

File metadata

  • Download URL: pydockrmsd-1.0.0-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 38.7 kB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/33.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2

File hashes

Hashes for pydockrmsd-1.0.0-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 3adbc84a9cbfc8a6fd0d2bd318e082d6e3eae44672367a6b0154ff4d6c4aa2bf
MD5 b4830e6c95bbff17a84db33e70c8cbc9
BLAKE2b-256 2a55a3d080aec4be2a2cf175337323489157862e4b9ea595abfbe4add4fce03d

See more details on using hashes here.

File details

Details for the file pydockrmsd-1.0.0-cp36-cp36m-win32.whl.

File metadata

  • Download URL: pydockrmsd-1.0.0-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 33.9 kB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/33.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2

File hashes

Hashes for pydockrmsd-1.0.0-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 56eb1741069305f63b322642a448b26f07ec662e0986b437c17a6f57462c7a3e
MD5 ea922419d9de6e54bb3d71e5ae6ba823
BLAKE2b-256 f16cd31fdd881833ca86eafdf8dbb35ef425b4f5e7ebd048d81d2b4864c99f5b

See more details on using hashes here.

File details

Details for the file pydockrmsd-1.0.0-cp36-cp36m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: pydockrmsd-1.0.0-cp36-cp36m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 109.8 kB
  • Tags: CPython 3.6m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/33.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2

File hashes

Hashes for pydockrmsd-1.0.0-cp36-cp36m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 602eda70eaae9b959779223de7b6fd9d39465119f799c9fefd09516f92c0869a
MD5 6794b8141af1458492b0d2342c763831
BLAKE2b-256 9190063e6430ad43b08c5d1a1b08f58845d0fc9006b1a8956a67cc9ff299ddf1

See more details on using hashes here.

File details

Details for the file pydockrmsd-1.0.0-cp36-cp36m-manylinux2010_i686.whl.

File metadata

  • Download URL: pydockrmsd-1.0.0-cp36-cp36m-manylinux2010_i686.whl
  • Upload date:
  • Size: 103.4 kB
  • Tags: CPython 3.6m, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/33.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2

File hashes

Hashes for pydockrmsd-1.0.0-cp36-cp36m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 643a8bb7aa4fe52d225d8cab6f8cd73928d606b5e9620c4a930faec4033a0506
MD5 f39ba74a6555051532c02896afa5570c
BLAKE2b-256 8a756211aff1a31194d9ce7565e17518f6bcae5c297a92d1ef5eea2c584d84a1

See more details on using hashes here.

File details

Details for the file pydockrmsd-1.0.0-cp36-cp36m-manylinux1_x86_64.whl.

File metadata

  • Download URL: pydockrmsd-1.0.0-cp36-cp36m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 109.8 kB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/33.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2

File hashes

Hashes for pydockrmsd-1.0.0-cp36-cp36m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 51a7da321d2e97b7c02414e2bead24550def07a265d061339f794fbb4bde9b3f
MD5 b4236529e995ce8295e96479560ab6a2
BLAKE2b-256 0804ec59916ea6b0c83711a85466fb16e21df9b88bdc742dae4c3edf52bd322e

See more details on using hashes here.

File details

Details for the file pydockrmsd-1.0.0-cp36-cp36m-manylinux1_i686.whl.

File metadata

  • Download URL: pydockrmsd-1.0.0-cp36-cp36m-manylinux1_i686.whl
  • Upload date:
  • Size: 103.4 kB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/33.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2

File hashes

Hashes for pydockrmsd-1.0.0-cp36-cp36m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 9998dfb9efcce30b8a86c3cde833f224d26a217ec8109489772c0a673f477586
MD5 2819c156c7407f753853dcb183cbf803
BLAKE2b-256 1b071b218a3aa87adf260e87376f594744222bf553b28aac1ecd3e5057b562ce

See more details on using hashes here.

File details

Details for the file pydockrmsd-1.0.0-cp36-cp36m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: pydockrmsd-1.0.0-cp36-cp36m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 35.4 kB
  • Tags: CPython 3.6m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/33.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2

File hashes

Hashes for pydockrmsd-1.0.0-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 41aa998342a91601dcef415b323d07fcb0b2aa034ae77f877087663704e8a006
MD5 d27554e9105b9098ca83d3e8d5383b74
BLAKE2b-256 4afa75880264078fd6faf48d3785ce840ed3404a561987c56ccc5b142602cb7a

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