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 https://github.com/cryoem-uoft/cryosparc-tools.git
    cd cryosparc-tools
    git lfs pull
    
  2. Create and activate a conda environment named "tools" with the desired python version. See the Run Example Notebooks section to install an environment
    conda create -n tools python=3.7 -c conda-forge
    conda activate tools
    
  3. Install dev dependencies and build native modules
    pip install -U pip wheel
    pip install -e ".[dev]"
    

Re-compile native module

Recompile native modules after making changes to C code:

make

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 cryoem5:40000 (can alias cryoem5 to localhost)

Clean previous build artefacts:

make clean

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

Uploaded Source

Built Distributions

cryosparc_tools-4.2.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (341.5 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

cryosparc_tools-4.2.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (341.7 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

cryosparc_tools-4.2.0-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (342.0 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

cryosparc_tools-4.2.0-cp311-cp311-win_arm64.whl (311.7 kB view details)

Uploaded CPython 3.11 Windows ARM64

cryosparc_tools-4.2.0-cp311-cp311-win_amd64.whl (323.4 kB view details)

Uploaded CPython 3.11 Windows x86-64

cryosparc_tools-4.2.0-cp311-cp311-musllinux_1_1_x86_64.whl (856.6 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ x86-64

cryosparc_tools-4.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (865.5 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

cryosparc_tools-4.2.0-cp311-cp311-macosx_10_9_universal2.whl (432.2 kB view details)

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

cryosparc_tools-4.2.0-cp310-cp310-win_arm64.whl (311.8 kB view details)

Uploaded CPython 3.10 Windows ARM64

cryosparc_tools-4.2.0-cp310-cp310-win_amd64.whl (324.2 kB view details)

Uploaded CPython 3.10 Windows x86-64

cryosparc_tools-4.2.0-cp310-cp310-musllinux_1_1_x86_64.whl (827.7 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

cryosparc_tools-4.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (829.4 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

cryosparc_tools-4.2.0-cp310-cp310-macosx_10_9_universal2.whl (436.7 kB view details)

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

cryosparc_tools-4.2.0-cp39-cp39-win_arm64.whl (313.1 kB view details)

Uploaded CPython 3.9 Windows ARM64

cryosparc_tools-4.2.0-cp39-cp39-win_amd64.whl (325.4 kB view details)

Uploaded CPython 3.9 Windows x86-64

cryosparc_tools-4.2.0-cp39-cp39-musllinux_1_1_x86_64.whl (832.7 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

cryosparc_tools-4.2.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (833.5 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

cryosparc_tools-4.2.0-cp39-cp39-macosx_10_9_universal2.whl (436.5 kB view details)

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

cryosparc_tools-4.2.0-cp38-cp38-win_amd64.whl (325.4 kB view details)

Uploaded CPython 3.8 Windows x86-64

cryosparc_tools-4.2.0-cp38-cp38-musllinux_1_1_x86_64.whl (850.7 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

cryosparc_tools-4.2.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (836.4 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

cryosparc_tools-4.2.0-cp38-cp38-macosx_10_9_universal2.whl (432.1 kB view details)

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

cryosparc_tools-4.2.0-cp37-cp37m-win_amd64.whl (323.7 kB view details)

Uploaded CPython 3.7m Windows x86-64

cryosparc_tools-4.2.0-cp37-cp37m-musllinux_1_1_x86_64.whl (791.1 kB view details)

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

cryosparc_tools-4.2.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (791.6 kB view details)

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

cryosparc_tools-4.2.0-cp37-cp37m-macosx_10_9_x86_64.whl (341.0 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

File details

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

File metadata

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

File hashes

Hashes for cryosparc-tools-4.2.0.tar.gz
Algorithm Hash digest
SHA256 b0145f72abb2c80bf41bf6bb908ce289abe6115699d241657a5dfde7e36c18bb
MD5 39ffd7737959087e6ff68892b3282326
BLAKE2b-256 f3b2030e79a2bbc7e2bc7563b72f4defbc1645926132f5cc6c020d540f92c706

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cryosparc_tools-4.2.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a2946186fa47a563da4ef726119e91637f79b3f01d0c4c3c3d164907ac714d58
MD5 217f722579414ebdadc48e7865cd5fe4
BLAKE2b-256 c2dacf25c99f106fa23a46e8b67898889689bc82a1f1128ed6e37b969657b8ec

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cryosparc_tools-4.2.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 51a5e7212ceef0c40d42589b60a008270be5b5d5db7cd74a76aea13f7d13a5f1
MD5 82b3cd62ef492de7785f711f960487c9
BLAKE2b-256 d73f72c80580ee8eb9dfce1b20f081ca487e5ad809880cd7a747c1e5ffd931b5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cryosparc_tools-4.2.0-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9e6adbc63fbf97d748aee2fac7248d1e4a3c72fa0f8505efd3da04bea7a5614a
MD5 1a01f07e6a40e2cd0a0a1e52ad305ecd
BLAKE2b-256 023bae09c8540d87b5338f0ac1a719d454497ea2ab15cee861bad801a3b041b3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cryosparc_tools-4.2.0-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 24deb65e88603c164ac303627e668e9984fe815d968d86d6ac69d2b0bd55b409
MD5 f99a3d60e2f47dcc20b16052164c9c68
BLAKE2b-256 36a88179d2ea210a3d724549235fe705753d9171ef513c95749bb685146a3080

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cryosparc_tools-4.2.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 5f3719993e4a65e35ba744ba201c52863a9cc9c71a640eb2cf0cc306f0db4480
MD5 d1af63bc76bdb5123813ee90e2f91d1b
BLAKE2b-256 cb66bba332b7292abe1be5a0c004eb5fbea309e71db1a7c827ecc87b2fb6d470

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cryosparc_tools-4.2.0-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 e2476aed2cf64e6ab83f18af9d416f8031c0097fb762cf611471c85a74810c67
MD5 a246c3e5d4bf0686b155ad21f249231f
BLAKE2b-256 12617a0c0f5b4e0f944a014cf9ebfc6072a43ffc633f806cc566bb428fcc4c0f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cryosparc_tools-4.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3396c3a5cd4d94f0e3a60d920c71641ca0ca887cd6d37b694952a5749e953a5d
MD5 e37ec9fd0451db5d6657d3042b10d99f
BLAKE2b-256 f87160da4859e1b7c80667d77493c44af184d0edd1e4d7187427d58d1f4d5110

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cryosparc_tools-4.2.0-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 f00a4bdb274281f423b600c62f1f23e245b36932d1de4f509b4792f8297b178a
MD5 e7cd02e3ca347782cf50d4c455b3fa61
BLAKE2b-256 bed8055c238ca4d24dd7e17d572e1ccf6be7e25a1665a4f0582a430a74946439

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cryosparc_tools-4.2.0-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 52d2bd9c08af81836f376b33810615b3118b07ceb1262388db602ef2d926deee
MD5 eabd2b476d1f6b885e29f5365f5b3a07
BLAKE2b-256 9996ee113f5c43387cbed3a5b5fcb02a8cd754763d1329e66f5b5dccfedb6a61

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cryosparc_tools-4.2.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 45c0c2bf6a6db5c82191199c48413740fd0e380423853a54f81f1560cccc1eb5
MD5 d7c9a5b97154d32c02d4c36da64534a5
BLAKE2b-256 8a80de9387204abc23e7b42baddb0a99ca5e9ca0c89132ec46d3e6a65f99a6c1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cryosparc_tools-4.2.0-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 54f1431189237c8124d1a78c1cf16b146c39ff5add602f4e824b67e8dcf08fb2
MD5 c9c88db331f7df9ef468ea1f801ef7b1
BLAKE2b-256 8c6f04d7ff92469595e31ddb98c2a57490334d42713c97429bfba4f61f60df24

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cryosparc_tools-4.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 dace7af4c2075bc9ad9a83d14b4156d679037c232de58ae94ea21b5e57e485b4
MD5 d9cd947d0285b46c7784acfa469c4b29
BLAKE2b-256 b80f8fe039c5cfaca81b19b9cf500f9794f947e21cd1f17ed356c4514bbe0f32

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cryosparc_tools-4.2.0-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 fe46ce9a8bc6ec750f0651dcc8f7f0ac341c3dd72d898d46c80cc707017e6c94
MD5 aea6f9c5862072ff494fd20213a05154
BLAKE2b-256 4ce1c95254832629b7d045093d154365b5ede6e8d10ec0130bbf8c50df9c8c1a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cryosparc_tools-4.2.0-cp39-cp39-win_arm64.whl
Algorithm Hash digest
SHA256 4af23097eecd662366acce25bf5d166cf8c53288b87e13ff2afde0fc4b4b7fab
MD5 36b6e23519bd8b1a83e7fa54663455a5
BLAKE2b-256 994fb48581f84a1040fb1a36efe84b8d2192cce59b773a68bb46f533d4d94476

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cryosparc_tools-4.2.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 6f9d5cff9013bdd84504f3db01b9ba4730b8efd908a89585888e49090e5fd9df
MD5 1a33a57fb9d265fcb850539c0aff4038
BLAKE2b-256 6fdf1f27138f01d42b7c6a31c302575c2e8c4a5cb043847ba9d11b1b44ecac9c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cryosparc_tools-4.2.0-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 fadf45b9c8b122aed1114bdd57a434929b52cd46ae81ee5909072117ec25fae5
MD5 045de236442db704ecf00c39b0b097d9
BLAKE2b-256 e8a22e9f4684003bf369ed920107d7ae0911be8a60df86532c813528a8b09ade

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cryosparc_tools-4.2.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 040e8601a6f707a3bba446d46f4433980bd8696874a26504010c22e1a65ac6c0
MD5 07811e1bec80768bcd85c4578916621d
BLAKE2b-256 8a761141de4ff5db8382c8e761da7f779eab2087fe0d8d6c3dd9c5ec6e1eccc5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cryosparc_tools-4.2.0-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 efa9e463c1bd16a0ffee26384d0cebd0cd7c6ca7de52effc32ff71abbd162c15
MD5 0f2456bfa368d22358417819189f858f
BLAKE2b-256 a6ec4f7d072c5fc0623a40352157ace9ededb094c4741d9ee5eee7ae10247a1b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cryosparc_tools-4.2.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 d10db691b9c9212a097e6212dc5460793adb54c0cf50a3ecd464e13b6f69f285
MD5 d55f41e0c2eb2e4103b74af5a875acf8
BLAKE2b-256 5776ad1dcad30a7525e7dd0d71dd86c6d2477e740e9bf739eb2deec617d67a1b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cryosparc_tools-4.2.0-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 be7a2f77ab998caefd2ab7e3b017399a6f81d5b525471d4840328be551783679
MD5 5e0a9b7a5bb15a3446573dfb8faba9b7
BLAKE2b-256 93934c271fc92ebce497f8c96547ddeb54f8970b10cf843949e557e25a1ed5af

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cryosparc_tools-4.2.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f2a9840500cc82370c35be3b9e4f4049a0ac5778ca866dff6675ba70d1bc846a
MD5 9b97b201654efb3ee130a80afc95d514
BLAKE2b-256 1a62fdd8f8e6b7eeaffe55222e2f165db492be41d653e710f9fca19442807fc2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cryosparc_tools-4.2.0-cp38-cp38-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 c5ea23dbc7f2ead10eae04b456d0e2ad2361f30fe41fee0df0379db7273c6f3c
MD5 98ed24a2cbd605071fc72dd49e751cec
BLAKE2b-256 3ed03ab0b009686a2cc87087d49886f483e05414a9bcd96a7130da7597b27ae0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cryosparc_tools-4.2.0-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 798900d7e89343a2a05b8570dc4080582e67ccecb54ee355cf4e0b761ef910aa
MD5 7d664a50c4bc64a3ec5f4565da174971
BLAKE2b-256 afb2e8c576fbec0297e65730f82b1f30f61ceb9d518200d847b1a7c41cc2f2ea

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cryosparc_tools-4.2.0-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 0c0ba003351f148415643c370fcfa3201a8f35bf4f259801f75bfe67a32d66f7
MD5 6b5c1a60af4331f2811cd03c06785a26
BLAKE2b-256 0ec4481fea3c74a42e353bb3fcc082d6221a572295ad97616f8e43dd04d98d03

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cryosparc_tools-4.2.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2d3586480112cfd4cd0d866317a123809636d0e2ffb40bf33925d69c49ec7fe6
MD5 67e554b2b3260a9b7716570c745229c4
BLAKE2b-256 8e86d87ca9bd169f41ddfdabd828268dc49c7adcb186ce65418e8583c399e9cb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cryosparc_tools-4.2.0-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a5809b2ece4d8613f94d9435289d8246b963176074e2fa6149ed9e26980e044e
MD5 c32166cc9a8c7cfb3a558a955fccbdac
BLAKE2b-256 e55e17a6f24f5ebcab4322194c8c1f4bafea0614675114374f8f0547405439a3

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