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

Development

Prerequisites

  • Git and Git LFS
  • Python >= 3.7
  • Miniconda3
  • 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 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
conda activate cryosparc-tools-example
pip install -U pip
pip install nvidia-pyindex matplotlib~=3.4.0 pandas==1.1.4 notebook
pip install "cryolo[c11]"
pip install -e ".[build]"

Run the notebook server with the following environment variables:

  • CRYOSPARC_LICENSE_ID with Structura-issued CryoSPARC license
  • CRYOSPARC_EMAIL with a CryoSPARC user account email
  • CRYOSPARC_PASSWORD with a CryoSPARC user account password

You may also need to include LD_LIBRARY_PATH which includes the location of CUDA Toolkit and cuDNN runtime libraries (e.g., ~/miniconda3/envs/tools/lib/python3.8/site-packages/nvidia/*/lib).

CRYOSPARC_LICENSE_ID="xxxxxxxx-xxxx-xxxx-xxxxxxxxxxxx" \
CRYOSPARC_EMAIL="ali@example.com" \
CRYOSPARC_PASSWORD="password123" \
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-4.4.1.tar.gz (336.2 kB view details)

Uploaded Source

Built Distributions

cryosparc_tools-4.4.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (533.0 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

cryosparc_tools-4.4.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (532.7 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

cryosparc_tools-4.4.1-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (534.7 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

cryosparc_tools-4.4.1-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (535.2 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

cryosparc_tools-4.4.1-cp312-cp312-win_arm64.whl (461.5 kB view details)

Uploaded CPython 3.12 Windows ARM64

cryosparc_tools-4.4.1-cp312-cp312-win_amd64.whl (482.1 kB view details)

Uploaded CPython 3.12 Windows x86-64

cryosparc_tools-4.4.1-cp312-cp312-musllinux_1_1_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ x86-64

cryosparc_tools-4.4.1-cp312-cp312-musllinux_1_1_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ ARM64

cryosparc_tools-4.4.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

cryosparc_tools-4.4.1-cp312-cp312-macosx_11_0_arm64.whl (517.0 kB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

cryosparc_tools-4.4.1-cp312-cp312-macosx_10_9_x86_64.whl (536.3 kB view details)

Uploaded CPython 3.12 macOS 10.9+ x86-64

cryosparc_tools-4.4.1-cp312-cp312-macosx_10_9_universal2.whl (697.8 kB view details)

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

cryosparc_tools-4.4.1-cp311-cp311-win_arm64.whl (461.8 kB view details)

Uploaded CPython 3.11 Windows ARM64

cryosparc_tools-4.4.1-cp311-cp311-win_amd64.whl (481.3 kB view details)

Uploaded CPython 3.11 Windows x86-64

cryosparc_tools-4.4.1-cp311-cp311-musllinux_1_1_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ x86-64

cryosparc_tools-4.4.1-cp311-cp311-musllinux_1_1_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

cryosparc_tools-4.4.1-cp311-cp311-macosx_11_0_arm64.whl (514.9 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

cryosparc_tools-4.4.1-cp311-cp311-macosx_10_9_x86_64.whl (534.3 kB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

cryosparc_tools-4.4.1-cp311-cp311-macosx_10_9_universal2.whl (694.1 kB view details)

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

cryosparc_tools-4.4.1-cp310-cp310-win_arm64.whl (460.8 kB view details)

Uploaded CPython 3.10 Windows ARM64

cryosparc_tools-4.4.1-cp310-cp310-win_amd64.whl (480.7 kB view details)

Uploaded CPython 3.10 Windows x86-64

cryosparc_tools-4.4.1-cp310-cp310-musllinux_1_1_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

cryosparc_tools-4.4.1-cp310-cp310-musllinux_1_1_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

cryosparc_tools-4.4.1-cp310-cp310-macosx_11_0_arm64.whl (513.8 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

cryosparc_tools-4.4.1-cp310-cp310-macosx_10_9_x86_64.whl (532.9 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

cryosparc_tools-4.4.1-cp310-cp310-macosx_10_9_universal2.whl (691.4 kB view details)

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

cryosparc_tools-4.4.1-cp39-cp39-win_arm64.whl (461.6 kB view details)

Uploaded CPython 3.9 Windows ARM64

cryosparc_tools-4.4.1-cp39-cp39-win_amd64.whl (481.4 kB view details)

Uploaded CPython 3.9 Windows x86-64

cryosparc_tools-4.4.1-cp39-cp39-musllinux_1_1_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

cryosparc_tools-4.4.1-cp39-cp39-musllinux_1_1_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

cryosparc_tools-4.4.1-cp39-cp39-macosx_11_0_arm64.whl (514.3 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

cryosparc_tools-4.4.1-cp39-cp39-macosx_10_9_x86_64.whl (533.4 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

cryosparc_tools-4.4.1-cp39-cp39-macosx_10_9_universal2.whl (692.4 kB view details)

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

cryosparc_tools-4.4.1-cp38-cp38-win_amd64.whl (482.4 kB view details)

Uploaded CPython 3.8 Windows x86-64

cryosparc_tools-4.4.1-cp38-cp38-musllinux_1_1_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

cryosparc_tools-4.4.1-cp38-cp38-musllinux_1_1_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ ARM64

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

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

cryosparc_tools-4.4.1-cp38-cp38-macosx_11_0_arm64.whl (513.9 kB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

cryosparc_tools-4.4.1-cp38-cp38-macosx_10_9_x86_64.whl (532.9 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

cryosparc_tools-4.4.1-cp38-cp38-macosx_10_9_universal2.whl (691.5 kB view details)

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

cryosparc_tools-4.4.1-cp37-cp37m-win_amd64.whl (480.3 kB view details)

Uploaded CPython 3.7m Windows x86-64

cryosparc_tools-4.4.1-cp37-cp37m-musllinux_1_1_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ x86-64

cryosparc_tools-4.4.1-cp37-cp37m-musllinux_1_1_aarch64.whl (1.3 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ ARM64

cryosparc_tools-4.4.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ x86-64

cryosparc_tools-4.4.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.3 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

cryosparc_tools-4.4.1-cp37-cp37m-macosx_10_9_x86_64.whl (532.2 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

File details

Details for the file cryosparc-tools-4.4.1.tar.gz.

File metadata

  • Download URL: cryosparc-tools-4.4.1.tar.gz
  • Upload date:
  • Size: 336.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.13

File hashes

Hashes for cryosparc-tools-4.4.1.tar.gz
Algorithm Hash digest
SHA256 b3eb683decc43be173018e0fa6822df292af21ea4c824353a73400ec6e1ce9bd
MD5 51b8c95bd1fe555779091b9be68a2d49
BLAKE2b-256 57835049f72fb3ff8db7e01480bd00dbbc4b8ad376a564c61fd767c68f599dcc

See more details on using hashes here.

File details

Details for the file cryosparc_tools-4.4.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for cryosparc_tools-4.4.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8713017afb81244d74828f8a1e4c669a8761794df8018e70164760f3a2a0d4c9
MD5 5910b3a151538bd016df77735f513401
BLAKE2b-256 3a895ebe9f26034b5962b2f0970d58f52b84773b8410672810f91731ebac55ad

See more details on using hashes here.

File details

Details for the file cryosparc_tools-4.4.1-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for cryosparc_tools-4.4.1-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 45b73eaf94cb24b230f8662fc556c8909d1ed5dab0413ea29de6a80044935106
MD5 3162c0af6f70ca6b609cd66b21033c6d
BLAKE2b-256 882f34f9138c5b963e52abd121cc3af2fb01ba08039aeb4add67f8b4dd56d45b

See more details on using hashes here.

File details

Details for the file cryosparc_tools-4.4.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for cryosparc_tools-4.4.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 86bc556e0dbe8178911ddf0b96324b2d1c5c2b6a944064a9ba1b18c428c05f86
MD5 e19229baedad7d3153f4260bfc36fa92
BLAKE2b-256 1529a9d705795dbda1a1e7dd44882c35e461400be09e3e9587fd914a01fa60a4

See more details on using hashes here.

File details

Details for the file cryosparc_tools-4.4.1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for cryosparc_tools-4.4.1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7f199db01df6c6f5f76551fa3083c66a4ef3f37d8df0474eb8646549182bbc59
MD5 bcd6fd5317b00efc341bc366ba2dd265
BLAKE2b-256 9c69d3ec0d9b00721814a920d57ada9d8a1fb08ee4e44c84a7b5c67fd76cd9b5

See more details on using hashes here.

File details

Details for the file cryosparc_tools-4.4.1-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for cryosparc_tools-4.4.1-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a86df76e9710910e85d12b2f66596a7b56a7c587f9fd14ea06b59a9013629566
MD5 e2e3c65e504e69915145a679d17f3eb1
BLAKE2b-256 3891999b64bb15e82a9e252f7c89b6b42b72ff1f877986b9e714d2d89a0a8af3

See more details on using hashes here.

File details

Details for the file cryosparc_tools-4.4.1-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for cryosparc_tools-4.4.1-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 de23be0408bd2c18aa799fb2b0a167f5c6ac93214401e45c8cf5d5387c6e7124
MD5 acb2fb9863e0f746177e83e87fb26a53
BLAKE2b-256 5414eb1f34cd4ea93be47e9efaea3f040414941ec5338887cc1bb6a947b80c6a

See more details on using hashes here.

File details

Details for the file cryosparc_tools-4.4.1-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for cryosparc_tools-4.4.1-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5e391d9799328f988c3be2667dd717692d6d0a59e4c93006b7e530dafa3164f1
MD5 49fe5b6f039a64da3fe1e680343e1b80
BLAKE2b-256 9ff904c9cce6e10241d69b5ae1e9e6bcc1852ffa2c45ec1db5e7b1146526ff11

See more details on using hashes here.

File details

Details for the file cryosparc_tools-4.4.1-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for cryosparc_tools-4.4.1-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 64f6f3eb74d5cb1230995339ffd6632f2555b0ec5ece730403ec2eab4ff69566
MD5 41f674868af5353d60a417258737e2de
BLAKE2b-256 87ac289e8531b4776a792e87fa11c28c022b6146ec0a5b3228c933473117400d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cryosparc_tools-4.4.1-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 5be56f738034414d662d3c7a002b580853616a361a31c99f6e45e5214f316272
MD5 097350d91830a5fdb3e1a7d6a94aea50
BLAKE2b-256 ed115f1c59edb3b4bc8df8987c5193afb1eacd4fa06bf7c92db8166df9ea7b74

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cryosparc_tools-4.4.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 1282ddc25ab25b8b285f8067d2dfd13cbbe6122a5c7472fef5a0cee5bf005ab8
MD5 60a077b236ebaebb916da259b374f728
BLAKE2b-256 78c05d54492ca598f1ee6a3cd114f45051275e18969a7ccbadb212e023a9839c

See more details on using hashes here.

File details

Details for the file cryosparc_tools-4.4.1-cp312-cp312-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for cryosparc_tools-4.4.1-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 30896d110bc5333896b2975d42ad4ecad7f659e05fc2646ad927c42ab4a8ca27
MD5 5fa5d0a3e08990235e67234db355946a
BLAKE2b-256 44bd1b5f0bd180891a34e394cf050f4cdd6ee1f5de747ba7414ab1366b18a759

See more details on using hashes here.

File details

Details for the file cryosparc_tools-4.4.1-cp312-cp312-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for cryosparc_tools-4.4.1-cp312-cp312-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 7ac1d97459c06b266e489f1b81062be23e6b513de510e728d250e754e2245754
MD5 333cf5c2c3a8437348133233b7036853
BLAKE2b-256 3d50713eb6c46eda9c34dfa3899dd78799fb1f6689e31d00af5190866e1ba8d1

See more details on using hashes here.

File details

Details for the file cryosparc_tools-4.4.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for cryosparc_tools-4.4.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a061fbb1e4bcd55819a05256474e492fb68d7580695f96fe8d5a36236b4e1150
MD5 d3f1a7b6053ec1dc31b1e858ead4dbd3
BLAKE2b-256 be9d664c362eeb5353db4e53826285ed8449186a68f0c3cdbf96309b71213aa2

See more details on using hashes here.

File details

Details for the file cryosparc_tools-4.4.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for cryosparc_tools-4.4.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b8da44964ab9dc943ea07f770920e1b65df571a0fee25a3eb86c8acc5453b7c4
MD5 1d82bfbc32ec87efa019f41b624d7a32
BLAKE2b-256 b95695f5219d861b7305989ffb41f3b1bb7e343a34cf3704048cf46d63d32673

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cryosparc_tools-4.4.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a650df50a579da7342a74bc4b67726da9fac8ef592c36803dcfcfc9621ead640
MD5 5322bc28cf7966d7365ee08d476238d2
BLAKE2b-256 fc15045e8358c026c2f235fbcfc12db0fc1b27862ba5e9f2296f8309e58eebea

See more details on using hashes here.

File details

Details for the file cryosparc_tools-4.4.1-cp312-cp312-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for cryosparc_tools-4.4.1-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c1cb2b0d0a20615afdf3628893efcd15dc0e8ebfc1c7985d819f3ea89ae3764b
MD5 0f67b2a7d81b90841da206311c236014
BLAKE2b-256 a37cb38697ce73539795e4a7c54f556bd74e4702b2ef86c8c2b961919484252b

See more details on using hashes here.

File details

Details for the file cryosparc_tools-4.4.1-cp312-cp312-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for cryosparc_tools-4.4.1-cp312-cp312-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 c35cd766b112ed32fa1badd3b6f6ef947f69a0ee7d06600b7faddd12d24e6094
MD5 1703e033b690ac6a2c743a27b71853d9
BLAKE2b-256 14ab461ffc3a942f0f04c9ff2f64c1e43b85792c70824ac0a6e8a4363daef73f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cryosparc_tools-4.4.1-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 4a3b347a50956688826340dc30b33b4b563af95dfd75c60dcd5c842f3866f0ae
MD5 d0d4b85989723d72c5ba3b24edc371c0
BLAKE2b-256 ab6ea3538b6c4284975d44a9cc9285d929f347efe797109e8e3023e82815ce39

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cryosparc_tools-4.4.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 914a156ee97e473aa69e1d23a6795f11516012e3cb4b0930eeab63b287f0baf6
MD5 22d07f6f13238967fa240c6f688eb02b
BLAKE2b-256 6a6b4c7b24203cf6f165e78e9493299c1368f4f59314388102d91913ebd92390

See more details on using hashes here.

File details

Details for the file cryosparc_tools-4.4.1-cp311-cp311-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for cryosparc_tools-4.4.1-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 a2d58c0d99895d57133a054cbb1d7f0fef7b8a25811d31ac8bc85f6302d95259
MD5 e4dbed61afdaeb9ef4f7505a619ecd62
BLAKE2b-256 bda4f62bddaeed6bcb73337b1834da11a10b21a0914d2a679457c77a790920bf

See more details on using hashes here.

File details

Details for the file cryosparc_tools-4.4.1-cp311-cp311-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for cryosparc_tools-4.4.1-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 317aa4521a22cea64fb334ed4c84a0bbb4a09dac07db994f789abc64fc9972d9
MD5 f618a3104fdadda23def4bc4c906b2a0
BLAKE2b-256 9568798b8ab9f29b02315d287c076e8f33f993b8fc7a3d3ff5bb37a1d7c6ef7d

See more details on using hashes here.

File details

Details for the file cryosparc_tools-4.4.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for cryosparc_tools-4.4.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d5a940fe3b062f80c6a336c8bc0a003eeef6f46b0f898cf3dae6dc2013bbeb5f
MD5 16431b2d3205ac8104e6a9a71bdca274
BLAKE2b-256 a66c880f9080cb6c094c72e5b12a1db7db88b90d88da44d8b14484c75239dfa5

See more details on using hashes here.

File details

Details for the file cryosparc_tools-4.4.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for cryosparc_tools-4.4.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b7fe590977e10e15f743d8f687720ef058d7012ffb0c42500cdcf307d83e1573
MD5 7c4410f30d81684bdf30cc2d4c587d1b
BLAKE2b-256 ae1914c9dee23eaebdebb2a4acb6ba0cca344ed2f572f1a660bb76d2503c57ac

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cryosparc_tools-4.4.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d8046d386b47cd8199f3543fe635a3a85ba24b5835f2214ad6eda04b24d3d41f
MD5 19a6bd941e0a4e3645f884d29c7afe28
BLAKE2b-256 bef831fbfe5dee20bddc369aa14f94ec26fba97fed6f7e434b49edce6f528219

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cryosparc_tools-4.4.1-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 65ad565df64e85e56cf283b832fdb845d5e4bacf1115ea01d9bf23b61574a866
MD5 f70c2497d695ebcca2d604e1b89f2101
BLAKE2b-256 045f31630f3e82897b62c8a3426366b17e0677a595c5100cf21248c6c80ad240

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cryosparc_tools-4.4.1-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 9124b6a91c02bb8d5bdad3b8200907c159dc8dc167e4c107d50f1f3a9612436c
MD5 fe7217fb6e3351bd7a2f6122a177bec2
BLAKE2b-256 d072f162414b8ebd8301ec14ba112dc621a02926807a5b95c53cae2a93aa536a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cryosparc_tools-4.4.1-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 4c138cb58f37d3bcf32af4761e3f23f5abc94ad42397aecd461173a486c674ce
MD5 64f87a67524d46372ed2288f20cfc3b7
BLAKE2b-256 55aea3ccde03cf6ede3d1ca0a6aad286a8f4f8ba02b552c32ca70e1848874c35

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cryosparc_tools-4.4.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 4a1f48a65b6a3586d394506463b6dbac75d45674f516b9f9c0b943fa83cd394a
MD5 bef68c471536bc34639dc508e22e2577
BLAKE2b-256 60bb82a6a7d161cb9a44b4091f90cb7dccae7679cc8d2186974c676b93d2384f

See more details on using hashes here.

File details

Details for the file cryosparc_tools-4.4.1-cp310-cp310-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for cryosparc_tools-4.4.1-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 2137d9d36536311a2df75c0c80984462bba7f1ac8d1f46080a055de31123c61c
MD5 3c648f95bbfa82459dc38df47fcfcce2
BLAKE2b-256 0723ad872240ce1b0d06d925f36898d857517534fdcd32588ccf2561edff802e

See more details on using hashes here.

File details

Details for the file cryosparc_tools-4.4.1-cp310-cp310-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for cryosparc_tools-4.4.1-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 621798df1884742b0b44d505a9b9b700ae0d58980b2c35128bcf2f0b5243b8d1
MD5 9ae150c8e885ed5d4e3304b516a28f32
BLAKE2b-256 6767573348f562303b209983b78c9c0e767807107d1a38541653e233575b2933

See more details on using hashes here.

File details

Details for the file cryosparc_tools-4.4.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for cryosparc_tools-4.4.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3ecb6ed8786c03e664bc58b1f4f0c3340dc79675b71603f735e9229d9e2757ab
MD5 fe1546fe982fd45c6f844efabeb081f7
BLAKE2b-256 6bc8420064f0e537b8f4078bfb498e922b20589cea093da7f1f1d5f2e06d7815

See more details on using hashes here.

File details

Details for the file cryosparc_tools-4.4.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for cryosparc_tools-4.4.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7cc95224f4aeafa8594ffc0357c50ae5f3e1f63ecee158d4f50851e96d822785
MD5 eac438b276fa8e64edd3b13c66ed1486
BLAKE2b-256 22a0b99031dd81ef96cf06ebbf8961ed1e65cce3ff52c268bcabe64440879fc3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cryosparc_tools-4.4.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7cd93a929502529057426e3ddc19a3c1321c7fbed6ce609130e61a3ab4d68ab3
MD5 2c51437fb81df3f470a7eb16da2059f6
BLAKE2b-256 4666eced36018f374ab6f01b883666975ca9e1772a42db2dc788e5ab89d52dd6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cryosparc_tools-4.4.1-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 ccad98058d978f5c8eded60fb88b55b63f30a22a41821d9a2ef1c1e40211fb81
MD5 0042d68b36b0a7a60c8ae893382b280a
BLAKE2b-256 1df9cbe3341f2741b06ec477e9400bb96d495e524f0da39b6ebccf50ad0f2725

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cryosparc_tools-4.4.1-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 dfdfc372e582d4e67b2a14299a5ec33f6db79a3cc27b7739c945ac85daad3a48
MD5 b8b2c5f819fc7d28c9f17019e1d9e868
BLAKE2b-256 350def4a84c93e420c3e083e1e8ff64e55155509435844c43083dfd51a4970e0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cryosparc_tools-4.4.1-cp39-cp39-win_arm64.whl
Algorithm Hash digest
SHA256 835b9c193a47b8bbf30c23f16670b08f9f8fd7af32d967bd548c70cbafb19f97
MD5 9583826d105a0d9b05fd81244fdcf7f6
BLAKE2b-256 84b3df0c40e9ba09666d8b601641ac681569f24a2a41f1182c5648a7a3e5d387

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cryosparc_tools-4.4.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 01e4e21bd4531bf72684a2008e7180854634998cc1757c7ba0a6b497e78c90c0
MD5 d05a9b968f2fdf499c5b7ca8860954e7
BLAKE2b-256 44be3dd2282dd9c2c55fae87a55fe8ddf8846831360cf341233dddb01d8c511d

See more details on using hashes here.

File details

Details for the file cryosparc_tools-4.4.1-cp39-cp39-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for cryosparc_tools-4.4.1-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 b81a9cf2049e4b908e408cad3a55280bcb29236b94447bfaaef3086057a1351e
MD5 29c8a74f182d4822046c906fdffd6bf0
BLAKE2b-256 c61283b673496985206e9f240df634e94d955602cee14dcc65a0de6350879326

See more details on using hashes here.

File details

Details for the file cryosparc_tools-4.4.1-cp39-cp39-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for cryosparc_tools-4.4.1-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 f2e77bfeea84413f31d339bb143e81929e18dbe820df38c7cdd566dd32bff31c
MD5 3cdeca18c1da0baa346a62f66e63b060
BLAKE2b-256 384b64011377d4c27ce392884b688eb571f4bc215c7e0b11bbe9f8fd9ee900db

See more details on using hashes here.

File details

Details for the file cryosparc_tools-4.4.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for cryosparc_tools-4.4.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 cc4bc247f53656be25f70dd9e4964797f096fb72e3fabab1b86effe3eab6b69c
MD5 9db4f59efcfe1a32ff44850ed29566bc
BLAKE2b-256 ac733b06e8ba852cfae1e528563c17a8c948ce9fd91245c3d22bdf244184f7ac

See more details on using hashes here.

File details

Details for the file cryosparc_tools-4.4.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for cryosparc_tools-4.4.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 bf65daf6dffbfa65b9c762b72dac079d4311892a9c7aaf2d026a393cb667d5dc
MD5 5077177adb87aba8e7253d5fd7f1e03f
BLAKE2b-256 f6355ad1877f752b4c0ce92fb9401af9a04a7cef1625d69d16d43f4ec8e1ce40

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cryosparc_tools-4.4.1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 87dc20df80cf1465273243c4f4e9531b11c8660ccabc8b24a90796647b243cc8
MD5 d8cd8cd0f6d07587c32b03c8390a0ba1
BLAKE2b-256 b5b01eea4db8bbbc45062755ba9ddad2c127b9a0e3f396a170674f4560fd5134

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cryosparc_tools-4.4.1-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 6696f1849259c813c691c320bba69b92a57b0422612c9cf43fe9db80f94a7a92
MD5 9129a3c9a429ff45d7fb936e4c18a976
BLAKE2b-256 3139c013b5b31e57d8fa8eea4476a8187cecf1064aef53935b46e220c4c4763b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cryosparc_tools-4.4.1-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 12b59ab42dd04adb2843999c038bb19539ce6c2054b36a6ccbb2c7c9f320c824
MD5 408c3465825fe189a05d3367aaa45910
BLAKE2b-256 e610424a5d72b15f2e93d7b38be134b4dda141a8187c663e2f6b73876caaf4ea

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cryosparc_tools-4.4.1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 2b2255d4c3a3da9328b1cceeb09cf65b3ab47e81f0380bafc3e640355ee09481
MD5 bb5377158e9da56b6e2c97f863092216
BLAKE2b-256 dafbd2ebca8b51a9881b3bae84fe153cc3feabf95bdb73de96c20669acf1d838

See more details on using hashes here.

File details

Details for the file cryosparc_tools-4.4.1-cp38-cp38-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for cryosparc_tools-4.4.1-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 92ea8d8eb38e822c7e16ae1c4976f79630b8afaf5276f4300c16cbd00b3a6996
MD5 7df4f237425376eeddf592eb46dd4ae8
BLAKE2b-256 068ff01dd93c4dc485077476537bdae929cbc3b2f36526508fc5df5961e65ecc

See more details on using hashes here.

File details

Details for the file cryosparc_tools-4.4.1-cp38-cp38-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for cryosparc_tools-4.4.1-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 84220b1b840155bfc53677f9510f111c6c9006a454b461756354fc816f7543f9
MD5 24817a8e8fee6edf25fc24e7bb32bb71
BLAKE2b-256 493908b6a6a7cccfa5230c4128476e70d43e796042b2b585ac2b303621b268c0

See more details on using hashes here.

File details

Details for the file cryosparc_tools-4.4.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for cryosparc_tools-4.4.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8170af10342b58f05b97977a8b386c75bdf11a6563b37f8c0f19c04c82e4186c
MD5 814ec3dd3c0cfdc720abe6939ef226d8
BLAKE2b-256 15da05e7e821314af65723bed8e4339927ad1b96995984a17cf881886962f91b

See more details on using hashes here.

File details

Details for the file cryosparc_tools-4.4.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for cryosparc_tools-4.4.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 fa925033da97e1e030dde4454b06485f01d579b3bd56f5b7980088c3fdd6c5c8
MD5 a56d0dee22fbd7deb77f3737912c2f6b
BLAKE2b-256 e7cf236b4e32b27e15d0f43997742e237e6e57d7cef0f5ca99b6337b56351757

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cryosparc_tools-4.4.1-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0b5cb1b732b4d11be545f8506fc80e4bd332f23fd640431be5b5525687f46fb2
MD5 33fcdb0afd89ee5ca12619929011de75
BLAKE2b-256 3b790b804ee06044fe49e471e37705ed5e77db0042f9756ec051e5496705b935

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cryosparc_tools-4.4.1-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c16b11f284745369e71eed1c35cdabcd6c31e160c2ff7f59df2101325b26ff67
MD5 cf376b312d704baad56fc08cd6a4570a
BLAKE2b-256 cef859556f9359f4129e1defcf0a4d03ec207da4695faed867c2b611351e02d7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cryosparc_tools-4.4.1-cp38-cp38-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 021d12210e431cfd5d7818175f3487617de661d217d39044e1a72698253455cf
MD5 bdf5c369aff36df5677ab3ed6b6a684d
BLAKE2b-256 9ac049e5bd4cf1d332c9b2a605b315795667bfbef0c65aae5f23102289bff7e2

See more details on using hashes here.

File details

Details for the file cryosparc_tools-4.4.1-cp37-cp37m-win_amd64.whl.

File metadata

File hashes

Hashes for cryosparc_tools-4.4.1-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 6483f172cb56261057aa5084a9db2884a673f89f7c8eb31104d6f29c02397b21
MD5 5cdb907686a4d2d59a3b11cf6100b921
BLAKE2b-256 93e2d54c0ad950668e1d7393dc480d4c3ba1753dc1fbe9b73cc38556b3a45cb0

See more details on using hashes here.

File details

Details for the file cryosparc_tools-4.4.1-cp37-cp37m-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for cryosparc_tools-4.4.1-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 c458c42cbb0da167803466a8ebe1f252cafb2250d085f6fb415c1663db26347b
MD5 277a862777f7a53c24f80eb21b223c54
BLAKE2b-256 12e45c7c890e6908f7c87ae214fc815ad4828b437745b952cf8023b2bc2fd1d4

See more details on using hashes here.

File details

Details for the file cryosparc_tools-4.4.1-cp37-cp37m-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for cryosparc_tools-4.4.1-cp37-cp37m-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 4ab0afa11b7fcd0c9f64abbaabf19932ab334d53481502727b80c62a66b5e190
MD5 2b13e46f0223f6990dc8509cacc92467
BLAKE2b-256 f80af83189021b35da83016897840a3fcd699dead8044832b4cfd5990fd51ebc

See more details on using hashes here.

File details

Details for the file cryosparc_tools-4.4.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for cryosparc_tools-4.4.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a2229b3833c0413548fe93e3c9db6f8ef7f1d45ac27c03254d5493f2647fb82b
MD5 d2d2776bcb2f653c1f652a96215556f2
BLAKE2b-256 1fa114fa6cabcc59e008b515bdff62ae6fa563ad374bf6ea2f99520aa49fcf2e

See more details on using hashes here.

File details

Details for the file cryosparc_tools-4.4.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for cryosparc_tools-4.4.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 61ef1d095d9d5060ef2bceaab945d9bb5730564bcd69a1ee4123c2e063cda645
MD5 9308d6116726b0c9207fb7a49e7f4352
BLAKE2b-256 0594e1a250836d5f02e89b1cf73314d71dab0fddae577da6b469eff45a21d2e1

See more details on using hashes here.

File details

Details for the file cryosparc_tools-4.4.1-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for cryosparc_tools-4.4.1-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 383304dc4de41d40076c448685dbdbc906fa1927d0b66ad5363c083b6b1a92f3
MD5 9fcf05f2fcb4a278d3ce658b503fa822
BLAKE2b-256 338209e63d011fc18d3b455007ea09278ac1af812368d94987b4a45cff2b4487

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