cryosparc-tools


Namecryosparc-tools JSON
Version 4.6.1 PyPI version JSON
download
home_pageNone
SummaryToolkit for interfacing with CryoSPARC
upload_time2024-11-13 16:40:40
maintainerNone
docs_urlNone
authorNone
requires_python>=3.7
licenseCopyright 2024 Structura Biotechnology Inc. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # cryosparc-tools

[![PyPI](https://badgen.net/pypi/v/cryosparc-tools)](https://pypi.org/project/cryosparc-tools/)
[![Python package](https://github.com/cryoem-uoft/cryosparc-tools/actions/workflows/python-package.yml/badge.svg?branch=main)](https://github.com/cryoem-uoft/cryosparc-tools/actions/workflows/python-package.yml)

Toolkit for interfacing with CryoSPARC. Read the documentation at
[tools.cryosparc.com](https://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](https://discuss.cryosparc.com/c/scripting) 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](https://github.com/cryoem-uoft/cryosparc-tools/issues/new) or [submit a pull request](https://github.com/cryoem-uoft/cryosparc-tools/compare).

See [CONTRIBUTING.md](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
   ```sh
   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
   ```sh
   python3 -m venv .venv
   source .venv/bin/activate  # macOS / Linux
   # OR
   .venv\Scripts\activate.bat  # Windows
   ```
3. Install dev dependencies and build native modules
   ```sh
   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:

```sh
python -m setup build_ext -i
```

## Build Packages for Publishing

Install build dependencies

```sh
pip install -e ".[build]"
```

Run the build

```sh
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](https://jupyterbook.org/en/stable/intro.html).

To build the docs, install build dependencies

```sh
pip install -e ".[build]"
```

Then run Jupyter Book

```sh
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](#run-example-notebooks) section for instructions
on how to run the notebooks.

Inline source documentation is compiled to HTML via [Sphinx](https://www.sphinx-doc.org/en/master/index.html) and uses [Google Style Python docstrings](https://www.sphinx-doc.org/en/master/usage/extensions/example_google.html#example-google).

## 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](https://docs.conda.io/en/latest/miniconda.html) installed
- CryoSPARC running at `localhost:40000` or `cryoem0:40000` (can alias `cryoem0` to localhost)

Clean previous build artefacts:

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

Install dependencies into a new conda environment:

```sh
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.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "cryosparc-tools",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": null,
    "author": null,
    "author_email": "\"Structura Biotechnology Inc.\" <info@structura.bio>",
    "download_url": "https://files.pythonhosted.org/packages/a8/a0/3a5433c023d128e31de6ad888608baaaa476791f96ceb0f5c6b233d1da78/cryosparc-tools-4.6.1.tar.gz",
    "platform": null,
    "description": "# cryosparc-tools\n\n[![PyPI](https://badgen.net/pypi/v/cryosparc-tools)](https://pypi.org/project/cryosparc-tools/)\n[![Python package](https://github.com/cryoem-uoft/cryosparc-tools/actions/workflows/python-package.yml/badge.svg?branch=main)](https://github.com/cryoem-uoft/cryosparc-tools/actions/workflows/python-package.yml)\n\nToolkit for interfacing with CryoSPARC. Read the documentation at\n[tools.cryosparc.com](https://tools.cryosparc.com)\n\n## Getting Help and Reporting Bugs\n\nFor usage questions and general discussion about `cryosparc-tools` scripts and functions, please post to the [CryoSPARC discussion forum](https://discuss.cryosparc.com/c/scripting) under the Scripting category.\n\nIf you would like to request or propose a feature, change or fix for `cryosparc-tools` source code, please either [report an issue](https://github.com/cryoem-uoft/cryosparc-tools/issues/new) or [submit a pull request](https://github.com/cryoem-uoft/cryosparc-tools/compare).\n\nSee [CONTRIBUTING.md](CONTRIBUTING.md) for full details.\n\n## Development\n\n### Prerequisites\n\n- Git and Git LFS\n- Python >= 3.7\n- Miniconda3\n- C compiler such as GCC or Clang\n\n### Set Up\n\n1. Clone this repository\n   ```sh\n   git clone --recursive https://github.com/cryoem-uoft/cryosparc-tools.git\n   cd cryosparc-tools\n   git lfs pull\n   ```\n2. (Optional) Create and activate a virtual environment\n   ```sh\n   python3 -m venv .venv\n   source .venv/bin/activate  # macOS / Linux\n   # OR\n   .venv\\Scripts\\activate.bat  # Windows\n   ```\n3. Install dev dependencies and build native modules\n   ```sh\n   pip install -U pip wheel\n   pip install -e \".[dev]\"\n   ```\n4. Install pre-commit hooks\n   ```\n   pre-commit install\n   ```\n\n### Re-compile native module\n\nRecompile native modules after making changes to C code:\n\n```sh\npython -m setup build_ext -i\n```\n\n## Build Packages for Publishing\n\nInstall build dependencies\n\n```sh\npip install -e \".[build]\"\n```\n\nRun the build\n\n```sh\npython -m build\n```\n\nPackages for the current architecture and python version are added to the\n`dist/` directory.\n\n## Build Documentation\n\nDocumentation is located in the `docs` directory and is powered by [Jupyter Book](https://jupyterbook.org/en/stable/intro.html).\n\nTo build the docs, install build dependencies\n\n```sh\npip install -e \".[build]\"\n```\n\nThen run Jupyter Book\n\n```sh\njupyter-book build docs\n```\n\nSite will be be built into the `docs/_build/html` directory.\n\n**Note:** Jupyter Book is not configured to re-run example notebooks upon build\nsince the notebooks require an active CryoSPARC instance to run.\n\nSee the [Run Example Notebooks](#run-example-notebooks) section for instructions\non how to run the notebooks.\n\nInline source documentation is compiled to HTML via [Sphinx](https://www.sphinx-doc.org/en/master/index.html) and uses [Google Style Python docstrings](https://www.sphinx-doc.org/en/master/usage/extensions/example_google.html#example-google).\n\n## Run Example Notebooks\n\nThe Jupyter notebooks in the example documentation require additional\ndependencies to execute, including the following system configuration:\n\n- Nvidia GPU and driver\n- [Miniconda](https://docs.conda.io/en/latest/miniconda.html) installed\n- CryoSPARC running at `localhost:40000` or `cryoem0:40000` (can alias `cryoem0` to localhost)\n\nClean previous build artefacts:\n\n```sh\nrm -rf cryosparc/*.so build dist *.egg-info\n```\n\nInstall dependencies into a new conda environment:\n\n```sh\nconda create -n cryosparc-tools-example -c conda-forge \\\n    python=3 numpy==1.18.5 \\\n    pyqt=5 libtiff wxPython=4.1.1 adwaita-icon-theme\nconda activate cryosparc-tools-example\npip install -U pip\npip install nvidia-pyindex matplotlib~=3.4.0 pandas==1.1.4 notebook\npip install \"cryolo[c11]\"\npip install -e \".[build]\"\n```\n\nRun the notebook server with the following environment variables:\n\n- `CRYOSPARC_LICENSE_ID` with Structura-issued CryoSPARC license\n- `CRYOSPARC_EMAIL` with a CryoSPARC user account email\n- `CRYOSPARC_PASSWORD` with a CryoSPARC user account password\n\nYou may also need to include `LD_LIBRARY_PATH` which includes the location of\nCUDA Toolkit and cuDNN runtime libraries (e.g., `~/miniconda3/envs/tools/lib/python3.8/site-packages/nvidia/*/lib`).\n\n```\nCRYOSPARC_LICENSE_ID=\"xxxxxxxx-xxxx-xxxx-xxxxxxxxxxxx\" \\\nCRYOSPARC_EMAIL=\"ali@example.com\" \\\nCRYOSPARC_PASSWORD=\"password123\" \\\njupyter notebook\n```\n\nFind examples in `docs/examples` directory\n\n## License\n\ncryosparc-tools is licensed under the BSD-3-Clause license.\n",
    "bugtrack_url": null,
    "license": "Copyright 2024 Structura Biotechnology Inc.  Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:  1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.  2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.  3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ",
    "summary": "Toolkit for interfacing with CryoSPARC",
    "version": "4.6.1",
    "project_urls": {
        "Changelog": "https://github.com/cryoem-uoft/cryosparc-tools/blob/main/CHANGELOG.md",
        "Documentation": "https://tools.cryosparc.com",
        "Homepage": "https://tools.cryosparc.com",
        "Repository": "https://github.com/cryoem-uoft/cryosparc-tools"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d6ab7683c099fb24b074e7a9afecf3f3921a71a277c4aea43c14548c1d809d83",
                "md5": "b327dcb04b154fb58fc0f421247ff2ff",
                "sha256": "0c1d23d2f9b96887bb1c3a361e7dab070ed6597d427d95f5318fef1b30969046"
            },
            "downloads": -1,
            "filename": "cryosparc_tools-4.6.1-cp310-cp310-macosx_10_9_universal2.whl",
            "has_sig": false,
            "md5_digest": "b327dcb04b154fb58fc0f421247ff2ff",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 720019,
            "upload_time": "2024-11-13T16:38:39",
            "upload_time_iso_8601": "2024-11-13T16:38:39.805555Z",
            "url": "https://files.pythonhosted.org/packages/d6/ab/7683c099fb24b074e7a9afecf3f3921a71a277c4aea43c14548c1d809d83/cryosparc_tools-4.6.1-cp310-cp310-macosx_10_9_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b02c5d2b5b3d095ed326629e6c6bbca58e276544b3edf70a67c150982ad3c6ca",
                "md5": "6ffbebf5bb509163012068d0a0560039",
                "sha256": "b30156bf1e5c09c9d7ff169b74b9d4a3e30689a3511dd4db3e1078cfb8c6cac1"
            },
            "downloads": -1,
            "filename": "cryosparc_tools-4.6.1-cp310-cp310-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "6ffbebf5bb509163012068d0a0560039",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 552809,
            "upload_time": "2024-11-13T16:38:42",
            "upload_time_iso_8601": "2024-11-13T16:38:42.125496Z",
            "url": "https://files.pythonhosted.org/packages/b0/2c/5d2b5b3d095ed326629e6c6bbca58e276544b3edf70a67c150982ad3c6ca/cryosparc_tools-4.6.1-cp310-cp310-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b38a1f0699c5f541992700834fdac3bfb92bdef78c1ff86209078074fb6deb4c",
                "md5": "519f97574644395f209623849a500610",
                "sha256": "bca8c43be443f6700a0723aafc7d80e9597c62cb4c1819481a61ddfefa9536d7"
            },
            "downloads": -1,
            "filename": "cryosparc_tools-4.6.1-cp310-cp310-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "519f97574644395f209623849a500610",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 531572,
            "upload_time": "2024-11-13T16:38:43",
            "upload_time_iso_8601": "2024-11-13T16:38:43.631785Z",
            "url": "https://files.pythonhosted.org/packages/b3/8a/1f0699c5f541992700834fdac3bfb92bdef78c1ff86209078074fb6deb4c/cryosparc_tools-4.6.1-cp310-cp310-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "146184842792f204167fde9fbc2f14bd73373cc8c36c7eb42a519741cf1a9dc5",
                "md5": "c13d8b06f2855ebe04c8eb87d4f4d765",
                "sha256": "0e6849393d25021236b56f0c5bb248ce780d837069c9680bda995771836dcf95"
            },
            "downloads": -1,
            "filename": "cryosparc_tools-4.6.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "c13d8b06f2855ebe04c8eb87d4f4d765",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 1378127,
            "upload_time": "2024-11-13T16:38:45",
            "upload_time_iso_8601": "2024-11-13T16:38:45.143251Z",
            "url": "https://files.pythonhosted.org/packages/14/61/84842792f204167fde9fbc2f14bd73373cc8c36c7eb42a519741cf1a9dc5/cryosparc_tools-4.6.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d2c96f4b34eff9caef613a0d969562736a667c6a7912126eebe74d820b7ac20a",
                "md5": "5b377b479ec43b638eb58d69f54b9d79",
                "sha256": "28c16666fb1cd9c5f8a0abb387efedefe5119f1b5d9679e4b79bd5fcfb9963ac"
            },
            "downloads": -1,
            "filename": "cryosparc_tools-4.6.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "5b377b479ec43b638eb58d69f54b9d79",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 1399137,
            "upload_time": "2024-11-13T16:38:47",
            "upload_time_iso_8601": "2024-11-13T16:38:47.208095Z",
            "url": "https://files.pythonhosted.org/packages/d2/c9/6f4b34eff9caef613a0d969562736a667c6a7912126eebe74d820b7ac20a/cryosparc_tools-4.6.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3e068fb80eb2c2b1d946853fc92ebe59119e3b728eff0d3ca0108705df2cb089",
                "md5": "8176422b4dd86852fef80497b478f360",
                "sha256": "85ee649a1171ddda6021eabe9bcd5a5a8308d06f1865f5f18ea15f284352b71e"
            },
            "downloads": -1,
            "filename": "cryosparc_tools-4.6.1-cp310-cp310-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "8176422b4dd86852fef80497b478f360",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 1378376,
            "upload_time": "2024-11-13T16:38:49",
            "upload_time_iso_8601": "2024-11-13T16:38:49.153740Z",
            "url": "https://files.pythonhosted.org/packages/3e/06/8fb80eb2c2b1d946853fc92ebe59119e3b728eff0d3ca0108705df2cb089/cryosparc_tools-4.6.1-cp310-cp310-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ed62565602f3362306d621145592892f34c7e8e1d5cdf4efeee7346c6355bd4a",
                "md5": "aec7a2c608e50ce9281422660b8d9dcc",
                "sha256": "668213052411c3fea7ba9509f25fba3bac7a34e7c9f713d360d99d26317361d8"
            },
            "downloads": -1,
            "filename": "cryosparc_tools-4.6.1-cp310-cp310-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "aec7a2c608e50ce9281422660b8d9dcc",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 1416638,
            "upload_time": "2024-11-13T16:38:51",
            "upload_time_iso_8601": "2024-11-13T16:38:51.623567Z",
            "url": "https://files.pythonhosted.org/packages/ed/62/565602f3362306d621145592892f34c7e8e1d5cdf4efeee7346c6355bd4a/cryosparc_tools-4.6.1-cp310-cp310-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2579df9d067ecde49f251800cc078b46ba4b78677804e124bc6fd6d4b0d6ca2d",
                "md5": "920f0f447e6d1991640f93936b61b684",
                "sha256": "df30a48526a4e85d9cdb97fcd6011a8b5334efed796b1fb9fea39922ed685b99"
            },
            "downloads": -1,
            "filename": "cryosparc_tools-4.6.1-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "920f0f447e6d1991640f93936b61b684",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 489555,
            "upload_time": "2024-11-13T16:38:54",
            "upload_time_iso_8601": "2024-11-13T16:38:54.144860Z",
            "url": "https://files.pythonhosted.org/packages/25/79/df9d067ecde49f251800cc078b46ba4b78677804e124bc6fd6d4b0d6ca2d/cryosparc_tools-4.6.1-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2a0eaa7d56f7a274aa08c0210c8e9eaf29b07041a324ff5eec8caca95d6ac0f5",
                "md5": "cfcf7650c2e884afe576a441b84d0fd5",
                "sha256": "3a75178118809ccaf827cdfb22d6087d303e01023ef809a470b75ea34b222049"
            },
            "downloads": -1,
            "filename": "cryosparc_tools-4.6.1-cp310-cp310-win_arm64.whl",
            "has_sig": false,
            "md5_digest": "cfcf7650c2e884afe576a441b84d0fd5",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 469876,
            "upload_time": "2024-11-13T16:38:56",
            "upload_time_iso_8601": "2024-11-13T16:38:56.506550Z",
            "url": "https://files.pythonhosted.org/packages/2a/0e/aa7d56f7a274aa08c0210c8e9eaf29b07041a324ff5eec8caca95d6ac0f5/cryosparc_tools-4.6.1-cp310-cp310-win_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2728f5c5b52782ac3cb828925d585ee8e922c5c11f8ef76b06b7d9f1c914dfc2",
                "md5": "d9f4573fcff0ddf8313a478d3165b6cc",
                "sha256": "e8c295c1bbac35f6182cb1c0ec9e841cf8fda2ab5f0f4ce5be9fef43470982d6"
            },
            "downloads": -1,
            "filename": "cryosparc_tools-4.6.1-cp311-cp311-macosx_10_9_universal2.whl",
            "has_sig": false,
            "md5_digest": "d9f4573fcff0ddf8313a478d3165b6cc",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 722608,
            "upload_time": "2024-11-13T16:38:57",
            "upload_time_iso_8601": "2024-11-13T16:38:57.600189Z",
            "url": "https://files.pythonhosted.org/packages/27/28/f5c5b52782ac3cb828925d585ee8e922c5c11f8ef76b06b7d9f1c914dfc2/cryosparc_tools-4.6.1-cp311-cp311-macosx_10_9_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "32f65dae0e172c45ae6b4938639150ce209bee7e989be04a5277549c20ab2e29",
                "md5": "aa5342c4e19f07ea251c128b85217257",
                "sha256": "548746a80b7e134ceadd14bf468f361a10426918d242a2e9fea5e5fdc5d95534"
            },
            "downloads": -1,
            "filename": "cryosparc_tools-4.6.1-cp311-cp311-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "aa5342c4e19f07ea251c128b85217257",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 554357,
            "upload_time": "2024-11-13T16:38:59",
            "upload_time_iso_8601": "2024-11-13T16:38:59.490891Z",
            "url": "https://files.pythonhosted.org/packages/32/f6/5dae0e172c45ae6b4938639150ce209bee7e989be04a5277549c20ab2e29/cryosparc_tools-4.6.1-cp311-cp311-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ee5906b1b7caa86abd0bc308ce77cd4900b18c71e96a4f8bc7bb9d1a851e8b66",
                "md5": "8d1cc517d6098766fa94328691c59550",
                "sha256": "6814be8b2eada447d7ef5d26582f262ad64e347ee54987d298c3aa4678388126"
            },
            "downloads": -1,
            "filename": "cryosparc_tools-4.6.1-cp311-cp311-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "8d1cc517d6098766fa94328691c59550",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 532835,
            "upload_time": "2024-11-13T16:39:00",
            "upload_time_iso_8601": "2024-11-13T16:39:00.615585Z",
            "url": "https://files.pythonhosted.org/packages/ee/59/06b1b7caa86abd0bc308ce77cd4900b18c71e96a4f8bc7bb9d1a851e8b66/cryosparc_tools-4.6.1-cp311-cp311-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4c98b22d2f2080b04bb8a0be075577bf2618b55474f3ba4d1f63793fe39226f5",
                "md5": "2b006c8958938c4425f403f61685fe5e",
                "sha256": "03b9b5b5244061c9c630b268998e2f9ce5915763b8043aab65ce9af62038c565"
            },
            "downloads": -1,
            "filename": "cryosparc_tools-4.6.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "2b006c8958938c4425f403f61685fe5e",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 1441668,
            "upload_time": "2024-11-13T16:39:01",
            "upload_time_iso_8601": "2024-11-13T16:39:01.914609Z",
            "url": "https://files.pythonhosted.org/packages/4c/98/b22d2f2080b04bb8a0be075577bf2618b55474f3ba4d1f63793fe39226f5/cryosparc_tools-4.6.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b70fdcba73db6e23255908d1a16283c01444e471681367b6f02675da3d815230",
                "md5": "88fa82a7bb2341a9a14a21424e5e5ff4",
                "sha256": "3d2c20afc03bb5ba1e547eae0a97dd2baeb06e8457b0a6063df88b60b198f7ba"
            },
            "downloads": -1,
            "filename": "cryosparc_tools-4.6.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "88fa82a7bb2341a9a14a21424e5e5ff4",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 1465853,
            "upload_time": "2024-11-13T16:39:04",
            "upload_time_iso_8601": "2024-11-13T16:39:04.567469Z",
            "url": "https://files.pythonhosted.org/packages/b7/0f/dcba73db6e23255908d1a16283c01444e471681367b6f02675da3d815230/cryosparc_tools-4.6.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1db58b4eecd1c9eae883b1c297a340638ee7aa48d387dde3a8dbaff939ff7598",
                "md5": "15bf706968f880518d1e40b1f483dea1",
                "sha256": "12ec854b881c1815e6f284fb9a45a6496ae67747ca34c70f7d595d7afdb0fb9e"
            },
            "downloads": -1,
            "filename": "cryosparc_tools-4.6.1-cp311-cp311-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "15bf706968f880518d1e40b1f483dea1",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 1449250,
            "upload_time": "2024-11-13T16:39:05",
            "upload_time_iso_8601": "2024-11-13T16:39:05.782674Z",
            "url": "https://files.pythonhosted.org/packages/1d/b5/8b4eecd1c9eae883b1c297a340638ee7aa48d387dde3a8dbaff939ff7598/cryosparc_tools-4.6.1-cp311-cp311-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b895f237ffec6765d8f3236131738ed85ab1fa0a3f739a42f1b29510c966dab8",
                "md5": "c43b29e5103a499af3df65d293e6cc18",
                "sha256": "cfad78bd3bb25f1aee3eaf9e0dd365c738f11375b26899f8d4c57c5c74df1289"
            },
            "downloads": -1,
            "filename": "cryosparc_tools-4.6.1-cp311-cp311-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "c43b29e5103a499af3df65d293e6cc18",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 1485323,
            "upload_time": "2024-11-13T16:39:08",
            "upload_time_iso_8601": "2024-11-13T16:39:08.304936Z",
            "url": "https://files.pythonhosted.org/packages/b8/95/f237ffec6765d8f3236131738ed85ab1fa0a3f739a42f1b29510c966dab8/cryosparc_tools-4.6.1-cp311-cp311-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c95061d203d37c3928ef0d334e94f8dfb54bc3ee6353bdd9983e2d71d21a631a",
                "md5": "b4e34ff5ea38a85258c6119ad7024bc8",
                "sha256": "8227b48d95df4788c00d25e29999093a506b5a4447e5a8f7dbeae339b6db4449"
            },
            "downloads": -1,
            "filename": "cryosparc_tools-4.6.1-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "b4e34ff5ea38a85258c6119ad7024bc8",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 490118,
            "upload_time": "2024-11-13T16:39:10",
            "upload_time_iso_8601": "2024-11-13T16:39:10.644368Z",
            "url": "https://files.pythonhosted.org/packages/c9/50/61d203d37c3928ef0d334e94f8dfb54bc3ee6353bdd9983e2d71d21a631a/cryosparc_tools-4.6.1-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5720fda496b948bf9b8157f3d59b876b75c0b6b98c2121589b1e3cadf8c61d0d",
                "md5": "bcdc251ef377fe9ff04d65a231279a9d",
                "sha256": "6853e9c4ed6cfbd84ccb5995d78b9e5d5b3a453ffe3a84def13fb8bce400bd38"
            },
            "downloads": -1,
            "filename": "cryosparc_tools-4.6.1-cp311-cp311-win_arm64.whl",
            "has_sig": false,
            "md5_digest": "bcdc251ef377fe9ff04d65a231279a9d",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 470640,
            "upload_time": "2024-11-13T16:39:12",
            "upload_time_iso_8601": "2024-11-13T16:39:12.748326Z",
            "url": "https://files.pythonhosted.org/packages/57/20/fda496b948bf9b8157f3d59b876b75c0b6b98c2121589b1e3cadf8c61d0d/cryosparc_tools-4.6.1-cp311-cp311-win_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fc325c723522c8bcef54bcb9a4106a3cc1f46884734a44f3d7e82521e1dc4bb7",
                "md5": "67dc614247ca166ce7e726d3022a88fb",
                "sha256": "253ef714096cedc659d21f5c4e26fc6d931505d2fd925660a6beacca7269fbfa"
            },
            "downloads": -1,
            "filename": "cryosparc_tools-4.6.1-cp312-cp312-macosx_10_13_universal2.whl",
            "has_sig": false,
            "md5_digest": "67dc614247ca166ce7e726d3022a88fb",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 725003,
            "upload_time": "2024-11-13T16:39:13",
            "upload_time_iso_8601": "2024-11-13T16:39:13.882325Z",
            "url": "https://files.pythonhosted.org/packages/fc/32/5c723522c8bcef54bcb9a4106a3cc1f46884734a44f3d7e82521e1dc4bb7/cryosparc_tools-4.6.1-cp312-cp312-macosx_10_13_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9b27531b559973dacb29d47c20f72fa6f48678cc5d4197b0503222d7a2835ce8",
                "md5": "28ed4c4c7b90397b743dc4f276c7db25",
                "sha256": "ba4bd3fa62c265559b372036ffb60da1f4c9e52ecf35eff39e7a609d388cf57e"
            },
            "downloads": -1,
            "filename": "cryosparc_tools-4.6.1-cp312-cp312-macosx_10_13_x86_64.whl",
            "has_sig": false,
            "md5_digest": "28ed4c4c7b90397b743dc4f276c7db25",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 555580,
            "upload_time": "2024-11-13T16:39:15",
            "upload_time_iso_8601": "2024-11-13T16:39:15.386978Z",
            "url": "https://files.pythonhosted.org/packages/9b/27/531b559973dacb29d47c20f72fa6f48678cc5d4197b0503222d7a2835ce8/cryosparc_tools-4.6.1-cp312-cp312-macosx_10_13_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e142dbabf5e8616d969a5fc1228b6f26ac5c1aedaf33d829de82e7f6eb6e75d5",
                "md5": "30e514a4bff6f6c3a96bdf5eaff5cdbe",
                "sha256": "ff9a6f8357c8d6e8c22d4746a8c18e0dcbeba792348a538f4886b851a9d2ffdb"
            },
            "downloads": -1,
            "filename": "cryosparc_tools-4.6.1-cp312-cp312-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "30e514a4bff6f6c3a96bdf5eaff5cdbe",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 534218,
            "upload_time": "2024-11-13T16:39:16",
            "upload_time_iso_8601": "2024-11-13T16:39:16.651422Z",
            "url": "https://files.pythonhosted.org/packages/e1/42/dbabf5e8616d969a5fc1228b6f26ac5c1aedaf33d829de82e7f6eb6e75d5/cryosparc_tools-4.6.1-cp312-cp312-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ae63f28a6d397df9cc54cc66f66d3ae64b806cbc65254a9440de0e41cd89eeef",
                "md5": "3974dfd9d4ed982e699e6c6b673e79cb",
                "sha256": "7083c70dab455dd50f9b3c0f148ae95a3d49143df24dd5c936cd4ab9f3d8c73c"
            },
            "downloads": -1,
            "filename": "cryosparc_tools-4.6.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "3974dfd9d4ed982e699e6c6b673e79cb",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 1429633,
            "upload_time": "2024-11-13T16:39:18",
            "upload_time_iso_8601": "2024-11-13T16:39:18.560153Z",
            "url": "https://files.pythonhosted.org/packages/ae/63/f28a6d397df9cc54cc66f66d3ae64b806cbc65254a9440de0e41cd89eeef/cryosparc_tools-4.6.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7c91ffdbc3e6837df695893848efbe3b6c45ecc372a718a4b194bf3561593d98",
                "md5": "f81be6a35df838f73329af0d17e1b1eb",
                "sha256": "8c88a836872589f758ab296e339743c4453ad9037fb40ca05f6c5ad37bf1c7e9"
            },
            "downloads": -1,
            "filename": "cryosparc_tools-4.6.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "f81be6a35df838f73329af0d17e1b1eb",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 1456221,
            "upload_time": "2024-11-13T16:39:19",
            "upload_time_iso_8601": "2024-11-13T16:39:19.874860Z",
            "url": "https://files.pythonhosted.org/packages/7c/91/ffdbc3e6837df695893848efbe3b6c45ecc372a718a4b194bf3561593d98/cryosparc_tools-4.6.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1fc0a0d3a315187d2b62dbb8b1fdcab0989752ffbd7fa75c3f684198f0e9b5eb",
                "md5": "9e30a5d649c5483e2f74a066cbf8bfa9",
                "sha256": "0124f83835027a812f473207555057419935315c350d09f679a697fed8aac6b1"
            },
            "downloads": -1,
            "filename": "cryosparc_tools-4.6.1-cp312-cp312-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "9e30a5d649c5483e2f74a066cbf8bfa9",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 1443498,
            "upload_time": "2024-11-13T16:39:21",
            "upload_time_iso_8601": "2024-11-13T16:39:21.848806Z",
            "url": "https://files.pythonhosted.org/packages/1f/c0/a0d3a315187d2b62dbb8b1fdcab0989752ffbd7fa75c3f684198f0e9b5eb/cryosparc_tools-4.6.1-cp312-cp312-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4e0cd24df23ddb4de9e7d58fec3363b64d1c1a76779def486464b7870b11df20",
                "md5": "aa0979a160f328655193f8e569a0919f",
                "sha256": "9e35ccae7a9714f4b6b0bc34c174e1bbe79fd24b41c5152ef84dc52e3688b3c8"
            },
            "downloads": -1,
            "filename": "cryosparc_tools-4.6.1-cp312-cp312-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "aa0979a160f328655193f8e569a0919f",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 1508285,
            "upload_time": "2024-11-13T16:39:23",
            "upload_time_iso_8601": "2024-11-13T16:39:23.141986Z",
            "url": "https://files.pythonhosted.org/packages/4e/0c/d24df23ddb4de9e7d58fec3363b64d1c1a76779def486464b7870b11df20/cryosparc_tools-4.6.1-cp312-cp312-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "170dd196bdb0d2a85bf0884adab6bd5a91d9cf8ecd1023cc66fbc56a7b236992",
                "md5": "58a54c1a5427b2c9b07d89f6f7387f6f",
                "sha256": "fcfe5279efe91e5e4b685db160b6d6e3c25ccfefb139914f3c594cbb0c140892"
            },
            "downloads": -1,
            "filename": "cryosparc_tools-4.6.1-cp312-cp312-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "58a54c1a5427b2c9b07d89f6f7387f6f",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 491700,
            "upload_time": "2024-11-13T16:39:24",
            "upload_time_iso_8601": "2024-11-13T16:39:24.852662Z",
            "url": "https://files.pythonhosted.org/packages/17/0d/d196bdb0d2a85bf0884adab6bd5a91d9cf8ecd1023cc66fbc56a7b236992/cryosparc_tools-4.6.1-cp312-cp312-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f16cee29091138294b2a6de0d069175fa479a9df32a8f14ae32d65fbed8f7057",
                "md5": "80a90afd47ce6d1d21c4eccb304e4ac7",
                "sha256": "efd5bf321bda5d820d562b27cf5dc43ae211b9738129e402c86a12bc4fc2a8e9"
            },
            "downloads": -1,
            "filename": "cryosparc_tools-4.6.1-cp312-cp312-win_arm64.whl",
            "has_sig": false,
            "md5_digest": "80a90afd47ce6d1d21c4eccb304e4ac7",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 470513,
            "upload_time": "2024-11-13T16:39:26",
            "upload_time_iso_8601": "2024-11-13T16:39:26.772473Z",
            "url": "https://files.pythonhosted.org/packages/f1/6c/ee29091138294b2a6de0d069175fa479a9df32a8f14ae32d65fbed8f7057/cryosparc_tools-4.6.1-cp312-cp312-win_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cc826062572808234442582fff1e91b9d104de581c1979dc13162c9a8951b9e1",
                "md5": "a0ed8816c8d47f42a804202fbf6b6c9d",
                "sha256": "ddd72add498e8f46beca5d63f0ac61cf40b8d49111d97a396891b2a0aa43f783"
            },
            "downloads": -1,
            "filename": "cryosparc_tools-4.6.1-cp313-cp313-macosx_10_13_universal2.whl",
            "has_sig": false,
            "md5_digest": "a0ed8816c8d47f42a804202fbf6b6c9d",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.7",
            "size": 724071,
            "upload_time": "2024-11-13T16:39:28",
            "upload_time_iso_8601": "2024-11-13T16:39:28.665615Z",
            "url": "https://files.pythonhosted.org/packages/cc/82/6062572808234442582fff1e91b9d104de581c1979dc13162c9a8951b9e1/cryosparc_tools-4.6.1-cp313-cp313-macosx_10_13_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c1c8cb97316d5169ba456ece0fa3a1c82918814064de11d9f5fba446c7a19152",
                "md5": "4ddd3e069a1a4837eccea2fcdea12071",
                "sha256": "27c3d1ab835a1a6354dfb5920405b106605b6aa9aff06676c29dd9189651c730"
            },
            "downloads": -1,
            "filename": "cryosparc_tools-4.6.1-cp313-cp313-macosx_10_13_x86_64.whl",
            "has_sig": false,
            "md5_digest": "4ddd3e069a1a4837eccea2fcdea12071",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.7",
            "size": 555180,
            "upload_time": "2024-11-13T16:39:30",
            "upload_time_iso_8601": "2024-11-13T16:39:30.637442Z",
            "url": "https://files.pythonhosted.org/packages/c1/c8/cb97316d5169ba456ece0fa3a1c82918814064de11d9f5fba446c7a19152/cryosparc_tools-4.6.1-cp313-cp313-macosx_10_13_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2e494a6865a1b224b47dcc7901ffcf193a62d4eebf922d6040a045b63f2d10e0",
                "md5": "ad430922e2739a2b709af70d95425a27",
                "sha256": "cbe659a0595fb94270f5a5e9e908ca0a697f9b4eb35a4e23db3e142e100d182d"
            },
            "downloads": -1,
            "filename": "cryosparc_tools-4.6.1-cp313-cp313-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "ad430922e2739a2b709af70d95425a27",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.7",
            "size": 533513,
            "upload_time": "2024-11-13T16:39:31",
            "upload_time_iso_8601": "2024-11-13T16:39:31.976824Z",
            "url": "https://files.pythonhosted.org/packages/2e/49/4a6865a1b224b47dcc7901ffcf193a62d4eebf922d6040a045b63f2d10e0/cryosparc_tools-4.6.1-cp313-cp313-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0e8633b55bc66c2d4ee5d4d5b95e7e5c94f440edac7cf327b5ddb9e070278d3d",
                "md5": "c49f90611bd590375ad192c9bb945f78",
                "sha256": "077a7da8e6ee98b51b50ac4fc66f9a78df580fbb446c9a7e49eeb01c7b2e3ea4"
            },
            "downloads": -1,
            "filename": "cryosparc_tools-4.6.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "c49f90611bd590375ad192c9bb945f78",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.7",
            "size": 1423759,
            "upload_time": "2024-11-13T16:39:34",
            "upload_time_iso_8601": "2024-11-13T16:39:34.343884Z",
            "url": "https://files.pythonhosted.org/packages/0e/86/33b55bc66c2d4ee5d4d5b95e7e5c94f440edac7cf327b5ddb9e070278d3d/cryosparc_tools-4.6.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1a52ca84eb3962d08499847f2ac27b98915dede39db2546d334b25406c616db4",
                "md5": "d52c3106bb3e477c7f6090486a5f8923",
                "sha256": "f224384d95b2ce93b81550b5b3e62b2bb14da05dfd4677f16d4339a962c23129"
            },
            "downloads": -1,
            "filename": "cryosparc_tools-4.6.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "d52c3106bb3e477c7f6090486a5f8923",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.7",
            "size": 1451444,
            "upload_time": "2024-11-13T16:39:36",
            "upload_time_iso_8601": "2024-11-13T16:39:36.873228Z",
            "url": "https://files.pythonhosted.org/packages/1a/52/ca84eb3962d08499847f2ac27b98915dede39db2546d334b25406c616db4/cryosparc_tools-4.6.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "41f51b0fed69fdbc233e503aacf880cde5c3ea91df7f521c83c0e78d4905b60e",
                "md5": "05aa17517e64642b1fad92dec9a3c3ff",
                "sha256": "f1ab60d2ec91f138ceda89347343cc6b7783eb9e7015852280cf808a909df262"
            },
            "downloads": -1,
            "filename": "cryosparc_tools-4.6.1-cp313-cp313-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "05aa17517e64642b1fad92dec9a3c3ff",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.7",
            "size": 1442353,
            "upload_time": "2024-11-13T16:39:38",
            "upload_time_iso_8601": "2024-11-13T16:39:38.258719Z",
            "url": "https://files.pythonhosted.org/packages/41/f5/1b0fed69fdbc233e503aacf880cde5c3ea91df7f521c83c0e78d4905b60e/cryosparc_tools-4.6.1-cp313-cp313-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e5034c3bd5405e2eff5569f8edb71cb0dc9a04cd6e8b1205462e91f2e277c298",
                "md5": "fd4db37bb1f3b27e6cecbf5a70d0a174",
                "sha256": "c765ee5cc3c7b38c4050a6542bfe6f56596b8a61eae247f215ca77230ac4476e"
            },
            "downloads": -1,
            "filename": "cryosparc_tools-4.6.1-cp313-cp313-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "fd4db37bb1f3b27e6cecbf5a70d0a174",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.7",
            "size": 1508441,
            "upload_time": "2024-11-13T16:39:41",
            "upload_time_iso_8601": "2024-11-13T16:39:41.589768Z",
            "url": "https://files.pythonhosted.org/packages/e5/03/4c3bd5405e2eff5569f8edb71cb0dc9a04cd6e8b1205462e91f2e277c298/cryosparc_tools-4.6.1-cp313-cp313-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3438854e3aefa42b1500107188a52475bfc6c1fb7772f048d58084800f98fc0a",
                "md5": "fabfa438395033af9d7e91f0f392e463",
                "sha256": "6952b93a0fc3c4100eaf5955ded5f50d674b3e860ff71e663c9962e510c4d6f1"
            },
            "downloads": -1,
            "filename": "cryosparc_tools-4.6.1-cp313-cp313-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "fabfa438395033af9d7e91f0f392e463",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.7",
            "size": 490737,
            "upload_time": "2024-11-13T16:39:43",
            "upload_time_iso_8601": "2024-11-13T16:39:43.636221Z",
            "url": "https://files.pythonhosted.org/packages/34/38/854e3aefa42b1500107188a52475bfc6c1fb7772f048d58084800f98fc0a/cryosparc_tools-4.6.1-cp313-cp313-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ccb748bca323eb7c22e28e740add896a61236c949b46109c1b2d8e262e3f224d",
                "md5": "00ecedc96abc99640715a79478bd8799",
                "sha256": "562ea92b9c19122e8b7b1ee76a71eeed809e4f3ca44f3adf1b674e2de52694fc"
            },
            "downloads": -1,
            "filename": "cryosparc_tools-4.6.1-cp313-cp313-win_arm64.whl",
            "has_sig": false,
            "md5_digest": "00ecedc96abc99640715a79478bd8799",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.7",
            "size": 470177,
            "upload_time": "2024-11-13T16:39:44",
            "upload_time_iso_8601": "2024-11-13T16:39:44.806820Z",
            "url": "https://files.pythonhosted.org/packages/cc/b7/48bca323eb7c22e28e740add896a61236c949b46109c1b2d8e262e3f224d/cryosparc_tools-4.6.1-cp313-cp313-win_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "475396041c397de3a1b9b169dd9ff0410c55b254e49ec56aa46ed6aafe2e6bef",
                "md5": "33a684127a0364bba02515d55f637bb7",
                "sha256": "6fa1d6eaae121ae84dd7c48348e6d61112ff0b9efad92681e1f065f5f7c191ae"
            },
            "downloads": -1,
            "filename": "cryosparc_tools-4.6.1-cp37-cp37m-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "33a684127a0364bba02515d55f637bb7",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 551615,
            "upload_time": "2024-11-13T16:39:47",
            "upload_time_iso_8601": "2024-11-13T16:39:47.667562Z",
            "url": "https://files.pythonhosted.org/packages/47/53/96041c397de3a1b9b169dd9ff0410c55b254e49ec56aa46ed6aafe2e6bef/cryosparc_tools-4.6.1-cp37-cp37m-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a70fd08441b0e3b55e973dbc43c44f01495fddee52f84f8ef72f10f0c59fa288",
                "md5": "886ed70b7ec4f15bb3c4cd48c1eb2c15",
                "sha256": "6dc9d1c904f962e67a0153a18f42737fbccf8384053081f3ded578ebcf191166"
            },
            "downloads": -1,
            "filename": "cryosparc_tools-4.6.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "886ed70b7ec4f15bb3c4cd48c1eb2c15",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 1332886,
            "upload_time": "2024-11-13T16:39:49",
            "upload_time_iso_8601": "2024-11-13T16:39:49.477172Z",
            "url": "https://files.pythonhosted.org/packages/a7/0f/d08441b0e3b55e973dbc43c44f01495fddee52f84f8ef72f10f0c59fa288/cryosparc_tools-4.6.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2702fa45e3b17649f683417954e6ad94c70c354abf23bdb3ca738d6c7838ddbe",
                "md5": "0bc995ac4622ea9164551e3c4f68abb5",
                "sha256": "e3b1ac2d88c884ddca31f59c028120846e169cf437f7b4bf5f5a2496773b5be8"
            },
            "downloads": -1,
            "filename": "cryosparc_tools-4.6.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "0bc995ac4622ea9164551e3c4f68abb5",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 1357630,
            "upload_time": "2024-11-13T16:39:50",
            "upload_time_iso_8601": "2024-11-13T16:39:50.745495Z",
            "url": "https://files.pythonhosted.org/packages/27/02/fa45e3b17649f683417954e6ad94c70c354abf23bdb3ca738d6c7838ddbe/cryosparc_tools-4.6.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b1ba4f49b91b58e444fc1abcdd2f6b4fb7d518c552db33ea8b0182a685e7b7b4",
                "md5": "e6ad642bedde6418dddbde3ca67c312d",
                "sha256": "f6e86e3d5b3f782c2cff1856aa5f09c7c5289b5034b2db35b2b5f818fb6f6a3e"
            },
            "downloads": -1,
            "filename": "cryosparc_tools-4.6.1-cp37-cp37m-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "e6ad642bedde6418dddbde3ca67c312d",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 1340971,
            "upload_time": "2024-11-13T16:39:52",
            "upload_time_iso_8601": "2024-11-13T16:39:52.068541Z",
            "url": "https://files.pythonhosted.org/packages/b1/ba/4f49b91b58e444fc1abcdd2f6b4fb7d518c552db33ea8b0182a685e7b7b4/cryosparc_tools-4.6.1-cp37-cp37m-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f2360bf2cafe93cfe85a3534fc904b6ce79511fb4860004ecf1ee0df39c076f8",
                "md5": "13c144af75b9c673e984a69dbd1560ce",
                "sha256": "28aac54d458441fe02107fba786e5a448e8488fde82cc0e549e9fdba47f13fbb"
            },
            "downloads": -1,
            "filename": "cryosparc_tools-4.6.1-cp37-cp37m-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "13c144af75b9c673e984a69dbd1560ce",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 1378873,
            "upload_time": "2024-11-13T16:39:54",
            "upload_time_iso_8601": "2024-11-13T16:39:54.580989Z",
            "url": "https://files.pythonhosted.org/packages/f2/36/0bf2cafe93cfe85a3534fc904b6ce79511fb4860004ecf1ee0df39c076f8/cryosparc_tools-4.6.1-cp37-cp37m-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "493105ee8c2c387a8b2832e607e291383184e0c32d222e49b6e1033daf4510cd",
                "md5": "798378b86f17b5266d37b27087aad46b",
                "sha256": "015d8ddfd410fe0f64545c3437bffe08833937a2aa12392b44c1a2c0c520efc2"
            },
            "downloads": -1,
            "filename": "cryosparc_tools-4.6.1-cp37-cp37m-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "798378b86f17b5266d37b27087aad46b",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 489575,
            "upload_time": "2024-11-13T16:39:56",
            "upload_time_iso_8601": "2024-11-13T16:39:56.817936Z",
            "url": "https://files.pythonhosted.org/packages/49/31/05ee8c2c387a8b2832e607e291383184e0c32d222e49b6e1033daf4510cd/cryosparc_tools-4.6.1-cp37-cp37m-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "61fd1ed1299f3487d22b5c00f35274a1a40ca52d682ff07deb00539c4266bfc8",
                "md5": "c1864392a0ebd52e283e27ea789f243d",
                "sha256": "8db5cc093f95b6c7bcf8c798c1c2ab2337bcedbc3a76242daa42b3b95261fe96"
            },
            "downloads": -1,
            "filename": "cryosparc_tools-4.6.1-cp38-cp38-macosx_10_9_universal2.whl",
            "has_sig": false,
            "md5_digest": "c1864392a0ebd52e283e27ea789f243d",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 718915,
            "upload_time": "2024-11-13T16:39:58",
            "upload_time_iso_8601": "2024-11-13T16:39:58.878187Z",
            "url": "https://files.pythonhosted.org/packages/61/fd/1ed1299f3487d22b5c00f35274a1a40ca52d682ff07deb00539c4266bfc8/cryosparc_tools-4.6.1-cp38-cp38-macosx_10_9_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "95d4ff73a1b416494cd5737034cca4ade445e54d0d36bfb9c05eaa4568df2cea",
                "md5": "4fdef132e3de1e1c3c76c45321cfc054",
                "sha256": "8fe89f093276316d999f8b239007aac8f71f80a87326e9ca610e23ab81c79cc5"
            },
            "downloads": -1,
            "filename": "cryosparc_tools-4.6.1-cp38-cp38-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "4fdef132e3de1e1c3c76c45321cfc054",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 552045,
            "upload_time": "2024-11-13T16:40:01",
            "upload_time_iso_8601": "2024-11-13T16:40:01.488331Z",
            "url": "https://files.pythonhosted.org/packages/95/d4/ff73a1b416494cd5737034cca4ade445e54d0d36bfb9c05eaa4568df2cea/cryosparc_tools-4.6.1-cp38-cp38-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6abaf7368df3dc96e04841f87a57896806c1362cc40b79090f6966d195d71907",
                "md5": "6e1692c92c4685e3f77f52f83e2a6d96",
                "sha256": "e6a8a9e7246b54bef7a8102aa7b34b2e407537009c90a7d34fe889d533b49948"
            },
            "downloads": -1,
            "filename": "cryosparc_tools-4.6.1-cp38-cp38-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "6e1692c92c4685e3f77f52f83e2a6d96",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 531241,
            "upload_time": "2024-11-13T16:40:03",
            "upload_time_iso_8601": "2024-11-13T16:40:03.599641Z",
            "url": "https://files.pythonhosted.org/packages/6a/ba/f7368df3dc96e04841f87a57896806c1362cc40b79090f6966d195d71907/cryosparc_tools-4.6.1-cp38-cp38-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4c51e18f587f42cbb98ebc9caff3ae92f15f94942a9096831482edf3744a8bcf",
                "md5": "fa5576c8f76dfb1c87ec7de26e62aebb",
                "sha256": "016ce4124b2adfae340a33afd8fbb63d3581722c7c2e30097ead4ce072d7a0d9"
            },
            "downloads": -1,
            "filename": "cryosparc_tools-4.6.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "fa5576c8f76dfb1c87ec7de26e62aebb",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 1392912,
            "upload_time": "2024-11-13T16:40:04",
            "upload_time_iso_8601": "2024-11-13T16:40:04.865563Z",
            "url": "https://files.pythonhosted.org/packages/4c/51/e18f587f42cbb98ebc9caff3ae92f15f94942a9096831482edf3744a8bcf/cryosparc_tools-4.6.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "70b99fc4743094f473f873b34fa5f7ae32337b3ca4d2127729033055190987b4",
                "md5": "29e4500b7478fadf02b339f2c16afcc6",
                "sha256": "7b20ae2acedd62aefe0d3571f6a13024d3e60c53473c6c1fbfa0cfadd08ae993"
            },
            "downloads": -1,
            "filename": "cryosparc_tools-4.6.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "29e4500b7478fadf02b339f2c16afcc6",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 1415344,
            "upload_time": "2024-11-13T16:40:06",
            "upload_time_iso_8601": "2024-11-13T16:40:06.494320Z",
            "url": "https://files.pythonhosted.org/packages/70/b9/9fc4743094f473f873b34fa5f7ae32337b3ca4d2127729033055190987b4/cryosparc_tools-4.6.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "91e0ee2715e1b9d8daeb06353a0264b0beb15db138564651f93fcbd0ae93188f",
                "md5": "29063b2beeb65a4a0c622c97ef803053",
                "sha256": "28e029b4e7e0835efca233798eea7e71ab04e86fa5943f07187880f6fc174e66"
            },
            "downloads": -1,
            "filename": "cryosparc_tools-4.6.1-cp38-cp38-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "29063b2beeb65a4a0c622c97ef803053",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 1395829,
            "upload_time": "2024-11-13T16:40:08",
            "upload_time_iso_8601": "2024-11-13T16:40:08.077234Z",
            "url": "https://files.pythonhosted.org/packages/91/e0/ee2715e1b9d8daeb06353a0264b0beb15db138564651f93fcbd0ae93188f/cryosparc_tools-4.6.1-cp38-cp38-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2cf48b949338d37409954548f0bf574b23e2e37640f55c963e96a25f0cae66d1",
                "md5": "27ff9a13543319b32f0afdfd004ecfbc",
                "sha256": "fca27f8874beed285cd4a6f7fd3d61d9949da38ab10e1ffbfcd6425876c23ed3"
            },
            "downloads": -1,
            "filename": "cryosparc_tools-4.6.1-cp38-cp38-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "27ff9a13543319b32f0afdfd004ecfbc",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 1432530,
            "upload_time": "2024-11-13T16:40:09",
            "upload_time_iso_8601": "2024-11-13T16:40:09.733342Z",
            "url": "https://files.pythonhosted.org/packages/2c/f4/8b949338d37409954548f0bf574b23e2e37640f55c963e96a25f0cae66d1/cryosparc_tools-4.6.1-cp38-cp38-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6fef70692f14303b341e5c316f72cfea7a4550b90c6289d0c749c0575f8fa88e",
                "md5": "524173a1d5a18d9a54dcfa464e08b2bc",
                "sha256": "6b309bf3f305ffd342718d4d6a4064e0e7057519d65e5989b519aea56b81d73f"
            },
            "downloads": -1,
            "filename": "cryosparc_tools-4.6.1-cp38-cp38-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "524173a1d5a18d9a54dcfa464e08b2bc",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 491191,
            "upload_time": "2024-11-13T16:40:12",
            "upload_time_iso_8601": "2024-11-13T16:40:12.439660Z",
            "url": "https://files.pythonhosted.org/packages/6f/ef/70692f14303b341e5c316f72cfea7a4550b90c6289d0c749c0575f8fa88e/cryosparc_tools-4.6.1-cp38-cp38-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b258eab350e4ca9471e83089d50b49fa8c030aafe2327df874699485719c3dd3",
                "md5": "81ded7ea37a3022545c759ecc2c6f7f4",
                "sha256": "21aedbe0e2157049c483ffd111a27ffa07391dec19bdc63f31422d76f1a6069e"
            },
            "downloads": -1,
            "filename": "cryosparc_tools-4.6.1-cp39-cp39-macosx_10_9_universal2.whl",
            "has_sig": false,
            "md5_digest": "81ded7ea37a3022545c759ecc2c6f7f4",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 721101,
            "upload_time": "2024-11-13T16:40:14",
            "upload_time_iso_8601": "2024-11-13T16:40:14.393687Z",
            "url": "https://files.pythonhosted.org/packages/b2/58/eab350e4ca9471e83089d50b49fa8c030aafe2327df874699485719c3dd3/cryosparc_tools-4.6.1-cp39-cp39-macosx_10_9_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "90605e685bb3e608a15bfbcf6b16c5bef22a55adfa7e260ec9690939c672c087",
                "md5": "b24f94a4f3c5e4548e317b6820752aa6",
                "sha256": "7a484d56b6dcaea6c3d0bcd4658b2c09ecc2c251abc3fd0424a3abee956b3901"
            },
            "downloads": -1,
            "filename": "cryosparc_tools-4.6.1-cp39-cp39-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "b24f94a4f3c5e4548e317b6820752aa6",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 553396,
            "upload_time": "2024-11-13T16:40:16",
            "upload_time_iso_8601": "2024-11-13T16:40:16.958041Z",
            "url": "https://files.pythonhosted.org/packages/90/60/5e685bb3e608a15bfbcf6b16c5bef22a55adfa7e260ec9690939c672c087/cryosparc_tools-4.6.1-cp39-cp39-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "446fbb00494557e4861825f1fbec40bba0588194a5fc09d64e23331e8b8c4693",
                "md5": "f563751f568dace6aadbb55b11096816",
                "sha256": "56ed3387013511fb0e35d87654b3c840cb9164a99034987a65edb18eac0204a8"
            },
            "downloads": -1,
            "filename": "cryosparc_tools-4.6.1-cp39-cp39-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "f563751f568dace6aadbb55b11096816",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 532123,
            "upload_time": "2024-11-13T16:40:18",
            "upload_time_iso_8601": "2024-11-13T16:40:18.830181Z",
            "url": "https://files.pythonhosted.org/packages/44/6f/bb00494557e4861825f1fbec40bba0588194a5fc09d64e23331e8b8c4693/cryosparc_tools-4.6.1-cp39-cp39-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f252bce15ecc376c848372dc8ed32101a2fe9c6cca6521ad2c08191811948174",
                "md5": "98c6bcd65a959a12933e05390b2a27ea",
                "sha256": "aa1f62f9e400f9a29576d81f76cb216f78c89915a49155545792cc4f9087bb9d"
            },
            "downloads": -1,
            "filename": "cryosparc_tools-4.6.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "98c6bcd65a959a12933e05390b2a27ea",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 1380472,
            "upload_time": "2024-11-13T16:40:20",
            "upload_time_iso_8601": "2024-11-13T16:40:20.074689Z",
            "url": "https://files.pythonhosted.org/packages/f2/52/bce15ecc376c848372dc8ed32101a2fe9c6cca6521ad2c08191811948174/cryosparc_tools-4.6.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "08d19c506e10c5db05b5ae9e6b83a4f1e1ed6190d701c8d8178d4253782f125d",
                "md5": "914186ad1d38ce3c828fdcda6584a951",
                "sha256": "13cb23e021bc9fb65d2bf4d48102d03aa25f9c08a7fd292c266e8096db417b9b"
            },
            "downloads": -1,
            "filename": "cryosparc_tools-4.6.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "914186ad1d38ce3c828fdcda6584a951",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 1401574,
            "upload_time": "2024-11-13T16:40:21",
            "upload_time_iso_8601": "2024-11-13T16:40:21.426421Z",
            "url": "https://files.pythonhosted.org/packages/08/d1/9c506e10c5db05b5ae9e6b83a4f1e1ed6190d701c8d8178d4253782f125d/cryosparc_tools-4.6.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5eaf4fec41e751fa868df254d47ddaa1515bd080188ae7ef303049b1dabf3490",
                "md5": "56c4e874273e333d013a31b276a10b92",
                "sha256": "0ab92b2deb8381840993a93fe3ab7fb1107efa48e7211b804204aa513c6a61e3"
            },
            "downloads": -1,
            "filename": "cryosparc_tools-4.6.1-cp39-cp39-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "56c4e874273e333d013a31b276a10b92",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 1380874,
            "upload_time": "2024-11-13T16:40:23",
            "upload_time_iso_8601": "2024-11-13T16:40:23.215039Z",
            "url": "https://files.pythonhosted.org/packages/5e/af/4fec41e751fa868df254d47ddaa1515bd080188ae7ef303049b1dabf3490/cryosparc_tools-4.6.1-cp39-cp39-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "43849d5571cdcfe02ba68cc3c16e7701e073f31e4c91c7afbca97831caaca566",
                "md5": "8ffd991880cf036ecc60b264a9de3975",
                "sha256": "34af262ef0b9d5205a8a44b36fba348353f7263471686a979f26580395dd261e"
            },
            "downloads": -1,
            "filename": "cryosparc_tools-4.6.1-cp39-cp39-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "8ffd991880cf036ecc60b264a9de3975",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 1419016,
            "upload_time": "2024-11-13T16:40:24",
            "upload_time_iso_8601": "2024-11-13T16:40:24.509504Z",
            "url": "https://files.pythonhosted.org/packages/43/84/9d5571cdcfe02ba68cc3c16e7701e073f31e4c91c7afbca97831caaca566/cryosparc_tools-4.6.1-cp39-cp39-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b13ff6ab7a00336b303eb39ba01b4c0df9345c44f84e9e035bc53ba9f9329444",
                "md5": "bf5dfe754de9ae112076676689753612",
                "sha256": "7a9dc55904b02b9639af16d0f66263562d5dffac3cd1fa6e7d43a88f3b8b2e3f"
            },
            "downloads": -1,
            "filename": "cryosparc_tools-4.6.1-cp39-cp39-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "bf5dfe754de9ae112076676689753612",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 490148,
            "upload_time": "2024-11-13T16:40:26",
            "upload_time_iso_8601": "2024-11-13T16:40:26.062365Z",
            "url": "https://files.pythonhosted.org/packages/b1/3f/f6ab7a00336b303eb39ba01b4c0df9345c44f84e9e035bc53ba9f9329444/cryosparc_tools-4.6.1-cp39-cp39-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "39f6fc5ce3bc0d0073c0f65ba53441d43759f58c5f83e9666aee428c02364a4d",
                "md5": "850512a4f65ae2e0423386c3e2cce042",
                "sha256": "0c9073db9e4bea7343d4141a89b91d9c75236d2dbe55606e45ed2c4a88376be3"
            },
            "downloads": -1,
            "filename": "cryosparc_tools-4.6.1-cp39-cp39-win_arm64.whl",
            "has_sig": false,
            "md5_digest": "850512a4f65ae2e0423386c3e2cce042",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 470394,
            "upload_time": "2024-11-13T16:40:27",
            "upload_time_iso_8601": "2024-11-13T16:40:27.591486Z",
            "url": "https://files.pythonhosted.org/packages/39/f6/fc5ce3bc0d0073c0f65ba53441d43759f58c5f83e9666aee428c02364a4d/cryosparc_tools-4.6.1-cp39-cp39-win_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2acc64132bf8615aee98fea694afe7b3ead1ff83f8aac6f4d46417140a9d9416",
                "md5": "412abc0e1e502c5788e98c3ec3f4198c",
                "sha256": "c198c3fd609b9f33a9bc9a23680aa3b1580c0fb7586b93dbfdcc2da2b5768b89"
            },
            "downloads": -1,
            "filename": "cryosparc_tools-4.6.1-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "412abc0e1e502c5788e98c3ec3f4198c",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.7",
            "size": 533450,
            "upload_time": "2024-11-13T16:40:28",
            "upload_time_iso_8601": "2024-11-13T16:40:28.858105Z",
            "url": "https://files.pythonhosted.org/packages/2a/cc/64132bf8615aee98fea694afe7b3ead1ff83f8aac6f4d46417140a9d9416/cryosparc_tools-4.6.1-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "651e7a6a5881c47da791a2b8a846ab36a65702d44f0abc9236cc94188e2da56f",
                "md5": "e80750d531251266337769a254e5ee75",
                "sha256": "395b7a05f248a6f9a286318284a204262771b6b1e9ee1bee8c2c2c84ffc06645"
            },
            "downloads": -1,
            "filename": "cryosparc_tools-4.6.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "e80750d531251266337769a254e5ee75",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.7",
            "size": 542310,
            "upload_time": "2024-11-13T16:40:30",
            "upload_time_iso_8601": "2024-11-13T16:40:30.264243Z",
            "url": "https://files.pythonhosted.org/packages/65/1e/7a6a5881c47da791a2b8a846ab36a65702d44f0abc9236cc94188e2da56f/cryosparc_tools-4.6.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e8803b6dd021b3267f69b7e06a50217d6b5af092e4fe0bb502500b1a889739f2",
                "md5": "9bc7d75b9ffcdbf2f5f0fb4207040b56",
                "sha256": "345d1f367075f99518b6dfe1697e69d7aa84dc7c8c5d8c08a4e6bcb33fe9c1db"
            },
            "downloads": -1,
            "filename": "cryosparc_tools-4.6.1-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "9bc7d75b9ffcdbf2f5f0fb4207040b56",
            "packagetype": "bdist_wheel",
            "python_version": "pp37",
            "requires_python": ">=3.7",
            "size": 533984,
            "upload_time": "2024-11-13T16:40:31",
            "upload_time_iso_8601": "2024-11-13T16:40:31.458556Z",
            "url": "https://files.pythonhosted.org/packages/e8/80/3b6dd021b3267f69b7e06a50217d6b5af092e4fe0bb502500b1a889739f2/cryosparc_tools-4.6.1-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4d86c518031bbb39a991cd72b44df11416e6503f5adf4911a068fd995b9ca7a8",
                "md5": "8f4a50fa8185d9a4533be5ea6a0d5403",
                "sha256": "18b2455dd33fde2c12a47ef210cb95356dd3c5588257a094c44603966f4f9e06"
            },
            "downloads": -1,
            "filename": "cryosparc_tools-4.6.1-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "8f4a50fa8185d9a4533be5ea6a0d5403",
            "packagetype": "bdist_wheel",
            "python_version": "pp37",
            "requires_python": ">=3.7",
            "size": 544064,
            "upload_time": "2024-11-13T16:40:32",
            "upload_time_iso_8601": "2024-11-13T16:40:32.715219Z",
            "url": "https://files.pythonhosted.org/packages/4d/86/c518031bbb39a991cd72b44df11416e6503f5adf4911a068fd995b9ca7a8/cryosparc_tools-4.6.1-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1c0ad5707db8dec6d24eaf7629aebf3303991d918071cbe4e3bf5359d10029ad",
                "md5": "00deaec6607e6b2a10a069dcdf997c92",
                "sha256": "0b5d3bf1d11c204b84fc27d8e44b3a80acf065853c14f090fb4bc775bcb8389c"
            },
            "downloads": -1,
            "filename": "cryosparc_tools-4.6.1-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "00deaec6607e6b2a10a069dcdf997c92",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.7",
            "size": 533745,
            "upload_time": "2024-11-13T16:40:34",
            "upload_time_iso_8601": "2024-11-13T16:40:34.096326Z",
            "url": "https://files.pythonhosted.org/packages/1c/0a/d5707db8dec6d24eaf7629aebf3303991d918071cbe4e3bf5359d10029ad/cryosparc_tools-4.6.1-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0e008a087ec395eedb3d137174ffc7525c7d83a6c2f7918f8d19e331efe8d882",
                "md5": "7fc030bff359be2b92c02118b3328eb7",
                "sha256": "bfc7e3e2a095ac844fb3fda04b285654feeda2d492693a2e1fe42d51604c2767"
            },
            "downloads": -1,
            "filename": "cryosparc_tools-4.6.1-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "7fc030bff359be2b92c02118b3328eb7",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.7",
            "size": 543495,
            "upload_time": "2024-11-13T16:40:36",
            "upload_time_iso_8601": "2024-11-13T16:40:36.142663Z",
            "url": "https://files.pythonhosted.org/packages/0e/00/8a087ec395eedb3d137174ffc7525c7d83a6c2f7918f8d19e331efe8d882/cryosparc_tools-4.6.1-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fd754e2a3b93fa5703045da921b4c794e3068012ba71e46a713b14de56ef28f2",
                "md5": "895fb77922301c21805e9f4a2f3e6ff4",
                "sha256": "82234c6dcf6aa85bfbe2981e00ed1a04faecc4f45e01cc31b041f1de7b0e3667"
            },
            "downloads": -1,
            "filename": "cryosparc_tools-4.6.1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "895fb77922301c21805e9f4a2f3e6ff4",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.7",
            "size": 532963,
            "upload_time": "2024-11-13T16:40:37",
            "upload_time_iso_8601": "2024-11-13T16:40:37.345998Z",
            "url": "https://files.pythonhosted.org/packages/fd/75/4e2a3b93fa5703045da921b4c794e3068012ba71e46a713b14de56ef28f2/cryosparc_tools-4.6.1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cc5ad730d1e3e490f547f28b919576648185e984a4d730ff0f88c5aabdc03d85",
                "md5": "9bce047787cc16ad3052943352d6aff7",
                "sha256": "538c41119a81b108180c18713a9cbcbc9e8e0435b057d292d404a5e87fb5ac0a"
            },
            "downloads": -1,
            "filename": "cryosparc_tools-4.6.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "9bce047787cc16ad3052943352d6aff7",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.7",
            "size": 541986,
            "upload_time": "2024-11-13T16:40:38",
            "upload_time_iso_8601": "2024-11-13T16:40:38.630006Z",
            "url": "https://files.pythonhosted.org/packages/cc/5a/d730d1e3e490f547f28b919576648185e984a4d730ff0f88c5aabdc03d85/cryosparc_tools-4.6.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a8a03a5433c023d128e31de6ad888608baaaa476791f96ceb0f5c6b233d1da78",
                "md5": "4bc46dfe45f593fce64186453c0b3318",
                "sha256": "7a61ecf87fd6e6a7a0e80f107cc14163989151c646c900232b1a344293ad1b62"
            },
            "downloads": -1,
            "filename": "cryosparc-tools-4.6.1.tar.gz",
            "has_sig": false,
            "md5_digest": "4bc46dfe45f593fce64186453c0b3318",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 346239,
            "upload_time": "2024-11-13T16:40:40",
            "upload_time_iso_8601": "2024-11-13T16:40:40.926543Z",
            "url": "https://files.pythonhosted.org/packages/a8/a0/3a5433c023d128e31de6ad888608baaaa476791f96ceb0f5c6b233d1da78/cryosparc-tools-4.6.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-13 16:40:40",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "cryoem-uoft",
    "github_project": "cryosparc-tools",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "cryosparc-tools"
}
        
Elapsed time: 0.70612s