Skip to main content

Toolkit for interfacing with CryoSPARC

Project description

cryosparc-tools

PyPI Python package

Toolkit for interfacing with CryoSPARC. Read the documentation at tools.cryosparc.com

Getting Help and Reporting Bugs

For usage questions and general discussion about cryosparc-tools scripts and functions, please post to the CryoSPARC discussion forum under the Scripting category.

If you would like to request or propose a feature, change or fix for cryosparc-tools source code, please either report an issue or submit a pull request.

See CONTRIBUTING.md for full details.

Development

Prerequisites

  • Git and Git LFS
  • Python >= 3.8
  • C compiler such as GCC or Clang

Set Up

  1. Clone this repository
    git clone --recursive https://github.com/cryoem-uoft/cryosparc-tools.git
    cd cryosparc-tools
    git lfs pull
    
  2. (Optional) Create and activate a virtual environment
    python3 -m venv .venv
    source .venv/bin/activate  # macOS / Linux
    # OR
    .venv\Scripts\activate.bat  # Windows
    
  3. Install dev dependencies and build native modules
    pip install -U pip wheel
    pip install -e ".[dev]"
    
  4. Install pre-commit hooks
    pre-commit install
    

Re-compile native module

Recompile native modules after making changes to C code:

python -m setup build_ext -i

Build Packages for Publishing

Install build dependencies

pip install -e ".[build]"

Run the build

python -m build

Packages for the current architecture and python version are added to the dist/ directory.

Build Documentation

Documentation is located in the docs directory and is powered by Jupyter Book.

To build the docs, install build dependencies

pip install -e ".[build]"

Then run Jupyter Book

jupyter-book build docs

Site will be be built into the docs/_build/html directory.

Note: Jupyter Book is not configured to re-run example notebooks upon build since the notebooks require an active CryoSPARC instance to run.

See the Run Example Notebooks section for instructions on how to run the notebooks.

Inline source documentation is compiled to HTML via Sphinx and uses Google Style Python docstrings.

Run Example Notebooks

The Jupyter notebooks in the example documentation require additional dependencies to execute, including the following system configuration:

  • Nvidia GPU and driver
  • Miniconda or Miniforge installed
  • CryoSPARC running at localhost:40000 or cryoem0:40000 (can alias cryoem0 to localhost)

Clean previous build artefacts:

rm -rf cryosparc/*.so build dist *.egg-info

Install dependencies into a new conda environment:

conda create -n cryosparc-tools-example -c conda-forge python=3 numpy=1.18.5 \
    pyqt=5 libtiff wxPython=4.1.1 adwaita-icon-theme 'setuptools<66'  # exclude these dependencies if you don't need cryolo
conda activate cryosparc-tools-example
pip install cryosparc-tools matplotlib~=3.4.0 pandas~=1.1.0 notebook
pip install 'cryolo[c11]' --extra-index-url https://pypi.ngc.nvidia.com   # optional, only if you want to use cryolo

Before you run the notebook server, you may need to set the LD_LIBRARY_PATH variable to include the location of CUDA Toolkit and cuDNN runtime libraries. e.g.,

export LD_LIBRARY_PATH="$HOME/miniconda3/envs/tools/lib/python3.8/site-packages/nvidia/*/lib"

Run the notebook server

jupyter notebook

Find examples in docs/examples directory

License

cryosparc-tools is licensed under the BSD-3-Clause license.

Project details


Download files

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

Source Distribution

cryosparc_tools-5.0.2.tar.gz (396.8 kB view details)

Uploaded Source

Built Distributions

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

cryosparc_tools-5.0.2-cp314-cp314t-win_arm64.whl (537.3 kB view details)

Uploaded CPython 3.14tWindows ARM64

cryosparc_tools-5.0.2-cp314-cp314t-win_amd64.whl (566.8 kB view details)

Uploaded CPython 3.14tWindows x86-64

cryosparc_tools-5.0.2-cp314-cp314t-win32.whl (545.9 kB view details)

Uploaded CPython 3.14tWindows x86

cryosparc_tools-5.0.2-cp314-cp314t-musllinux_1_2_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

cryosparc_tools-5.0.2-cp314-cp314t-musllinux_1_2_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

cryosparc_tools-5.0.2-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

cryosparc_tools-5.0.2-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

