ClustAssessPy


NameClustAssessPy JSON
Version 1.0.1 PyPI version JSON
download
home_pageNone
SummaryPython package for systematic assessment of clustering results stability on single-cell data.
upload_time2024-06-15 19:50:16
maintainerNone
docs_urlNone
authorRafael Kollyfas
requires_python>=3.7
licenseMIT
keywords clustering stability assessment machine learning graph network community detection
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # ClustAssessPy

[![Downloads](https://static.pepy.tech/badge/ClustAssessPy)](https://pepy.tech/project/ClustAssessPy)
[![Downloads](https://static.pepy.tech/badge/ClustAssessPy/week)](https://pepy.tech/project/ClustAssessPy)

ClustAssessPy offers a data-driven approach for optimizing parameter values across all stages of graph-based community detection clustering in single-cell datasets. This Python package is a lighter adaptation of ClustAssess (R) [1], incorporating its main functions and can be used by the Scanpy community to guide robust clustering through data-driven selection in all community detection clustering steps:

- **Dimensionality Reduction:** Selection of the base embedding (UMAP vs PCA) and the number and type of features (e.g., highly-variable vs most abundant).
- **Graph Type:** Choice of graph type for the adjacency matrix (nearest neighbors vs shared nearest neighbors) and the number of neighbors.
- **Clustering:** Identification of the most stable algorithm (Leiden or Louvain) and the appropriate resolution value.

## Installation

ClustAssessPy requires Python 3.7 or newer.

### Dependencies

- numpy
- pandas
- scanpy
- umap-learn
- seaborn
- matplotlib
- scipy
- networkx
- plotnine
- pynndescent
- leidenalg
- louvain
- igraph

### User Installation

We recommend that you download ClustAssessPy on a virtual environment (venv or Conda).

```sh
pip install ClustAssessPy
```

## Getting Started

Documentation for the main functions is available [here](https://core-bioinformatics.github.io/ClustAssessPy/ClustAssessPy.html). For a detailed tutorial, click [here](https://github.com/Core-Bioinformatics/ClustAssessPy/blob/main/Examples/tutorial_cuomo.ipynb).

## References

[1] Shahsavari, A., Munteanu, A., & Mohorianu, I. (2022). ClustAssess: Tools for Assessing the Robustness of Single-Cell Clustering. https://doi.org/10.1101/2022.01.31.478592

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "ClustAssessPy",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": "clustering, stability, assessment, machine learning, graph, network, community, detection",
    "author": "Rafael Kollyfas",
    "author_email": "rk720@cam.ac.uk",
    "download_url": "https://files.pythonhosted.org/packages/55/28/4e039849dd69e54c3f32b0b30f8100e7cdd04ebfe4243b80f65468ac66ec/clustassesspy-1.0.1.tar.gz",
    "platform": null,
    "description": "# ClustAssessPy\n\n[![Downloads](https://static.pepy.tech/badge/ClustAssessPy)](https://pepy.tech/project/ClustAssessPy)\n[![Downloads](https://static.pepy.tech/badge/ClustAssessPy/week)](https://pepy.tech/project/ClustAssessPy)\n\nClustAssessPy offers a data-driven approach for optimizing parameter values across all stages of graph-based community detection clustering in single-cell datasets. This Python package is a lighter adaptation of ClustAssess (R) [1], incorporating its main functions and can be used by the Scanpy community to guide robust clustering through data-driven selection in all community detection clustering steps:\n\n- **Dimensionality Reduction:** Selection of the base embedding (UMAP vs PCA) and the number and type of features (e.g., highly-variable vs most abundant).\n- **Graph Type:** Choice of graph type for the adjacency matrix (nearest neighbors vs shared nearest neighbors) and the number of neighbors.\n- **Clustering:** Identification of the most stable algorithm (Leiden or Louvain) and the appropriate resolution value.\n\n## Installation\n\nClustAssessPy requires Python 3.7 or newer.\n\n### Dependencies\n\n- numpy\n- pandas\n- scanpy\n- umap-learn\n- seaborn\n- matplotlib\n- scipy\n- networkx\n- plotnine\n- pynndescent\n- leidenalg\n- louvain\n- igraph\n\n### User Installation\n\nWe recommend that you download ClustAssessPy on a virtual environment (venv or Conda).\n\n```sh\npip install ClustAssessPy\n```\n\n## Getting Started\n\nDocumentation for the main functions is available [here](https://core-bioinformatics.github.io/ClustAssessPy/ClustAssessPy.html). For a detailed tutorial, click [here](https://github.com/Core-Bioinformatics/ClustAssessPy/blob/main/Examples/tutorial_cuomo.ipynb).\n\n## References\n\n[1] Shahsavari, A., Munteanu, A., & Mohorianu, I. (2022). ClustAssess: Tools for Assessing the Robustness of Single-Cell Clustering. https://doi.org/10.1101/2022.01.31.478592\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Python package for systematic assessment of clustering results stability on single-cell data.",
    "version": "1.0.1",
    "project_urls": null,
    "split_keywords": [
        "clustering",
        " stability",
        " assessment",
        " machine learning",
        " graph",
        " network",
        " community",
        " detection"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "41686bc2190998df854678c576e17e05dbb00118a59423128095948e3e7caa3f",
                "md5": "09a16d2f3d37f060e03a66a6beeecfed",
                "sha256": "c10a98cd7fac34da1e83f47da7b7f49ba77b970a8e475a21e3801048380acd09"
            },
            "downloads": -1,
            "filename": "ClustAssessPy-1.0.1-cp310-cp310-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "09a16d2f3d37f060e03a66a6beeecfed",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 98048,
            "upload_time": "2024-06-15T19:48:44",
            "upload_time_iso_8601": "2024-06-15T19:48:44.433077Z",
            "url": "https://files.pythonhosted.org/packages/41/68/6bc2190998df854678c576e17e05dbb00118a59423128095948e3e7caa3f/ClustAssessPy-1.0.1-cp310-cp310-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "38df282f52a07fe0bed355014f704da9bae68cc6b506480b1a0602f7bc48c4c9",
                "md5": "c51730be8e7f997a4ee4c434ff973bfb",
                "sha256": "6d5c85dc25c6884bba7ebea6e454e2eea3132b1d9354a572883bec0fb422c325"
            },
            "downloads": -1,
            "filename": "ClustAssessPy-1.0.1-cp310-cp310-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "c51730be8e7f997a4ee4c434ff973bfb",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 95093,
            "upload_time": "2024-06-15T19:48:46",
            "upload_time_iso_8601": "2024-06-15T19:48:46.472192Z",
            "url": "https://files.pythonhosted.org/packages/38/df/282f52a07fe0bed355014f704da9bae68cc6b506480b1a0602f7bc48c4c9/ClustAssessPy-1.0.1-cp310-cp310-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1af2b158355e0e32b9175c4d1d7319111f66ec31d88079c9b453c3887f007e66",
                "md5": "b0378558638b06d731eabd8154b6c0d6",
                "sha256": "8b32118f31a13a1f9def4dd32927c5cc2b4c89c898c217486dea0dc6b946cc2d"
            },
            "downloads": -1,
            "filename": "ClustAssessPy-1.0.1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "b0378558638b06d731eabd8154b6c0d6",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 138158,
            "upload_time": "2024-06-15T19:48:48",
            "upload_time_iso_8601": "2024-06-15T19:48:48.207199Z",
            "url": "https://files.pythonhosted.org/packages/1a/f2/b158355e0e32b9175c4d1d7319111f66ec31d88079c9b453c3887f007e66/ClustAssessPy-1.0.1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e4c648ab2be7582893e3abe02507ea83b4133fecf5ba49536aa7358b42602f1e",
                "md5": "64179e603c8a7fd3de56b823be960805",
                "sha256": "b9f4551d1ab768555b0eac8199ef55d16be5b9c1df476f2359aeafd94863eda9"
            },
            "downloads": -1,
            "filename": "ClustAssessPy-1.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "64179e603c8a7fd3de56b823be960805",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 133988,
            "upload_time": "2024-06-15T19:48:49",
            "upload_time_iso_8601": "2024-06-15T19:48:49.284020Z",
            "url": "https://files.pythonhosted.org/packages/e4/c6/48ab2be7582893e3abe02507ea83b4133fecf5ba49536aa7358b42602f1e/ClustAssessPy-1.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7c1c8600f903f1bb2aa3ccf35cb3efbcceb5711e9aedf402a77de094c857f00e",
                "md5": "f3bc51fb949434c36b1942a6875609e9",
                "sha256": "d177ca08e449472e4d2d42ab6bc1a7361e47aa0dfb81cd26b87f4f5e9e9a2f45"
            },
            "downloads": -1,
            "filename": "ClustAssessPy-1.0.1-cp310-cp310-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "f3bc51fb949434c36b1942a6875609e9",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 1197071,
            "upload_time": "2024-06-15T19:48:50",
            "upload_time_iso_8601": "2024-06-15T19:48:50.764150Z",
            "url": "https://files.pythonhosted.org/packages/7c/1c/8600f903f1bb2aa3ccf35cb3efbcceb5711e9aedf402a77de094c857f00e/ClustAssessPy-1.0.1-cp310-cp310-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "44c5556a57b70e09895f25366b42ea67ad937f83ba052082f537c9fdfcba4740",
                "md5": "226f2bd1d34a03ac3d786eedb390b9c0",
                "sha256": "f563193adc6cadf31ef0f993c8b814d058be73249def606b93f60d20092b9ead"
            },
            "downloads": -1,
            "filename": "ClustAssessPy-1.0.1-cp310-cp310-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "226f2bd1d34a03ac3d786eedb390b9c0",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 1098648,
            "upload_time": "2024-06-15T19:48:52",
            "upload_time_iso_8601": "2024-06-15T19:48:52.710485Z",
            "url": "https://files.pythonhosted.org/packages/44/c5/556a57b70e09895f25366b42ea67ad937f83ba052082f537c9fdfcba4740/ClustAssessPy-1.0.1-cp310-cp310-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4bcf40d07c6843bb518912ccf6769d900d982b9d1e188447d6eef33666c7e4af",
                "md5": "b8166a9602515d9256ad3aaaae10ce59",
                "sha256": "70689a298ee5a9469af67369edb2bdada0b39f166c5fa2bb0537b410a61a4c89"
            },
            "downloads": -1,
            "filename": "ClustAssessPy-1.0.1-cp310-cp310-win32.whl",
            "has_sig": false,
            "md5_digest": "b8166a9602515d9256ad3aaaae10ce59",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 85039,
            "upload_time": "2024-06-15T19:48:53",
            "upload_time_iso_8601": "2024-06-15T19:48:53.942813Z",
            "url": "https://files.pythonhosted.org/packages/4b/cf/40d07c6843bb518912ccf6769d900d982b9d1e188447d6eef33666c7e4af/ClustAssessPy-1.0.1-cp310-cp310-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c1b1d7e6803ec7ac9615c943ba91640b73b060ad51bd895d10d1f87259b95cbd",
                "md5": "b53bf72c2bb7f445da78638064a0efa0",
                "sha256": "67903d7cfddecdf7d0dc4cf3e87fdc3f731a93e449d7f03edd8916f6dc870949"
            },
            "downloads": -1,
            "filename": "ClustAssessPy-1.0.1-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "b53bf72c2bb7f445da78638064a0efa0",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 92397,
            "upload_time": "2024-06-15T19:48:54",
            "upload_time_iso_8601": "2024-06-15T19:48:54.962081Z",
            "url": "https://files.pythonhosted.org/packages/c1/b1/d7e6803ec7ac9615c943ba91640b73b060ad51bd895d10d1f87259b95cbd/ClustAssessPy-1.0.1-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "73c691101822aab248d2720d4f89b8f90fbcd70b49695f757a890d00b12622f1",
                "md5": "dd731feeaf95bf538fcd1f3f40f907ef",
                "sha256": "85b2d053261923c0aff5ecbcc12bf526740b15773c1558fcd14f41f94c833c2b"
            },
            "downloads": -1,
            "filename": "ClustAssessPy-1.0.1-cp311-cp311-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "dd731feeaf95bf538fcd1f3f40f907ef",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 99513,
            "upload_time": "2024-06-15T19:48:55",
            "upload_time_iso_8601": "2024-06-15T19:48:55.987655Z",
            "url": "https://files.pythonhosted.org/packages/73/c6/91101822aab248d2720d4f89b8f90fbcd70b49695f757a890d00b12622f1/ClustAssessPy-1.0.1-cp311-cp311-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a0ea2c9430071c66f4aba7c98f2e26140b2f1809a3962459a316ac55d65702b0",
                "md5": "0b77f83fd82f8cfb84a37636dce8b4bc",
                "sha256": "3bb5982cc3791775af68972a503e564c46978fabef1828230d266aaf855ad216"
            },
            "downloads": -1,
            "filename": "ClustAssessPy-1.0.1-cp311-cp311-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "0b77f83fd82f8cfb84a37636dce8b4bc",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 96323,
            "upload_time": "2024-06-15T19:48:57",
            "upload_time_iso_8601": "2024-06-15T19:48:57.598651Z",
            "url": "https://files.pythonhosted.org/packages/a0/ea/2c9430071c66f4aba7c98f2e26140b2f1809a3962459a316ac55d65702b0/ClustAssessPy-1.0.1-cp311-cp311-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a66e2994b74e22aa1aaefd1cbb7038032256732efcbd83e06e1d5193e8b23dcd",
                "md5": "aa51502dee6f50b65cffe528f326ecff",
                "sha256": "bec5fae13ba98b0c386a04f194cf0d7e540d7b8a804b4541f4db4e5446ac0b9e"
            },
            "downloads": -1,
            "filename": "ClustAssessPy-1.0.1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "aa51502dee6f50b65cffe528f326ecff",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 139027,
            "upload_time": "2024-06-15T19:48:59",
            "upload_time_iso_8601": "2024-06-15T19:48:59.190071Z",
            "url": "https://files.pythonhosted.org/packages/a6/6e/2994b74e22aa1aaefd1cbb7038032256732efcbd83e06e1d5193e8b23dcd/ClustAssessPy-1.0.1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "259f03ae2537411fb39d45a4a9c3e27030ecebc8ff404bcb13243ee9e763b60d",
                "md5": "616b719555912fffb3ea61745ef9d112",
                "sha256": "36f7f6399c412484c3083ecbc5344b99ad849cb9c14de7a2a8f07a4eab6bda82"
            },
            "downloads": -1,
            "filename": "ClustAssessPy-1.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "616b719555912fffb3ea61745ef9d112",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 134770,
            "upload_time": "2024-06-15T19:49:00",
            "upload_time_iso_8601": "2024-06-15T19:49:00.461095Z",
            "url": "https://files.pythonhosted.org/packages/25/9f/03ae2537411fb39d45a4a9c3e27030ecebc8ff404bcb13243ee9e763b60d/ClustAssessPy-1.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a2a9b0d4c2a0c36bdf673dab2e470db46cfe2383da29e154934627cb196cc48f",
                "md5": "24ba7d1b617cdfb57fdf1a301bd54ffa",
                "sha256": "f9ca8e90b40cdc75ad79cee840cb198c09128c8301d44b78a0260e6e8c64473b"
            },
            "downloads": -1,
            "filename": "ClustAssessPy-1.0.1-cp311-cp311-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "24ba7d1b617cdfb57fdf1a301bd54ffa",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 1197975,
            "upload_time": "2024-06-15T19:49:02",
            "upload_time_iso_8601": "2024-06-15T19:49:02.132803Z",
            "url": "https://files.pythonhosted.org/packages/a2/a9/b0d4c2a0c36bdf673dab2e470db46cfe2383da29e154934627cb196cc48f/ClustAssessPy-1.0.1-cp311-cp311-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5e6d8efcb3809dd6ce1de715b6a93d2d67e770803ad5258bedcc93e6a4af52b4",
                "md5": "144cac538f42350167be01a96e992691",
                "sha256": "a2ba1e72b14c362d980e72f888189e1c55ef5a2db343fe1be52018f11e35167f"
            },
            "downloads": -1,
            "filename": "ClustAssessPy-1.0.1-cp311-cp311-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "144cac538f42350167be01a96e992691",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 1099737,
            "upload_time": "2024-06-15T19:49:03",
            "upload_time_iso_8601": "2024-06-15T19:49:03.434424Z",
            "url": "https://files.pythonhosted.org/packages/5e/6d/8efcb3809dd6ce1de715b6a93d2d67e770803ad5258bedcc93e6a4af52b4/ClustAssessPy-1.0.1-cp311-cp311-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e4f3fee0a497497a5fd0f285299165490c6bdceef6f5cf4485f00679a8f23125",
                "md5": "c0fb4ffd19a59df99db188bd26e8597f",
                "sha256": "4336bebf73684d3517a9fd9804a3f0b4dae69b9e08e0311363bf06d323fb7ed3"
            },
            "downloads": -1,
            "filename": "ClustAssessPy-1.0.1-cp311-cp311-win32.whl",
            "has_sig": false,
            "md5_digest": "c0fb4ffd19a59df99db188bd26e8597f",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 86081,
            "upload_time": "2024-06-15T19:49:04",
            "upload_time_iso_8601": "2024-06-15T19:49:04.592996Z",
            "url": "https://files.pythonhosted.org/packages/e4/f3/fee0a497497a5fd0f285299165490c6bdceef6f5cf4485f00679a8f23125/ClustAssessPy-1.0.1-cp311-cp311-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e433468936a4e42cf6f4ded5bcf3bf950ef90472f0b56303eefb5cdaf953d8ca",
                "md5": "2fc2716f382698ac523a2f4797bc916b",
                "sha256": "42ed1d68a3341ab9a768089d781c3aa58ccbb50e00fb829ed3fab086ff966ee5"
            },
            "downloads": -1,
            "filename": "ClustAssessPy-1.0.1-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "2fc2716f382698ac523a2f4797bc916b",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 93549,
            "upload_time": "2024-06-15T19:49:06",
            "upload_time_iso_8601": "2024-06-15T19:49:06.125088Z",
            "url": "https://files.pythonhosted.org/packages/e4/33/468936a4e42cf6f4ded5bcf3bf950ef90472f0b56303eefb5cdaf953d8ca/ClustAssessPy-1.0.1-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6efacb7f6c042acd50fd973c0daca89e3321f89f15d96932a6928b08e4b3a987",
                "md5": "a33a61ddc4fae32d91099984c91521d6",
                "sha256": "9b93053a367da77466ad44274e24e40091218271a92e26581b629380d4bd973c"
            },
            "downloads": -1,
            "filename": "ClustAssessPy-1.0.1-cp312-cp312-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "a33a61ddc4fae32d91099984c91521d6",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 98103,
            "upload_time": "2024-06-15T19:49:07",
            "upload_time_iso_8601": "2024-06-15T19:49:07.786476Z",
            "url": "https://files.pythonhosted.org/packages/6e/fa/cb7f6c042acd50fd973c0daca89e3321f89f15d96932a6928b08e4b3a987/ClustAssessPy-1.0.1-cp312-cp312-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "af05a59eef2ea55abe398b71976fabfe94ae7c427b544b8317c5fbdc344034c6",
                "md5": "75d1544c82cfb4a57feb349b225cf0bf",
                "sha256": "4a3cb6d74f0ccbf2180dea8aac143e832f4760ad012520bdde22bd74933385ef"
            },
            "downloads": -1,
            "filename": "ClustAssessPy-1.0.1-cp312-cp312-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "75d1544c82cfb4a57feb349b225cf0bf",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 94784,
            "upload_time": "2024-06-15T19:49:09",
            "upload_time_iso_8601": "2024-06-15T19:49:09.087562Z",
            "url": "https://files.pythonhosted.org/packages/af/05/a59eef2ea55abe398b71976fabfe94ae7c427b544b8317c5fbdc344034c6/ClustAssessPy-1.0.1-cp312-cp312-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "eeecc89c9b0d5062dec13b6daf1e6038f7ac98555f624b9d86063d2c182a3e0c",
                "md5": "da61167fda223bc33bce013f2c33344b",
                "sha256": "9b3cf782f977b478668537b7a8441304da3ec91d635bd3c5b0db8a55fcd5f7e8"
            },
            "downloads": -1,
            "filename": "ClustAssessPy-1.0.1-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "da61167fda223bc33bce013f2c33344b",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 139596,
            "upload_time": "2024-06-15T19:49:10",
            "upload_time_iso_8601": "2024-06-15T19:49:10.430259Z",
            "url": "https://files.pythonhosted.org/packages/ee/ec/c89c9b0d5062dec13b6daf1e6038f7ac98555f624b9d86063d2c182a3e0c/ClustAssessPy-1.0.1-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "30cf3bcd14fab61b8a8a4be6f8f9737ac341850876f05b990cfe178423b65cd8",
                "md5": "aeeb95ae171288a8be79e973ac0a6618",
                "sha256": "1012e555f4fc83965581644852b83c9a2d4916a7a4a73faa95fbb9ab23c5758f"
            },
            "downloads": -1,
            "filename": "ClustAssessPy-1.0.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "aeeb95ae171288a8be79e973ac0a6618",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 133866,
            "upload_time": "2024-06-15T19:49:12",
            "upload_time_iso_8601": "2024-06-15T19:49:12.195434Z",
            "url": "https://files.pythonhosted.org/packages/30/cf/3bcd14fab61b8a8a4be6f8f9737ac341850876f05b990cfe178423b65cd8/ClustAssessPy-1.0.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5f685f32cc70949be45f54922fceef4ea976f8fe72808a7ad2b6bccdd84c600c",
                "md5": "086c0ef433799dbef587e4a2cd1d25dc",
                "sha256": "bedef377d623abee92a15ed18a90e4aaa4146e8133251784925a90eef571f900"
            },
            "downloads": -1,
            "filename": "ClustAssessPy-1.0.1-cp312-cp312-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "086c0ef433799dbef587e4a2cd1d25dc",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 1197037,
            "upload_time": "2024-06-15T19:49:13",
            "upload_time_iso_8601": "2024-06-15T19:49:13.307087Z",
            "url": "https://files.pythonhosted.org/packages/5f/68/5f32cc70949be45f54922fceef4ea976f8fe72808a7ad2b6bccdd84c600c/ClustAssessPy-1.0.1-cp312-cp312-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "06d702736b3532f4cbe21685332b4e1747fb4b21246a0e41e26deca8e9479efa",
                "md5": "72055bb091d482ca181a8b6a21bbb9c8",
                "sha256": "5017bddc4e59f05e9b286a9ae5102e7b5b0e5ff5fcf8c93dd51f60f2b9b2fe17"
            },
            "downloads": -1,
            "filename": "ClustAssessPy-1.0.1-cp312-cp312-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "72055bb091d482ca181a8b6a21bbb9c8",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 1099491,
            "upload_time": "2024-06-15T19:49:15",
            "upload_time_iso_8601": "2024-06-15T19:49:15.224552Z",
            "url": "https://files.pythonhosted.org/packages/06/d7/02736b3532f4cbe21685332b4e1747fb4b21246a0e41e26deca8e9479efa/ClustAssessPy-1.0.1-cp312-cp312-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "27fb711676cbaa7bea188f355e3c104e88823d961b15427a371ea2b41cdcaab7",
                "md5": "aa053e5a379aa113901b244663cd895f",
                "sha256": "e502d9ec8233a25bfa87ed2fb0a80321e2f66762776d8026f8370557330b1315"
            },
            "downloads": -1,
            "filename": "ClustAssessPy-1.0.1-cp312-cp312-win32.whl",
            "has_sig": false,
            "md5_digest": "aa053e5a379aa113901b244663cd895f",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 86454,
            "upload_time": "2024-06-15T19:49:17",
            "upload_time_iso_8601": "2024-06-15T19:49:17.028973Z",
            "url": "https://files.pythonhosted.org/packages/27/fb/711676cbaa7bea188f355e3c104e88823d961b15427a371ea2b41cdcaab7/ClustAssessPy-1.0.1-cp312-cp312-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "603a587d4532d3380acaed13c1b95f8627be3b8c9b807fcf6bd0fc9cd4caaff9",
                "md5": "68d9f64bf2f687db28457055b887e3f4",
                "sha256": "ecc64093df73759d6f4e7a5a636cfcfcde39a29366454f48a290e3ada556d438"
            },
            "downloads": -1,
            "filename": "ClustAssessPy-1.0.1-cp312-cp312-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "68d9f64bf2f687db28457055b887e3f4",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 93807,
            "upload_time": "2024-06-15T19:49:18",
            "upload_time_iso_8601": "2024-06-15T19:49:18.005871Z",
            "url": "https://files.pythonhosted.org/packages/60/3a/587d4532d3380acaed13c1b95f8627be3b8c9b807fcf6bd0fc9cd4caaff9/ClustAssessPy-1.0.1-cp312-cp312-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "34f7d39f939566bc6beda6d2ca241b757ef87373d0021110fe254666883798e4",
                "md5": "a4128cb9a153cf557eddd886d527323e",
                "sha256": "ab197472de4df4d54beb014998824a239e925598502a842f5deda5f30899a62b"
            },
            "downloads": -1,
            "filename": "ClustAssessPy-1.0.1-cp37-cp37m-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "a4128cb9a153cf557eddd886d527323e",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 97564,
            "upload_time": "2024-06-15T19:49:18",
            "upload_time_iso_8601": "2024-06-15T19:49:18.990879Z",
            "url": "https://files.pythonhosted.org/packages/34/f7/d39f939566bc6beda6d2ca241b757ef87373d0021110fe254666883798e4/ClustAssessPy-1.0.1-cp37-cp37m-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bb55ab3a07fcd89746b4cce5e8c0de211bf124d76400450bba2c93e5b1dc795b",
                "md5": "d703ebbc4fb8a559beaebfd893f3ee8b",
                "sha256": "3ffcfcbd8f3fec0d9b44b7994481a1f3cbbd590b913a94de1900d48145099a5b"
            },
            "downloads": -1,
            "filename": "ClustAssessPy-1.0.1-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "d703ebbc4fb8a559beaebfd893f3ee8b",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 141284,
            "upload_time": "2024-06-15T19:49:20",
            "upload_time_iso_8601": "2024-06-15T19:49:20.564906Z",
            "url": "https://files.pythonhosted.org/packages/bb/55/ab3a07fcd89746b4cce5e8c0de211bf124d76400450bba2c93e5b1dc795b/ClustAssessPy-1.0.1-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9543eec867783576a1cf0a9233426ff3ab23dc5a90ca7c6c604d0faa17d08047",
                "md5": "fec8fe616261d6fcd2539049efbca8da",
                "sha256": "d0206a9973e63a64e3657d12c81509152248e5e84a29ee52c1756d26576f743b"
            },
            "downloads": -1,
            "filename": "ClustAssessPy-1.0.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "fec8fe616261d6fcd2539049efbca8da",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 135442,
            "upload_time": "2024-06-15T19:49:22",
            "upload_time_iso_8601": "2024-06-15T19:49:22.206357Z",
            "url": "https://files.pythonhosted.org/packages/95/43/eec867783576a1cf0a9233426ff3ab23dc5a90ca7c6c604d0faa17d08047/ClustAssessPy-1.0.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f6c8e4ac702fc2d2330980dc759813297931baed8c2d419d5181be4765a2204a",
                "md5": "f813fd1331a0540c686f4486171c5e16",
                "sha256": "5c904dc60b95125bc1b8bcd6313925658f83f5dfae4577963d0688af9e6d96fd"
            },
            "downloads": -1,
            "filename": "ClustAssessPy-1.0.1-cp37-cp37m-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "f813fd1331a0540c686f4486171c5e16",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 1200561,
            "upload_time": "2024-06-15T19:49:23",
            "upload_time_iso_8601": "2024-06-15T19:49:23.336255Z",
            "url": "https://files.pythonhosted.org/packages/f6/c8/e4ac702fc2d2330980dc759813297931baed8c2d419d5181be4765a2204a/ClustAssessPy-1.0.1-cp37-cp37m-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c9d77a0e20238cdb4714cb39e82f63da59b907dd9bd4ddb83bc0025bc6b8958f",
                "md5": "de146df2755a6e981319872110918aeb",
                "sha256": "c50055af8b562a729f30de82369ebf0d758b99c2edd774f9908c95f7b7b1945f"
            },
            "downloads": -1,
            "filename": "ClustAssessPy-1.0.1-cp37-cp37m-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "de146df2755a6e981319872110918aeb",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 1101773,
            "upload_time": "2024-06-15T19:49:24",
            "upload_time_iso_8601": "2024-06-15T19:49:24.729647Z",
            "url": "https://files.pythonhosted.org/packages/c9/d7/7a0e20238cdb4714cb39e82f63da59b907dd9bd4ddb83bc0025bc6b8958f/ClustAssessPy-1.0.1-cp37-cp37m-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cc44734d58a20685cbe9cc2f2844c9a1c4e9a0ff7e82a412c58b21f0e071bc00",
                "md5": "22985b9aec878fc5d15189c290aa8136",
                "sha256": "578bceeece5346fc71181f55aa870908eebf88ef05032fbd9fa64caf5b0678f7"
            },
            "downloads": -1,
            "filename": "ClustAssessPy-1.0.1-cp37-cp37m-win32.whl",
            "has_sig": false,
            "md5_digest": "22985b9aec878fc5d15189c290aa8136",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 85946,
            "upload_time": "2024-06-15T19:49:25",
            "upload_time_iso_8601": "2024-06-15T19:49:25.871591Z",
            "url": "https://files.pythonhosted.org/packages/cc/44/734d58a20685cbe9cc2f2844c9a1c4e9a0ff7e82a412c58b21f0e071bc00/ClustAssessPy-1.0.1-cp37-cp37m-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "53647ce7c0c9e0293cb0445dd662382bf0a5e476aa02d8bf35e01a27aff18452",
                "md5": "176c6b449b636a556d4cdc12d60228a4",
                "sha256": "e5db4dd9c5cd4abe65857e6c401a6cb649ed086e2639b87bc5646ad5d80f9aa1"
            },
            "downloads": -1,
            "filename": "ClustAssessPy-1.0.1-cp37-cp37m-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "176c6b449b636a556d4cdc12d60228a4",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 93021,
            "upload_time": "2024-06-15T19:49:27",
            "upload_time_iso_8601": "2024-06-15T19:49:27.130436Z",
            "url": "https://files.pythonhosted.org/packages/53/64/7ce7c0c9e0293cb0445dd662382bf0a5e476aa02d8bf35e01a27aff18452/ClustAssessPy-1.0.1-cp37-cp37m-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "20e4f21c68e1c5e64ce487d119c80a80e3923a3d75b0a57853f0a3f6b5ba4a1d",
                "md5": "46255e1cb20a0d12987ac96e1a3903c4",
                "sha256": "5c4f9f6dca72810b6e206b3764d01f96a15273afc653cb68d9c9c7ec1e8086b6"
            },
            "downloads": -1,
            "filename": "ClustAssessPy-1.0.1-cp38-cp38-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "46255e1cb20a0d12987ac96e1a3903c4",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 97888,
            "upload_time": "2024-06-15T19:49:28",
            "upload_time_iso_8601": "2024-06-15T19:49:28.141378Z",
            "url": "https://files.pythonhosted.org/packages/20/e4/f21c68e1c5e64ce487d119c80a80e3923a3d75b0a57853f0a3f6b5ba4a1d/ClustAssessPy-1.0.1-cp38-cp38-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ac12a09413560e186c30dbcb774f8b8fdb054927f85501f2bb789110ebc92b93",
                "md5": "5efbd8dd0cbaf38071ade093463959ba",
                "sha256": "3ebc3adc5c0c4e1d2073c621a5802dd4b4152a93cdf946850cdedc82f794fb83"
            },
            "downloads": -1,
            "filename": "ClustAssessPy-1.0.1-cp38-cp38-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "5efbd8dd0cbaf38071ade093463959ba",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 94992,
            "upload_time": "2024-06-15T19:49:29",
            "upload_time_iso_8601": "2024-06-15T19:49:29.214750Z",
            "url": "https://files.pythonhosted.org/packages/ac/12/a09413560e186c30dbcb774f8b8fdb054927f85501f2bb789110ebc92b93/ClustAssessPy-1.0.1-cp38-cp38-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f2df7e22185ccbb843308d3e48496f1f0139dbff7854cfc74024d1d81dae5a08",
                "md5": "4c2f774266e45c4b6cec959d57a83b48",
                "sha256": "5a3d7f9cebbadc5908067e48c15383cfded1e417c79862959a6054f2c43d41ce"
            },
            "downloads": -1,
            "filename": "ClustAssessPy-1.0.1-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "4c2f774266e45c4b6cec959d57a83b48",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 137942,
            "upload_time": "2024-06-15T19:49:30",
            "upload_time_iso_8601": "2024-06-15T19:49:30.264498Z",
            "url": "https://files.pythonhosted.org/packages/f2/df/7e22185ccbb843308d3e48496f1f0139dbff7854cfc74024d1d81dae5a08/ClustAssessPy-1.0.1-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3cac2b1183f775080c3cf44233e3786c2b64af79fc62b39ced7fa85eb182988f",
                "md5": "332fb950c60a65ebb9801014c4c2305b",
                "sha256": "53c5c58a43224c9c6439b859cc848ceb51369cde605a0cca88905ece41966c71"
            },
            "downloads": -1,
            "filename": "ClustAssessPy-1.0.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "332fb950c60a65ebb9801014c4c2305b",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 133881,
            "upload_time": "2024-06-15T19:49:31",
            "upload_time_iso_8601": "2024-06-15T19:49:31.933563Z",
            "url": "https://files.pythonhosted.org/packages/3c/ac/2b1183f775080c3cf44233e3786c2b64af79fc62b39ced7fa85eb182988f/ClustAssessPy-1.0.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "816c2504feaa58e82fe882e12b38b06cec93236c03e4be03dbbce101238da421",
                "md5": "b1abf193ec8a916910b55c7b06d9432f",
                "sha256": "1274ebaccdabfaed329d4c7ce0efd59b85186d3c18aa3e427725ffe2b6bc3b07"
            },
            "downloads": -1,
            "filename": "ClustAssessPy-1.0.1-cp38-cp38-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "b1abf193ec8a916910b55c7b06d9432f",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 1196126,
            "upload_time": "2024-06-15T19:49:33",
            "upload_time_iso_8601": "2024-06-15T19:49:33.168179Z",
            "url": "https://files.pythonhosted.org/packages/81/6c/2504feaa58e82fe882e12b38b06cec93236c03e4be03dbbce101238da421/ClustAssessPy-1.0.1-cp38-cp38-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d602dabac8999705a23a0ad4932617c893d056bf7641116f815eacde404681dd",
                "md5": "0613c36136e2c9db188912314440a6b1",
                "sha256": "292b9a3883214713584043d862f39077a6fd66b99665d8d4aa00ccba2cdaee67"
            },
            "downloads": -1,
            "filename": "ClustAssessPy-1.0.1-cp38-cp38-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "0613c36136e2c9db188912314440a6b1",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 1098431,
            "upload_time": "2024-06-15T19:49:34",
            "upload_time_iso_8601": "2024-06-15T19:49:34.988401Z",
            "url": "https://files.pythonhosted.org/packages/d6/02/dabac8999705a23a0ad4932617c893d056bf7641116f815eacde404681dd/ClustAssessPy-1.0.1-cp38-cp38-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2374528b5732fcdbc1eaf5ce8207d584afa3cdc3a5e73a1ea997ea215314e57c",
                "md5": "fd0b3ce4c033fe9754eb3cb1133a2e01",
                "sha256": "149d2c507959663b42004cad165f8f6e849f064f0161dbd0f54b010dca02778e"
            },
            "downloads": -1,
            "filename": "ClustAssessPy-1.0.1-cp38-cp38-win32.whl",
            "has_sig": false,
            "md5_digest": "fd0b3ce4c033fe9754eb3cb1133a2e01",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 85013,
            "upload_time": "2024-06-15T19:49:36",
            "upload_time_iso_8601": "2024-06-15T19:49:36.320789Z",
            "url": "https://files.pythonhosted.org/packages/23/74/528b5732fcdbc1eaf5ce8207d584afa3cdc3a5e73a1ea997ea215314e57c/ClustAssessPy-1.0.1-cp38-cp38-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "85ee4fa5c96dfe07cecb0ece8e478447a37b2525a25c74fe7cafeae98646e36f",
                "md5": "e40fc506ac63ad445b84a9cca6cad8c8",
                "sha256": "79cdb9ff8de9d695444dfa94d71f04cd7a7f25823141931c7c7372f9c83ec086"
            },
            "downloads": -1,
            "filename": "ClustAssessPy-1.0.1-cp38-cp38-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "e40fc506ac63ad445b84a9cca6cad8c8",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 92402,
            "upload_time": "2024-06-15T19:49:37",
            "upload_time_iso_8601": "2024-06-15T19:49:37.326699Z",
            "url": "https://files.pythonhosted.org/packages/85/ee/4fa5c96dfe07cecb0ece8e478447a37b2525a25c74fe7cafeae98646e36f/ClustAssessPy-1.0.1-cp38-cp38-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "51bd8c836f202e00769f1f1ff5fbda5e080395b55a1f891dd716ef3b7c05aff5",
                "md5": "adf05bf3af4e08bb2863513292b3174e",
                "sha256": "6c7c0db13feaeb644aff976f11209ba40014985218706fb9de4c29ea3a85e939"
            },
            "downloads": -1,
            "filename": "ClustAssessPy-1.0.1-cp39-cp39-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "adf05bf3af4e08bb2863513292b3174e",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 98164,
            "upload_time": "2024-06-15T19:49:38",
            "upload_time_iso_8601": "2024-06-15T19:49:38.898583Z",
            "url": "https://files.pythonhosted.org/packages/51/bd/8c836f202e00769f1f1ff5fbda5e080395b55a1f891dd716ef3b7c05aff5/ClustAssessPy-1.0.1-cp39-cp39-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d2aa6c97e50119cb2f6c6ac5d2a2091833d23730b0346f61a807e5e8f78035c2",
                "md5": "c875c92a5e67a747ad4970d6ef4c979f",
                "sha256": "1757c5bb07ff169b37ea966658c3e86d6fe30a4a890ac7b1e8838aba510c3d19"
            },
            "downloads": -1,
            "filename": "ClustAssessPy-1.0.1-cp39-cp39-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "c875c92a5e67a747ad4970d6ef4c979f",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 95222,
            "upload_time": "2024-06-15T19:49:39",
            "upload_time_iso_8601": "2024-06-15T19:49:39.909111Z",
            "url": "https://files.pythonhosted.org/packages/d2/aa/6c97e50119cb2f6c6ac5d2a2091833d23730b0346f61a807e5e8f78035c2/ClustAssessPy-1.0.1-cp39-cp39-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d69c5d626b4272153be931a150c13a66c94f875405637c89c88161b908c7202d",
                "md5": "4dccde54080a3193d8d8f12cc5039231",
                "sha256": "5d69528c01746159faf814e083bb4a4fa565b80c78302bc3122f252d40d961a2"
            },
            "downloads": -1,
            "filename": "ClustAssessPy-1.0.1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "4dccde54080a3193d8d8f12cc5039231",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 138360,
            "upload_time": "2024-06-15T19:49:40",
            "upload_time_iso_8601": "2024-06-15T19:49:40.973707Z",
            "url": "https://files.pythonhosted.org/packages/d6/9c/5d626b4272153be931a150c13a66c94f875405637c89c88161b908c7202d/ClustAssessPy-1.0.1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "557c4488026a17b9b7576849854733aba5d1caa6788bd7cf5eaf5be9d184bb07",
                "md5": "f33712e26a6c225f3c7d1e6d2dce9c96",
                "sha256": "2567cf069e5b576d096027b7a98ed799a40c396792c619cdc947b6f6df841521"
            },
            "downloads": -1,
            "filename": "ClustAssessPy-1.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "f33712e26a6c225f3c7d1e6d2dce9c96",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 133217,
            "upload_time": "2024-06-15T19:49:42",
            "upload_time_iso_8601": "2024-06-15T19:49:42.175707Z",
            "url": "https://files.pythonhosted.org/packages/55/7c/4488026a17b9b7576849854733aba5d1caa6788bd7cf5eaf5be9d184bb07/ClustAssessPy-1.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ca0dc22ac22a6473d7dbcf42a0511767936682104cefaebed43e246647d36581",
                "md5": "b736ffa30f7fc720002583b808eb3296",
                "sha256": "3ca74a5d16caec36970aff8606dfa83dfc32a9c2ed79abfb305399788901cace"
            },
            "downloads": -1,
            "filename": "ClustAssessPy-1.0.1-cp39-cp39-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "b736ffa30f7fc720002583b808eb3296",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 1196319,
            "upload_time": "2024-06-15T19:49:43",
            "upload_time_iso_8601": "2024-06-15T19:49:43.954328Z",
            "url": "https://files.pythonhosted.org/packages/ca/0d/c22ac22a6473d7dbcf42a0511767936682104cefaebed43e246647d36581/ClustAssessPy-1.0.1-cp39-cp39-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f0fc5b8200a2026dd18cc3b9fc947cac92fc47e410ec9dee88cd80fcc6221cdb",
                "md5": "b53970b2911e26ab035f6a6e2b803b24",
                "sha256": "65e59004d7484b1fe6852aa706eab412e9acd573d7bbe674cf633e5a74c4f42c"
            },
            "downloads": -1,
            "filename": "ClustAssessPy-1.0.1-cp39-cp39-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "b53970b2911e26ab035f6a6e2b803b24",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 1098474,
            "upload_time": "2024-06-15T19:49:45",
            "upload_time_iso_8601": "2024-06-15T19:49:45.917707Z",
            "url": "https://files.pythonhosted.org/packages/f0/fc/5b8200a2026dd18cc3b9fc947cac92fc47e410ec9dee88cd80fcc6221cdb/ClustAssessPy-1.0.1-cp39-cp39-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f670354c782454c01c7f4fda3658d393b0110ba35a276e4a0d4d5bcbaac31e89",
                "md5": "dde7ed6411ba5d1fe6830cb7be93fbe4",
                "sha256": "8fd52a857ebdb6ce5b525a092fdcda4bdb3b761c95e6c5a0b5f497cc6de231c2"
            },
            "downloads": -1,
            "filename": "ClustAssessPy-1.0.1-cp39-cp39-win32.whl",
            "has_sig": false,
            "md5_digest": "dde7ed6411ba5d1fe6830cb7be93fbe4",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 85034,
            "upload_time": "2024-06-15T19:49:47",
            "upload_time_iso_8601": "2024-06-15T19:49:47.053184Z",
            "url": "https://files.pythonhosted.org/packages/f6/70/354c782454c01c7f4fda3658d393b0110ba35a276e4a0d4d5bcbaac31e89/ClustAssessPy-1.0.1-cp39-cp39-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ae59fe5866158fa139e19cf8c44bea56ea423c6dd0d1512be77c09d8332cd702",
                "md5": "42d42190fa39c57126d01fbdd04387fd",
                "sha256": "7bb67be55fd3dde39a0886853b7a2e4303391275dee4cde487cd88ad0799351f"
            },
            "downloads": -1,
            "filename": "ClustAssessPy-1.0.1-cp39-cp39-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "42d42190fa39c57126d01fbdd04387fd",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 92257,
            "upload_time": "2024-06-15T19:49:48",
            "upload_time_iso_8601": "2024-06-15T19:49:48.073549Z",
            "url": "https://files.pythonhosted.org/packages/ae/59/fe5866158fa139e19cf8c44bea56ea423c6dd0d1512be77c09d8332cd702/ClustAssessPy-1.0.1-cp39-cp39-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "83b4de6e3fb4b8686ca3fdc659caaae4d445d658cfad3c8a470489fac8aec7f7",
                "md5": "bb7726fb06849d175c77fddd70ca103c",
                "sha256": "400fdb7e2490e6a64e79e6e02af25f2c0d4c2194848bef8bb67ea20748031e4e"
            },
            "downloads": -1,
            "filename": "ClustAssessPy-1.0.1-pp310-pypy310_pp73-macosx_10_15_x86_64.whl",
            "has_sig": false,
            "md5_digest": "bb7726fb06849d175c77fddd70ca103c",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.7",
            "size": 97088,
            "upload_time": "2024-06-15T19:49:50",
            "upload_time_iso_8601": "2024-06-15T19:49:50.388059Z",
            "url": "https://files.pythonhosted.org/packages/83/b4/de6e3fb4b8686ca3fdc659caaae4d445d658cfad3c8a470489fac8aec7f7/ClustAssessPy-1.0.1-pp310-pypy310_pp73-macosx_10_15_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "37bdc2e797de6b8aca0742132280c81a166bb35cda23ea8d76439de8b958d395",
                "md5": "63e708254c6f43633f2ad17339958391",
                "sha256": "a69d46cdb567a5bd5bcb75e5d7ff1e40b76d3cb246985d0cc2cb9bb1044f0046"
            },
            "downloads": -1,
            "filename": "ClustAssessPy-1.0.1-pp310-pypy310_pp73-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "63e708254c6f43633f2ad17339958391",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.7",
            "size": 92760,
            "upload_time": "2024-06-15T19:49:51",
            "upload_time_iso_8601": "2024-06-15T19:49:51.387551Z",
            "url": "https://files.pythonhosted.org/packages/37/bd/c2e797de6b8aca0742132280c81a166bb35cda23ea8d76439de8b958d395/ClustAssessPy-1.0.1-pp310-pypy310_pp73-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3a01d8aa3b9e9fed2034e5930967cc9ae93dc28148462d6bd7213df8da768c30",
                "md5": "3e84251fd8eaf6240ed4d9ae297e83a8",
                "sha256": "12916d4345ee577c83e73f0d22cb76c1ff3fe5f3621bd09cb04f91499a388fbe"
            },
            "downloads": -1,
            "filename": "ClustAssessPy-1.0.1-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "3e84251fd8eaf6240ed4d9ae297e83a8",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.7",
            "size": 135680,
            "upload_time": "2024-06-15T19:49:52",
            "upload_time_iso_8601": "2024-06-15T19:49:52.354567Z",
            "url": "https://files.pythonhosted.org/packages/3a/01/d8aa3b9e9fed2034e5930967cc9ae93dc28148462d6bd7213df8da768c30/ClustAssessPy-1.0.1-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c57441893e9195d896545f2c41588e64160fedf24cf05b71903c6b78bc01265e",
                "md5": "a10ea8af9a972a643e2a4e5ee90f6ada",
                "sha256": "7b077c82078195e2ba68eb749a7164f7986d9fd4949dcb230e030aaaa5b5b946"
            },
            "downloads": -1,
            "filename": "ClustAssessPy-1.0.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "a10ea8af9a972a643e2a4e5ee90f6ada",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.7",
            "size": 128664,
            "upload_time": "2024-06-15T19:49:53",
            "upload_time_iso_8601": "2024-06-15T19:49:53.443547Z",
            "url": "https://files.pythonhosted.org/packages/c5/74/41893e9195d896545f2c41588e64160fedf24cf05b71903c6b78bc01265e/ClustAssessPy-1.0.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ad64685c120d50c7c2f45f0e4e3ed9405372850e181e64a076c57ce63e48a8b2",
                "md5": "7a3e85aba36c326af0260d88a98fb0ee",
                "sha256": "aa81e8498cb4e02392978a25dcb5028f100e54094c780478fa21f3b2d78433ac"
            },
            "downloads": -1,
            "filename": "ClustAssessPy-1.0.1-pp310-pypy310_pp73-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "7a3e85aba36c326af0260d88a98fb0ee",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.7",
            "size": 92583,
            "upload_time": "2024-06-15T19:49:55",
            "upload_time_iso_8601": "2024-06-15T19:49:55.075452Z",
            "url": "https://files.pythonhosted.org/packages/ad/64/685c120d50c7c2f45f0e4e3ed9405372850e181e64a076c57ce63e48a8b2/ClustAssessPy-1.0.1-pp310-pypy310_pp73-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f025557693f2e511aa94ba9fd92f78461a9b18985604be1fa86083c25f27a19b",
                "md5": "5f680fae136f0495f8ffe306cf0cf089",
                "sha256": "d8ccc557aab8b4807c472d95b6578d8e77c4ad8be9b246e881951196eea6c8c5"
            },
            "downloads": -1,
            "filename": "ClustAssessPy-1.0.1-pp37-pypy37_pp73-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "5f680fae136f0495f8ffe306cf0cf089",
            "packagetype": "bdist_wheel",
            "python_version": "pp37",
            "requires_python": ">=3.7",
            "size": 96525,
            "upload_time": "2024-06-15T19:49:56",
            "upload_time_iso_8601": "2024-06-15T19:49:56.009084Z",
            "url": "https://files.pythonhosted.org/packages/f0/25/557693f2e511aa94ba9fd92f78461a9b18985604be1fa86083c25f27a19b/ClustAssessPy-1.0.1-pp37-pypy37_pp73-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c2877e2e594bcd22f3d1a72e9187d962c59214371053d532b247ec89f62d204d",
                "md5": "7cd231270be300e808664377a794c141",
                "sha256": "a7f7ec13f24925653d48ead33c17fdb718aa51592ed438bc179ae794d7540070"
            },
            "downloads": -1,
            "filename": "ClustAssessPy-1.0.1-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "7cd231270be300e808664377a794c141",
            "packagetype": "bdist_wheel",
            "python_version": "pp37",
            "requires_python": ">=3.7",
            "size": 136259,
            "upload_time": "2024-06-15T19:49:57",
            "upload_time_iso_8601": "2024-06-15T19:49:57.021850Z",
            "url": "https://files.pythonhosted.org/packages/c2/87/7e2e594bcd22f3d1a72e9187d962c59214371053d532b247ec89f62d204d/ClustAssessPy-1.0.1-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "58b89c6695714a510535a7ab7794be530bdce0eef0cb03cd72b297885fce598e",
                "md5": "358aebf84a2b91639771283fdfcf2e04",
                "sha256": "58c22bab283b2d032438471e1af9baf9a4cb79336e1ee54d13d78aa2a73b3bdb"
            },
            "downloads": -1,
            "filename": "ClustAssessPy-1.0.1-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "358aebf84a2b91639771283fdfcf2e04",
            "packagetype": "bdist_wheel",
            "python_version": "pp37",
            "requires_python": ">=3.7",
            "size": 129465,
            "upload_time": "2024-06-15T19:49:58",
            "upload_time_iso_8601": "2024-06-15T19:49:58.254113Z",
            "url": "https://files.pythonhosted.org/packages/58/b8/9c6695714a510535a7ab7794be530bdce0eef0cb03cd72b297885fce598e/ClustAssessPy-1.0.1-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d8d800ac9661158eb59de5bab865b69dcaf224bd98214b6b62b42afec4434122",
                "md5": "1d7b13d77bfaf2e3473bea4f6554f9ea",
                "sha256": "165a217b9a547f40a652f9088370d539a5f0dfc2464dd6e0aac6e4b7072a6dd8"
            },
            "downloads": -1,
            "filename": "ClustAssessPy-1.0.1-pp37-pypy37_pp73-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "1d7b13d77bfaf2e3473bea4f6554f9ea",
            "packagetype": "bdist_wheel",
            "python_version": "pp37",
            "requires_python": ">=3.7",
            "size": 92203,
            "upload_time": "2024-06-15T19:49:59",
            "upload_time_iso_8601": "2024-06-15T19:49:59.344033Z",
            "url": "https://files.pythonhosted.org/packages/d8/d8/00ac9661158eb59de5bab865b69dcaf224bd98214b6b62b42afec4434122/ClustAssessPy-1.0.1-pp37-pypy37_pp73-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6103dcebdefac5036132c15ff0627e9b4d42680b53aa02798d961b7bdef25bdc",
                "md5": "0ebe9dc2831a6303071bcfd5126947ae",
                "sha256": "5e634c234f08e4bc5160900f2f4003768013e8473185ec608344b83aa068b0e4"
            },
            "downloads": -1,
            "filename": "ClustAssessPy-1.0.1-pp38-pypy38_pp73-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "0ebe9dc2831a6303071bcfd5126947ae",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.7",
            "size": 96973,
            "upload_time": "2024-06-15T19:50:00",
            "upload_time_iso_8601": "2024-06-15T19:50:00.409080Z",
            "url": "https://files.pythonhosted.org/packages/61/03/dcebdefac5036132c15ff0627e9b4d42680b53aa02798d961b7bdef25bdc/ClustAssessPy-1.0.1-pp38-pypy38_pp73-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9b0495ee81d7d36abfc7509591d2e7a00a2e6403013cb66a58e567c44c014d9c",
                "md5": "e9b6468b4c2581672fc4a87d53039274",
                "sha256": "611fa3e29aa1a2d4bab54cb5e9b5b632f590867f9fe1448ac9c2d8cf4212c4f0"
            },
            "downloads": -1,
            "filename": "ClustAssessPy-1.0.1-pp38-pypy38_pp73-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "e9b6468b4c2581672fc4a87d53039274",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.7",
            "size": 92750,
            "upload_time": "2024-06-15T19:50:02",
            "upload_time_iso_8601": "2024-06-15T19:50:02.808175Z",
            "url": "https://files.pythonhosted.org/packages/9b/04/95ee81d7d36abfc7509591d2e7a00a2e6403013cb66a58e567c44c014d9c/ClustAssessPy-1.0.1-pp38-pypy38_pp73-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f3cd50e8689aebaec12e6b2151ff362a9a08820bbfecc211d8504c0d76c04ed9",
                "md5": "466bc346577b29ada0e3505d541d7149",
                "sha256": "2b9b9942e1addfb7af604ca22b40e8c38b7230b342a92434c157a91b42d23694"
            },
            "downloads": -1,
            "filename": "ClustAssessPy-1.0.1-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "466bc346577b29ada0e3505d541d7149",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.7",
            "size": 135695,
            "upload_time": "2024-06-15T19:50:04",
            "upload_time_iso_8601": "2024-06-15T19:50:04.997097Z",
            "url": "https://files.pythonhosted.org/packages/f3/cd/50e8689aebaec12e6b2151ff362a9a08820bbfecc211d8504c0d76c04ed9/ClustAssessPy-1.0.1-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fb75c4328d664721894c7c92bc3a337b5a327dc65cac66fe73f26ba3d3c1233b",
                "md5": "60f13bfe8e6434459a81a94ce4d7c921",
                "sha256": "7402f9b8de67c17541f69cd27ded90f3344d7963892fd4610add303a85584b44"
            },
            "downloads": -1,
            "filename": "ClustAssessPy-1.0.1-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "60f13bfe8e6434459a81a94ce4d7c921",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.7",
            "size": 128944,
            "upload_time": "2024-06-15T19:50:06",
            "upload_time_iso_8601": "2024-06-15T19:50:06.244873Z",
            "url": "https://files.pythonhosted.org/packages/fb/75/c4328d664721894c7c92bc3a337b5a327dc65cac66fe73f26ba3d3c1233b/ClustAssessPy-1.0.1-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d70fa7564416e4ed3c4ea622bdfbc2d924aafd06afb20ac14be5150c3adf1eae",
                "md5": "d80f4b6ac49d099187db8167abd9f4bb",
                "sha256": "c30bda45e1415b27687dc3e8949b8d8cf1ee8f9da0a4afa8da08f39c1cef11c2"
            },
            "downloads": -1,
            "filename": "ClustAssessPy-1.0.1-pp38-pypy38_pp73-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "d80f4b6ac49d099187db8167abd9f4bb",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.7",
            "size": 92428,
            "upload_time": "2024-06-15T19:50:07",
            "upload_time_iso_8601": "2024-06-15T19:50:07.613646Z",
            "url": "https://files.pythonhosted.org/packages/d7/0f/a7564416e4ed3c4ea622bdfbc2d924aafd06afb20ac14be5150c3adf1eae/ClustAssessPy-1.0.1-pp38-pypy38_pp73-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c963e0c14e373bc137233739cbcbee389f0b643bc439a1529abee17b0541e1b2",
                "md5": "4a0b96a41826e7db9598e7cf5c8db777",
                "sha256": "201e4c19a4957003c375cdc3d41a871f5503b0d15b3f020c149fe77630902b11"
            },
            "downloads": -1,
            "filename": "ClustAssessPy-1.0.1-pp39-pypy39_pp73-macosx_10_15_x86_64.whl",
            "has_sig": false,
            "md5_digest": "4a0b96a41826e7db9598e7cf5c8db777",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.7",
            "size": 97109,
            "upload_time": "2024-06-15T19:50:09",
            "upload_time_iso_8601": "2024-06-15T19:50:09.300478Z",
            "url": "https://files.pythonhosted.org/packages/c9/63/e0c14e373bc137233739cbcbee389f0b643bc439a1529abee17b0541e1b2/ClustAssessPy-1.0.1-pp39-pypy39_pp73-macosx_10_15_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1924c7f9c9e95e08f3913304e097df6468c1d0b3b2ca24bf06280b5892e6c351",
                "md5": "dd3e0a8b7a8b5c4a597a46deee770076",
                "sha256": "806c00e533fc316bc31182dfdd1bed9297e7c5cc287bc4145be92664bcc026cc"
            },
            "downloads": -1,
            "filename": "ClustAssessPy-1.0.1-pp39-pypy39_pp73-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "dd3e0a8b7a8b5c4a597a46deee770076",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.7",
            "size": 92718,
            "upload_time": "2024-06-15T19:50:10",
            "upload_time_iso_8601": "2024-06-15T19:50:10.541931Z",
            "url": "https://files.pythonhosted.org/packages/19/24/c7f9c9e95e08f3913304e097df6468c1d0b3b2ca24bf06280b5892e6c351/ClustAssessPy-1.0.1-pp39-pypy39_pp73-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e3912e3814d15ca814d8baa68be6cfd39f9714056ccb61e3ebe6ed35ee150dd9",
                "md5": "ea9296203007283b09bcbf1151bcd5c9",
                "sha256": "6d18906d2414473fc45b122eeb1b7a0ee6f436d48f390806a691546ab90c0018"
            },
            "downloads": -1,
            "filename": "ClustAssessPy-1.0.1-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "ea9296203007283b09bcbf1151bcd5c9",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.7",
            "size": 135645,
            "upload_time": "2024-06-15T19:50:11",
            "upload_time_iso_8601": "2024-06-15T19:50:11.896546Z",
            "url": "https://files.pythonhosted.org/packages/e3/91/2e3814d15ca814d8baa68be6cfd39f9714056ccb61e3ebe6ed35ee150dd9/ClustAssessPy-1.0.1-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "59b6d189ac719e4b3273c64a47f23a598b3aadcf519f5a71b7e65b5d760fd60b",
                "md5": "517b195993af4e7856b7e90bffcdc657",
                "sha256": "39ae66a029d5fdfc2cacd91e6366269744b9bd9edd987b173a50bc811ad65d95"
            },
            "downloads": -1,
            "filename": "ClustAssessPy-1.0.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "517b195993af4e7856b7e90bffcdc657",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.7",
            "size": 128647,
            "upload_time": "2024-06-15T19:50:13",
            "upload_time_iso_8601": "2024-06-15T19:50:13.612175Z",
            "url": "https://files.pythonhosted.org/packages/59/b6/d189ac719e4b3273c64a47f23a598b3aadcf519f5a71b7e65b5d760fd60b/ClustAssessPy-1.0.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1e78a1f2adfb21493d21e9cecabaf17cba0b836a1da142181240b7307c21a131",
                "md5": "0f6fead34b9dbc19aa9083ba2f7e5847",
                "sha256": "27489e895572144114d2c05831ca997ad5cd41c17c268b82b94976ed342b6181"
            },
            "downloads": -1,
            "filename": "ClustAssessPy-1.0.1-pp39-pypy39_pp73-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "0f6fead34b9dbc19aa9083ba2f7e5847",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.7",
            "size": 92539,
            "upload_time": "2024-06-15T19:50:14",
            "upload_time_iso_8601": "2024-06-15T19:50:14.941665Z",
            "url": "https://files.pythonhosted.org/packages/1e/78/a1f2adfb21493d21e9cecabaf17cba0b836a1da142181240b7307c21a131/ClustAssessPy-1.0.1-pp39-pypy39_pp73-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "55284e039849dd69e54c3f32b0b30f8100e7cdd04ebfe4243b80f65468ac66ec",
                "md5": "c11d6132fc62065a559687a7a3dd9295",
                "sha256": "62b33957a524e784824ead8cec5da40b068ff5b2786c2cd16c06abb5b5b06e47"
            },
            "downloads": -1,
            "filename": "clustassesspy-1.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "c11d6132fc62065a559687a7a3dd9295",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 1019362,
            "upload_time": "2024-06-15T19:50:16",
            "upload_time_iso_8601": "2024-06-15T19:50:16.627591Z",
            "url": "https://files.pythonhosted.org/packages/55/28/4e039849dd69e54c3f32b0b30f8100e7cdd04ebfe4243b80f65468ac66ec/clustassesspy-1.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-15 19:50:16",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "clustassesspy"
}
        
Elapsed time: 0.48416s