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

Uploaded Source

Built Distributions

cryosparc_tools-4.1.3-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (341.1 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

cryosparc_tools-4.1.3-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (341.3 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

cryosparc_tools-4.1.3-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (341.6 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

cryosparc_tools-4.1.3-cp311-cp311-win_arm64.whl (311.3 kB view details)

Uploaded CPython 3.11 Windows ARM64

cryosparc_tools-4.1.3-cp311-cp311-win_amd64.whl (322.9 kB view details)

Uploaded CPython 3.11 Windows x86-64

cryosparc_tools-4.1.3-cp311-cp311-musllinux_1_1_x86_64.whl (856.2 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ x86-64

cryosparc_tools-4.1.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (865.0 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

cryosparc_tools-4.1.3-cp311-cp311-macosx_10_9_universal2.whl (431.7 kB view details)

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

cryosparc_tools-4.1.3-cp310-cp310-win_arm64.whl (311.3 kB view details)

Uploaded CPython 3.10 Windows ARM64

cryosparc_tools-4.1.3-cp310-cp310-win_amd64.whl (323.7 kB view details)

Uploaded CPython 3.10 Windows x86-64

cryosparc_tools-4.1.3-cp310-cp310-musllinux_1_1_x86_64.whl (827.3 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

cryosparc_tools-4.1.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (829.0 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

cryosparc_tools-4.1.3-cp310-cp310-macosx_10_9_universal2.whl (436.2 kB view details)

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

cryosparc_tools-4.1.3-cp39-cp39-win_arm64.whl (312.6 kB view details)

Uploaded CPython 3.9 Windows ARM64

cryosparc_tools-4.1.3-cp39-cp39-win_amd64.whl (324.9 kB view details)

Uploaded CPython 3.9 Windows x86-64

cryosparc_tools-4.1.3-cp39-cp39-musllinux_1_1_x86_64.whl (832.2 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

cryosparc_tools-4.1.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (833.0 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

cryosparc_tools-4.1.3-cp39-cp39-macosx_10_9_universal2.whl (436.1 kB view details)

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

cryosparc_tools-4.1.3-cp38-cp38-win_amd64.whl (325.0 kB view details)

Uploaded CPython 3.8 Windows x86-64

cryosparc_tools-4.1.3-cp38-cp38-musllinux_1_1_x86_64.whl (850.2 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

cryosparc_tools-4.1.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (835.9 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

cryosparc_tools-4.1.3-cp38-cp38-macosx_10_9_universal2.whl (431.7 kB view details)

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

cryosparc_tools-4.1.3-cp37-cp37m-win_amd64.whl (323.3 kB view details)

Uploaded CPython 3.7m Windows x86-64

cryosparc_tools-4.1.3-cp37-cp37m-musllinux_1_1_x86_64.whl (790.6 kB view details)

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

cryosparc_tools-4.1.3-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (791.1 kB view details)

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

cryosparc_tools-4.1.3-cp37-cp37m-macosx_10_9_x86_64.whl (340.5 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

File details

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

File metadata

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

File hashes

Hashes for cryosparc-tools-4.1.3.tar.gz
Algorithm Hash digest
SHA256 638b458a8cd1df46cdac04f242fab8916146d75b47e65cc1057106883ae1c84a
MD5 cb3018b048a5726f2b29dcd5a10aacce
BLAKE2b-256 974ed526274d92a661e630acdbc35c007719ece04836da400384ad3861e66bc9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cryosparc_tools-4.1.3-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 31040f065e5e50e011364f2684965baa26ef253cbb0891a45175fc131aca1f47
MD5 10121269892c567ebf175deaf47516b2
BLAKE2b-256 ac4d7c09c3ef9c0c0d6742720771fb54e791d27e0c69429ce620f9dbb44ca5d4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cryosparc_tools-4.1.3-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 65a3a66ed936f8040a4576db878ffe2cdf7f1694d6a63886795c4cf6f7e515a4
MD5 8b15b7b204f174db521a5db1d7157227
BLAKE2b-256 087027d814bc0d78026da31c442a872bf02d082c4e392af6df1456ec2e489199

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cryosparc_tools-4.1.3-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0155aaf89aaeb7e3bcef4a8f909da27f4c331c0cd2b6f509388750280dbd5903
MD5 2aadf4c04e1a12af24fd2e53be126927
BLAKE2b-256 4b9abc6f59bf3f26aeb3e5b5a4dd9ea46a6c10eacc076ff40777d07850f2560e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cryosparc_tools-4.1.3-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 c2e39a6e2a38a6722f63dcb39f007a8e15d091174286c2e431e77f988f40ecb2
MD5 098d36d5562f283076f39fcb28dc8437
BLAKE2b-256 ce23d2351571aa626447488a2a76461123bc6a0ebb10f1d8f51f167ef0b1adc7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cryosparc_tools-4.1.3-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 6b6489f7b8a09e501cc64f2b60f1012e0f397e27ca4bb78da416b23738729487
MD5 433c17be065bf09a9001ab2f8ad9fe21
BLAKE2b-256 bf4b7b732d5ce9b7e43460aff0a26d048fdfb35d1ad56f2e7c02deb7bed95371

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cryosparc_tools-4.1.3-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 ae80595971c36ff9ff1e00cd652577be61fda065caf6e83a7f12379b228c6cae
MD5 1aa650ba780db8e5f7c15c6c210a0599
BLAKE2b-256 0ddc2f1129e15e068048e6238b777f15185cef264ce5718061a8bf5416138c53

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cryosparc_tools-4.1.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c513f2fa0aee203e909be0c8c146607d432c4f6f4b32bdb6b6d89808b188f06d
MD5 8b0550a2e1d06d6865fb924f880eb880
BLAKE2b-256 138ae70519767609fcf2a1fcf758137ad722e527feda628a3a921a3faeb45821

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cryosparc_tools-4.1.3-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 f1c1ad18436828ffec8203674aeac94a1bfe100fd7b712c2dfaa4ef4e2f3766d
MD5 af24528712a3a7afc905d4715e223d63
BLAKE2b-256 d725cc028a0bc8cf57612421de1d510cf40ece100ade192df092a0142b5c1bcd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cryosparc_tools-4.1.3-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 01b426d46185aa3571af8e8e31ca321e651e4c580f297d54153d071dbe896cc0
MD5 4543a81e6cb4ffd1ec08fcbe74be07b1
BLAKE2b-256 aec19461ab60f4452e20bccde6d2bf87ac3337760e89a85a67c77026dc0033fc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cryosparc_tools-4.1.3-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 f8d4de46a3712bc4a39e8da217e5a28c2fd02888e318539a20b0e098553937c1
MD5 97a9a31d04e0064157aeb0fe9e19b80c
BLAKE2b-256 f38f6cb386a8be1e7d83883bdc2deb3da4042c78471854f75cf90562ee0c11af

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cryosparc_tools-4.1.3-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 cfdf050c2466b342485c178ddd6a26a235eb084ddcf0f672fdcb2a304b60445e
MD5 6d6a691adf228e975e6a779b00699aca
BLAKE2b-256 07ca00901ad19c30b9a890d5517adb570fe8a34361ed353f0b228a7fa214d3a9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cryosparc_tools-4.1.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 02ee7db3f64d1d073c016d56795f180bd4fed45efcbbd0ebd4c19ce4859be39f
MD5 1fcae04c6ff09c1a08c9f53be63c688d
BLAKE2b-256 372497368e70af54c3752c60bdb0b6036c3784a4ef3d84c7a1939e0db4e8bdf9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cryosparc_tools-4.1.3-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 5ebe9e0c6fc75c11483de26de516d1042afedd91486dc3d80b93f70af46cdb5c
MD5 eee49756d1863c24d107d7a144e368a7
BLAKE2b-256 a66b968504cbbaaa6c4c0bd2022c7fa7bfa4bb06b72c1ecd97a1f8e96ee1ba6f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cryosparc_tools-4.1.3-cp39-cp39-win_arm64.whl
Algorithm Hash digest
SHA256 9fbaa7dc2056e9ccd4227c45e3af05e86a51b0231cc65572dcb04ca646927024
MD5 67d6f05a91f5a9e9a5c4bfe3b974be08
BLAKE2b-256 599f002b98fdb34d11a0ca6d54abd91ec5a01a9daf53ca64deb3e952f57766f8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cryosparc_tools-4.1.3-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 9d9c2c33c97010c585130ae16d8023974ab954a5ede009ca773ddedb34665b9a
MD5 86c3fec56f2291c932d9444a705c21f6
BLAKE2b-256 a8d6da63d6d2a9f26d1cc36420dd8391518ffdcfd04de79130a00678c4570c2f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cryosparc_tools-4.1.3-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 969f8a2b5ba22c3790507ad8575bf6fb4d06dee8b19656d6f2a9cc52001566db
MD5 9f1b6a23eb1f02694a88eafd116363a2
BLAKE2b-256 1748ca42a8a472930ee2bf9c046b2f68baf51abbc3b1082470ddda7b44fd6415

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cryosparc_tools-4.1.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ee0b64b876f754d34e6e7e6945d7f4e8eaa57e5995f2a646d297c3f04fd6b83f
MD5 9a3e518d15404b212172c753b9be67f6
BLAKE2b-256 1461ccb0b6d444b9e4fde34bf8705c04ef139dabd29b6a18febbe5debc773c48

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cryosparc_tools-4.1.3-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 01f7101ea841fc6b5d0a5e43f23b3f097a4875273d3f67dd9c647944e3c4f39c
MD5 4d9fc887e0626e91fed8c709d4bb1666
BLAKE2b-256 30d97f87cafe575d076888fa8e936d7789d602f2a309c3426b8823eb3fd16ba5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cryosparc_tools-4.1.3-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 ca6fb6b444e6f41e5ba166885df3b7f51116b0700b19e2a0e05234e606441379
MD5 c4718292882dff61d881f943f0aab926
BLAKE2b-256 e9538936272817fdd121eb9e95169168da3b5210b53618960f07e3e77f314c9c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cryosparc_tools-4.1.3-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 34c3c4b0d05643f6c54839c6aefa67924b48d656aac74ba3aa598d5c9d9f71be
MD5 867c056ac1f497293e12050375c960de
BLAKE2b-256 268f13838cc4ee8607d99d1bfd7388cef892a3c7438d6e18d8fac16be274ea30

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cryosparc_tools-4.1.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 62d2f123827a8cda18a1a099d852acb6205ad849b5dffcbf032c9cd2dd9f1190
MD5 22c1824b52ca87055ac0a200bf73a688
BLAKE2b-256 0aee491f629e23586e866b78bd9486af15621e5d0629ea91f7f626c0fdb7b610

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cryosparc_tools-4.1.3-cp38-cp38-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 7058b5ab97188205fe887d5158dcb9f7e222760582f0120bd6250e5cf255367d
MD5 8df1dcfb5743e76c6956c4f923225957
BLAKE2b-256 aa39db88dc55bda15c261fe02162802819dab9ad7bb26df2eeedf52cf44ec3b6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cryosparc_tools-4.1.3-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 d69f01e24ad07d080eb83e8018f0679619f2052674a700395e7bbda8e10bd920
MD5 ab5d296d989ae8bafbc25880f13f3b49
BLAKE2b-256 4be80dcdf2ff4af890db3d09a546c4a9a9c01ab2d851aef0d6731f1936c4a84b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cryosparc_tools-4.1.3-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 401d89935d1bae9b3fe6873b84d42b6055581c594ba3d6e6ff82e52a51637be9
MD5 c524651d70f17cf3ce2cd41ed20a8430
BLAKE2b-256 ecdc23ee1831770c5df50daf5a5df8cc6f94e8360ade1432c69b3f510d59c6cb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cryosparc_tools-4.1.3-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4fcdae87cff8c170cfba40d7f684efaa9360fe81fa5b03dcf307ab77999e2c60
MD5 b6c00d121f4596ebdd1db17ef4470334
BLAKE2b-256 a5af4a4e1f080a7b2e991574c35400fdf6dd0f9313c4c5d32a7fe6ffb203cbf3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for cryosparc_tools-4.1.3-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 679cd3d6ba74610f5f67c27ce606b6387642a7ca2d0d357027066048b20756d9
MD5 7d760174fb2fb10c5bf30fa01ec2646c
BLAKE2b-256 655d40462a85400097573f4a90b774c3668a616a7c6cad8888dad51e4c397ce8

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