cryosparc_tools-5.0.2-cp314-cp314t-macosx_11_0_arm64.whl (599.6 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

cryosparc_tools-5.0.2-cp314-cp314t-macosx_10_15_x86_64.whl (602.5 kB view details)

Uploaded CPython 3.14tmacOS 10.15+ x86-64

cryosparc_tools-5.0.2-cp314-cp314t-macosx_10_15_universal2.whl (760.8 kB view details)

Uploaded CPython 3.14tmacOS 10.15+ universal2 (ARM64, x86-64)

cryosparc_tools-5.0.2-cp314-cp314-win_arm64.whl (531.4 kB view details)

Uploaded CPython 3.14Windows ARM64

cryosparc_tools-5.0.2-cp314-cp314-win_amd64.whl (548.4 kB view details)

Uploaded CPython 3.14Windows x86-64

cryosparc_tools-5.0.2-cp314-cp314-win32.whl (532.0 kB view details)

Uploaded CPython 3.14Windows x86

cryosparc_tools-5.0.2-cp314-cp314-musllinux_1_2_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

cryosparc_tools-5.0.2-cp314-cp314-musllinux_1_2_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

cryosparc_tools-5.0.2-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

cryosparc_tools-5.0.2-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

cryosparc_tools-5.0.2-cp314-cp314-macosx_11_0_arm64.whl (592.8 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

cryosparc_tools-5.0.2-cp314-cp314-macosx_10_15_x86_64.whl (597.8 kB view details)

Uploaded CPython 3.14macOS 10.15+ x86-64

cryosparc_tools-5.0.2-cp314-cp314-macosx_10_15_universal2.whl (749.6 kB view details)

Uploaded CPython 3.14macOS 10.15+ universal2 (ARM64, x86-64)

cryosparc_tools-5.0.2-cp313-cp313-win_arm64.whl (525.9 kB view details)

Uploaded CPython 3.13Windows ARM64

cryosparc_tools-5.0.2-cp313-cp313-win_amd64.whl (543.3 kB view details)

Uploaded CPython 3.13Windows x86-64

cryosparc_tools-5.0.2-cp313-cp313-win32.whl (527.4 kB view details)

Uploaded CPython 3.13Windows x86

cryosparc_tools-5.0.2-cp313-cp313-musllinux_1_2_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

cryosparc_tools-5.0.2-cp313-cp313-musllinux_1_2_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

cryosparc_tools-5.0.2-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

cryosparc_tools-5.0.2-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

cryosparc_tools-5.0.2-cp313-cp313-macosx_11_0_arm64.whl (587.2 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

cryosparc_tools-5.0.2-cp313-cp313-macosx_10_13_x86_64.whl (592.9 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

cryosparc_tools-5.0.2-cp313-cp313-macosx_10_13_universal2.whl (743.7 kB view details)

Uploaded CPython 3.13macOS 10.13+ universal2 (ARM64, x86-64)

cryosparc_tools-5.0.2-cp312-cp312-win_arm64.whl (525.8 kB view details)

Uploaded CPython 3.12Windows ARM64

cryosparc_tools-5.0.2-cp312-cp312-win_amd64.whl (543.6 kB view details)

Uploaded CPython 3.12Windows x86-64

cryosparc_tools-5.0.2-cp312-cp312-win32.whl (527.4 kB view details)

Uploaded CPython 3.12Windows x86

cryosparc_tools-5.0.2-cp312-cp312-musllinux_1_2_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

cryosparc_tools-5.0.2-cp312-cp312-musllinux_1_2_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

cryosparc_tools-5.0.2-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

cryosparc_tools-5.0.2-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

cryosparc_tools-5.0.2-cp312-cp312-macosx_11_0_arm64.whl (588.1 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

cryosparc_tools-5.0.2-cp312-cp312-macosx_10_13_x86_64.whl (593.6 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

cryosparc_tools-5.0.2-cp312-cp312-macosx_10_13_universal2.whl (745.1 kB view details)

Uploaded CPython 3.12macOS 10.13+ universal2 (ARM64, x86-64)

cryosparc_tools-5.0.2-cp311-cp311-win_arm64.whl (525.9 kB view details)

Uploaded CPython 3.11Windows ARM64

cryosparc_tools-5.0.2-cp311-cp311-win_amd64.whl (542.0 kB view details)

Uploaded CPython 3.11Windows x86-64

cryosparc_tools-5.0.2-cp311-cp311-win32.whl (526.3 kB view details)

Uploaded CPython 3.11Windows x86

cryosparc_tools-5.0.2-cp311-cp311-musllinux_1_2_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

cryosparc_tools-5.0.2-cp311-cp311-musllinux_1_2_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

cryosparc_tools-5.0.2-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

cryosparc_tools-5.0.2-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

cryosparc_tools-5.0.2-cp311-cp311-macosx_11_0_arm64.whl (587.5 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

cryosparc_tools-5.0.2-cp311-cp311-macosx_10_9_x86_64.whl (591.8 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

cryosparc_tools-5.0.2-cp311-cp311-macosx_10_9_universal2.whl (742.9 kB view details)

Uploaded CPython 3.11macOS 10.9+ universal2 (ARM64, x86-64)

cryosparc_tools-5.0.2-cp310-cp310-win_arm64.whl (525.7 kB view details)

Uploaded CPython 3.10Windows ARM64

cryosparc_tools-5.0.2-cp310-cp310-win_amd64.whl (541.6 kB view details)

Uploaded CPython 3.10Windows x86-64

cryosparc_tools-5.0.2-cp310-cp310-win32.whl (526.2 kB view details)

Uploaded CPython 3.10Windows x86

cryosparc_tools-5.0.2-cp310-cp310-musllinux_1_2_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

cryosparc_tools-5.0.2-cp310-cp310-musllinux_1_2_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

cryosparc_tools-5.0.2-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

cryosparc_tools-5.0.2-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

cryosparc_tools-5.0.2-cp310-cp310-macosx_11_0_arm64.whl (587.5 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

cryosparc_tools-5.0.2-cp310-cp310-macosx_10_9_x86_64.whl (591.4 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

cryosparc_tools-5.0.2-cp310-cp310-macosx_10_9_universal2.whl (742.7 kB view details)

Uploaded CPython 3.10macOS 10.9+ universal2 (ARM64, x86-64)

cryosparc_tools-5.0.2-cp39-cp39-win_arm64.whl (526.0 kB view details)

Uploaded CPython 3.9Windows ARM64

cryosparc_tools-5.0.2-cp39-cp39-win_amd64.whl (542.0 kB view details)

Uploaded CPython 3.9Windows x86-64

cryosparc_tools-5.0.2-cp39-cp39-win32.whl (526.4 kB view details)

Uploaded CPython 3.9Windows x86

cryosparc_tools-5.0.2-cp39-cp39-musllinux_1_2_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

cryosparc_tools-5.0.2-cp39-cp39-musllinux_1_2_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

cryosparc_tools-5.0.2-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

cryosparc_tools-5.0.2-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

cryosparc_tools-5.0.2-cp39-cp39-macosx_11_0_arm64.whl (588.0 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

cryosparc_tools-5.0.2-cp39-cp39-macosx_10_9_x86_64.whl (592.0 kB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

cryosparc_tools-5.0.2-cp39-cp39-macosx_10_9_universal2.whl (743.5 kB view details)

Uploaded CPython 3.9macOS 10.9+ universal2 (ARM64, x86-64)

cryosparc_tools-5.0.2-cp38-cp38-win_amd64.whl (542.7 kB view details)

Uploaded CPython 3.8Windows x86-64

cryosparc_tools-5.0.2-cp38-cp38-win32.whl (527.3 kB view details)

Uploaded CPython 3.8Windows x86

cryosparc_tools-5.0.2-cp38-cp38-musllinux_1_2_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

cryosparc_tools-5.0.2-cp38-cp38-musllinux_1_2_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ARM64

cryosparc_tools-5.0.2-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

cryosparc_tools-5.0.2-cp38-cp38-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

cryosparc_tools-5.0.2-cp38-cp38-macosx_11_0_arm64.whl (591.1 kB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

cryosparc_tools-5.0.2-cp38-cp38-macosx_10_9_x86_64.whl (594.2 kB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

cryosparc_tools-5.0.2-cp38-cp38-macosx_10_9_universal2.whl (748.7 kB view details)

Uploaded CPython 3.8macOS 10.9+ universal2 (ARM64, x86-64)

File details

Details for the file cryosparc_tools-5.0.2.tar.gz.

File metadata

  • Download URL: cryosparc_tools-5.0.2.tar.gz
  • Upload date:
  • Size: 396.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.10.19

File hashes

Hashes for cryosparc_tools-5.0.2.tar.gz
Algorithm Hash digest
SHA256 4dabe99595c72fe8bcb4f8a89c29d04c396f0be73515160540dfb4e219e058d3
MD5 0707374872dcde23da49e106c56e4e8d
BLAKE2b-256 3872d32c1758a229b20ddf5d96797a3a1e2ef229268103f5ca4dbb486aa94b8c

See more details on using hashes here.

File details

Details for the file cryosparc_tools-5.0.2-cp314-cp314t-win_arm64.whl.

File metadata

File hashes

Hashes for cryosparc_tools-5.0.2-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 e1abe1cea2b5390335d8af07bde3a36865c9e9ad4d81f781d87847006e1091b0
MD5 2cf42b2d1f5187440e35849ed12e3a79
BLAKE2b-256 85bdde18a0d922130089b322e3b37bce04b9e5022f3bbd9afe9a8955ad4db502

See more details on using hashes here.

File details

Details for the file cryosparc_tools-5.0.2-cp314-cp314t-win_amd64.whl.

File metadata

File hashes

Hashes for cryosparc_tools-5.0.2-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 a842d6ce531a7252fec5118d714edb9f87ec7523dec45cb484d9c16fcb3c013e
MD5 04d92a84f5bac258cefdf728f49e1cbe
BLAKE2b-256 02610eaa31fc46743ba1187c6443bb7c186df27f55a7d0e9f5b31b405c048108

See more details on using hashes here.

File details

Details for the file cryosparc_tools-5.0.2-cp314-cp314t-win32.whl.

File metadata

File hashes

Hashes for cryosparc_tools-5.0.2-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 0cf0ba02ac7c89a436ef9c1af248d704bd6ddd4463ba1d94cfb1ddd72bd19c47
MD5 41d69ce33255eb3ced32f18c70632af6
BLAKE2b-256 2fc0cdc5ce4e7e7ee06a4240f62bee993aee1f8294c9d62cbf7c18f239bcd5ff

See more details on using hashes here.

File details

Details for the file cryosparc_tools-5.0.2-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for cryosparc_tools-5.0.2-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e1820db1f9ae2dae06f29cce0ea771bbabbb4fe361ea6617f4c7a6ac0f4f661d
MD5 18a40016566df59d92984c844642adc7
BLAKE2b-256 73e59fb043c790a3db782159c2e15c3a851b74181d83e112b2eeddc27b03e61f

See more details on using hashes here.

File details

Details for the file cryosparc_tools-5.0.2-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for cryosparc_tools-5.0.2-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 fa971ba51ec10171b08239d846cde216d6c79b528454225087ce37450cf62d31
MD5 2a61b42335da7fc098752aa890dbbebc
BLAKE2b-256 1b284bd95bab41e2c9bac2092110f6ece09d193c96d19e52e67e6cf1439eafa2

See more details on using hashes here.

File details

Details for the file cryosparc_tools-5.0.2-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for cryosparc_tools-5.0.2-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 7a225e662a06299ae04a4fdaf94b507883f245bb8c2418e77e5a90e60b057765
MD5 93689ebaca4ec3ed2d343585b6c7b436
BLAKE2b-256 1c62077df13ff28c5176c43a062a768c0533ee8f97b177a8698c33c101536978

See more details on using hashes here.

File details

Details for the file cryosparc_tools-5.0.2-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for cryosparc_tools-5.0.2-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 2a5f9ac5e13e13ff37586f82e12accbb3d79ed8c37b7ad200e5b6d70cfcca957
MD5 4620298c53e2d46cd05f652753544f5b
BLAKE2b-256 90308ea65a65d2dafba9b28842847de38046edf21dab6096668c10662cc75afb

See more details on using hashes here.

File details

Details for the file cryosparc_tools-5.0.2-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for cryosparc_tools-5.0.2-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2f015356e3d71f48b4f83f235561e3a6d0748e8baf704d9268773e04a3d49ba8
MD5 0d394250549405e80b2ac154d6ba019f
BLAKE2b-256 a6eb4fb30a4da9f82ec0ae140b9e602347e09a4e8b95c566a1c031ab4fad5ec5

See more details on using hashes here.

File details

Details for the file cryosparc_tools-5.0.2-cp314-cp314t-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for cryosparc_tools-5.0.2-cp314-cp314t-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 5360087f9098b24dc45128866a1429f827e91740b3e9d475e5d8dce189dd4800
MD5 237de7a5f3e7a043728876d969e37305
BLAKE2b-256 e477ecf8df1f242d163b837ecbac2de1eaf998697ae090fec633a2edf42faef6

See more details on using hashes here.

File details

Details for the file cryosparc_tools-5.0.2-cp314-cp314t-macosx_10_15_universal2.whl.

File metadata

File hashes

Hashes for cryosparc_tools-5.0.2-cp314-cp314t-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 e85041244b14239a750cf801d500d42a16e63622f4b30e4ca53f1462681500fb
MD5 74d9f347b8c1bd99f0bb0dd8d2b22a8c
BLAKE2b-256 ec790c4bddd11b566fecd3f56c0b52f5af4dab13098904e2d10d7c39d933312e

See more details on using hashes here.

File details

Details for the file cryosparc_tools-5.0.2-cp314-cp314-win_arm64.whl.

File metadata

File hashes

Hashes for cryosparc_tools-5.0.2-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 ab49afdda5538690645f2ac86b7fd34a5225c218b9c47b35809cb817f7a42e1b
MD5 6ac417274220c66e966fdeca7d585a7b
BLAKE2b-256 8823c2240c86136333177811c51b2ab8ee254a6735800b13c49f80b554d1d0f8

See more details on using hashes here.

File details

Details for the file cryosparc_tools-5.0.2-cp314-cp314-win_amd64.whl.

File metadata

File hashes

Hashes for cryosparc_tools-5.0.2-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 50d5052864ffbd7d7b7a95f16445ce43756ce7a99f7a673e7a4789a5d89034df
MD5 eafb2720b033d98e8dfb386fc7e2e046
BLAKE2b-256 ed1e4ab5cc140fbb9d79767eb1a9d765d8a54c4bba6b1760ce24348089fcf8a5

See more details on using hashes here.

File details

Details for the file cryosparc_tools-5.0.2-cp314-cp314-win32.whl.

File metadata

File hashes

Hashes for cryosparc_tools-5.0.2-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 b743d9b755821c04fbf864d256b14286a448733ace4edba23b88fff880c86506
MD5 a6c34013e118f503251d7c474f0187d0
BLAKE2b-256 844995e43213aeda94d0f0a89a0ca73c4ae2a0b2168cccbbc47835c6f5779065

See more details on using hashes here.

File details

Details for the file cryosparc_tools-5.0.2-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for cryosparc_tools-5.0.2-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d885862eeee62d3b8471aeeb56a7e08c167791cd5ad77f3133d8497bc19d52d6
MD5 9a4bb77ba9f3f4095bfa69d74cdac358
BLAKE2b-256 9229915294f44c8919ea866f5253e860b4fad934879f04801b39035a9e8c8538

See more details on using hashes here.

File details

Details for the file cryosparc_tools-5.0.2-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for cryosparc_tools-5.0.2-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4ca33328490eab95259ba9e2ee5f99538963df8c52693a95e0a7ae3445a097a7
MD5 c6d9bb8173a6eccb16a23715ccb4e09b
BLAKE2b-256 1087b5c73d3db5704a70e438b2f14e153d12a7795efc8560a02a8c9c229c027b

See more details on using hashes here.

File details

Details for the file cryosparc_tools-5.0.2-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for cryosparc_tools-5.0.2-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 7cfd2733585a22633fec856052e1fe91c157b8a62e8d64f4fccdaadae3ba8074
MD5 66531cd0028c871b3bd69e239e7d26c2
BLAKE2b-256 1e78871009fee25f028b63054b7e6cc10829f16cf87437f7f8f3a0771c6155f8

See more details on using hashes here.

File details

Details for the file cryosparc_tools-5.0.2-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for cryosparc_tools-5.0.2-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f8e99d1d068dd515a928a6ca926620e0f6abc95a9aae36c404341846397cada7
MD5 076a2de167252a70292158e2e182ec93
BLAKE2b-256 39557b93666ef656520f45600448d26d3ed13593d0e37d9a918b28796ab4097c

See more details on using hashes here.

File details

Details for the file cryosparc_tools-5.0.2-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for cryosparc_tools-5.0.2-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7707196082338b9dbd6fb98b8ad39fa886fb5a60a73b8630c41d9db12bd1a14c
MD5 6a82509f6d1a6e63bd78b6d3a7b36735
BLAKE2b-256 2d3c079e48944f3a2445b35d3818839068a51de642ac433d3c5d83e56f1b3d4b

See more details on using hashes here.

File details

Details for the file cryosparc_tools-5.0.2-cp314-cp314-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for cryosparc_tools-5.0.2-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 acee2502814e32ce5d1f25381dc0f0f5ed54dcdf2c840383cf7e2e369c504227
MD5 642b870b62ba2fb61e0e5b899158e686
BLAKE2b-256 e0d93937ab12daae3a0a08c08cdc3d02593dd41acaa28a540e40cef18754bfd0

See more details on using hashes here.

File details

Details for the file cryosparc_tools-5.0.2-cp314-cp314-macosx_10_15_universal2.whl.

File metadata

File hashes

Hashes for cryosparc_tools-5.0.2-cp314-cp314-macosx_10_15_universal2.whl
Algorithm Hash digest
SHA256 2048ed52444d74d50c435f84a65beb27bea56bcee1952879ef24fc7ab7a0dd71
MD5 d63e2e8b2b6d11490372899a0c675237
BLAKE2b-256 30d2ea1c097b6fb20c0cc9868b6e08cd1ecb00f58300aeba983a74c6dc56b6e7

See more details on using hashes here.

File details

Details for the file cryosparc_tools-5.0.2-cp313-cp313-win_arm64.whl.

File metadata

File hashes

Hashes for cryosparc_tools-5.0.2-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 b64d055c6f67b510fcf23292d7ac0f60de883b9b45af54202a1fe622088b5629
MD5 1ef181c41e59e93a663c3c0d2883936a
BLAKE2b-256 513d68f694a11c9428ec56df709cb6ef2d309f5931276e62710ba4ce83ecbb89

See more details on using hashes here.

File details

Details for the file cryosparc_tools-5.0.2-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for cryosparc_tools-5.0.2-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 8bb7c1effcd4070e757aca33411d877c75bb568050cb53827c8678dab91e7bd6
MD5 397609d5e7e89355a1f48616c6cdecce
BLAKE2b-256 60d49a43de6f7288a5c696f78f5722740d4a2ddbf42bde6d2849fb622ea69bdf

See more details on using hashes here.

File details

Details for the file cryosparc_tools-5.0.2-cp313-cp313-win32.whl.

File metadata

File hashes

Hashes for cryosparc_tools-5.0.2-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 3fa06173feb68c598794a33b84ecb7dae7b0fae9265f157c009de945c63b270c
MD5 81b5d29e6031400f7408e8ccc8ebb057
BLAKE2b-256 27dee82587b5603d08efa10a4406aa7d90f4bb9d98632f46012796c4a56555ac

See more details on using hashes here.

File details

Details for the file cryosparc_tools-5.0.2-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for cryosparc_tools-5.0.2-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3c4e973c30db73e3eb402d219c9bcd862d246b123eb19aadf8383c5af09b3f89
MD5 5130db8d2ab759809851cda459647d55
BLAKE2b-256 2515456e23dcf9658dc2a60fec40c00217c602e9651f2f053f1bd08954e8f29b

See more details on using hashes here.

File details

Details for the file cryosparc_tools-5.0.2-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for cryosparc_tools-5.0.2-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d547d40169f067757ea94e208922c7aa57e4ff00e4f99d7b2f728d8971e92874
MD5 b37f9d185a5c8a9a03ae7600735e9523
BLAKE2b-256 1de67c3983c730be6d7f68e5d828293168678c990dcf56db3c5863740fbda6c9

See more details on using hashes here.

File details

Details for the file cryosparc_tools-5.0.2-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for cryosparc_tools-5.0.2-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8e7e51c01549f03afd8b231497c6c547e80c0d4a654d2464f28f4020f7569938
MD5 00e7fe16332675a94b7c010f147f8076
BLAKE2b-256 5d22a430dea355f022056edbb95de2ee474b6ab9b9b13955abee5e6c51213de2

See more details on using hashes here.

File details

Details for the file cryosparc_tools-5.0.2-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for cryosparc_tools-5.0.2-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e8aa5489521d1b4703af76433ec6967a49efc82ba2d338b24f65705ee139eee0
MD5 b7bec05a7bca8f3933936c8e8900b9cd
BLAKE2b-256 b1ef6f9a856d531e503ce96d5f2331e75849fa828cf5d1b5cb4453eecc216be6

See more details on using hashes here.

File details

Details for the file cryosparc_tools-5.0.2-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for cryosparc_tools-5.0.2-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 24ddc67cf0c621175f000b247eade15835efd8151ed53462ee0c3bb7411c88e2
MD5 6f05f7857a5fdf924623f283486503f3
BLAKE2b-256 79c3ff5ed8ff20d8248a06f42f58db468d4b137f5e7239b918b233856572d12c

See more details on using hashes here.

File details

Details for the file cryosparc_tools-5.0.2-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for cryosparc_tools-5.0.2-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 e3658996b731849090f9610f12c1637799fea3229da6df97b6156eec6d4c94a2
MD5 9496f378555b47d12116cbce7200068e
BLAKE2b-256 1f4d1a716a409e4422ec6fa39c7232506190a0e300ca28c67ae1f283e47abf18

See more details on using hashes here.

File details

Details for the file cryosparc_tools-5.0.2-cp313-cp313-macosx_10_13_universal2.whl.

File metadata

File hashes

Hashes for cryosparc_tools-5.0.2-cp313-cp313-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 28a01e2a3d6531e35bef7be99f57229b2bf0afa4921feab56815d1ef3520fbed
MD5 75480a4313b51a8c53948305e137eae2
BLAKE2b-256 9f484c12d6ecdb6bc5de6c9277e3d693a41ae160e64afa37ceff6690139d8925

See more details on using hashes here.

File details

Details for the file cryosparc_tools-5.0.2-cp312-cp312-win_arm64.whl.

File metadata

File hashes

Hashes for cryosparc_tools-5.0.2-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 702ae57e6948c04c08aa28aebfc9eacae5be9b58061b786f324b238706ebd23c
MD5 23a83cb5839dd0adc344537523fb3bc8
BLAKE2b-256 b02f3c17b4ad0d34e73ff5e0ffdb6f35f48fd227aac48ae7abeeb03842b6b0d2

See more details on using hashes here.

File details

Details for the file cryosparc_tools-5.0.2-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for cryosparc_tools-5.0.2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 f253a5ed2db02ae27ac3d55fc9a6f9ecd5cd275f7ab74ee2e5ce28ebef191a1d
MD5 73c16d02b33efd40ae6a59c4ce5d48c0
BLAKE2b-256 5d95f7cfb9a68368deaf20057a124e4993859212e3acaed0ef141c4bdde455b2

See more details on using hashes here.

File details

Details for the file cryosparc_tools-5.0.2-cp312-cp312-win32.whl.

File metadata

File hashes

Hashes for cryosparc_tools-5.0.2-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 d8ff6b3a3249e8d99489bfa74f3749af340e841449f08c7006810d13046c68d4
MD5 ef2f93fecd4c268c843a056543c66a5d
BLAKE2b-256 c0c0b107a4fdf7be977f48552f12585c3b7e61cd7e1cbb1fafe336f96d8f740d

See more details on using hashes here.

File details

Details for the file cryosparc_tools-5.0.2-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for cryosparc_tools-5.0.2-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 57bfbe7e29f532d92c5a18e42c36072290ce37059bd6724c2f708df96e3baff1
MD5 fb31e57801a94eaa229c040f782dae2f
BLAKE2b-256 69fa153fb16a838c7bcd774157a6063f8c2f4ba20503364df301a26d657db9d6

See more details on using hashes here.

File details

Details for the file cryosparc_tools-5.0.2-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for cryosparc_tools-5.0.2-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 87d38208b703c4e41ac5fe217bc0042ebcc836d7581ae4f0eb28db1fce65032e
MD5 071e6eb3d756b8c53528c8a4b2c2c424
BLAKE2b-256 994f310ace892137bcf18255b3baebc8223166e960edf9fb430ce82f9bc2b8be

See more details on using hashes here.

File details

Details for the file cryosparc_tools-5.0.2-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for cryosparc_tools-5.0.2-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e6e44c91017cddeea57cb9381088788a82d0850513b1eac5b7cb0ca34de8948e
MD5 b9658f18c4111c93c8bd4eef9e93b417
BLAKE2b-256 74fb94f553b85a975f9dc010a00ec6458c16fd284f85c742533e17e4c1ce97dd

See more details on using hashes here.

File details

Details for the file cryosparc_tools-5.0.2-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for cryosparc_tools-5.0.2-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 9e2ec2abe330a6576ccdc1b4db17a3305242274800f61fd54206aaa0f8b74c3d
MD5 ca8c131e827cb936b5e3eaa32cd78d0e
BLAKE2b-256 b07fb3f463f7ab76ba86e8fe05c2639abab039dc6cd3510874739c031de710a9

See more details on using hashes here.

File details

Details for the file cryosparc_tools-5.0.2-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for cryosparc_tools-5.0.2-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 dd4450eb5d4d214763d68adb086fd616b8326b21d1835956abc5b25c2ef99be5
MD5 e105c01934e19076de264ae604702c59
BLAKE2b-256 bf90753c7a6cd1e56bfeb8d730ce22566e7ed4455f8aa87b197b0d74b7e02c6c

See more details on using hashes here.

File details

Details for the file cryosparc_tools-5.0.2-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for cryosparc_tools-5.0.2-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 09741afda79d260a6b4ebf17c6882e46644d44800e9eee48e7936037b682f484
MD5 37c85a9c89e9a83c82a7c28a816af8dd
BLAKE2b-256 20e21fc00cd011470af5950bc807309fc08adc285f5a39468167fb1510ebd5ea

See more details on using hashes here.

File details

Details for the file cryosparc_tools-5.0.2-cp312-cp312-macosx_10_13_universal2.whl.

File metadata

File hashes

Hashes for cryosparc_tools-5.0.2-cp312-cp312-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 32915bd1ca95aaf9ecd87802b9a14a78bc6e59dd57f9a8b65070b17dde2cd07c
MD5 4f44dc0e14ecb8eb88934d25fe5e97bf
BLAKE2b-256 fa0d4b8a32a4240fd974623166bbc1dacd25203031454e5689805ac63b08b4d8

See more details on using hashes here.

File details

Details for the file cryosparc_tools-5.0.2-cp311-cp311-win_arm64.whl.

File metadata

File hashes

Hashes for cryosparc_tools-5.0.2-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 abf821b5e0c10ab1ee92e2d155dea6b56d8f5b421416ec2431a43d8b85af9770
MD5 e04138c4f7a38d80a7a192b2ef4a9426
BLAKE2b-256 2330d8e588e2b93cbd84c16d3e5a3276e210e737c15c3b4c9f51d368a280c3cb

See more details on using hashes here.

File details

Details for the file cryosparc_tools-5.0.2-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for cryosparc_tools-5.0.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 aef19e73eadb2d9cdd33883801a71d4c8e67a1347b0e0d30a8c02fc75df817df
MD5 5fca0179f64722eb7e88b251ee3c1507
BLAKE2b-256 b716da2fa38d54a3956c4bc83b18b6e3d5013e5d3523b7ed6956c2a68db3338e

See more details on using hashes here.

File details

Details for the file cryosparc_tools-5.0.2-cp311-cp311-win32.whl.

File metadata

File hashes

Hashes for cryosparc_tools-5.0.2-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 51326017fa2c62c85510bf7edc5809a4f743911981a82f51dd5de77be2135531
MD5 0583da135f13649b12008c6eb7265e3d
BLAKE2b-256 f07f9774369363d6f106bd6cdd7d33677a03a2602138ec03073c41aee4727238

See more details on using hashes here.

File details

Details for the file cryosparc_tools-5.0.2-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for cryosparc_tools-5.0.2-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7769f386c3f1c5fcaa10c7eb2838fa8357a945af8247ff2156abd0c25a35d382
MD5 34b95f390ecd4136ed6516bc036ceb50
BLAKE2b-256 b99a2b532f76c2e46f4167174c0e73e9a86c438766e5304888151c4df7d93d73

See more details on using hashes here.

File details

Details for the file cryosparc_tools-5.0.2-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for cryosparc_tools-5.0.2-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3d5eaa70ad6221883d0c195f5c130ea8aad6464d81dfd3403e82adced940c38f
MD5 0f24bdf48eae6abe1ca7927463107eb9
BLAKE2b-256 1b5a7e191c2cae75c3c00603fd778496477ab16547c7a247cab653ecd3b4e2c2

See more details on using hashes here.

File details

Details for the file cryosparc_tools-5.0.2-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for cryosparc_tools-5.0.2-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 62d95b4d2e972c7de4d7763cd95a0519860b643af3b7f99210f1ba60a9426f0f
MD5 64bc81173207cd78e4c2306532cfb1ee
BLAKE2b-256 24b3b822017fa607109a75413e35761bf262f594781f06cc0babedb8c64c969e

See more details on using hashes here.

File details

Details for the file cryosparc_tools-5.0.2-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for cryosparc_tools-5.0.2-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c337eabd477dee491582f9fdeed2be7067b99391ac1d7e417d35d84419834618
MD5 2de1b412ccd77c6edd15f450047398d3
BLAKE2b-256 b7a847e484532c540c6ead22a38f08499d8f0b53cbbfdef2a1f48de1d35aea14

See more details on using hashes here.

File details

Details for the file cryosparc_tools-5.0.2-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for cryosparc_tools-5.0.2-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5d7d8ee20913d26dca79d1d0e4a0a157fcb6838204fefaff81bf5023ac8cc16a
MD5 b9cbb669fe52de21097f0176447c218e
BLAKE2b-256 cfd8b3580b1ab067b917ad78921846ecd7ea33db5c06c43705acefa6152630aa

See more details on using hashes here.

File details

Details for the file cryosparc_tools-5.0.2-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for cryosparc_tools-5.0.2-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b1aceec93015272f10d77f613004bbc5728649e9016b2076e420b523d15ce5a3
MD5 134ce93223b6015ba4a9b48b921a84bb
BLAKE2b-256 cd7efdae250e54f74b9cf99624b57a5fc6898c08e6fcc610505c0035fc21540d

See more details on using hashes here.

File details

Details for the file cryosparc_tools-5.0.2-cp311-cp311-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for cryosparc_tools-5.0.2-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 ed768f9d230d9652e7ceed87c129855b37eb4cca4b72181ad7640f20a8e6eeba
MD5 175b07788d4baede18e901f18b0bf8fd
BLAKE2b-256 528da4558c07c8d7bf456aea25ed039af1602b19eb6ee97ff6ef06b8a8eff0f4

See more details on using hashes here.

File details

Details for the file cryosparc_tools-5.0.2-cp310-cp310-win_arm64.whl.

File metadata

File hashes

Hashes for cryosparc_tools-5.0.2-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 605b29f6cfa6731543427991f2611979afe6f686e0973d8ac8fd1e35d00cc475
MD5 8f025d16933ce3b1e5e0cf37585471ec
BLAKE2b-256 f23d9428dddfde27f2f2d88ed2336b9580e461da830a181e61efe2014fc400fe

See more details on using hashes here.

File details

Details for the file cryosparc_tools-5.0.2-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for cryosparc_tools-5.0.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 cbbc5e7e0a438e5d2cfdf75a9415d7c21d8860f6fd638b1bf1be25e173555020
MD5 4b9d9cb69f7d63343bcdef53536d06b4
BLAKE2b-256 4612355bd63c11deedbf33a921b4f73159afd9747bc65c28ed690f1c08a03cf3

See more details on using hashes here.

File details

Details for the file cryosparc_tools-5.0.2-cp310-cp310-win32.whl.

File metadata

File hashes

Hashes for cryosparc_tools-5.0.2-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 a23ad283ff3df1f7251045b0fda27cfccdb8cb745c642c0c5187e8ec3df599ee
MD5 9f734ae1e94d5116f8761b51b16074bd
BLAKE2b-256 013baab2d508ac5630a4e13fe23f2d603d40ccf463ea2612a3e204f863903069

See more details on using hashes here.

File details

Details for the file cryosparc_tools-5.0.2-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for cryosparc_tools-5.0.2-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b8785d061a6153156ccc7d6c120dbf1743c403e0bce2bcc9840d9bca05a5621b
MD5 3506c346c0ed64026dc9324546f3ab1d
BLAKE2b-256 d01db9937f69ed532ea311fa7a10a9bc052e4b0597fd88802a6f665d1dabc6ab

See more details on using hashes here.

File details

Details for the file cryosparc_tools-5.0.2-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for cryosparc_tools-5.0.2-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b3f0e179b4d71686401eb741342f672837e9524b1422c04682b247079083ffcb
MD5 7eb9c883c3b806a244924cadd48a258e
BLAKE2b-256 577178f7b2d3baab6564762627eb7edc9fce3f569f57dc208b7f275567bf632a

See more details on using hashes here.

File details

Details for the file cryosparc_tools-5.0.2-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for cryosparc_tools-5.0.2-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f30fa339291e523cc95edf75301648ad13c94981ac0a849212bcf94807434856
MD5 bc5742318dd907c01ed01c9820c06f5f
BLAKE2b-256 4268d7303439ae29bf6fd1dcdcffa18600ef810ffd63c4f332a34cddb4b914f0

See more details on using hashes here.

File details

Details for the file cryosparc_tools-5.0.2-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for cryosparc_tools-5.0.2-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 fa115097b2f360aa05684ba0c26ef26b13cd76e21d7af3a7e8415e181fccda79
MD5 c295f95b6f30fff0f8dd956cbf4e821b
BLAKE2b-256 9e9b6f577c0860f93214a62ca6cbbdd126f5ea0fc430bc290fb137da3cb56554

See more details on using hashes here.

File details

Details for the file cryosparc_tools-5.0.2-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for cryosparc_tools-5.0.2-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f78db41e89f2cae0366ef276acc702207f116c06e868acd422fc3f8634cb7dad
MD5 18d76a2c091c4ab54ddcf5c4bc28cb1f
BLAKE2b-256 dfdf0e3cf9662a5f2dc1493b6789377a8d1895fd07fc898e84426049a3cda91c

See more details on using hashes here.

File details

Details for the file cryosparc_tools-5.0.2-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for cryosparc_tools-5.0.2-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 973351a7aebafa9129317d52e0c0d815199d5c465aa7174a759c8956f65c9494
MD5 3cf63e3e0fcc0a7f2c16ec84c34b9aaa
BLAKE2b-256 2a58c61f22ac4bfc277591c98fb645c3303acc5271a35b12dc555c5a6516ac33

See more details on using hashes here.

File details

Details for the file cryosparc_tools-5.0.2-cp310-cp310-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for cryosparc_tools-5.0.2-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 2cd959c63079597b2222c63d0626b8382a76c6039fc716667aeaad4abdb000e1
MD5 699b49f4a07703da3876a13fc31f349e
BLAKE2b-256 41848ac3b76afc1e05cca86ddd9aa8bc5cc53606def0cfd3cac9b4aa14bc54f5

See more details on using hashes here.

File details

Details for the file cryosparc_tools-5.0.2-cp39-cp39-win_arm64.whl.

File metadata

File hashes

Hashes for cryosparc_tools-5.0.2-cp39-cp39-win_arm64.whl
Algorithm Hash digest
SHA256 96aaeca90a9d01314cd3e400ce5cc63c4b23612a956176bbe6e90681f44fcb93
MD5 96b2b1e0904c7116dc201774001db91b
BLAKE2b-256 c9dceec5856f67096b2b8a506e99517679c9bbed35d6b121ba9147626d2ceafd

See more details on using hashes here.

File details

Details for the file cryosparc_tools-5.0.2-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for cryosparc_tools-5.0.2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 a5bbffd7ed2e9f8c60d37864a4510bb51c9662062755940e9afbc46eb72f143a
MD5 891aa2edabef568d895260d3037fac7d
BLAKE2b-256 4500511992c79415b8657ed9072783594572cd002a7febef59c6ec249a741a8c

See more details on using hashes here.

File details

Details for the file cryosparc_tools-5.0.2-cp39-cp39-win32.whl.

File metadata

  • Download URL: cryosparc_tools-5.0.2-cp39-cp39-win32.whl
  • Upload date:
  • Size: 526.4 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.10.19

File hashes

Hashes for cryosparc_tools-5.0.2-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 582ac909461c1706fa44ca11c0551654a85e56d015639cb0a5c92ea41bcf3c71
MD5 57f9813f5b4b590eeab02da217f9ec7d
BLAKE2b-256 a3760d76d19bde49fa58f066e5a34ff725980426068a0aa5326e748bf11cbcd7

See more details on using hashes here.

File details

Details for the file cryosparc_tools-5.0.2-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for cryosparc_tools-5.0.2-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6cfaa6fe16e03e5de13b67651288492e69bca2a91a17ec314480ac4bb854b736
MD5 b17705651106ace9633b4ca12bec7e25
BLAKE2b-256 c54aea9dbecca5a9bcc8076ee151053203cb9e1d84b75e0b6fe0161a533dd90b

See more details on using hashes here.

File details

Details for the file cryosparc_tools-5.0.2-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for cryosparc_tools-5.0.2-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b7fa7180980b6b581e236b1e534bd261fda8f17f73b7162b5a20dd4d0775c86d
MD5 a58f2f0b8287d9f2e900017e94f1ee5f
BLAKE2b-256 a2dabcc075efb9b3c6b834ffa519a25a5d3cc3f52e8e9dcb857ad7c734792e9e

See more details on using hashes here.

File details

Details for the file cryosparc_tools-5.0.2-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for cryosparc_tools-5.0.2-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0074680f17d82fb7715f19e734c577dd46d0a69c2dbfd9409b800cf436fceaf0
MD5 bf83f02a612e64fd8c8b3daa91c416cd
BLAKE2b-256 91fbda62c69cbcf372d5f15c97e2c6f12b0ecc689d0cc89631164792c97a1b97

See more details on using hashes here.

File details

Details for the file cryosparc_tools-5.0.2-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for cryosparc_tools-5.0.2-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 1c6f6a460e51b2a73811443c9f175bf348853c697048eb37cb065f2438b692d8
MD5 b1ef56e5d75a1ecdb7321aab01304dbf
BLAKE2b-256 6d1fa51f84440c6e61c9e08aa802be5c60d9ef8e948a0879bb43cc54c249b62c

See more details on using hashes here.

File details

Details for the file cryosparc_tools-5.0.2-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for cryosparc_tools-5.0.2-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1e195f967e17fff365b34aa80a5b5c57999fb222fb61ffe9547ca9a7abaeee31
MD5 e2bf79d87f7ae30d46947488941746d5
BLAKE2b-256 dee7b284ff6548efc5c64237a56b4370f5bcab70ad54e9ddaae4eb434da448ca

See more details on using hashes here.

File details

Details for the file cryosparc_tools-5.0.2-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for cryosparc_tools-5.0.2-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 148ece43a69c23390eca79286777f43af0e33bbdef06b5b3d51e5ac64085914b
MD5 6872f943596732b758c33c8e82738b79
BLAKE2b-256 cff90851d3ed5dbe78dd84bf1aaebe6c452c8f82ce73741e4a2a4b6cdeebc501

See more details on using hashes here.

File details

Details for the file cryosparc_tools-5.0.2-cp39-cp39-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for cryosparc_tools-5.0.2-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 efea426964501132414efe6d2e1aba5241be243ec625f309550cef188df42d1f
MD5 6bcf34dc9b19affc8663490fd187bd70
BLAKE2b-256 e802218db37058ce5d818584f64803064e316d6d00c373aa06cb8d04fb8a3586

See more details on using hashes here.

File details

Details for the file cryosparc_tools-5.0.2-cp38-cp38-win_amd64.whl.

File metadata

File hashes

Hashes for cryosparc_tools-5.0.2-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 63072e956666a8a2291b2f5e2b7e60b0a4f9eff081c067909af4eecef15edb32
MD5 51a85d4ed1b04df967ab1b494e15300e
BLAKE2b-256 3ec9a1463810080029fe2dfd7608e54021d10d22317b1456921e9c453af7a0be

See more details on using hashes here.

File details

Details for the file cryosparc_tools-5.0.2-cp38-cp38-win32.whl.

File metadata

  • Download URL: cryosparc_tools-5.0.2-cp38-cp38-win32.whl
  • Upload date:
  • Size: 527.3 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.10.19

File hashes

Hashes for cryosparc_tools-5.0.2-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 f898cfd0bc7dce7884b656a70e0715018d202346281abf375f41f818ff41388d
MD5 aa5e841e17c072146e710273ec942235
BLAKE2b-256 a8e85d3ad8705959b67e8cdc3751c282a259ba1700452cc2cc8ec4445239abf6

See more details on using hashes here.

File details

Details for the file cryosparc_tools-5.0.2-cp38-cp38-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for cryosparc_tools-5.0.2-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 93f287eddf9290108030fdef4e7c7dd320dd28588f629cb7cb181f8aff1c2081
MD5 2c8d280046842d197b5113c7d1ce502e
BLAKE2b-256 f18de15cc7e101fdcd9a412ac6f5da3f502a2a4be20c9c33e643a166623e2297

See more details on using hashes here.

File details

Details for the file cryosparc_tools-5.0.2-cp38-cp38-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for cryosparc_tools-5.0.2-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3f463bb3eff1d8a192ba00b0084f44c97916a08ac486cc38c304dffb8ec6c86c
MD5 364c1ef3ceb05cedcd3c3540d14ade3e
BLAKE2b-256 8488ab05345e34df2893c723d419c1807e540344c71c6846feaa3cf6b0f9658a

See more details on using hashes here.

File details

Details for the file cryosparc_tools-5.0.2-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for cryosparc_tools-5.0.2-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 56a1170834c9842fc9147bd4dc0012394ec2dbee93d21b17c0b77815e87c0b72
MD5 9ea9c3975d835e3fd6a38aed0a3fd6bb
BLAKE2b-256 b4edc9be6aab9501c1f650153371c535a75dd28547eb627057221ecd99532a92

See more details on using hashes here.

File details

Details for the file cryosparc_tools-5.0.2-cp38-cp38-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for cryosparc_tools-5.0.2-cp38-cp38-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 53e60364edb304d058400f73146330ee4e548f1ee33618e2589637a9d99699fa
MD5 d3cfea07ad6e6ce69c954dd68b5591ab
BLAKE2b-256 0e815da83840eb061919f5476a5a852ec0140608554d1aca3fbd3672efcb1145

See more details on using hashes here.

File details

Details for the file cryosparc_tools-5.0.2-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for cryosparc_tools-5.0.2-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 cf38198bc1797b7c06b633ed5c0f7cf0a2a95d4d66e3f29e71faa06d99a3f845
MD5 851add8375d926c840d0331725ce9ad2
BLAKE2b-256 a1bc3dba36efec620d20a383e3ea4d03abd590479710eed9ad6e8eb8fe8b1b1a

See more details on using hashes here.

File details

Details for the file cryosparc_tools-5.0.2-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for cryosparc_tools-5.0.2-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b382d1a6782239b0530d1e392013e89c2c87436de75b43ea8a112fcaf08db328
MD5 54d8105f334008be0eaa770b022625ec
BLAKE2b-256 ab9e7fd99106da9c27fac6283a79f77d68fdfd8f45b6d64ba1a8053b7fd4d946

See more details on using hashes here.

File details

Details for the file cryosparc_tools-5.0.2-cp38-cp38-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for cryosparc_tools-5.0.2-cp38-cp38-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 677d758a18daf1af387aa2dac53534a13f087d13f4dd679f1814d164c372e32f
MD5 44dcb134f37d770d7562addc53f4c63e
BLAKE2b-256 721f320cf4dd3ac799e4ea82c8b6c60d13f109a05c078e3e79eb6f5723a4f26f

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