patato


Namepatato JSON
Version 0.5.14 PyPI version JSON
download
home_page
SummaryA Python Toolkit for the analysis of photoacoustic tomography data.
upload_time2023-12-04 13:32:34
maintainer
docs_urlNone
author
requires_python<3.12,>=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.

## 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": "",
    "name": "patato",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "<3.12,>=3.8",
    "maintainer_email": "",
    "keywords": "photoacoustics,jax,tomography,reconstruction,spectral unmixing,dynamic contrast enhanced,backprojection,model based",
    "author": "",
    "author_email": "Thomas Else <thomas.else@cruk.cam.ac.uk>",
    "download_url": "https://files.pythonhosted.org/packages/6c/6a/cf4f5a31f672d8f57fd46e535fa732f48c39e3e7b5c3c604c48bfe229d5b/patato-0.5.14.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## 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.5.14",
    "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": "cdd08dd7e1ab32a2478c7c1d02667a25f17fbb0891aee328d890281ce2ad7eca",
                "md5": "0f0d4bf3d09f32a4d316cea993067745",
                "sha256": "dee445974025a8282f337ce54ccbd657dce782722b86b60ddaabb23555ef96d0"
            },
            "downloads": -1,
            "filename": "patato-0.5.14-cp310-cp310-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "0f0d4bf3d09f32a4d316cea993067745",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": "<3.12,>=3.8",
            "size": 492905,
            "upload_time": "2023-12-04T13:30:53",
            "upload_time_iso_8601": "2023-12-04T13:30:53.532809Z",
            "url": "https://files.pythonhosted.org/packages/cd/d0/8dd7e1ab32a2478c7c1d02667a25f17fbb0891aee328d890281ce2ad7eca/patato-0.5.14-cp310-cp310-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a066fae2052091ba5bfd1826a6cadb2fea537655c53d02e6d307f191073052b4",
                "md5": "89f5198907660224cb5ce38c3a3fca1c",
                "sha256": "35bc44f84cf9ca841627fbf69cd6ae64d406dcb329cf84125355e65041d2c12e"
            },
            "downloads": -1,
            "filename": "patato-0.5.14-cp310-cp310-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "89f5198907660224cb5ce38c3a3fca1c",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": "<3.12,>=3.8",
            "size": 486330,
            "upload_time": "2023-12-04T13:30:55",
            "upload_time_iso_8601": "2023-12-04T13:30:55.395469Z",
            "url": "https://files.pythonhosted.org/packages/a0/66/fae2052091ba5bfd1826a6cadb2fea537655c53d02e6d307f191073052b4/patato-0.5.14-cp310-cp310-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "70835406c4074d2534f326af084af431d58d87ea9cb38787b88ccb869e583b15",
                "md5": "f2807680e42ff42f8b18321be09d5e0c",
                "sha256": "11881dec220f7c7e34451006853260d5b7e611c58331b0041d86853b1445ddcd"
            },
            "downloads": -1,
            "filename": "patato-0.5.14-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "f2807680e42ff42f8b18321be09d5e0c",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": "<3.12,>=3.8",
            "size": 1987501,
            "upload_time": "2023-12-04T13:30:57",
            "upload_time_iso_8601": "2023-12-04T13:30:57.300259Z",
            "url": "https://files.pythonhosted.org/packages/70/83/5406c4074d2534f326af084af431d58d87ea9cb38787b88ccb869e583b15/patato-0.5.14-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8627c7114b928d0e4397c32049d2b562b45fae00cdaefaa58fac012fc79787e1",
                "md5": "28968536ac3c29e9401328740ac2b576",
                "sha256": "f9d283f4aa47c6e76181b7b72946ed204912d6fe64c5a44e052415cc28f39684"
            },
            "downloads": -1,
            "filename": "patato-0.5.14-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "28968536ac3c29e9401328740ac2b576",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": "<3.12,>=3.8",
            "size": 1996524,
            "upload_time": "2023-12-04T13:30:58",
            "upload_time_iso_8601": "2023-12-04T13:30:58.791175Z",
            "url": "https://files.pythonhosted.org/packages/86/27/c7114b928d0e4397c32049d2b562b45fae00cdaefaa58fac012fc79787e1/patato-0.5.14-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a5ddac7fe3623ffd0ee69286fcaf6c4a6ba0c19c6933ec8dc5d00b2ad4bf31de",
                "md5": "6566e04ff037d5ee5d18cc1ea203ead0",
                "sha256": "8151adc6b0b9b31c72e794f224f256344efb150594b74cb9df435f9404a1058d"
            },
            "downloads": -1,
            "filename": "patato-0.5.14-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "6566e04ff037d5ee5d18cc1ea203ead0",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": "<3.12,>=3.8",
            "size": 1998787,
            "upload_time": "2023-12-04T13:31:00",
            "upload_time_iso_8601": "2023-12-04T13:31:00.770913Z",
            "url": "https://files.pythonhosted.org/packages/a5/dd/ac7fe3623ffd0ee69286fcaf6c4a6ba0c19c6933ec8dc5d00b2ad4bf31de/patato-0.5.14-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5e48ad21329e6c719646fd81a80f699b2dcb6498980504d1fa155c1367224705",
                "md5": "dd42d42ce49049044f5e1f52eadf652b",
                "sha256": "ea20c58300f553df146047d28754f8848fd67e2c82cb0a7e1ae09fe4d0769976"
            },
            "downloads": -1,
            "filename": "patato-0.5.14-cp310-cp310-musllinux_1_1_aarch64.whl",
            "has_sig": false,
            "md5_digest": "dd42d42ce49049044f5e1f52eadf652b",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": "<3.12,>=3.8",
            "size": 2459318,
            "upload_time": "2023-12-04T13:31:02",
            "upload_time_iso_8601": "2023-12-04T13:31:02.080969Z",
            "url": "https://files.pythonhosted.org/packages/5e/48/ad21329e6c719646fd81a80f699b2dcb6498980504d1fa155c1367224705/patato-0.5.14-cp310-cp310-musllinux_1_1_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a03d1e21aea6e9650485caefbd85daac2e970eee2b60e93e2b5fc6114755ea59",
                "md5": "ff62c18b1d4feca70024e24762281ff6",
                "sha256": "c3d9a785a1a04d37721efa7e5ae96a0280b6d643be42cb3d32980ef1394a8c4d"
            },
            "downloads": -1,
            "filename": "patato-0.5.14-cp310-cp310-musllinux_1_1_i686.whl",
            "has_sig": false,
            "md5_digest": "ff62c18b1d4feca70024e24762281ff6",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": "<3.12,>=3.8",
            "size": 2511484,
            "upload_time": "2023-12-04T13:31:04",
            "upload_time_iso_8601": "2023-12-04T13:31:04.233441Z",
            "url": "https://files.pythonhosted.org/packages/a0/3d/1e21aea6e9650485caefbd85daac2e970eee2b60e93e2b5fc6114755ea59/patato-0.5.14-cp310-cp310-musllinux_1_1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8c44cf187ca809098ac3f43a6b7df23a41f560c9c321484e0a2fc5655883f69f",
                "md5": "60e7bc05bc6db03739252656087b22e4",
                "sha256": "4c1dde704ecbb9e26d8398a2526bf4630304c97c4d3c99f90a077f043c99b1b1"
            },
            "downloads": -1,
            "filename": "patato-0.5.14-cp310-cp310-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "60e7bc05bc6db03739252656087b22e4",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": "<3.12,>=3.8",
            "size": 2482209,
            "upload_time": "2023-12-04T13:31:06",
            "upload_time_iso_8601": "2023-12-04T13:31:06.223543Z",
            "url": "https://files.pythonhosted.org/packages/8c/44/cf187ca809098ac3f43a6b7df23a41f560c9c321484e0a2fc5655883f69f/patato-0.5.14-cp310-cp310-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cdadb1e77adf2a5536719804ef674a8d4f1e8c0681d0d3eb0814eb25fe1a309d",
                "md5": "830b656399a1debd6e35314ab19e4bd0",
                "sha256": "0ed542fb2e7311b070ef9e08c6b3027eb23be565b229f6c71c6a29c4c3b3c1bc"
            },
            "downloads": -1,
            "filename": "patato-0.5.14-cp310-cp310-win32.whl",
            "has_sig": false,
            "md5_digest": "830b656399a1debd6e35314ab19e4bd0",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": "<3.12,>=3.8",
            "size": 468015,
            "upload_time": "2023-12-04T13:31:08",
            "upload_time_iso_8601": "2023-12-04T13:31:08.222135Z",
            "url": "https://files.pythonhosted.org/packages/cd/ad/b1e77adf2a5536719804ef674a8d4f1e8c0681d0d3eb0814eb25fe1a309d/patato-0.5.14-cp310-cp310-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4ad0565bb660a0049daf31cdd8dac301cdc542f2c16885012663444a09646b77",
                "md5": "6eb1626fcfaa2ef36e6bdf48905dbe7d",
                "sha256": "1156707c851aca30d0b826cb3a63418f46aaccc531e660508428a3c08741f0a5"
            },
            "downloads": -1,
            "filename": "patato-0.5.14-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "6eb1626fcfaa2ef36e6bdf48905dbe7d",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": "<3.12,>=3.8",
            "size": 482865,
            "upload_time": "2023-12-04T13:31:10",
            "upload_time_iso_8601": "2023-12-04T13:31:10.062904Z",
            "url": "https://files.pythonhosted.org/packages/4a/d0/565bb660a0049daf31cdd8dac301cdc542f2c16885012663444a09646b77/patato-0.5.14-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "99e488a742234299722b4229d99184ac5c544ddb1d04c4e80aada63da008010a",
                "md5": "ecce2d86e0cec7527c3fa4af79a92e29",
                "sha256": "bbfc2e14aef86d00ea25cfc4437e8eabe85cac30022d7b97bfcc0930db55ebdb"
            },
            "downloads": -1,
            "filename": "patato-0.5.14-cp310-cp310-win_arm64.whl",
            "has_sig": false,
            "md5_digest": "ecce2d86e0cec7527c3fa4af79a92e29",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": "<3.12,>=3.8",
            "size": 470712,
            "upload_time": "2023-12-04T13:31:11",
            "upload_time_iso_8601": "2023-12-04T13:31:11.462767Z",
            "url": "https://files.pythonhosted.org/packages/99/e4/88a742234299722b4229d99184ac5c544ddb1d04c4e80aada63da008010a/patato-0.5.14-cp310-cp310-win_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b8bcb4f6cbaecefa222ff8888c371ab65de766ae331e5ff4fe4d66d2c71105d6",
                "md5": "8dab7aa4e63168e4b476b0b2215417b1",
                "sha256": "1b14e60a5174357150e319364b8be9b6cd6503ebdd6ff0eea89101336cfe7ce2"
            },
            "downloads": -1,
            "filename": "patato-0.5.14-cp311-cp311-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "8dab7aa4e63168e4b476b0b2215417b1",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": "<3.12,>=3.8",
            "size": 495713,
            "upload_time": "2023-12-04T13:31:12",
            "upload_time_iso_8601": "2023-12-04T13:31:12.798408Z",
            "url": "https://files.pythonhosted.org/packages/b8/bc/b4f6cbaecefa222ff8888c371ab65de766ae331e5ff4fe4d66d2c71105d6/patato-0.5.14-cp311-cp311-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "46f158a5c52778752c24b48d6202eb5b89dc65663c3ed608cc3f7190e487eb86",
                "md5": "ba92608957856c6d790177feb56672f7",
                "sha256": "fca43cd3930d7e9e7fa689b2162c0bfff6e6705a2fede2263603d2e3b329805a"
            },
            "downloads": -1,
            "filename": "patato-0.5.14-cp311-cp311-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "ba92608957856c6d790177feb56672f7",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": "<3.12,>=3.8",
            "size": 488900,
            "upload_time": "2023-12-04T13:31:15",
            "upload_time_iso_8601": "2023-12-04T13:31:15.472506Z",
            "url": "https://files.pythonhosted.org/packages/46/f1/58a5c52778752c24b48d6202eb5b89dc65663c3ed608cc3f7190e487eb86/patato-0.5.14-cp311-cp311-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "099399d2e10c7484695c35662996d7c542b4493644d431ab2010b2957d0fa8a2",
                "md5": "e7da2f74f816a86a98cdec05133e8be2",
                "sha256": "f6badc017eafdab9d43b3275ad19b57fa6213f512c745a2e2be4bba89672a088"
            },
            "downloads": -1,
            "filename": "patato-0.5.14-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "e7da2f74f816a86a98cdec05133e8be2",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": "<3.12,>=3.8",
            "size": 2031181,
            "upload_time": "2023-12-04T13:31:16",
            "upload_time_iso_8601": "2023-12-04T13:31:16.877831Z",
            "url": "https://files.pythonhosted.org/packages/09/93/99d2e10c7484695c35662996d7c542b4493644d431ab2010b2957d0fa8a2/patato-0.5.14-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "75d904f940c486815903eeffbfb72dd62f4e40c0843da94f575c909f8462a01c",
                "md5": "1a664062f982393f0f4d9d7957419389",
                "sha256": "95787a9ba8b4cfbe705a0961cb422c52a6b3e30d9ee90084da868d72b0e669d0"
            },
            "downloads": -1,
            "filename": "patato-0.5.14-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "1a664062f982393f0f4d9d7957419389",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": "<3.12,>=3.8",
            "size": 2031959,
            "upload_time": "2023-12-04T13:31:18",
            "upload_time_iso_8601": "2023-12-04T13:31:18.917986Z",
            "url": "https://files.pythonhosted.org/packages/75/d9/04f940c486815903eeffbfb72dd62f4e40c0843da94f575c909f8462a01c/patato-0.5.14-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b9e8591cc02516b04497d951a8877fcc56f9ef056be03cccc5c90bc240b1c299",
                "md5": "e97a79f5ed8cc7ffd99ad1fe6079cdeb",
                "sha256": "5cfb51a2e8e66a36ddddecc3c32a1dbe44771ba2f633fc22548aa651085940a7"
            },
            "downloads": -1,
            "filename": "patato-0.5.14-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "e97a79f5ed8cc7ffd99ad1fe6079cdeb",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": "<3.12,>=3.8",
            "size": 2039588,
            "upload_time": "2023-12-04T13:31:20",
            "upload_time_iso_8601": "2023-12-04T13:31:20.283149Z",
            "url": "https://files.pythonhosted.org/packages/b9/e8/591cc02516b04497d951a8877fcc56f9ef056be03cccc5c90bc240b1c299/patato-0.5.14-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ce47f62b9680dcf9be8aa706a65f41a544b3c11ed76de23722420604c141a59a",
                "md5": "88ffcb7233f90ca1b0480858c986e226",
                "sha256": "51256597aa4e9c2aeb3bdb29726480f654e55ceb3aa9fb4014f99a22c7085f48"
            },
            "downloads": -1,
            "filename": "patato-0.5.14-cp311-cp311-musllinux_1_1_aarch64.whl",
            "has_sig": false,
            "md5_digest": "88ffcb7233f90ca1b0480858c986e226",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": "<3.12,>=3.8",
            "size": 2483811,
            "upload_time": "2023-12-04T13:31:21",
            "upload_time_iso_8601": "2023-12-04T13:31:21.714886Z",
            "url": "https://files.pythonhosted.org/packages/ce/47/f62b9680dcf9be8aa706a65f41a544b3c11ed76de23722420604c141a59a/patato-0.5.14-cp311-cp311-musllinux_1_1_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b9c488097d0944a44117244559fc77fa3eadd7edbb7b83f4245b78fd91e591c2",
                "md5": "61d9087a0d452a27c99b179b259d858e",
                "sha256": "3efdc60b03bfc53b44213fb7be545c6ebefc56e3163d895208d7a7ddfaafeed4"
            },
            "downloads": -1,
            "filename": "patato-0.5.14-cp311-cp311-musllinux_1_1_i686.whl",
            "has_sig": false,
            "md5_digest": "61d9087a0d452a27c99b179b259d858e",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": "<3.12,>=3.8",
            "size": 2546565,
            "upload_time": "2023-12-04T13:31:23",
            "upload_time_iso_8601": "2023-12-04T13:31:23.078090Z",
            "url": "https://files.pythonhosted.org/packages/b9/c4/88097d0944a44117244559fc77fa3eadd7edbb7b83f4245b78fd91e591c2/patato-0.5.14-cp311-cp311-musllinux_1_1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "54a9558527d37b3f111415cb14a632e8a123f304a2c37193339fdbf83aa506ad",
                "md5": "5cd233468baf0e538e7c423f15fb12e5",
                "sha256": "87197425738e78e4c0c2926fcb78c11d81cbadd20c8f7b347409786aaa13a077"
            },
            "downloads": -1,
            "filename": "patato-0.5.14-cp311-cp311-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "5cd233468baf0e538e7c423f15fb12e5",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": "<3.12,>=3.8",
            "size": 2507294,
            "upload_time": "2023-12-04T13:31:24",
            "upload_time_iso_8601": "2023-12-04T13:31:24.535941Z",
            "url": "https://files.pythonhosted.org/packages/54/a9/558527d37b3f111415cb14a632e8a123f304a2c37193339fdbf83aa506ad/patato-0.5.14-cp311-cp311-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e9b1c6f86b72fc1f45436f692a4ae49e7668ffb2dfe2b3a62994661cce112256",
                "md5": "bead27420506ff874ddd861f7375eeec",
                "sha256": "3b90c8c18c8c66524ded9c52472f6263bc46de52e399250e36ff79e3d36b1e52"
            },
            "downloads": -1,
            "filename": "patato-0.5.14-cp311-cp311-win32.whl",
            "has_sig": false,
            "md5_digest": "bead27420506ff874ddd861f7375eeec",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": "<3.12,>=3.8",
            "size": 470736,
            "upload_time": "2023-12-04T13:31:25",
            "upload_time_iso_8601": "2023-12-04T13:31:25.813023Z",
            "url": "https://files.pythonhosted.org/packages/e9/b1/c6f86b72fc1f45436f692a4ae49e7668ffb2dfe2b3a62994661cce112256/patato-0.5.14-cp311-cp311-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e3c464b0d8f6c1bf68b63e24496d1ebac68b7c060d7c6c38025b60204edac923",
                "md5": "efd5f2433ab2c779e9ad632bed33039f",
                "sha256": "9f9f7d24457b53a351b858ec655b99cd63883b0ea08c0c11c9ed8018be6803cf"
            },
            "downloads": -1,
            "filename": "patato-0.5.14-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "efd5f2433ab2c779e9ad632bed33039f",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": "<3.12,>=3.8",
            "size": 484572,
            "upload_time": "2023-12-04T13:31:27",
            "upload_time_iso_8601": "2023-12-04T13:31:27.593107Z",
            "url": "https://files.pythonhosted.org/packages/e3/c4/64b0d8f6c1bf68b63e24496d1ebac68b7c060d7c6c38025b60204edac923/patato-0.5.14-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e530fe7f2c7aa216dad9c2af9513426d0acbe5ab7d5ac7ce92d0a94e83dda557",
                "md5": "500dd2faebd3d0bc3412c6343158d9c3",
                "sha256": "107768504818cf2c9a6f04cbc19d86250d2b234fe70154a781c999c6c35c8207"
            },
            "downloads": -1,
            "filename": "patato-0.5.14-cp311-cp311-win_arm64.whl",
            "has_sig": false,
            "md5_digest": "500dd2faebd3d0bc3412c6343158d9c3",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": "<3.12,>=3.8",
            "size": 472729,
            "upload_time": "2023-12-04T13:31:29",
            "upload_time_iso_8601": "2023-12-04T13:31:29.576583Z",
            "url": "https://files.pythonhosted.org/packages/e5/30/fe7f2c7aa216dad9c2af9513426d0acbe5ab7d5ac7ce92d0a94e83dda557/patato-0.5.14-cp311-cp311-win_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e603baf42d0ff5f35a681039d03beb8ffb71c190f6929b90432cf8ee7d93ea5f",
                "md5": "5315238759b4eda1c5231a927bca66a4",
                "sha256": "845d6a4b1a1d3e733f957417ed499d24f85fc665983ca0dd7150352fe982c45b"
            },
            "downloads": -1,
            "filename": "patato-0.5.14-cp38-cp38-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "5315238759b4eda1c5231a927bca66a4",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": "<3.12,>=3.8",
            "size": 492696,
            "upload_time": "2023-12-04T13:31:30",
            "upload_time_iso_8601": "2023-12-04T13:31:30.694838Z",
            "url": "https://files.pythonhosted.org/packages/e6/03/baf42d0ff5f35a681039d03beb8ffb71c190f6929b90432cf8ee7d93ea5f/patato-0.5.14-cp38-cp38-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "de634f4cecdfc010f61a7f67bbc4f9ed44b5392566af0cbe08efd30ec83be34a",
                "md5": "c07205ca64f6038b3fe8fac70db0878f",
                "sha256": "058320699961b3d9c3d40fc178ae2f7099e404b4532b557dc30a4ff0aa67666e"
            },
            "downloads": -1,
            "filename": "patato-0.5.14-cp38-cp38-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "c07205ca64f6038b3fe8fac70db0878f",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": "<3.12,>=3.8",
            "size": 486191,
            "upload_time": "2023-12-04T13:31:31",
            "upload_time_iso_8601": "2023-12-04T13:31:31.971654Z",
            "url": "https://files.pythonhosted.org/packages/de/63/4f4cecdfc010f61a7f67bbc4f9ed44b5392566af0cbe08efd30ec83be34a/patato-0.5.14-cp38-cp38-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "68ee6bba39e71a239b0c4718ca969bf8b7b068952e15c5a04eaf5a807b21852b",
                "md5": "10738ca47f5856375da7e3993d316b48",
                "sha256": "ba004f2c7d8eb92d8d9d3510d7bb527830b08462f4227aaec0ac4c08fd459920"
            },
            "downloads": -1,
            "filename": "patato-0.5.14-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "10738ca47f5856375da7e3993d316b48",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": "<3.12,>=3.8",
            "size": 1986291,
            "upload_time": "2023-12-04T13:31:33",
            "upload_time_iso_8601": "2023-12-04T13:31:33.942904Z",
            "url": "https://files.pythonhosted.org/packages/68/ee/6bba39e71a239b0c4718ca969bf8b7b068952e15c5a04eaf5a807b21852b/patato-0.5.14-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8218ad305f2608de81f8f25afbd494f59452bc6b58b7a2ad57a7029247c7de35",
                "md5": "f718e1806f40379bb7746168796ed83f",
                "sha256": "250ef26bfcdc0c34d490a30d8c02da50a7ed7c6153c30d8a2cdf59f3fc312e2e"
            },
            "downloads": -1,
            "filename": "patato-0.5.14-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "f718e1806f40379bb7746168796ed83f",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": "<3.12,>=3.8",
            "size": 1993111,
            "upload_time": "2023-12-04T13:31:35",
            "upload_time_iso_8601": "2023-12-04T13:31:35.310735Z",
            "url": "https://files.pythonhosted.org/packages/82/18/ad305f2608de81f8f25afbd494f59452bc6b58b7a2ad57a7029247c7de35/patato-0.5.14-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c3001a96ae0d04f268297ff2ec62ae526f609b489ecfd01ddcdde24e6192a9ad",
                "md5": "eefc554fc9377239a762c3741a41b209",
                "sha256": "b163b2e69f887f90dbd391a3ac47fed4676fbf7c7f0c1e5e98ceb2cbb5fc4529"
            },
            "downloads": -1,
            "filename": "patato-0.5.14-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "eefc554fc9377239a762c3741a41b209",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": "<3.12,>=3.8",
            "size": 1994993,
            "upload_time": "2023-12-04T13:31:37",
            "upload_time_iso_8601": "2023-12-04T13:31:37.419831Z",
            "url": "https://files.pythonhosted.org/packages/c3/00/1a96ae0d04f268297ff2ec62ae526f609b489ecfd01ddcdde24e6192a9ad/patato-0.5.14-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2855e87f867fd2c693abdc24c17ba9716a56b44e1b3c07f393e55d44020f6012",
                "md5": "4fb2d3242ae63a035942d41c3955f33b",
                "sha256": "60bd782dd4ecc6810428cc1430ad62062bc8e6740a1cdd31d9827f6c8b0461ae"
            },
            "downloads": -1,
            "filename": "patato-0.5.14-cp38-cp38-musllinux_1_1_aarch64.whl",
            "has_sig": false,
            "md5_digest": "4fb2d3242ae63a035942d41c3955f33b",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": "<3.12,>=3.8",
            "size": 2461050,
            "upload_time": "2023-12-04T13:31:39",
            "upload_time_iso_8601": "2023-12-04T13:31:39.203089Z",
            "url": "https://files.pythonhosted.org/packages/28/55/e87f867fd2c693abdc24c17ba9716a56b44e1b3c07f393e55d44020f6012/patato-0.5.14-cp38-cp38-musllinux_1_1_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "61a4a59b362d02332d324023d9bd46b4421f14180bcf47755f96f7cfe09f68cf",
                "md5": "12f7cdc11e66e810c8f6e64af70ae0c1",
                "sha256": "a3c5b28f848c0a32fde66b0047598c06d4167065828173be53c1531c488c5dde"
            },
            "downloads": -1,
            "filename": "patato-0.5.14-cp38-cp38-musllinux_1_1_i686.whl",
            "has_sig": false,
            "md5_digest": "12f7cdc11e66e810c8f6e64af70ae0c1",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": "<3.12,>=3.8",
            "size": 2512477,
            "upload_time": "2023-12-04T13:31:41",
            "upload_time_iso_8601": "2023-12-04T13:31:41.354350Z",
            "url": "https://files.pythonhosted.org/packages/61/a4/a59b362d02332d324023d9bd46b4421f14180bcf47755f96f7cfe09f68cf/patato-0.5.14-cp38-cp38-musllinux_1_1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a0beb784d46b5df183904767f2c9c3e835f7317e5266552145c41a9fff1fee36",
                "md5": "270ca4a76d4bd46fd3ce86dc0c794b6d",
                "sha256": "cfce9c9bbd4b3e1ebfbb3ae688bd9639dddc202dd8356185dc7a77509c5e0d6c"
            },
            "downloads": -1,
            "filename": "patato-0.5.14-cp38-cp38-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "270ca4a76d4bd46fd3ce86dc0c794b6d",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": "<3.12,>=3.8",
            "size": 2483717,
            "upload_time": "2023-12-04T13:31:43",
            "upload_time_iso_8601": "2023-12-04T13:31:43.033121Z",
            "url": "https://files.pythonhosted.org/packages/a0/be/b784d46b5df183904767f2c9c3e835f7317e5266552145c41a9fff1fee36/patato-0.5.14-cp38-cp38-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d758c06671e85fea7eda3b4ffc3458a70d311f2611e4b2f3a338b6322e9b4cf4",
                "md5": "7db8b76a541cfc4f373a3ccba13b3565",
                "sha256": "5ed225860b1c139f6ad8fc61dbe731232cb411d0f258b5f453d7dc7ca64cd0e8"
            },
            "downloads": -1,
            "filename": "patato-0.5.14-cp38-cp38-win32.whl",
            "has_sig": false,
            "md5_digest": "7db8b76a541cfc4f373a3ccba13b3565",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": "<3.12,>=3.8",
            "size": 468256,
            "upload_time": "2023-12-04T13:31:44",
            "upload_time_iso_8601": "2023-12-04T13:31:44.496026Z",
            "url": "https://files.pythonhosted.org/packages/d7/58/c06671e85fea7eda3b4ffc3458a70d311f2611e4b2f3a338b6322e9b4cf4/patato-0.5.14-cp38-cp38-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7bd8e31c9a41bc6df8d4ab92e76dad1b3941527d3afaf9de4fc2bb6ed3d1e961",
                "md5": "59245c4293944e058fbafcaaaa4526a1",
                "sha256": "3ead61a7bbc9797a819491a4613c5775410cbb2801d3bc8896ddb1c8c3d6da6a"
            },
            "downloads": -1,
            "filename": "patato-0.5.14-cp38-cp38-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "59245c4293944e058fbafcaaaa4526a1",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": "<3.12,>=3.8",
            "size": 482784,
            "upload_time": "2023-12-04T13:31:45",
            "upload_time_iso_8601": "2023-12-04T13:31:45.739543Z",
            "url": "https://files.pythonhosted.org/packages/7b/d8/e31c9a41bc6df8d4ab92e76dad1b3941527d3afaf9de4fc2bb6ed3d1e961/patato-0.5.14-cp38-cp38-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b4532bcb99c93761457e074dc08c9db1a1cbc6dbe8c7536342c9209aa8b8e6a5",
                "md5": "42f0a49d118e9c703ece8fbe17faf788",
                "sha256": "c39859ee1dba5d794488a08e3ffe756d877e06ab802228f2d53dd6b6270c4c1a"
            },
            "downloads": -1,
            "filename": "patato-0.5.14-cp39-cp39-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "42f0a49d118e9c703ece8fbe17faf788",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": "<3.12,>=3.8",
            "size": 493187,
            "upload_time": "2023-12-04T13:31:46",
            "upload_time_iso_8601": "2023-12-04T13:31:46.966657Z",
            "url": "https://files.pythonhosted.org/packages/b4/53/2bcb99c93761457e074dc08c9db1a1cbc6dbe8c7536342c9209aa8b8e6a5/patato-0.5.14-cp39-cp39-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bc70f9e9d0ec0485715b35a167df19bfbb84c2d08fab4d2cd1e804b9b521588d",
                "md5": "ca8c9f14f6d3252f60b8de9840428c3c",
                "sha256": "a74a9206cb98873d382dbed191aac55b50e780eb7b492b6a5072d09c5f3c4e04"
            },
            "downloads": -1,
            "filename": "patato-0.5.14-cp39-cp39-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "ca8c9f14f6d3252f60b8de9840428c3c",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": "<3.12,>=3.8",
            "size": 486650,
            "upload_time": "2023-12-04T13:31:48",
            "upload_time_iso_8601": "2023-12-04T13:31:48.212021Z",
            "url": "https://files.pythonhosted.org/packages/bc/70/f9e9d0ec0485715b35a167df19bfbb84c2d08fab4d2cd1e804b9b521588d/patato-0.5.14-cp39-cp39-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "881c0982bd932bd7c6ff015f891257155a0650bbd47072908115fc77fd1dd2fa",
                "md5": "0fa7cb2c82e116c972a3a7b489b0377b",
                "sha256": "a8525d6384d0f0cf097c492566dd411f8d155eb980503997247d13d0bcd73575"
            },
            "downloads": -1,
            "filename": "patato-0.5.14-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "0fa7cb2c82e116c972a3a7b489b0377b",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": "<3.12,>=3.8",
            "size": 1984818,
            "upload_time": "2023-12-04T13:31:50",
            "upload_time_iso_8601": "2023-12-04T13:31:50.141709Z",
            "url": "https://files.pythonhosted.org/packages/88/1c/0982bd932bd7c6ff015f891257155a0650bbd47072908115fc77fd1dd2fa/patato-0.5.14-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4da0ba3e5c6d668d88c75680167dc8b01c7792931ee870bd4006c875d228204a",
                "md5": "be49b740b9b47d22b6c4d20e2e4e7f40",
                "sha256": "59ff197b8bd40941b3391f50f55b177cbe6e0d602e143d45509275176ea95e10"
            },
            "downloads": -1,
            "filename": "patato-0.5.14-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "be49b740b9b47d22b6c4d20e2e4e7f40",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": "<3.12,>=3.8",
            "size": 1995966,
            "upload_time": "2023-12-04T13:31:51",
            "upload_time_iso_8601": "2023-12-04T13:31:51.611629Z",
            "url": "https://files.pythonhosted.org/packages/4d/a0/ba3e5c6d668d88c75680167dc8b01c7792931ee870bd4006c875d228204a/patato-0.5.14-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2393eac4a28aecb7b61b0e6da83cbcb5c174d584b8c22d942558dd39ea86518e",
                "md5": "0a7f101339f232d50060cfae01970a15",
                "sha256": "58632c733686a1759c8b9044f7be8d5f53f500eceb0caaa01a711850be361fbe"
            },
            "downloads": -1,
            "filename": "patato-0.5.14-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "0a7f101339f232d50060cfae01970a15",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": "<3.12,>=3.8",
            "size": 1997640,
            "upload_time": "2023-12-04T13:31:53",
            "upload_time_iso_8601": "2023-12-04T13:31:53.683664Z",
            "url": "https://files.pythonhosted.org/packages/23/93/eac4a28aecb7b61b0e6da83cbcb5c174d584b8c22d942558dd39ea86518e/patato-0.5.14-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b963db3538bddf0dbc29df303cc1ffaff29a83a0c7bbba05b32ffaada3e16c2e",
                "md5": "2ddf2f14235c69a98c330eb7d0aebe6d",
                "sha256": "2614a19b956a065d1dcab3b6837dacfd8c8fa8d814cc49a83b4a5259a7630dd8"
            },
            "downloads": -1,
            "filename": "patato-0.5.14-cp39-cp39-musllinux_1_1_aarch64.whl",
            "has_sig": false,
            "md5_digest": "2ddf2f14235c69a98c330eb7d0aebe6d",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": "<3.12,>=3.8",
            "size": 2460393,
            "upload_time": "2023-12-04T13:31:56",
            "upload_time_iso_8601": "2023-12-04T13:31:56.449848Z",
            "url": "https://files.pythonhosted.org/packages/b9/63/db3538bddf0dbc29df303cc1ffaff29a83a0c7bbba05b32ffaada3e16c2e/patato-0.5.14-cp39-cp39-musllinux_1_1_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "178e6a9e020aa22698d0aaf88029a25fbb20fb9ff381710543c4d5791cff9629",
                "md5": "276ae9deb25f5ce75132fccc9a74f51b",
                "sha256": "fe91a6e5a7141f34af48c9b3876cc1c8b0715ea38547a1e0632cd02aa4fd2898"
            },
            "downloads": -1,
            "filename": "patato-0.5.14-cp39-cp39-musllinux_1_1_i686.whl",
            "has_sig": false,
            "md5_digest": "276ae9deb25f5ce75132fccc9a74f51b",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": "<3.12,>=3.8",
            "size": 2509901,
            "upload_time": "2023-12-04T13:31:57",
            "upload_time_iso_8601": "2023-12-04T13:31:57.904022Z",
            "url": "https://files.pythonhosted.org/packages/17/8e/6a9e020aa22698d0aaf88029a25fbb20fb9ff381710543c4d5791cff9629/patato-0.5.14-cp39-cp39-musllinux_1_1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a4f1f10c7835a0d77f294aec48c1b856e1a9404b154004978f36728214d27566",
                "md5": "669071aa415cdd5631150d09b92a44fe",
                "sha256": "9bd46ba978e1b6bc8de0c4478f03cb1866f7e2895cdb74e278a5f5c5f0d887fa"
            },
            "downloads": -1,
            "filename": "patato-0.5.14-cp39-cp39-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "669071aa415cdd5631150d09b92a44fe",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": "<3.12,>=3.8",
            "size": 2480274,
            "upload_time": "2023-12-04T13:31:59",
            "upload_time_iso_8601": "2023-12-04T13:31:59.910892Z",
            "url": "https://files.pythonhosted.org/packages/a4/f1/f10c7835a0d77f294aec48c1b856e1a9404b154004978f36728214d27566/patato-0.5.14-cp39-cp39-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cd84f32404127158ee1c94801e6d05d36b9b3617a596c3cdb079c7398528ca92",
                "md5": "655a529f06d2b54ba765be68b00e307c",
                "sha256": "8ac2e82ad47bc2e6e63e365e2abfaa05e163cc6514fe5a212f144f5065ac9651"
            },
            "downloads": -1,
            "filename": "patato-0.5.14-cp39-cp39-win32.whl",
            "has_sig": false,
            "md5_digest": "655a529f06d2b54ba765be68b00e307c",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": "<3.12,>=3.8",
            "size": 468412,
            "upload_time": "2023-12-04T13:32:01",
            "upload_time_iso_8601": "2023-12-04T13:32:01.791176Z",
            "url": "https://files.pythonhosted.org/packages/cd/84/f32404127158ee1c94801e6d05d36b9b3617a596c3cdb079c7398528ca92/patato-0.5.14-cp39-cp39-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "29949d2bb7c2e2d95543e1a7ee95f7044291ce964078fecce2cf898dc45dc4f2",
                "md5": "b5b9b1609b9a1e05e4e94765803b8939",
                "sha256": "0c9f9fa69dd19d4b86ed3e69e713f7c6833d579276726741cd5ac4d7e89cc2e6"
            },
            "downloads": -1,
            "filename": "patato-0.5.14-cp39-cp39-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "b5b9b1609b9a1e05e4e94765803b8939",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": "<3.12,>=3.8",
            "size": 482937,
            "upload_time": "2023-12-04T13:32:03",
            "upload_time_iso_8601": "2023-12-04T13:32:03.257251Z",
            "url": "https://files.pythonhosted.org/packages/29/94/9d2bb7c2e2d95543e1a7ee95f7044291ce964078fecce2cf898dc45dc4f2/patato-0.5.14-cp39-cp39-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f80884ec56fa32c376cdf988f946ccc777993ed750b35e6d1f91ab86f908a779",
                "md5": "a846025cc8c0e60107e5a2b7319abbde",
                "sha256": "7687e9cbad55cd2f7f23c0da933d07ed4f8f0a21cdd879d7358f8a66acc465ec"
            },
            "downloads": -1,
            "filename": "patato-0.5.14-cp39-cp39-win_arm64.whl",
            "has_sig": false,
            "md5_digest": "a846025cc8c0e60107e5a2b7319abbde",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": "<3.12,>=3.8",
            "size": 470495,
            "upload_time": "2023-12-04T13:32:04",
            "upload_time_iso_8601": "2023-12-04T13:32:04.641391Z",
            "url": "https://files.pythonhosted.org/packages/f8/08/84ec56fa32c376cdf988f946ccc777993ed750b35e6d1f91ab86f908a779/patato-0.5.14-cp39-cp39-win_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5cc7331f6498d42558a5df4308469b9f7c7e1fded5680ea0078f0b16457716c1",
                "md5": "2d378a92fee5b4601a855f39c16003fa",
                "sha256": "862062ce2760ab502daf24c10346b309873ee99d251dc92cb75451f3ef8f1155"
            },
            "downloads": -1,
            "filename": "patato-0.5.14-pp310-pypy310_pp73-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "2d378a92fee5b4601a855f39c16003fa",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": "<3.12,>=3.8",
            "size": 484469,
            "upload_time": "2023-12-04T13:32:06",
            "upload_time_iso_8601": "2023-12-04T13:32:06.481991Z",
            "url": "https://files.pythonhosted.org/packages/5c/c7/331f6498d42558a5df4308469b9f7c7e1fded5680ea0078f0b16457716c1/patato-0.5.14-pp310-pypy310_pp73-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "98baa41a60e429f0b0937071a7a23ddc1203050c8e6cbd406bbb9a7b6295bf9b",
                "md5": "8eed7d3ee6224cfa48eda14a521cafa0",
                "sha256": "5559d3528add09438cc78a627230f6f3453dd6a7c2a4816e1f00df7dd7e8c2ed"
            },
            "downloads": -1,
            "filename": "patato-0.5.14-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "8eed7d3ee6224cfa48eda14a521cafa0",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": "<3.12,>=3.8",
            "size": 541990,
            "upload_time": "2023-12-04T13:32:07",
            "upload_time_iso_8601": "2023-12-04T13:32:07.787775Z",
            "url": "https://files.pythonhosted.org/packages/98/ba/a41a60e429f0b0937071a7a23ddc1203050c8e6cbd406bbb9a7b6295bf9b/patato-0.5.14-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ce10f93b186bf0058c1b4f77781039667d40b56f9c427620c132c7775f36d172",
                "md5": "9079af5957efd7716351241fccbd83b6",
                "sha256": "d6531a23fb40d6e22501cd9599ba6b903c78567b35ace417617aa317f5921976"
            },
            "downloads": -1,
            "filename": "patato-0.5.14-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "9079af5957efd7716351241fccbd83b6",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": "<3.12,>=3.8",
            "size": 557180,
            "upload_time": "2023-12-04T13:32:09",
            "upload_time_iso_8601": "2023-12-04T13:32:09.145235Z",
            "url": "https://files.pythonhosted.org/packages/ce/10/f93b186bf0058c1b4f77781039667d40b56f9c427620c132c7775f36d172/patato-0.5.14-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "da5c06de5831c008e7a347c796f0ab6242bfc91b9fca55537443d356d8d2d562",
                "md5": "a64d218b1247d83c83885177e3015ffc",
                "sha256": "954fe1b028d429e308406e6638c6aa11ae819851db35b561cc4eaa3ac0c1402e"
            },
            "downloads": -1,
            "filename": "patato-0.5.14-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "a64d218b1247d83c83885177e3015ffc",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": "<3.12,>=3.8",
            "size": 546055,
            "upload_time": "2023-12-04T13:32:10",
            "upload_time_iso_8601": "2023-12-04T13:32:10.415789Z",
            "url": "https://files.pythonhosted.org/packages/da/5c/06de5831c008e7a347c796f0ab6242bfc91b9fca55537443d356d8d2d562/patato-0.5.14-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "789fbee30979b5666cc7b3b15df2b1be116c8756fd2695f471a0c5c462a22269",
                "md5": "1cd8fcf2fa77b8b6773f0a5bbff2d330",
                "sha256": "dc157e5d84b5752b47b946d9c97254f1be4748e597c323b26ae1de23bcf53122"
            },
            "downloads": -1,
            "filename": "patato-0.5.14-pp310-pypy310_pp73-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "1cd8fcf2fa77b8b6773f0a5bbff2d330",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": "<3.12,>=3.8",
            "size": 482736,
            "upload_time": "2023-12-04T13:32:11",
            "upload_time_iso_8601": "2023-12-04T13:32:11.677982Z",
            "url": "https://files.pythonhosted.org/packages/78/9f/bee30979b5666cc7b3b15df2b1be116c8756fd2695f471a0c5c462a22269/patato-0.5.14-pp310-pypy310_pp73-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1a88db012a5e0e25315e4571a4335b50719b1db61ecd4c390bc2d15dceeb63b9",
                "md5": "928dd5a30a796a9025199c2e3a99357a",
                "sha256": "cd6a1b182f6e6c4f891ca619fbe8e67a1302a51995f21c8cb95fdc07bf0d2301"
            },
            "downloads": -1,
            "filename": "patato-0.5.14-pp38-pypy38_pp73-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "928dd5a30a796a9025199c2e3a99357a",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": "<3.12,>=3.8",
            "size": 484513,
            "upload_time": "2023-12-04T13:32:13",
            "upload_time_iso_8601": "2023-12-04T13:32:13.452156Z",
            "url": "https://files.pythonhosted.org/packages/1a/88/db012a5e0e25315e4571a4335b50719b1db61ecd4c390bc2d15dceeb63b9/patato-0.5.14-pp38-pypy38_pp73-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fd4d458213f5f36b94146da522ce951a3de5b1dd0c14897e3bab313eb4d9a398",
                "md5": "32459d324b4a602d293320a80363d3bd",
                "sha256": "ff5bc515589486da197f02cf448549423103193c23a4d6810c975cf8c08f1774"
            },
            "downloads": -1,
            "filename": "patato-0.5.14-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "32459d324b4a602d293320a80363d3bd",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": "<3.12,>=3.8",
            "size": 543321,
            "upload_time": "2023-12-04T13:32:15",
            "upload_time_iso_8601": "2023-12-04T13:32:15.483270Z",
            "url": "https://files.pythonhosted.org/packages/fd/4d/458213f5f36b94146da522ce951a3de5b1dd0c14897e3bab313eb4d9a398/patato-0.5.14-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d3f5c983cd14f77b56d3106c4456d6af0fb3296b6ccaa101523570abe0f1e6a9",
                "md5": "6ec4c4ebf7fb5751d9f3412e70a74595",
                "sha256": "a0ac13ec9f69081f7323e0534369c9206db15ddf9581bae5c9efd3898864a346"
            },
            "downloads": -1,
            "filename": "patato-0.5.14-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "6ec4c4ebf7fb5751d9f3412e70a74595",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": "<3.12,>=3.8",
            "size": 557511,
            "upload_time": "2023-12-04T13:32:16",
            "upload_time_iso_8601": "2023-12-04T13:32:16.847094Z",
            "url": "https://files.pythonhosted.org/packages/d3/f5/c983cd14f77b56d3106c4456d6af0fb3296b6ccaa101523570abe0f1e6a9/patato-0.5.14-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "548ff66aa4f094dbe135fdd48bae420531be12e60380c8d7965116bfb780bcf9",
                "md5": "511cd9b6e38cb9dd3b441ddb4b289783",
                "sha256": "dea0c1c33db500c6ae7d9971667145fd9a3ca1ed9bf8afffda381d6de996d838"
            },
            "downloads": -1,
            "filename": "patato-0.5.14-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "511cd9b6e38cb9dd3b441ddb4b289783",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": "<3.12,>=3.8",
            "size": 547896,
            "upload_time": "2023-12-04T13:32:18",
            "upload_time_iso_8601": "2023-12-04T13:32:18.131167Z",
            "url": "https://files.pythonhosted.org/packages/54/8f/f66aa4f094dbe135fdd48bae420531be12e60380c8d7965116bfb780bcf9/patato-0.5.14-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1e060676427799fb303bb7179a82d22bf0f443948e244b1a3b48cf82a87dd141",
                "md5": "53477042b89d7b5fe95e6e0819372267",
                "sha256": "d7f470a3e92539198a82667f9c776ec4c587740410dfc189ff3a6852f4fd6f10"
            },
            "downloads": -1,
            "filename": "patato-0.5.14-pp38-pypy38_pp73-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "53477042b89d7b5fe95e6e0819372267",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": "<3.12,>=3.8",
            "size": 482863,
            "upload_time": "2023-12-04T13:32:19",
            "upload_time_iso_8601": "2023-12-04T13:32:19.416174Z",
            "url": "https://files.pythonhosted.org/packages/1e/06/0676427799fb303bb7179a82d22bf0f443948e244b1a3b48cf82a87dd141/patato-0.5.14-pp38-pypy38_pp73-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7fe0bf100fe8901fbf0285fd371dac8541d2eaab79921c773db0895cbddd4214",
                "md5": "2c2fd496dc86d334c48d10e193512ccc",
                "sha256": "1691c5e8fbe4a6a2e0feb57fe8f024546ab99176cd9e71eb45c40dad2bd30759"
            },
            "downloads": -1,
            "filename": "patato-0.5.14-pp39-pypy39_pp73-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "2c2fd496dc86d334c48d10e193512ccc",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": "<3.12,>=3.8",
            "size": 484343,
            "upload_time": "2023-12-04T13:32:20",
            "upload_time_iso_8601": "2023-12-04T13:32:20.933777Z",
            "url": "https://files.pythonhosted.org/packages/7f/e0/bf100fe8901fbf0285fd371dac8541d2eaab79921c773db0895cbddd4214/patato-0.5.14-pp39-pypy39_pp73-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7a8530e628860f3d13475c72855b9aba254f0f0ffa3f9b15a12832322c07293e",
                "md5": "58fa65a3f43d00a6e6a051f70562b2e3",
                "sha256": "128c95219c6cf0c5c810ba1d6b995d30229c64c1cacc78c0969e961acd80a673"
            },
            "downloads": -1,
            "filename": "patato-0.5.14-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "58fa65a3f43d00a6e6a051f70562b2e3",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": "<3.12,>=3.8",
            "size": 541805,
            "upload_time": "2023-12-04T13:32:22",
            "upload_time_iso_8601": "2023-12-04T13:32:22.941055Z",
            "url": "https://files.pythonhosted.org/packages/7a/85/30e628860f3d13475c72855b9aba254f0f0ffa3f9b15a12832322c07293e/patato-0.5.14-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "937598b4db50b1e488cadf9e202f58001e939db76fefa5f8ab8757168b2149f0",
                "md5": "2cd67e239b1504d134e91ec431d4207a",
                "sha256": "9f78a14d5d35496f1661e0a1ac3cf30bdf2fb5838eacc290620602f805c1b363"
            },
            "downloads": -1,
            "filename": "patato-0.5.14-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "2cd67e239b1504d134e91ec431d4207a",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": "<3.12,>=3.8",
            "size": 556856,
            "upload_time": "2023-12-04T13:32:25",
            "upload_time_iso_8601": "2023-12-04T13:32:25.031181Z",
            "url": "https://files.pythonhosted.org/packages/93/75/98b4db50b1e488cadf9e202f58001e939db76fefa5f8ab8757168b2149f0/patato-0.5.14-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "63e91793ca9bd7aee6eead6771726299fa869525f837d40881427fab9fa79f71",
                "md5": "52fd6bede04af72a59fb52f40f43b8ae",
                "sha256": "8dc67b1ac0e527b5c961969a35433ca860a963702d4e28c2e95034375af72804"
            },
            "downloads": -1,
            "filename": "patato-0.5.14-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "52fd6bede04af72a59fb52f40f43b8ae",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": "<3.12,>=3.8",
            "size": 546173,
            "upload_time": "2023-12-04T13:32:26",
            "upload_time_iso_8601": "2023-12-04T13:32:26.515682Z",
            "url": "https://files.pythonhosted.org/packages/63/e9/1793ca9bd7aee6eead6771726299fa869525f837d40881427fab9fa79f71/patato-0.5.14-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c72f8911c027f6aeef7342eaa36559ef748abc2702bc41c94b818310e478926e",
                "md5": "88c0eb6aaabd73184eeff35d1c43cfe5",
                "sha256": "cc904180d5cb6897cb3629f9036a7b91f1ee04afd440b1c6b5f282ea7185cdf5"
            },
            "downloads": -1,
            "filename": "patato-0.5.14-pp39-pypy39_pp73-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "88c0eb6aaabd73184eeff35d1c43cfe5",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": "<3.12,>=3.8",
            "size": 482759,
            "upload_time": "2023-12-04T13:32:33",
            "upload_time_iso_8601": "2023-12-04T13:32:33.285100Z",
            "url": "https://files.pythonhosted.org/packages/c7/2f/8911c027f6aeef7342eaa36559ef748abc2702bc41c94b818310e478926e/patato-0.5.14-pp39-pypy39_pp73-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6c6acf4f5a31f672d8f57fd46e535fa732f48c39e3e7b5c3c604c48bfe229d5b",
                "md5": "148ab9fa3952bfc69ff5d21ed0b3895e",
                "sha256": "13cf0a89eb17fd116adfc01b830bfc1318309c0e585d623c7d6c36d354a33828"
            },
            "downloads": -1,
            "filename": "patato-0.5.14.tar.gz",
            "has_sig": false,
            "md5_digest": "148ab9fa3952bfc69ff5d21ed0b3895e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<3.12,>=3.8",
            "size": 22510888,
            "upload_time": "2023-12-04T13:32:34",
            "upload_time_iso_8601": "2023-12-04T13:32:34.935471Z",
            "url": "https://files.pythonhosted.org/packages/6c/6a/cf4f5a31f672d8f57fd46e535fa732f48c39e3e7b5c3c604c48bfe229d5b/patato-0.5.14.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-04 13:32:34",
    "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: 0.16483s