patato


Namepatato JSON
Version 0.6.0 PyPI version JSON
download
home_pageNone
SummaryA Python Toolkit for the analysis of photoacoustic tomography data.
upload_time2024-09-11 22:32:03
maintainerNone
docs_urlNone
authorNone
requires_python<3.13,>=3.8
licenseMIT License Copyright (c) 2023 Thomas Else Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords photoacoustics jax tomography reconstruction spectral unmixing dynamic contrast enhanced backprojection model based
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            [![Journal of open source software status](https://joss.theoj.org/papers/456eaf591244858915ad8730dcbc19d7/status.svg)](https://joss.theoj.org/papers/456eaf591244858915ad8730dcbc19d7)
[![Documentation Status](https://readthedocs.org/projects/patato/badge/?version=latest)](https://patato.readthedocs.io/en/latest/?badge=latest)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://github.com/bohndieklab/patato/blob/main/LICENSE.MD)
[![PyPI version](https://badge.fury.io/py/patato.svg)](https://badge.fury.io/py/patato)
[![Build](https://github.com/bohndieklab/patato/actions/workflows/build_wheels.yml/badge.svg)](https://github.com/bohndieklab/patato/actions/workflows/build_wheels.yml)

![Logo](https://github.com/BohndiekLab/patato/raw/main/docs/logos/PATATO%20Logo_1_Combination.png "Logo")

# PATATO: PhotoAcoustic Tomography Analysis TOolkit

[Documentation](https://patato.readthedocs.io/en/develop/)

PATATO is an Open-Source project to enable the analysis of photoacoustic (PA) imaging data in a transparent, reproducible and extendable way. We provide efficient, GPU-optimised implementations of common PA algorithms written around standard Python libraries, including filtered backprojection, model-based reconstruction and spectral unmixing.

The tool supports many file formats, such as the International Photoacoustic Standardisation Consortium (IPASC) data format, and it can be extended to support custom data formats. We hope that this toolkit can enable faster and wider dissemination of analysis techniques for PA imaging and provide a useful tool to the community.

* Please report any bugs or issues you find to our GitHub repository
* Please do get involved! Contact Thomas Else (thomas.else@cruk.cam.ac.uk).

## Getting Started
In order to use PATATO, you must have a Python environment set up on your computer. We recommend using Anaconda (http://anaconda.com) to run Python, particularly if you are using Windows. You may wish to setup a separate Anaconda environment to install PATATO to minimise conflicts between dependency versions.

```shell
pip install --upgrade pip setuptools
pip install patato
```

To setup support for image reconstruction on Windows, or for GPU support, please follow the installation guide in the documentation.

## Citing PATATO

To cite PATATO, please reference our article in the Journal of Open Source software, [here](https://joss.theoj.org/papers/456eaf591244858915ad8730dcbc19d7). 

## Documentation, examples and contributing
Documentation for PATATO can be found at https://patato.readthedocs.io/en/latest/?badge=latest.

Copyright (c) Thomas Else 2022-23.
Distributed under a MIT License.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "patato",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<3.13,>=3.8",
    "maintainer_email": null,
    "keywords": "photoacoustics, jax, tomography, reconstruction, spectral unmixing, dynamic contrast enhanced, backprojection, model based",
    "author": null,
    "author_email": "Thomas Else <thomas.else@cruk.cam.ac.uk>",
    "download_url": "https://files.pythonhosted.org/packages/c3/0e/625da38afd3abe8ff78938d4b3098f9d99dc056a90f0af8cd3d8bc0755e5/patato-0.6.0.tar.gz",
    "platform": null,
    "description": "[![Journal of open source software status](https://joss.theoj.org/papers/456eaf591244858915ad8730dcbc19d7/status.svg)](https://joss.theoj.org/papers/456eaf591244858915ad8730dcbc19d7)\n[![Documentation Status](https://readthedocs.org/projects/patato/badge/?version=latest)](https://patato.readthedocs.io/en/latest/?badge=latest)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://github.com/bohndieklab/patato/blob/main/LICENSE.MD)\n[![PyPI version](https://badge.fury.io/py/patato.svg)](https://badge.fury.io/py/patato)\n[![Build](https://github.com/bohndieklab/patato/actions/workflows/build_wheels.yml/badge.svg)](https://github.com/bohndieklab/patato/actions/workflows/build_wheels.yml)\n\n![Logo](https://github.com/BohndiekLab/patato/raw/main/docs/logos/PATATO%20Logo_1_Combination.png \"Logo\")\n\n# PATATO: PhotoAcoustic Tomography Analysis TOolkit\n\n[Documentation](https://patato.readthedocs.io/en/develop/)\n\nPATATO is an Open-Source project to enable the analysis of photoacoustic (PA) imaging data in a transparent, reproducible and extendable way. We provide efficient, GPU-optimised implementations of common PA algorithms written around standard Python libraries, including filtered backprojection, model-based reconstruction and spectral unmixing.\n\nThe tool supports many file formats, such as the International Photoacoustic Standardisation Consortium (IPASC) data format, and it can be extended to support custom data formats. We hope that this toolkit can enable faster and wider dissemination of analysis techniques for PA imaging and provide a useful tool to the community.\n\n* Please report any bugs or issues you find to our GitHub repository\n* Please do get involved! Contact Thomas Else (thomas.else@cruk.cam.ac.uk).\n\n## Getting Started\nIn order to use PATATO, you must have a Python environment set up on your computer. We recommend using Anaconda (http://anaconda.com) to run Python, particularly if you are using Windows. You may wish to setup a separate Anaconda environment to install PATATO to minimise conflicts between dependency versions.\n\n```shell\npip install --upgrade pip setuptools\npip install patato\n```\n\nTo setup support for image reconstruction on Windows, or for GPU support, please follow the installation guide in the documentation.\n\n## Citing PATATO\n\nTo cite PATATO, please reference our article in the Journal of Open Source software, [here](https://joss.theoj.org/papers/456eaf591244858915ad8730dcbc19d7). \n\n## Documentation, examples and contributing\nDocumentation for PATATO can be found at https://patato.readthedocs.io/en/latest/?badge=latest.\n\nCopyright (c) Thomas Else 2022-23.\nDistributed under a MIT License.\n",
    "bugtrack_url": null,
    "license": "MIT License  Copyright (c) 2023 Thomas Else  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.",
    "summary": "A Python Toolkit for the analysis of photoacoustic tomography data.",
    "version": "0.6.0",
    "project_urls": {
        "Bug Tracker": "https://github.com/bohndieklab/patato/issues",
        "Documentation": "https://patato.readthedocs.io",
        "Homepage": "https://github.com/bohndieklab/patato"
    },
    "split_keywords": [
        "photoacoustics",
        " jax",
        " tomography",
        " reconstruction",
        " spectral unmixing",
        " dynamic contrast enhanced",
        " backprojection",
        " model based"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "eb8689e9fe066b591b543581b9137a135d435213bfbb60181a56b7b9448465cb",
                "md5": "b65909fdb39aa099ec5a2b790661e49e",
                "sha256": "a7a2fe02ea799b131133e0e945e4c74c02c85452812672382f1d175620193a66"
            },
            "downloads": -1,
            "filename": "patato-0.6.0-cp310-cp310-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "b65909fdb39aa099ec5a2b790661e49e",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": "<3.13,>=3.8",
            "size": 506304,
            "upload_time": "2024-09-11T22:31:01",
            "upload_time_iso_8601": "2024-09-11T22:31:01.988240Z",
            "url": "https://files.pythonhosted.org/packages/eb/86/89e9fe066b591b543581b9137a135d435213bfbb60181a56b7b9448465cb/patato-0.6.0-cp310-cp310-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f6754e6ab97383bd3867e57340c032ea71b81f12a89ffb72c9c64ee546e41ca1",
                "md5": "d3a75cdf9c3b4a051fbefa7ba9aefde4",
                "sha256": "ccdeaddf1439813205a75264dae1d2bdb32e02cf73f8ef6c4e0798a3372455f6"
            },
            "downloads": -1,
            "filename": "patato-0.6.0-cp310-cp310-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "d3a75cdf9c3b4a051fbefa7ba9aefde4",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": "<3.13,>=3.8",
            "size": 501953,
            "upload_time": "2024-09-11T22:31:03",
            "upload_time_iso_8601": "2024-09-11T22:31:03.737882Z",
            "url": "https://files.pythonhosted.org/packages/f6/75/4e6ab97383bd3867e57340c032ea71b81f12a89ffb72c9c64ee546e41ca1/patato-0.6.0-cp310-cp310-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0ee132c019289631bf55760389cd78c2446a9aa5ed908585391f701e5c2e328b",
                "md5": "df974bc6c6153f192b2183dad5ad33cb",
                "sha256": "34154a2926401b61ae6034a69cc2a8a7b53a6beec87fc53f1737b3a0de5479cc"
            },
            "downloads": -1,
            "filename": "patato-0.6.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "df974bc6c6153f192b2183dad5ad33cb",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": "<3.13,>=3.8",
            "size": 2074415,
            "upload_time": "2024-09-11T22:31:04",
            "upload_time_iso_8601": "2024-09-11T22:31:04.954963Z",
            "url": "https://files.pythonhosted.org/packages/0e/e1/32c019289631bf55760389cd78c2446a9aa5ed908585391f701e5c2e328b/patato-0.6.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3c4f6a14b359713b88c1b30e5783d4a72f1e4c1a027e7b4f23e379b1e04e8f09",
                "md5": "14240cab158091e80bfe52cd586d435c",
                "sha256": "aa370aa99ea5e20a51abf83ed8bfaef7a7d5bb5127ff5eb732d82da9e13192fe"
            },
            "downloads": -1,
            "filename": "patato-0.6.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "14240cab158091e80bfe52cd586d435c",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": "<3.13,>=3.8",
            "size": 2079121,
            "upload_time": "2024-09-11T22:31:06",
            "upload_time_iso_8601": "2024-09-11T22:31:06.810198Z",
            "url": "https://files.pythonhosted.org/packages/3c/4f/6a14b359713b88c1b30e5783d4a72f1e4c1a027e7b4f23e379b1e04e8f09/patato-0.6.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fc78f4e8016253a09746fc53149f70488b906b6bd94e0dc03a8ae4e4cecedc12",
                "md5": "06f7313fae7325cba46debde90c4a34a",
                "sha256": "4fdbba129524920887e35fa149e3991e07d94956a35918344e78d86913de93a4"
            },
            "downloads": -1,
            "filename": "patato-0.6.0-cp310-cp310-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "06f7313fae7325cba46debde90c4a34a",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": "<3.13,>=3.8",
            "size": 3060154,
            "upload_time": "2024-09-11T22:31:08",
            "upload_time_iso_8601": "2024-09-11T22:31:08.116595Z",
            "url": "https://files.pythonhosted.org/packages/fc/78/f4e8016253a09746fc53149f70488b906b6bd94e0dc03a8ae4e4cecedc12/patato-0.6.0-cp310-cp310-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ad76a4bf2dd6b7a745a146a94f8f608acf0a3d7a3441e5e791c46a9cd2dd8372",
                "md5": "712c591efbe176014e50940fcda5f557",
                "sha256": "964ece1062f16d6ce7dce52d85bfdcd975b3f1f600f40d692d121898d5a1cc25"
            },
            "downloads": -1,
            "filename": "patato-0.6.0-cp310-cp310-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "712c591efbe176014e50940fcda5f557",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": "<3.13,>=3.8",
            "size": 2968601,
            "upload_time": "2024-09-11T22:31:09",
            "upload_time_iso_8601": "2024-09-11T22:31:09.908911Z",
            "url": "https://files.pythonhosted.org/packages/ad/76/a4bf2dd6b7a745a146a94f8f608acf0a3d7a3441e5e791c46a9cd2dd8372/patato-0.6.0-cp310-cp310-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e17d5e062ed7aca37f3dbcacaf25b63dd91ab7558c7ecc3fe1a7830a7a4ee11d",
                "md5": "4d8cff2aa7fdce5c81b9fd10e2435407",
                "sha256": "06aff5a64607610810dd2546947932229f45c24c36b21920c8a74d1727b3c733"
            },
            "downloads": -1,
            "filename": "patato-0.6.0-cp310-cp310-win32.whl",
            "has_sig": false,
            "md5_digest": "4d8cff2aa7fdce5c81b9fd10e2435407",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": "<3.13,>=3.8",
            "size": 483823,
            "upload_time": "2024-09-11T22:31:11",
            "upload_time_iso_8601": "2024-09-11T22:31:11.248150Z",
            "url": "https://files.pythonhosted.org/packages/e1/7d/5e062ed7aca37f3dbcacaf25b63dd91ab7558c7ecc3fe1a7830a7a4ee11d/patato-0.6.0-cp310-cp310-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "aa8f912606a419aecd92e6f4155b375f166db1810e117c0086fdd7a642874494",
                "md5": "847e002eb58f74919565494902864bd8",
                "sha256": "4cee67aeefdc75fa32c7d42f0ea80029bebed3c95fe1129aa3eb04bb1a0889ce"
            },
            "downloads": -1,
            "filename": "patato-0.6.0-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "847e002eb58f74919565494902864bd8",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": "<3.13,>=3.8",
            "size": 493614,
            "upload_time": "2024-09-11T22:31:12",
            "upload_time_iso_8601": "2024-09-11T22:31:12.841956Z",
            "url": "https://files.pythonhosted.org/packages/aa/8f/912606a419aecd92e6f4155b375f166db1810e117c0086fdd7a642874494/patato-0.6.0-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6cf39f754421a2c545dc885ca847d0d970e1826f073ceafc25ae85ad354c20f0",
                "md5": "ac3efdf4d08c9a0d4dc0855638241d3a",
                "sha256": "edd4f0559bcebef336683ba336f086e605f5764020745cf1cb694b8a6f0c0fba"
            },
            "downloads": -1,
            "filename": "patato-0.6.0-cp311-cp311-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "ac3efdf4d08c9a0d4dc0855638241d3a",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": "<3.13,>=3.8",
            "size": 508864,
            "upload_time": "2024-09-11T22:31:14",
            "upload_time_iso_8601": "2024-09-11T22:31:14.461746Z",
            "url": "https://files.pythonhosted.org/packages/6c/f3/9f754421a2c545dc885ca847d0d970e1826f073ceafc25ae85ad354c20f0/patato-0.6.0-cp311-cp311-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3f1b0cb11123d3dd253d8ab4177b9131f2501f2766aafb0c47ad0239d759c595",
                "md5": "cacdf4c89fa088658be57154cbe6ce66",
                "sha256": "b3073deb8af25ac3116cfcef1aab52037ea31db9f9aa124345323101c7fa246e"
            },
            "downloads": -1,
            "filename": "patato-0.6.0-cp311-cp311-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "cacdf4c89fa088658be57154cbe6ce66",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": "<3.13,>=3.8",
            "size": 504636,
            "upload_time": "2024-09-11T22:31:16",
            "upload_time_iso_8601": "2024-09-11T22:31:16.245833Z",
            "url": "https://files.pythonhosted.org/packages/3f/1b/0cb11123d3dd253d8ab4177b9131f2501f2766aafb0c47ad0239d759c595/patato-0.6.0-cp311-cp311-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "70c0accbab0025e7f33a2bcb489bed9ae25fbf71ecb21c49396ca98cb1ceebf8",
                "md5": "31419ab8548772950a394069f673cc4d",
                "sha256": "5c36e9aeba955eb35524ad313d6ac091a123eb580895b9f1fd66556903d6d957"
            },
            "downloads": -1,
            "filename": "patato-0.6.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "31419ab8548772950a394069f673cc4d",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": "<3.13,>=3.8",
            "size": 2112713,
            "upload_time": "2024-09-11T22:31:17",
            "upload_time_iso_8601": "2024-09-11T22:31:17.688139Z",
            "url": "https://files.pythonhosted.org/packages/70/c0/accbab0025e7f33a2bcb489bed9ae25fbf71ecb21c49396ca98cb1ceebf8/patato-0.6.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4b6577ed7f0ea1409d4e65952ec996acf89060bc0fc15941ab7480466e614afa",
                "md5": "c460e029e39cb8afb328de2b5d4754e1",
                "sha256": "02357fd5f7a6ba47c001d4413a2947c96c50197da469ee01ac3593463bbfa889"
            },
            "downloads": -1,
            "filename": "patato-0.6.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "c460e029e39cb8afb328de2b5d4754e1",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": "<3.13,>=3.8",
            "size": 2116135,
            "upload_time": "2024-09-11T22:31:18",
            "upload_time_iso_8601": "2024-09-11T22:31:18.913352Z",
            "url": "https://files.pythonhosted.org/packages/4b/65/77ed7f0ea1409d4e65952ec996acf89060bc0fc15941ab7480466e614afa/patato-0.6.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "47e91cf39c468d0656ccb69df5d22e7bfe956208f37c9251254357d36a90d521",
                "md5": "436d41c40db1a326786d4ec326441753",
                "sha256": "4a3fea17cd5aea3fb4c060ee6fa29d35fbda6856fc96293b875b77858573cadb"
            },
            "downloads": -1,
            "filename": "patato-0.6.0-cp311-cp311-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "436d41c40db1a326786d4ec326441753",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": "<3.13,>=3.8",
            "size": 3081200,
            "upload_time": "2024-09-11T22:31:20",
            "upload_time_iso_8601": "2024-09-11T22:31:20.628984Z",
            "url": "https://files.pythonhosted.org/packages/47/e9/1cf39c468d0656ccb69df5d22e7bfe956208f37c9251254357d36a90d521/patato-0.6.0-cp311-cp311-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fbd88911525e1e7a54791a9fc1fcf935ce3c58165aa4712a0b7f2859afea09c5",
                "md5": "8e747d7ff842a7cf9e48b3e69bd957a7",
                "sha256": "672f9ea79d427f89493d852a66134557ae57529345855a4b78d039214f751fe1"
            },
            "downloads": -1,
            "filename": "patato-0.6.0-cp311-cp311-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "8e747d7ff842a7cf9e48b3e69bd957a7",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": "<3.13,>=3.8",
            "size": 2990599,
            "upload_time": "2024-09-11T22:31:21",
            "upload_time_iso_8601": "2024-09-11T22:31:21.984711Z",
            "url": "https://files.pythonhosted.org/packages/fb/d8/8911525e1e7a54791a9fc1fcf935ce3c58165aa4712a0b7f2859afea09c5/patato-0.6.0-cp311-cp311-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ab2b717eddb57fe030ef3c88792fa2344e0323abb317ff6b5368d41e7ce45af6",
                "md5": "16e8ab027990b557d1ffa34d96271c67",
                "sha256": "6f48add32bb3bc446e3983d18fdc2a4a234087af462d92224880dc529604e456"
            },
            "downloads": -1,
            "filename": "patato-0.6.0-cp311-cp311-win32.whl",
            "has_sig": false,
            "md5_digest": "16e8ab027990b557d1ffa34d96271c67",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": "<3.13,>=3.8",
            "size": 486267,
            "upload_time": "2024-09-11T22:31:23",
            "upload_time_iso_8601": "2024-09-11T22:31:23.303952Z",
            "url": "https://files.pythonhosted.org/packages/ab/2b/717eddb57fe030ef3c88792fa2344e0323abb317ff6b5368d41e7ce45af6/patato-0.6.0-cp311-cp311-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5bd10269dbc3402531864b3484fd3a1433050d55c33e7de14712f1b132f62cdf",
                "md5": "90cc71377f2ee8e23f00f8809a3e8f54",
                "sha256": "ff0a08d27a43e7d05cebfe1628d7eef78b503372f587e97dcd56e9d5b9c21216"
            },
            "downloads": -1,
            "filename": "patato-0.6.0-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "90cc71377f2ee8e23f00f8809a3e8f54",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": "<3.13,>=3.8",
            "size": 495587,
            "upload_time": "2024-09-11T22:31:24",
            "upload_time_iso_8601": "2024-09-11T22:31:24.732362Z",
            "url": "https://files.pythonhosted.org/packages/5b/d1/0269dbc3402531864b3484fd3a1433050d55c33e7de14712f1b132f62cdf/patato-0.6.0-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d08e5fe69a2ea115a643eefbe4e13deae3e8b5416fbcc42ac0065063cd5c14ec",
                "md5": "7fc4b55659cc35277d9de7daf6d2cc40",
                "sha256": "0384b6dc18ef17d0c7e23b7c2f5bffcf47e8089f3506c5a48040f1e03c933cf7"
            },
            "downloads": -1,
            "filename": "patato-0.6.0-cp312-cp312-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "7fc4b55659cc35277d9de7daf6d2cc40",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": "<3.13,>=3.8",
            "size": 506622,
            "upload_time": "2024-09-11T22:31:25",
            "upload_time_iso_8601": "2024-09-11T22:31:25.998462Z",
            "url": "https://files.pythonhosted.org/packages/d0/8e/5fe69a2ea115a643eefbe4e13deae3e8b5416fbcc42ac0065063cd5c14ec/patato-0.6.0-cp312-cp312-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9d5f7ee6faa16e7f3076c9ee86fc086348c49850c914dc1aa258e17009c16552",
                "md5": "1307d0d40c5b6968eabd36c0accf15e3",
                "sha256": "cb924d1c1b7f5c143c1bbe0feb3b38bee6c94a6bba39259cc3d16ea5daaeae4d"
            },
            "downloads": -1,
            "filename": "patato-0.6.0-cp312-cp312-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "1307d0d40c5b6968eabd36c0accf15e3",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": "<3.13,>=3.8",
            "size": 502666,
            "upload_time": "2024-09-11T22:31:27",
            "upload_time_iso_8601": "2024-09-11T22:31:27.773720Z",
            "url": "https://files.pythonhosted.org/packages/9d/5f/7ee6faa16e7f3076c9ee86fc086348c49850c914dc1aa258e17009c16552/patato-0.6.0-cp312-cp312-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "675506286f50e4e1303eeed9bfeaac2eb0c451e061ea28c57e9c2a98e5440b58",
                "md5": "e05f969ed60be17b36d610a498579bc0",
                "sha256": "9a8794cc790576c118dfe42fc37550f581ecf8a660652e3d1a9d7f0089fe07c5"
            },
            "downloads": -1,
            "filename": "patato-0.6.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "e05f969ed60be17b36d610a498579bc0",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": "<3.13,>=3.8",
            "size": 2109149,
            "upload_time": "2024-09-11T22:31:29",
            "upload_time_iso_8601": "2024-09-11T22:31:29.230468Z",
            "url": "https://files.pythonhosted.org/packages/67/55/06286f50e4e1303eeed9bfeaac2eb0c451e061ea28c57e9c2a98e5440b58/patato-0.6.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "db41dfd918812bbc30739c6fa0ff53808987901304e0bf9f033c431e0f356933",
                "md5": "6da82f81d8d4b7712e7ae4b81f2ac062",
                "sha256": "eef4bcb33350c7a1c1566af194cd9a430e70a1cb5490d752a4f63c443e007498"
            },
            "downloads": -1,
            "filename": "patato-0.6.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "6da82f81d8d4b7712e7ae4b81f2ac062",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": "<3.13,>=3.8",
            "size": 2113516,
            "upload_time": "2024-09-11T22:31:30",
            "upload_time_iso_8601": "2024-09-11T22:31:30.538555Z",
            "url": "https://files.pythonhosted.org/packages/db/41/dfd918812bbc30739c6fa0ff53808987901304e0bf9f033c431e0f356933/patato-0.6.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5444cc0030aa92e905a970960b46072db7d1ff4bacfdc9ab6bba43d2b2bb8931",
                "md5": "ec59ab22876afa18051007f066b90455",
                "sha256": "6505a887699ebdebd78fc3331dcd24d228956d17b16be390faaed38ecf15bb16"
            },
            "downloads": -1,
            "filename": "patato-0.6.0-cp312-cp312-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "ec59ab22876afa18051007f066b90455",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": "<3.13,>=3.8",
            "size": 3075076,
            "upload_time": "2024-09-11T22:31:31",
            "upload_time_iso_8601": "2024-09-11T22:31:31.875796Z",
            "url": "https://files.pythonhosted.org/packages/54/44/cc0030aa92e905a970960b46072db7d1ff4bacfdc9ab6bba43d2b2bb8931/patato-0.6.0-cp312-cp312-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bc66b3bb55f54e924f9c7d2597d9ad6516bf178b4e935a364d79c372c8c71bc7",
                "md5": "7acdd314d45550e87ed16287d7dca62a",
                "sha256": "88693331ab5504277fa1bc1ebef46deb99458262a12fa0200e8c5ac203af4ce0"
            },
            "downloads": -1,
            "filename": "patato-0.6.0-cp312-cp312-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "7acdd314d45550e87ed16287d7dca62a",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": "<3.13,>=3.8",
            "size": 2986233,
            "upload_time": "2024-09-11T22:31:33",
            "upload_time_iso_8601": "2024-09-11T22:31:33.221323Z",
            "url": "https://files.pythonhosted.org/packages/bc/66/b3bb55f54e924f9c7d2597d9ad6516bf178b4e935a364d79c372c8c71bc7/patato-0.6.0-cp312-cp312-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "83d085d1081e16115969c848d204760276ff2fab0aac4d5d3262ef0be0f3e9b4",
                "md5": "970f629db60d5c63fcae925af17af5e8",
                "sha256": "350e9f6fa5c3228b59bc02b096c98522bc14765348a6b15644776e5f5ebf7927"
            },
            "downloads": -1,
            "filename": "patato-0.6.0-cp312-cp312-win32.whl",
            "has_sig": false,
            "md5_digest": "970f629db60d5c63fcae925af17af5e8",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": "<3.13,>=3.8",
            "size": 486674,
            "upload_time": "2024-09-11T22:31:34",
            "upload_time_iso_8601": "2024-09-11T22:31:34.925629Z",
            "url": "https://files.pythonhosted.org/packages/83/d0/85d1081e16115969c848d204760276ff2fab0aac4d5d3262ef0be0f3e9b4/patato-0.6.0-cp312-cp312-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c38460c8ce966d1ba217570b20604cad566eabd3ccdab7c35c5040c955b9a80f",
                "md5": "93d6920023b25e874cdd6b09b658dfd4",
                "sha256": "0423ff8f2a09c28d7317713d579a9a5bb1953568b97669494104262cd8c52e62"
            },
            "downloads": -1,
            "filename": "patato-0.6.0-cp312-cp312-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "93d6920023b25e874cdd6b09b658dfd4",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": "<3.13,>=3.8",
            "size": 495996,
            "upload_time": "2024-09-11T22:31:36",
            "upload_time_iso_8601": "2024-09-11T22:31:36.219255Z",
            "url": "https://files.pythonhosted.org/packages/c3/84/60c8ce966d1ba217570b20604cad566eabd3ccdab7c35c5040c955b9a80f/patato-0.6.0-cp312-cp312-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2e1ac0c77692a27f64a916789fd2a3c186ac8684b90290e0fea00bfde0a7130c",
                "md5": "c47cf5490cb4e8895c8b1a3be34cabc1",
                "sha256": "75cb449125749bfefb9fa93796944205a00279651906ad993b0f6935c5fe9418"
            },
            "downloads": -1,
            "filename": "patato-0.6.0-cp38-cp38-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "c47cf5490cb4e8895c8b1a3be34cabc1",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": "<3.13,>=3.8",
            "size": 506018,
            "upload_time": "2024-09-11T22:31:37",
            "upload_time_iso_8601": "2024-09-11T22:31:37.478819Z",
            "url": "https://files.pythonhosted.org/packages/2e/1a/c0c77692a27f64a916789fd2a3c186ac8684b90290e0fea00bfde0a7130c/patato-0.6.0-cp38-cp38-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9d574ed8ec67c74395e80129eb4966f1ba147f59695191f5f53c5f5806af88ff",
                "md5": "fd25c7cc1313c1c464c83f4d70157b87",
                "sha256": "b0e9a27f7066c51d818d70dd715370608361c1e23d430272e272d7e6d764109e"
            },
            "downloads": -1,
            "filename": "patato-0.6.0-cp38-cp38-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "fd25c7cc1313c1c464c83f4d70157b87",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": "<3.13,>=3.8",
            "size": 501701,
            "upload_time": "2024-09-11T22:31:39",
            "upload_time_iso_8601": "2024-09-11T22:31:39.531408Z",
            "url": "https://files.pythonhosted.org/packages/9d/57/4ed8ec67c74395e80129eb4966f1ba147f59695191f5f53c5f5806af88ff/patato-0.6.0-cp38-cp38-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ea8febb4524667b3ca5390aa5c927a94f4cf94814ff7d680b8a9785295c314d0",
                "md5": "d264b4b43380e431545081bde9929f63",
                "sha256": "a4c3bd6ced730dfd8d51befb20045f5cc4700a85023037da42fec5cc27e072a8"
            },
            "downloads": -1,
            "filename": "patato-0.6.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "d264b4b43380e431545081bde9929f63",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": "<3.13,>=3.8",
            "size": 2071640,
            "upload_time": "2024-09-11T22:31:41",
            "upload_time_iso_8601": "2024-09-11T22:31:41.213077Z",
            "url": "https://files.pythonhosted.org/packages/ea/8f/ebb4524667b3ca5390aa5c927a94f4cf94814ff7d680b8a9785295c314d0/patato-0.6.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "41bb84d22b75c7c96cef04120d2dcf9908f585db243155c89595c23907d1caf9",
                "md5": "8b3ca1f8f72879479fdb16de8fbecfb9",
                "sha256": "5bd0737544b07483b5d6ee4a073ded4555d64cc731a35854bfc8e66af7cf87ec"
            },
            "downloads": -1,
            "filename": "patato-0.6.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "8b3ca1f8f72879479fdb16de8fbecfb9",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": "<3.13,>=3.8",
            "size": 2077582,
            "upload_time": "2024-09-11T22:31:42",
            "upload_time_iso_8601": "2024-09-11T22:31:42.749582Z",
            "url": "https://files.pythonhosted.org/packages/41/bb/84d22b75c7c96cef04120d2dcf9908f585db243155c89595c23907d1caf9/patato-0.6.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "312c6edfaad400be423adfe6f95ca91702e83e1af9477db8ddaa49b220618557",
                "md5": "fcd0f4055166545c5c0b3e3b75a79273",
                "sha256": "186b78c9f1e88cda6815af5c2b83e83376a28e2cb6cfc3bcee6b287f23830ce4"
            },
            "downloads": -1,
            "filename": "patato-0.6.0-cp38-cp38-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "fcd0f4055166545c5c0b3e3b75a79273",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": "<3.13,>=3.8",
            "size": 3054187,
            "upload_time": "2024-09-11T22:31:44",
            "upload_time_iso_8601": "2024-09-11T22:31:44.067864Z",
            "url": "https://files.pythonhosted.org/packages/31/2c/6edfaad400be423adfe6f95ca91702e83e1af9477db8ddaa49b220618557/patato-0.6.0-cp38-cp38-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "446ee137f20da13d81aefbcc4e945e5256eb4fe65c99c5b75ff489d51957795e",
                "md5": "542d3ad837bcfdffcb23b2665f186700",
                "sha256": "8fa062c4c373998c103f65d0c2d65bdb36236296dff70eb4aec790dae1ea2784"
            },
            "downloads": -1,
            "filename": "patato-0.6.0-cp38-cp38-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "542d3ad837bcfdffcb23b2665f186700",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": "<3.13,>=3.8",
            "size": 2968664,
            "upload_time": "2024-09-11T22:31:46",
            "upload_time_iso_8601": "2024-09-11T22:31:46.100011Z",
            "url": "https://files.pythonhosted.org/packages/44/6e/e137f20da13d81aefbcc4e945e5256eb4fe65c99c5b75ff489d51957795e/patato-0.6.0-cp38-cp38-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "636fdf9e7669a1abf815b7f86d5a5e3caef9ec631f0344d6043764940579c4c0",
                "md5": "951e26b511d07c6614cd7518a73fa194",
                "sha256": "48e50ced2ca7beeb10859b54a8aa8b2af6bd230827adcbeaee18ba46798aedfc"
            },
            "downloads": -1,
            "filename": "patato-0.6.0-cp38-cp38-win32.whl",
            "has_sig": false,
            "md5_digest": "951e26b511d07c6614cd7518a73fa194",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": "<3.13,>=3.8",
            "size": 483767,
            "upload_time": "2024-09-11T22:31:48",
            "upload_time_iso_8601": "2024-09-11T22:31:48.345108Z",
            "url": "https://files.pythonhosted.org/packages/63/6f/df9e7669a1abf815b7f86d5a5e3caef9ec631f0344d6043764940579c4c0/patato-0.6.0-cp38-cp38-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fe76798086d10e3b3760d508e0e66bfd3a97aec22c88c0322046e09343bd0661",
                "md5": "83891a390c927efe436da54c59f5a550",
                "sha256": "8429aa74759c8f26074d623b3cb3fb5fe0eb507ee82f9d48edf98fa329a6aae6"
            },
            "downloads": -1,
            "filename": "patato-0.6.0-cp38-cp38-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "83891a390c927efe436da54c59f5a550",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": "<3.13,>=3.8",
            "size": 493848,
            "upload_time": "2024-09-11T22:31:50",
            "upload_time_iso_8601": "2024-09-11T22:31:50.156033Z",
            "url": "https://files.pythonhosted.org/packages/fe/76/798086d10e3b3760d508e0e66bfd3a97aec22c88c0322046e09343bd0661/patato-0.6.0-cp38-cp38-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "66f863f8d27a45c667c9c668c79b0cc621a886b6a6c356992e3f0ff13ff8ea2f",
                "md5": "3e11098daca6f44378e23b74b9b7251a",
                "sha256": "492845e2bd40af36ee2f60ed65b29165dcaac4971e60802b79c2793f318e4e4e"
            },
            "downloads": -1,
            "filename": "patato-0.6.0-cp39-cp39-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "3e11098daca6f44378e23b74b9b7251a",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": "<3.13,>=3.8",
            "size": 506533,
            "upload_time": "2024-09-11T22:31:52",
            "upload_time_iso_8601": "2024-09-11T22:31:52.001691Z",
            "url": "https://files.pythonhosted.org/packages/66/f8/63f8d27a45c667c9c668c79b0cc621a886b6a6c356992e3f0ff13ff8ea2f/patato-0.6.0-cp39-cp39-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2fa057d2600a5d63358f7eee136d06b210427dd926b7fe8f0f4e869b19076c5b",
                "md5": "8ae4d73d2835475fef981b9d410440c0",
                "sha256": "50efff45026471591c9c1597c86b9c0b8f1fe47f3c188e255325e2279a273396"
            },
            "downloads": -1,
            "filename": "patato-0.6.0-cp39-cp39-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "8ae4d73d2835475fef981b9d410440c0",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": "<3.13,>=3.8",
            "size": 502162,
            "upload_time": "2024-09-11T22:31:53",
            "upload_time_iso_8601": "2024-09-11T22:31:53.132219Z",
            "url": "https://files.pythonhosted.org/packages/2f/a0/57d2600a5d63358f7eee136d06b210427dd926b7fe8f0f4e869b19076c5b/patato-0.6.0-cp39-cp39-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0c8ba28f8e4d93f2e4dd6c7115d24fdc89d9fee2ba000c956473319b0e29ae5f",
                "md5": "a268ddafc8c0f949239144425bad1156",
                "sha256": "b5b7426c9935bb6cee70e68b718ff2adc8c5a3519f0061512728d56c13fb3ca1"
            },
            "downloads": -1,
            "filename": "patato-0.6.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "a268ddafc8c0f949239144425bad1156",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": "<3.13,>=3.8",
            "size": 2073166,
            "upload_time": "2024-09-11T22:31:54",
            "upload_time_iso_8601": "2024-09-11T22:31:54.443024Z",
            "url": "https://files.pythonhosted.org/packages/0c/8b/a28f8e4d93f2e4dd6c7115d24fdc89d9fee2ba000c956473319b0e29ae5f/patato-0.6.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "97d97c9cba6625ec28aa27ea5d59a36ff5dfdceb127bb7e966f7c583414157fe",
                "md5": "b24fc74e60848bfa5e120ca18fcf4d6f",
                "sha256": "847c10abd489a6c7d38b29adce2340a5ecf4ef56d42126d78ef259ac6c5f6622"
            },
            "downloads": -1,
            "filename": "patato-0.6.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "b24fc74e60848bfa5e120ca18fcf4d6f",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": "<3.13,>=3.8",
            "size": 2076524,
            "upload_time": "2024-09-11T22:31:55",
            "upload_time_iso_8601": "2024-09-11T22:31:55.746742Z",
            "url": "https://files.pythonhosted.org/packages/97/d9/7c9cba6625ec28aa27ea5d59a36ff5dfdceb127bb7e966f7c583414157fe/patato-0.6.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9ec8815a6c1349ec92bbf4cd7cfa476abc2319122d6fb2e30571b130aaca208e",
                "md5": "d2f9b149ca9386460b917e5aefcfaa50",
                "sha256": "ab65462aaaaa28b75a902f9cacdd5af461cb5c159adb00f3f4b71a84d0665517"
            },
            "downloads": -1,
            "filename": "patato-0.6.0-cp39-cp39-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "d2f9b149ca9386460b917e5aefcfaa50",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": "<3.13,>=3.8",
            "size": 3054922,
            "upload_time": "2024-09-11T22:31:57",
            "upload_time_iso_8601": "2024-09-11T22:31:57.030932Z",
            "url": "https://files.pythonhosted.org/packages/9e/c8/815a6c1349ec92bbf4cd7cfa476abc2319122d6fb2e30571b130aaca208e/patato-0.6.0-cp39-cp39-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "61987a73c609d2cd3bfab9cca9b81e86f52bf0f74dc047f4e39ff3d5d45bd93d",
                "md5": "d29769767e3bc52e26472b4d3376d9a1",
                "sha256": "0bdfdde2b5756f56fbfc2ec82b08353e42c730dccba6b20aea817faded914b4d"
            },
            "downloads": -1,
            "filename": "patato-0.6.0-cp39-cp39-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "d29769767e3bc52e26472b4d3376d9a1",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": "<3.13,>=3.8",
            "size": 2969007,
            "upload_time": "2024-09-11T22:31:59",
            "upload_time_iso_8601": "2024-09-11T22:31:59.025564Z",
            "url": "https://files.pythonhosted.org/packages/61/98/7a73c609d2cd3bfab9cca9b81e86f52bf0f74dc047f4e39ff3d5d45bd93d/patato-0.6.0-cp39-cp39-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "84e41c7180c783ab56dd0ec13a41b573017079866ffd00d24ae4d5d48a9819b6",
                "md5": "de0844e688f4e6eb3abad164187d7060",
                "sha256": "6323ee72eb11f7893ca4a7d8f994640e1ffb407af16b24e67a282e79a24787b1"
            },
            "downloads": -1,
            "filename": "patato-0.6.0-cp39-cp39-win32.whl",
            "has_sig": false,
            "md5_digest": "de0844e688f4e6eb3abad164187d7060",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": "<3.13,>=3.8",
            "size": 484005,
            "upload_time": "2024-09-11T22:32:00",
            "upload_time_iso_8601": "2024-09-11T22:32:00.440723Z",
            "url": "https://files.pythonhosted.org/packages/84/e4/1c7180c783ab56dd0ec13a41b573017079866ffd00d24ae4d5d48a9819b6/patato-0.6.0-cp39-cp39-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a1985f0220425d1181c88fd657d5d53a743987d221fdb76ec91c30a7875d3f72",
                "md5": "be80968a539c0df1906c7abd3d090afe",
                "sha256": "cfe057e825dca18aba1c4288a2a71a5a03c6295f649e0b956a7231687c8e63ba"
            },
            "downloads": -1,
            "filename": "patato-0.6.0-cp39-cp39-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "be80968a539c0df1906c7abd3d090afe",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": "<3.13,>=3.8",
            "size": 493986,
            "upload_time": "2024-09-11T22:32:01",
            "upload_time_iso_8601": "2024-09-11T22:32:01.644462Z",
            "url": "https://files.pythonhosted.org/packages/a1/98/5f0220425d1181c88fd657d5d53a743987d221fdb76ec91c30a7875d3f72/patato-0.6.0-cp39-cp39-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c30e625da38afd3abe8ff78938d4b3098f9d99dc056a90f0af8cd3d8bc0755e5",
                "md5": "b30ac8413fa5f16e13269d34f409a845",
                "sha256": "3c26bd089c6c2c0fe3722d4f2399202249b746047b85f1cf28ee28cfae94fe10"
            },
            "downloads": -1,
            "filename": "patato-0.6.0.tar.gz",
            "has_sig": false,
            "md5_digest": "b30ac8413fa5f16e13269d34f409a845",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<3.13,>=3.8",
            "size": 25488002,
            "upload_time": "2024-09-11T22:32:03",
            "upload_time_iso_8601": "2024-09-11T22:32:03.242249Z",
            "url": "https://files.pythonhosted.org/packages/c3/0e/625da38afd3abe8ff78938d4b3098f9d99dc056a90f0af8cd3d8bc0755e5/patato-0.6.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-11 22:32:03",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "bohndieklab",
    "github_project": "patato",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "patato"
}
        
Elapsed time: 2.59694s