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.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.6.1.tar.gz (346.2 kB view details)

Uploaded Source

Built Distributions

cryosparc_tools-4.6.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (542.3 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

cryosparc_tools-4.6.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (542.0 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

cryosparc_tools-4.6.1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (533.0 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

cryosparc_tools-4.6.1-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (543.5 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

cryosparc_tools-4.6.1-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (533.7 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

cryosparc_tools-4.6.1-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (544.1 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

cryosparc_tools-4.6.1-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (534.0 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

cryosparc_tools-4.6.1-cp313-cp313-win_arm64.whl (470.2 kB view details)

Uploaded CPython 3.13 Windows ARM64

cryosparc_tools-4.6.1-cp313-cp313-win_amd64.whl (490.7 kB view details)

Uploaded CPython 3.13 Windows x86-64

cryosparc_tools-4.6.1-cp313-cp313-musllinux_1_2_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.13 musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.13 musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13 manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.13 manylinux: glibc 2.17+ ARM64

cryosparc_tools-4.6.1-cp313-cp313-macosx_11_0_arm64.whl (533.5 kB view details)

Uploaded CPython 3.13 macOS 11.0+ ARM64

cryosparc_tools-4.6.1-cp313-cp313-macosx_10_13_x86_64.whl (555.2 kB view details)

Uploaded CPython 3.13 macOS 10.13+ x86-64

cryosparc_tools-4.6.1-cp313-cp313-macosx_10_13_universal2.whl (724.1 kB view details)

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

cryosparc_tools-4.6.1-cp312-cp312-win_arm64.whl (470.5 kB view details)

Uploaded CPython 3.12 Windows ARM64

cryosparc_tools-4.6.1-cp312-cp312-win_amd64.whl (491.7 kB view details)

Uploaded CPython 3.12 Windows x86-64

cryosparc_tools-4.6.1-cp312-cp312-musllinux_1_2_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.12 musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

cryosparc_tools-4.6.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.6.1-cp312-cp312-macosx_11_0_arm64.whl (534.2 kB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

cryosparc_tools-4.6.1-cp312-cp312-macosx_10_13_x86_64.whl (555.6 kB view details)

Uploaded CPython 3.12 macOS 10.13+ x86-64

cryosparc_tools-4.6.1-cp312-cp312-macosx_10_13_universal2.whl (725.0 kB view details)

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

cryosparc_tools-4.6.1-cp311-cp311-win_arm64.whl (470.6 kB view details)

Uploaded CPython 3.11 Windows ARM64

cryosparc_tools-4.6.1-cp311-cp311-win_amd64.whl (490.1 kB view details)

Uploaded CPython 3.11 Windows x86-64

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

Uploaded CPython 3.11 musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.11 musllinux: musl 1.2+ ARM64

cryosparc_tools-4.6.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.6.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.6.1-cp311-cp311-macosx_11_0_arm64.whl (532.8 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

cryosparc_tools-4.6.1-cp311-cp311-macosx_10_9_x86_64.whl (554.4 kB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

cryosparc_tools-4.6.1-cp311-cp311-macosx_10_9_universal2.whl (722.6 kB view details)

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

cryosparc_tools-4.6.1-cp310-cp310-win_arm64.whl (469.9 kB view details)

Uploaded CPython 3.10 Windows ARM64

cryosparc_tools-4.6.1-cp310-cp310-win_amd64.whl (489.6 kB view details)

Uploaded CPython 3.10 Windows x86-64

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

Uploaded CPython 3.10 musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.10 musllinux: musl 1.2+ ARM64

cryosparc_tools-4.6.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.6.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.6.1-cp310-cp310-macosx_11_0_arm64.whl (531.6 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

cryosparc_tools-4.6.1-cp310-cp310-macosx_10_9_x86_64.whl (552.8 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

cryosparc_tools-4.6.1-cp310-cp310-macosx_10_9_universal2.whl (720.0 kB view details)

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

cryosparc_tools-4.6.1-cp39-cp39-win_arm64.whl (470.4 kB view details)

Uploaded CPython 3.9 Windows ARM64

cryosparc_tools-4.6.1-cp39-cp39-win_amd64.whl (490.1 kB view details)

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.9 musllinux: musl 1.2+ ARM64

cryosparc_tools-4.6.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.6.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.6.1-cp39-cp39-macosx_11_0_arm64.whl (532.1 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

cryosparc_tools-4.6.1-cp39-cp39-macosx_10_9_x86_64.whl (553.4 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

cryosparc_tools-4.6.1-cp39-cp39-macosx_10_9_universal2.whl (721.1 kB view details)

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

cryosparc_tools-4.6.1-cp38-cp38-win_amd64.whl (491.2 kB view details)

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.8 musllinux: musl 1.2+ ARM64

cryosparc_tools-4.6.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.6.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.6.1-cp38-cp38-macosx_11_0_arm64.whl (531.2 kB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

cryosparc_tools-4.6.1-cp38-cp38-macosx_10_9_x86_64.whl (552.0 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

cryosparc_tools-4.6.1-cp38-cp38-macosx_10_9_universal2.whl (718.9 kB view details)

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

cryosparc_tools-4.6.1-cp37-cp37m-win_amd64.whl (489.6 kB view details)

Uploaded CPython 3.7m Windows x86-64

cryosparc_tools-4.6.1-cp37-cp37m-musllinux_1_2_x86_64.whl (1.4 MB view details)

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

cryosparc_tools-4.6.1-cp37-cp37m-musllinux_1_2_aarch64.whl (1.3 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.2+ ARM64

cryosparc_tools-4.6.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.4 MB view details)

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

cryosparc_tools-4.6.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.6.1-cp37-cp37m-macosx_10_9_x86_64.whl (551.6 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: cryosparc-tools-4.6.1.tar.gz
  • Upload date:
  • Size: 346.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.10.15

File hashes

Hashes for cryosparc-tools-4.6.1.tar.gz
Algorithm Hash digest
SHA256 7a61ecf87fd6e6a7a0e80f107cc14163989151c646c900232b1a344293ad1b62
MD5 4bc46dfe45f593fce64186453c0b3318
BLAKE2b-256 a8a03a5433c023d128e31de6ad888608baaaa476791f96ceb0f5c6b233d1da78

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cryosparc_tools-4.6.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 395b7a05f248a6f9a286318284a204262771b6b1e9ee1bee8c2c2c84ffc06645
MD5 e80750d531251266337769a254e5ee75
BLAKE2b-256 651e7a6a5881c47da791a2b8a846ab36a65702d44f0abc9236cc94188e2da56f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cryosparc_tools-4.6.1-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c198c3fd609b9f33a9bc9a23680aa3b1580c0fb7586b93dbfdcc2da2b5768b89
MD5 412abc0e1e502c5788e98c3ec3f4198c
BLAKE2b-256 2acc64132bf8615aee98fea694afe7b3ead1ff83f8aac6f4d46417140a9d9416

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cryosparc_tools-4.6.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 538c41119a81b108180c18713a9cbcbc9e8e0435b057d292d404a5e87fb5ac0a
MD5 9bce047787cc16ad3052943352d6aff7
BLAKE2b-256 cc5ad730d1e3e490f547f28b919576648185e984a4d730ff0f88c5aabdc03d85

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cryosparc_tools-4.6.1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 82234c6dcf6aa85bfbe2981e00ed1a04faecc4f45e01cc31b041f1de7b0e3667
MD5 895fb77922301c21805e9f4a2f3e6ff4
BLAKE2b-256 fd754e2a3b93fa5703045da921b4c794e3068012ba71e46a713b14de56ef28f2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cryosparc_tools-4.6.1-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bfc7e3e2a095ac844fb3fda04b285654feeda2d492693a2e1fe42d51604c2767
MD5 7fc030bff359be2b92c02118b3328eb7
BLAKE2b-256 0e008a087ec395eedb3d137174ffc7525c7d83a6c2f7918f8d19e331efe8d882

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cryosparc_tools-4.6.1-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0b5d3bf1d11c204b84fc27d8e44b3a80acf065853c14f090fb4bc775bcb8389c
MD5 00deaec6607e6b2a10a069dcdf997c92
BLAKE2b-256 1c0ad5707db8dec6d24eaf7629aebf3303991d918071cbe4e3bf5359d10029ad

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cryosparc_tools-4.6.1-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 18b2455dd33fde2c12a47ef210cb95356dd3c5588257a094c44603966f4f9e06
MD5 8f4a50fa8185d9a4533be5ea6a0d5403
BLAKE2b-256 4d86c518031bbb39a991cd72b44df11416e6503f5adf4911a068fd995b9ca7a8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cryosparc_tools-4.6.1-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 345d1f367075f99518b6dfe1697e69d7aa84dc7c8c5d8c08a4e6bcb33fe9c1db
MD5 9bc7d75b9ffcdbf2f5f0fb4207040b56
BLAKE2b-256 e8803b6dd021b3267f69b7e06a50217d6b5af092e4fe0bb502500b1a889739f2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cryosparc_tools-4.6.1-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 562ea92b9c19122e8b7b1ee76a71eeed809e4f3ca44f3adf1b674e2de52694fc
MD5 00ecedc96abc99640715a79478bd8799
BLAKE2b-256 ccb748bca323eb7c22e28e740add896a61236c949b46109c1b2d8e262e3f224d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cryosparc_tools-4.6.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 6952b93a0fc3c4100eaf5955ded5f50d674b3e860ff71e663c9962e510c4d6f1
MD5 fabfa438395033af9d7e91f0f392e463
BLAKE2b-256 3438854e3aefa42b1500107188a52475bfc6c1fb7772f048d58084800f98fc0a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cryosparc_tools-4.6.1-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c765ee5cc3c7b38c4050a6542bfe6f56596b8a61eae247f215ca77230ac4476e
MD5 fd4db37bb1f3b27e6cecbf5a70d0a174
BLAKE2b-256 e5034c3bd5405e2eff5569f8edb71cb0dc9a04cd6e8b1205462e91f2e277c298

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cryosparc_tools-4.6.1-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f1ab60d2ec91f138ceda89347343cc6b7783eb9e7015852280cf808a909df262
MD5 05aa17517e64642b1fad92dec9a3c3ff
BLAKE2b-256 41f51b0fed69fdbc233e503aacf880cde5c3ea91df7f521c83c0e78d4905b60e

See more details on using hashes here.

File details

Details for the file cryosparc_tools-4.6.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for cryosparc_tools-4.6.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f224384d95b2ce93b81550b5b3e62b2bb14da05dfd4677f16d4339a962c23129
MD5 d52c3106bb3e477c7f6090486a5f8923
BLAKE2b-256 1a52ca84eb3962d08499847f2ac27b98915dede39db2546d334b25406c616db4

See more details on using hashes here.

File details

Details for the file cryosparc_tools-4.6.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for cryosparc_tools-4.6.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 077a7da8e6ee98b51b50ac4fc66f9a78df580fbb446c9a7e49eeb01c7b2e3ea4
MD5 c49f90611bd590375ad192c9bb945f78
BLAKE2b-256 0e8633b55bc66c2d4ee5d4d5b95e7e5c94f440edac7cf327b5ddb9e070278d3d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cryosparc_tools-4.6.1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 cbe659a0595fb94270f5a5e9e908ca0a697f9b4eb35a4e23db3e142e100d182d
MD5 ad430922e2739a2b709af70d95425a27
BLAKE2b-256 2e494a6865a1b224b47dcc7901ffcf193a62d4eebf922d6040a045b63f2d10e0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cryosparc_tools-4.6.1-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 27c3d1ab835a1a6354dfb5920405b106605b6aa9aff06676c29dd9189651c730
MD5 4ddd3e069a1a4837eccea2fcdea12071
BLAKE2b-256 c1c8cb97316d5169ba456ece0fa3a1c82918814064de11d9f5fba446c7a19152

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cryosparc_tools-4.6.1-cp313-cp313-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 ddd72add498e8f46beca5d63f0ac61cf40b8d49111d97a396891b2a0aa43f783
MD5 a0ed8816c8d47f42a804202fbf6b6c9d
BLAKE2b-256 cc826062572808234442582fff1e91b9d104de581c1979dc13162c9a8951b9e1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cryosparc_tools-4.6.1-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 efd5bf321bda5d820d562b27cf5dc43ae211b9738129e402c86a12bc4fc2a8e9
MD5 80a90afd47ce6d1d21c4eccb304e4ac7
BLAKE2b-256 f16cee29091138294b2a6de0d069175fa479a9df32a8f14ae32d65fbed8f7057

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cryosparc_tools-4.6.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 fcfe5279efe91e5e4b685db160b6d6e3c25ccfefb139914f3c594cbb0c140892
MD5 58a54c1a5427b2c9b07d89f6f7387f6f
BLAKE2b-256 170dd196bdb0d2a85bf0884adab6bd5a91d9cf8ecd1023cc66fbc56a7b236992

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cryosparc_tools-4.6.1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9e35ccae7a9714f4b6b0bc34c174e1bbe79fd24b41c5152ef84dc52e3688b3c8
MD5 aa0979a160f328655193f8e569a0919f
BLAKE2b-256 4e0cd24df23ddb4de9e7d58fec3363b64d1c1a76779def486464b7870b11df20

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cryosparc_tools-4.6.1-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0124f83835027a812f473207555057419935315c350d09f679a697fed8aac6b1
MD5 9e30a5d649c5483e2f74a066cbf8bfa9
BLAKE2b-256 1fc0a0d3a315187d2b62dbb8b1fdcab0989752ffbd7fa75c3f684198f0e9b5eb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cryosparc_tools-4.6.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8c88a836872589f758ab296e339743c4453ad9037fb40ca05f6c5ad37bf1c7e9
MD5 f81be6a35df838f73329af0d17e1b1eb
BLAKE2b-256 7c91ffdbc3e6837df695893848efbe3b6c45ecc372a718a4b194bf3561593d98

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cryosparc_tools-4.6.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7083c70dab455dd50f9b3c0f148ae95a3d49143df24dd5c936cd4ab9f3d8c73c
MD5 3974dfd9d4ed982e699e6c6b673e79cb
BLAKE2b-256 ae63f28a6d397df9cc54cc66f66d3ae64b806cbc65254a9440de0e41cd89eeef

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cryosparc_tools-4.6.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ff9a6f8357c8d6e8c22d4746a8c18e0dcbeba792348a538f4886b851a9d2ffdb
MD5 30e514a4bff6f6c3a96bdf5eaff5cdbe
BLAKE2b-256 e142dbabf5e8616d969a5fc1228b6f26ac5c1aedaf33d829de82e7f6eb6e75d5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cryosparc_tools-4.6.1-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 ba4bd3fa62c265559b372036ffb60da1f4c9e52ecf35eff39e7a609d388cf57e
MD5 28ed4c4c7b90397b743dc4f276c7db25
BLAKE2b-256 9b27531b559973dacb29d47c20f72fa6f48678cc5d4197b0503222d7a2835ce8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cryosparc_tools-4.6.1-cp312-cp312-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 253ef714096cedc659d21f5c4e26fc6d931505d2fd925660a6beacca7269fbfa
MD5 67dc614247ca166ce7e726d3022a88fb
BLAKE2b-256 fc325c723522c8bcef54bcb9a4106a3cc1f46884734a44f3d7e82521e1dc4bb7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cryosparc_tools-4.6.1-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 6853e9c4ed6cfbd84ccb5995d78b9e5d5b3a453ffe3a84def13fb8bce400bd38
MD5 bcdc251ef377fe9ff04d65a231279a9d
BLAKE2b-256 5720fda496b948bf9b8157f3d59b876b75c0b6b98c2121589b1e3cadf8c61d0d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cryosparc_tools-4.6.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 8227b48d95df4788c00d25e29999093a506b5a4447e5a8f7dbeae339b6db4449
MD5 b4e34ff5ea38a85258c6119ad7024bc8
BLAKE2b-256 c95061d203d37c3928ef0d334e94f8dfb54bc3ee6353bdd9983e2d71d21a631a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cryosparc_tools-4.6.1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 cfad78bd3bb25f1aee3eaf9e0dd365c738f11375b26899f8d4c57c5c74df1289
MD5 c43b29e5103a499af3df65d293e6cc18
BLAKE2b-256 b895f237ffec6765d8f3236131738ed85ab1fa0a3f739a42f1b29510c966dab8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cryosparc_tools-4.6.1-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 12ec854b881c1815e6f284fb9a45a6496ae67747ca34c70f7d595d7afdb0fb9e
MD5 15bf706968f880518d1e40b1f483dea1
BLAKE2b-256 1db58b4eecd1c9eae883b1c297a340638ee7aa48d387dde3a8dbaff939ff7598

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cryosparc_tools-4.6.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3d2c20afc03bb5ba1e547eae0a97dd2baeb06e8457b0a6063df88b60b198f7ba
MD5 88fa82a7bb2341a9a14a21424e5e5ff4
BLAKE2b-256 b70fdcba73db6e23255908d1a16283c01444e471681367b6f02675da3d815230

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cryosparc_tools-4.6.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 03b9b5b5244061c9c630b268998e2f9ce5915763b8043aab65ce9af62038c565
MD5 2b006c8958938c4425f403f61685fe5e
BLAKE2b-256 4c98b22d2f2080b04bb8a0be075577bf2618b55474f3ba4d1f63793fe39226f5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cryosparc_tools-4.6.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6814be8b2eada447d7ef5d26582f262ad64e347ee54987d298c3aa4678388126
MD5 8d1cc517d6098766fa94328691c59550
BLAKE2b-256 ee5906b1b7caa86abd0bc308ce77cd4900b18c71e96a4f8bc7bb9d1a851e8b66

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cryosparc_tools-4.6.1-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 548746a80b7e134ceadd14bf468f361a10426918d242a2e9fea5e5fdc5d95534
MD5 aa5342c4e19f07ea251c128b85217257
BLAKE2b-256 32f65dae0e172c45ae6b4938639150ce209bee7e989be04a5277549c20ab2e29

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cryosparc_tools-4.6.1-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 e8c295c1bbac35f6182cb1c0ec9e841cf8fda2ab5f0f4ce5be9fef43470982d6
MD5 d9f4573fcff0ddf8313a478d3165b6cc
BLAKE2b-256 2728f5c5b52782ac3cb828925d585ee8e922c5c11f8ef76b06b7d9f1c914dfc2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cryosparc_tools-4.6.1-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 3a75178118809ccaf827cdfb22d6087d303e01023ef809a470b75ea34b222049
MD5 cfcf7650c2e884afe576a441b84d0fd5
BLAKE2b-256 2a0eaa7d56f7a274aa08c0210c8e9eaf29b07041a324ff5eec8caca95d6ac0f5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cryosparc_tools-4.6.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 df30a48526a4e85d9cdb97fcd6011a8b5334efed796b1fb9fea39922ed685b99
MD5 920f0f447e6d1991640f93936b61b684
BLAKE2b-256 2579df9d067ecde49f251800cc078b46ba4b78677804e124bc6fd6d4b0d6ca2d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cryosparc_tools-4.6.1-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 668213052411c3fea7ba9509f25fba3bac7a34e7c9f713d360d99d26317361d8
MD5 aec7a2c608e50ce9281422660b8d9dcc
BLAKE2b-256 ed62565602f3362306d621145592892f34c7e8e1d5cdf4efeee7346c6355bd4a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cryosparc_tools-4.6.1-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 85ee649a1171ddda6021eabe9bcd5a5a8308d06f1865f5f18ea15f284352b71e
MD5 8176422b4dd86852fef80497b478f360
BLAKE2b-256 3e068fb80eb2c2b1d946853fc92ebe59119e3b728eff0d3ca0108705df2cb089

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cryosparc_tools-4.6.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 28c16666fb1cd9c5f8a0abb387efedefe5119f1b5d9679e4b79bd5fcfb9963ac
MD5 5b377b479ec43b638eb58d69f54b9d79
BLAKE2b-256 d2c96f4b34eff9caef613a0d969562736a667c6a7912126eebe74d820b7ac20a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cryosparc_tools-4.6.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0e6849393d25021236b56f0c5bb248ce780d837069c9680bda995771836dcf95
MD5 c13d8b06f2855ebe04c8eb87d4f4d765
BLAKE2b-256 146184842792f204167fde9fbc2f14bd73373cc8c36c7eb42a519741cf1a9dc5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cryosparc_tools-4.6.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 bca8c43be443f6700a0723aafc7d80e9597c62cb4c1819481a61ddfefa9536d7
MD5 519f97574644395f209623849a500610
BLAKE2b-256 b38a1f0699c5f541992700834fdac3bfb92bdef78c1ff86209078074fb6deb4c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cryosparc_tools-4.6.1-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b30156bf1e5c09c9d7ff169b74b9d4a3e30689a3511dd4db3e1078cfb8c6cac1
MD5 6ffbebf5bb509163012068d0a0560039
BLAKE2b-256 b02c5d2b5b3d095ed326629e6c6bbca58e276544b3edf70a67c150982ad3c6ca

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cryosparc_tools-4.6.1-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 0c1d23d2f9b96887bb1c3a361e7dab070ed6597d427d95f5318fef1b30969046
MD5 b327dcb04b154fb58fc0f421247ff2ff
BLAKE2b-256 d6ab7683c099fb24b074e7a9afecf3f3921a71a277c4aea43c14548c1d809d83

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cryosparc_tools-4.6.1-cp39-cp39-win_arm64.whl
Algorithm Hash digest
SHA256 0c9073db9e4bea7343d4141a89b91d9c75236d2dbe55606e45ed2c4a88376be3
MD5 850512a4f65ae2e0423386c3e2cce042
BLAKE2b-256 39f6fc5ce3bc0d0073c0f65ba53441d43759f58c5f83e9666aee428c02364a4d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cryosparc_tools-4.6.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 7a9dc55904b02b9639af16d0f66263562d5dffac3cd1fa6e7d43a88f3b8b2e3f
MD5 bf5dfe754de9ae112076676689753612
BLAKE2b-256 b13ff6ab7a00336b303eb39ba01b4c0df9345c44f84e9e035bc53ba9f9329444

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cryosparc_tools-4.6.1-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 34af262ef0b9d5205a8a44b36fba348353f7263471686a979f26580395dd261e
MD5 8ffd991880cf036ecc60b264a9de3975
BLAKE2b-256 43849d5571cdcfe02ba68cc3c16e7701e073f31e4c91c7afbca97831caaca566

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cryosparc_tools-4.6.1-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0ab92b2deb8381840993a93fe3ab7fb1107efa48e7211b804204aa513c6a61e3
MD5 56c4e874273e333d013a31b276a10b92
BLAKE2b-256 5eaf4fec41e751fa868df254d47ddaa1515bd080188ae7ef303049b1dabf3490

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cryosparc_tools-4.6.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 13cb23e021bc9fb65d2bf4d48102d03aa25f9c08a7fd292c266e8096db417b9b
MD5 914186ad1d38ce3c828fdcda6584a951
BLAKE2b-256 08d19c506e10c5db05b5ae9e6b83a4f1e1ed6190d701c8d8178d4253782f125d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cryosparc_tools-4.6.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 aa1f62f9e400f9a29576d81f76cb216f78c89915a49155545792cc4f9087bb9d
MD5 98c6bcd65a959a12933e05390b2a27ea
BLAKE2b-256 f252bce15ecc376c848372dc8ed32101a2fe9c6cca6521ad2c08191811948174

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cryosparc_tools-4.6.1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 56ed3387013511fb0e35d87654b3c840cb9164a99034987a65edb18eac0204a8
MD5 f563751f568dace6aadbb55b11096816
BLAKE2b-256 446fbb00494557e4861825f1fbec40bba0588194a5fc09d64e23331e8b8c4693

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cryosparc_tools-4.6.1-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 7a484d56b6dcaea6c3d0bcd4658b2c09ecc2c251abc3fd0424a3abee956b3901
MD5 b24f94a4f3c5e4548e317b6820752aa6
BLAKE2b-256 90605e685bb3e608a15bfbcf6b16c5bef22a55adfa7e260ec9690939c672c087

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cryosparc_tools-4.6.1-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 21aedbe0e2157049c483ffd111a27ffa07391dec19bdc63f31422d76f1a6069e
MD5 81ded7ea37a3022545c759ecc2c6f7f4
BLAKE2b-256 b258eab350e4ca9471e83089d50b49fa8c030aafe2327df874699485719c3dd3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cryosparc_tools-4.6.1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 6b309bf3f305ffd342718d4d6a4064e0e7057519d65e5989b519aea56b81d73f
MD5 524173a1d5a18d9a54dcfa464e08b2bc
BLAKE2b-256 6fef70692f14303b341e5c316f72cfea7a4550b90c6289d0c749c0575f8fa88e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cryosparc_tools-4.6.1-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 fca27f8874beed285cd4a6f7fd3d61d9949da38ab10e1ffbfcd6425876c23ed3
MD5 27ff9a13543319b32f0afdfd004ecfbc
BLAKE2b-256 2cf48b949338d37409954548f0bf574b23e2e37640f55c963e96a25f0cae66d1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cryosparc_tools-4.6.1-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 28e029b4e7e0835efca233798eea7e71ab04e86fa5943f07187880f6fc174e66
MD5 29063b2beeb65a4a0c622c97ef803053
BLAKE2b-256 91e0ee2715e1b9d8daeb06353a0264b0beb15db138564651f93fcbd0ae93188f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cryosparc_tools-4.6.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7b20ae2acedd62aefe0d3571f6a13024d3e60c53473c6c1fbfa0cfadd08ae993
MD5 29e4500b7478fadf02b339f2c16afcc6
BLAKE2b-256 70b99fc4743094f473f873b34fa5f7ae32337b3ca4d2127729033055190987b4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cryosparc_tools-4.6.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 016ce4124b2adfae340a33afd8fbb63d3581722c7c2e30097ead4ce072d7a0d9
MD5 fa5576c8f76dfb1c87ec7de26e62aebb
BLAKE2b-256 4c51e18f587f42cbb98ebc9caff3ae92f15f94942a9096831482edf3744a8bcf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cryosparc_tools-4.6.1-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e6a8a9e7246b54bef7a8102aa7b34b2e407537009c90a7d34fe889d533b49948
MD5 6e1692c92c4685e3f77f52f83e2a6d96
BLAKE2b-256 6abaf7368df3dc96e04841f87a57896806c1362cc40b79090f6966d195d71907

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cryosparc_tools-4.6.1-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 8fe89f093276316d999f8b239007aac8f71f80a87326e9ca610e23ab81c79cc5
MD5 4fdef132e3de1e1c3c76c45321cfc054
BLAKE2b-256 95d4ff73a1b416494cd5737034cca4ade445e54d0d36bfb9c05eaa4568df2cea

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cryosparc_tools-4.6.1-cp38-cp38-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 8db5cc093f95b6c7bcf8c798c1c2ab2337bcedbc3a76242daa42b3b95261fe96
MD5 c1864392a0ebd52e283e27ea789f243d
BLAKE2b-256 61fd1ed1299f3487d22b5c00f35274a1a40ca52d682ff07deb00539c4266bfc8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cryosparc_tools-4.6.1-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 015d8ddfd410fe0f64545c3437bffe08833937a2aa12392b44c1a2c0c520efc2
MD5 798378b86f17b5266d37b27087aad46b
BLAKE2b-256 493105ee8c2c387a8b2832e607e291383184e0c32d222e49b6e1033daf4510cd

See more details on using hashes here.

File details

Details for the file cryosparc_tools-4.6.1-cp37-cp37m-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for cryosparc_tools-4.6.1-cp37-cp37m-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 28aac54d458441fe02107fba786e5a448e8488fde82cc0e549e9fdba47f13fbb
MD5 13c144af75b9c673e984a69dbd1560ce
BLAKE2b-256 f2360bf2cafe93cfe85a3534fc904b6ce79511fb4860004ecf1ee0df39c076f8

See more details on using hashes here.

File details

Details for the file cryosparc_tools-4.6.1-cp37-cp37m-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for cryosparc_tools-4.6.1-cp37-cp37m-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f6e86e3d5b3f782c2cff1856aa5f09c7c5289b5034b2db35b2b5f818fb6f6a3e
MD5 e6ad642bedde6418dddbde3ca67c312d
BLAKE2b-256 b1ba4f49b91b58e444fc1abcdd2f6b4fb7d518c552db33ea8b0182a685e7b7b4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cryosparc_tools-4.6.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e3b1ac2d88c884ddca31f59c028120846e169cf437f7b4bf5f5a2496773b5be8
MD5 0bc995ac4622ea9164551e3c4f68abb5
BLAKE2b-256 2702fa45e3b17649f683417954e6ad94c70c354abf23bdb3ca738d6c7838ddbe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cryosparc_tools-4.6.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6dc9d1c904f962e67a0153a18f42737fbccf8384053081f3ded578ebcf191166
MD5 886ed70b7ec4f15bb3c4cd48c1eb2c15
BLAKE2b-256 a70fd08441b0e3b55e973dbc43c44f01495fddee52f84f8ef72f10f0c59fa288

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cryosparc_tools-4.6.1-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 6fa1d6eaae121ae84dd7c48348e6d61112ff0b9efad92681e1f065f5f7c191ae
MD5 33a684127a0364bba02515d55f637bb7
BLAKE2b-256 475396041c397de3a1b9b169dd9ff0410c55b254e49ec56aa46ed6aafe2e6bef

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