pamly


Namepamly JSON
Version 0.3.5 PyPI version JSON
download
home_pagehttps://github.com/spang-lab/pamly-lib
SummaryCommand line interface for digital pathology tools.
upload_time2024-08-29 11:31:53
maintainerNone
docs_urlNone
authorMichael Huttner<michael@mhuttner.com>
requires_python>=3.8
licenseMIT
keywords pathology
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # pamly-lib

The pamly-lib originates from the initial [pamly](https://pamly.spang-lab.de) project for whole slide image conversion, upload and viewing.
The pamly-lib contains the source code for the pamly rust crate which contains the converter tool of pamly as a CLI. 

## Installing and Compiling Openslide locally

It builds upon the C-library [Openslide](https://github.com/openslide/openslide) in order to convert the main propietary scanner formats to an accessible sqlite database.
Thus, follow the installation and compilation instructions for [Openslide](https://github.com/openslide/openslide) as the pamly-lib depends on openslide to be properly installed.
Mac users can also install via brew.

NOTE: If openslide is not found during cargo install it might be caused by your PATH, e.g. if you brew install on Mac run
```
export LIBRARY_PATH="/opt/homebrew/lib"
```

If you've installed and compiled via the git repo, add the path to the .dylib, so something like
```
export DYLD_LIBRARY_PATH="$HOME/.../openslide/builddir/src"
```

## Using the provided DOCKERFILE

We also provide a dockerfile building upon rust:alpine-linux.

## Installing the Converter Tool

In order to install the pamly CLI, including the converter tool, run
```
cargo install pamly --features convert
```

Without the flag --features convert you still get other features of pamly which do not depend on openslide, such as generating the types file (containing diagnoses, stains, labels, ...).

## Run the Converter Tool

In order to convert a raw WSI scan into an .sqlite databse run
```
pamly convert <Slide Path>
``` 




            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/spang-lab/pamly-lib",
    "name": "pamly",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "Michael Huttner <pypi@mhuttner.com>",
    "keywords": "pathology",
    "author": "Michael Huttner<michael@mhuttner.com>",
    "author_email": "Michael Huttner <pypi@mhuttner.com>",
    "download_url": "https://files.pythonhosted.org/packages/7e/2c/8d3a86a456e010ae964cbb79382a8fbcd0de30f152bf0457a2cc7dcf93d9/pamly-0.3.5.tar.gz",
    "platform": null,
    "description": "# pamly-lib\n\nThe pamly-lib originates from the initial [pamly](https://pamly.spang-lab.de) project for whole slide image conversion, upload and viewing.\nThe pamly-lib contains the source code for the pamly rust crate which contains the converter tool of pamly as a CLI. \n\n## Installing and Compiling Openslide locally\n\nIt builds upon the C-library [Openslide](https://github.com/openslide/openslide) in order to convert the main propietary scanner formats to an accessible sqlite database.\nThus, follow the installation and compilation instructions for [Openslide](https://github.com/openslide/openslide) as the pamly-lib depends on openslide to be properly installed.\nMac users can also install via brew.\n\nNOTE: If openslide is not found during cargo install it might be caused by your PATH, e.g. if you brew install on Mac run\n```\nexport LIBRARY_PATH=\"/opt/homebrew/lib\"\n```\n\nIf you've installed and compiled via the git repo, add the path to the .dylib, so something like\n```\nexport DYLD_LIBRARY_PATH=\"$HOME/.../openslide/builddir/src\"\n```\n\n## Using the provided DOCKERFILE\n\nWe also provide a dockerfile building upon rust:alpine-linux.\n\n## Installing the Converter Tool\n\nIn order to install the pamly CLI, including the converter tool, run\n```\ncargo install pamly --features convert\n```\n\nWithout the flag --features convert you still get other features of pamly which do not depend on openslide, such as generating the types file (containing diagnoses, stains, labels, ...).\n\n## Run the Converter Tool\n\nIn order to convert a raw WSI scan into an .sqlite databse run\n```\npamly convert <Slide Path>\n``` \n\n\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Command line interface for digital pathology tools.",
    "version": "0.3.5",
    "project_urls": {
        "Homepage": "https://github.com/spang-lab/pamly-lib",
        "Source Code": "https://github.com/spang-lab/pamly-lib"
    },
    "split_keywords": [
        "pathology"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d978fd394434512c16714f87594dfd632a486125766051a11515bd16b5d535e1",
                "md5": "af76bf6b50f5fc2fe7d854700b68f126",
                "sha256": "821c58d3fabfaa09c2405130a7c362d4625381ef1e46ce819e8b5266c8af1d3f"
            },
            "downloads": -1,
            "filename": "pamly-0.3.5-cp310-cp310-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "af76bf6b50f5fc2fe7d854700b68f126",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 244803,
            "upload_time": "2024-08-29T11:30:05",
            "upload_time_iso_8601": "2024-08-29T11:30:05.606144Z",
            "url": "https://files.pythonhosted.org/packages/d9/78/fd394434512c16714f87594dfd632a486125766051a11515bd16b5d535e1/pamly-0.3.5-cp310-cp310-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "031d7413eaf2a62e176f6d164602dff40894c138e1a033626a4bbaca2b858300",
                "md5": "5b4755220b415877afda00af7bc28bbc",
                "sha256": "04d2755477786e0e2410ac81696806120d9de80dc2438d922d41f1b045ec148a"
            },
            "downloads": -1,
            "filename": "pamly-0.3.5-cp310-cp310-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "5b4755220b415877afda00af7bc28bbc",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 240548,
            "upload_time": "2024-08-29T11:30:07",
            "upload_time_iso_8601": "2024-08-29T11:30:07.099899Z",
            "url": "https://files.pythonhosted.org/packages/03/1d/7413eaf2a62e176f6d164602dff40894c138e1a033626a4bbaca2b858300/pamly-0.3.5-cp310-cp310-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d34f2ff34b5f03fc827d11f9c4039505a2e48af27715e5442da0c97ac3b8fcfb",
                "md5": "b6aea6b6210aee777048d8c0d08cbf21",
                "sha256": "0c3a03ad38946f5d61084cebbf256e0be2f88a995403a11900bcec2fa6b9cb11"
            },
            "downloads": -1,
            "filename": "pamly-0.3.5-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "b6aea6b6210aee777048d8c0d08cbf21",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 285848,
            "upload_time": "2024-08-29T11:30:08",
            "upload_time_iso_8601": "2024-08-29T11:30:08.564228Z",
            "url": "https://files.pythonhosted.org/packages/d3/4f/2ff34b5f03fc827d11f9c4039505a2e48af27715e5442da0c97ac3b8fcfb/pamly-0.3.5-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "7d8ee6a9b5fe26ea6a22e5d6c27a5906bfc5f2d7ede82cd88bc4d708c91a97d2",
                "md5": "8f7aa99cc2945456de77a57b8d78bbb3",
                "sha256": "f62d3b88b2aa130de36e4ce01f4cb085eeeec73c0c391640d65cedef636be80c"
            },
            "downloads": -1,
            "filename": "pamly-0.3.5-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "8f7aa99cc2945456de77a57b8d78bbb3",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 283278,
            "upload_time": "2024-08-29T11:30:10",
            "upload_time_iso_8601": "2024-08-29T11:30:10.069993Z",
            "url": "https://files.pythonhosted.org/packages/7d/8e/e6a9b5fe26ea6a22e5d6c27a5906bfc5f2d7ede82cd88bc4d708c91a97d2/pamly-0.3.5-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "019827f42c7a5be9e74a084c4dacba71824d72ce6856fb0bc0238f3216dc3536",
                "md5": "5f1c9730e5b6322a0a9d27f8201988fd",
                "sha256": "350fea944c06a76ecf4efd29fa5331eb8c3e9eeb7a5368fc2be72bf368416ee5"
            },
            "downloads": -1,
            "filename": "pamly-0.3.5-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "5f1c9730e5b6322a0a9d27f8201988fd",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 312143,
            "upload_time": "2024-08-29T11:30:11",
            "upload_time_iso_8601": "2024-08-29T11:30:11.531111Z",
            "url": "https://files.pythonhosted.org/packages/01/98/27f42c7a5be9e74a084c4dacba71824d72ce6856fb0bc0238f3216dc3536/pamly-0.3.5-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "879eb55ef4a04172fa8c48b71eb3626f811b2735354d2edf46e930d83dd63a76",
                "md5": "ea66757afd5107907418b2d0815990bb",
                "sha256": "a9dcde453923deec95407f691f9f79a04ba16ca6823f9b868c95a80a030fdbb5"
            },
            "downloads": -1,
            "filename": "pamly-0.3.5-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "ea66757afd5107907418b2d0815990bb",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 322519,
            "upload_time": "2024-08-29T11:30:13",
            "upload_time_iso_8601": "2024-08-29T11:30:13.042436Z",
            "url": "https://files.pythonhosted.org/packages/87/9e/b55ef4a04172fa8c48b71eb3626f811b2735354d2edf46e930d83dd63a76/pamly-0.3.5-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "0bd01a1e4d487be13899704d9718236e67bc1e1c7f009e44b4d4001090c24f70",
                "md5": "f69aff5ab065f41861b99e82beda7417",
                "sha256": "c2155af02f047212533093e551254e222e48d7914bc59a25640fb1c5666e06fc"
            },
            "downloads": -1,
            "filename": "pamly-0.3.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "f69aff5ab065f41861b99e82beda7417",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 278180,
            "upload_time": "2024-08-29T11:30:14",
            "upload_time_iso_8601": "2024-08-29T11:30:14.531138Z",
            "url": "https://files.pythonhosted.org/packages/0b/d0/1a1e4d487be13899704d9718236e67bc1e1c7f009e44b4d4001090c24f70/pamly-0.3.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "2f56aa74df23de90b8a8f979bca252c6c76a8aea95e5ce85c76d03b5ea6531ff",
                "md5": "1d20588296a5f9cc23a28d53a1a45e7e",
                "sha256": "de5ac9f691f9145128c16be2199a50f3c42d6fa6a97e9527a549efdb173bac8e"
            },
            "downloads": -1,
            "filename": "pamly-0.3.5-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "1d20588296a5f9cc23a28d53a1a45e7e",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 286456,
            "upload_time": "2024-08-29T11:30:16",
            "upload_time_iso_8601": "2024-08-29T11:30:16.285531Z",
            "url": "https://files.pythonhosted.org/packages/2f/56/aa74df23de90b8a8f979bca252c6c76a8aea95e5ce85c76d03b5ea6531ff/pamly-0.3.5-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "c6ab7a48a29d732e1a47aa1374fb8e90ef3c852b87f31aa019e1fab367cb073a",
                "md5": "4b2c15aafab5279b756e6018b5525091",
                "sha256": "e6881240e667ca6bef8e53bf0fbbaa21208fe1a2ca98ea0d46b861311f35a4d3"
            },
            "downloads": -1,
            "filename": "pamly-0.3.5-cp310-none-win32.whl",
            "has_sig": false,
            "md5_digest": "4b2c15aafab5279b756e6018b5525091",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 136074,
            "upload_time": "2024-08-29T11:30:17",
            "upload_time_iso_8601": "2024-08-29T11:30:17.929479Z",
            "url": "https://files.pythonhosted.org/packages/c6/ab/7a48a29d732e1a47aa1374fb8e90ef3c852b87f31aa019e1fab367cb073a/pamly-0.3.5-cp310-none-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d03471ffff9ecce91efe46418e650c5ea7f9c84f6fe1f88aee9bfb88e7c587db",
                "md5": "db182207ed87f13955f50b67b4c0dbd4",
                "sha256": "056a281cc4941452f32d8cf67b5e2386a8fd78a6615fa66ecffa13593590af2c"
            },
            "downloads": -1,
            "filename": "pamly-0.3.5-cp310-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "db182207ed87f13955f50b67b4c0dbd4",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 145669,
            "upload_time": "2024-08-29T11:30:19",
            "upload_time_iso_8601": "2024-08-29T11:30:19.246320Z",
            "url": "https://files.pythonhosted.org/packages/d0/34/71ffff9ecce91efe46418e650c5ea7f9c84f6fe1f88aee9bfb88e7c587db/pamly-0.3.5-cp310-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "778718316c1dd385ffda9b158b52d47b6a7c350dc12e55b76f9460f5c6f0e565",
                "md5": "4cf308b7529b710ae3f7e4ff44d4f4dd",
                "sha256": "bc44c84b5e4a3e15c1d08e685d7e084ce793f5b153cd51ce73903609b58170e6"
            },
            "downloads": -1,
            "filename": "pamly-0.3.5-cp311-cp311-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "4cf308b7529b710ae3f7e4ff44d4f4dd",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 244723,
            "upload_time": "2024-08-29T11:30:20",
            "upload_time_iso_8601": "2024-08-29T11:30:20.812468Z",
            "url": "https://files.pythonhosted.org/packages/77/87/18316c1dd385ffda9b158b52d47b6a7c350dc12e55b76f9460f5c6f0e565/pamly-0.3.5-cp311-cp311-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "427ab82641883d99d269e64b70baba0dc28dd65101a2e8f70d7bb274ff510159",
                "md5": "d2abc5f3944f6b996da111e55e3073cc",
                "sha256": "f0051cdbb04192680d9502d89cdf18d2621090a3e8f7d36ed9716ad6a8e9f1fa"
            },
            "downloads": -1,
            "filename": "pamly-0.3.5-cp311-cp311-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "d2abc5f3944f6b996da111e55e3073cc",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 240499,
            "upload_time": "2024-08-29T11:30:22",
            "upload_time_iso_8601": "2024-08-29T11:30:22.348725Z",
            "url": "https://files.pythonhosted.org/packages/42/7a/b82641883d99d269e64b70baba0dc28dd65101a2e8f70d7bb274ff510159/pamly-0.3.5-cp311-cp311-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "be4295b963cc5954e66fde90206e8cd705e57548181082d0e6711d8a24e10c6f",
                "md5": "e2ef9455235db777542b5e57dad20f18",
                "sha256": "ebaefc9942e33207614f692aca63432ec903d6e38dad128f36dbeb830b1bd4b3"
            },
            "downloads": -1,
            "filename": "pamly-0.3.5-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "e2ef9455235db777542b5e57dad20f18",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 285911,
            "upload_time": "2024-08-29T11:30:23",
            "upload_time_iso_8601": "2024-08-29T11:30:23.809712Z",
            "url": "https://files.pythonhosted.org/packages/be/42/95b963cc5954e66fde90206e8cd705e57548181082d0e6711d8a24e10c6f/pamly-0.3.5-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "adc66e00c267286ff0a93a133750dde120cb89020bf06f13db02200e169a8d24",
                "md5": "cfa378220ffea1158085a05bf7ae4b8a",
                "sha256": "9730268933a141f5fa9c46c0fe1c3e1d3aeae20132ad0f0d226c076141c8a405"
            },
            "downloads": -1,
            "filename": "pamly-0.3.5-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "cfa378220ffea1158085a05bf7ae4b8a",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 283359,
            "upload_time": "2024-08-29T11:30:26",
            "upload_time_iso_8601": "2024-08-29T11:30:26.053534Z",
            "url": "https://files.pythonhosted.org/packages/ad/c6/6e00c267286ff0a93a133750dde120cb89020bf06f13db02200e169a8d24/pamly-0.3.5-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "75891f0ec3b9ced7f599e106720da7f1b7c02ebb8b8cc966bc37a949b39bef55",
                "md5": "6a153d54128dcb4abf4a00db4f953fe3",
                "sha256": "c642089fbf5302180f4f3aa3a855320b4f1c263fce37629e10f9ca6dcf57e104"
            },
            "downloads": -1,
            "filename": "pamly-0.3.5-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "6a153d54128dcb4abf4a00db4f953fe3",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 312414,
            "upload_time": "2024-08-29T11:30:28",
            "upload_time_iso_8601": "2024-08-29T11:30:28.260086Z",
            "url": "https://files.pythonhosted.org/packages/75/89/1f0ec3b9ced7f599e106720da7f1b7c02ebb8b8cc966bc37a949b39bef55/pamly-0.3.5-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "0fd622ac0a0d9ba5c158f57360f559480e1693f08e24c2d44c61aba039be7092",
                "md5": "97dd1f6509f78ec75a0440e0025890b3",
                "sha256": "c1fea3252c519d1ccb6f7bf78a297456aa02ee8a2d12ea663faf06e604626dcf"
            },
            "downloads": -1,
            "filename": "pamly-0.3.5-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "97dd1f6509f78ec75a0440e0025890b3",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 317197,
            "upload_time": "2024-08-29T11:30:30",
            "upload_time_iso_8601": "2024-08-29T11:30:30.068005Z",
            "url": "https://files.pythonhosted.org/packages/0f/d6/22ac0a0d9ba5c158f57360f559480e1693f08e24c2d44c61aba039be7092/pamly-0.3.5-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "5d8d8876881d96dececad79f52414b67de1ef47598c638a803e0517c34031c00",
                "md5": "8d78fa376fb4654cc1d83797cc007f90",
                "sha256": "a4a9936ab33eafd385918a1f063905979d43047adbc5034afb56ea87e8fd34f7"
            },
            "downloads": -1,
            "filename": "pamly-0.3.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "8d78fa376fb4654cc1d83797cc007f90",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 278276,
            "upload_time": "2024-08-29T11:30:31",
            "upload_time_iso_8601": "2024-08-29T11:30:31.785497Z",
            "url": "https://files.pythonhosted.org/packages/5d/8d/8876881d96dececad79f52414b67de1ef47598c638a803e0517c34031c00/pamly-0.3.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "2cc4b766ca8bf1698a7c24c2cc71f68f1efc4e4ec71440aa74b32d555578802a",
                "md5": "69ecf9b436a3142320f6145a07d50cb3",
                "sha256": "83d46d3dc475d6dfcd3dbc913ee9f5997016292a070f9d01626b90ac283bc1fd"
            },
            "downloads": -1,
            "filename": "pamly-0.3.5-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "69ecf9b436a3142320f6145a07d50cb3",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 286656,
            "upload_time": "2024-08-29T11:30:33",
            "upload_time_iso_8601": "2024-08-29T11:30:33.489112Z",
            "url": "https://files.pythonhosted.org/packages/2c/c4/b766ca8bf1698a7c24c2cc71f68f1efc4e4ec71440aa74b32d555578802a/pamly-0.3.5-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "2ba7f9280c113635a6108163ea124a879832935ca843d31b8ae113c4a9bffd07",
                "md5": "4cb643a53d028dd606137bace0ed6576",
                "sha256": "9855f85592717ad45ce2ea7aecc2447b2617638deba8c3d0f56492272bf8f14f"
            },
            "downloads": -1,
            "filename": "pamly-0.3.5-cp311-none-win32.whl",
            "has_sig": false,
            "md5_digest": "4cb643a53d028dd606137bace0ed6576",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 136142,
            "upload_time": "2024-08-29T11:30:35",
            "upload_time_iso_8601": "2024-08-29T11:30:35.147673Z",
            "url": "https://files.pythonhosted.org/packages/2b/a7/f9280c113635a6108163ea124a879832935ca843d31b8ae113c4a9bffd07/pamly-0.3.5-cp311-none-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "8066e72127343f4079d0f2d9e1c6fc6eea68bf6270073b373ba5f323cd4ec186",
                "md5": "423799fbbd145940dc7f812fdea74dc5",
                "sha256": "98be7a460141f9e369eee97f3d4dd69b801629494e4d00566002181c265b2908"
            },
            "downloads": -1,
            "filename": "pamly-0.3.5-cp311-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "423799fbbd145940dc7f812fdea74dc5",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 145521,
            "upload_time": "2024-08-29T11:30:36",
            "upload_time_iso_8601": "2024-08-29T11:30:36.687638Z",
            "url": "https://files.pythonhosted.org/packages/80/66/e72127343f4079d0f2d9e1c6fc6eea68bf6270073b373ba5f323cd4ec186/pamly-0.3.5-cp311-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a9cd4bed09f7571601160e5c6e625bc928f9f46bf72ab079d081f18c947ddcb8",
                "md5": "25b7673d7452a14f69cecbb3c2283866",
                "sha256": "fedd67af8ee4dee447e88e973e6007a09aa3745930d4cbf2b0b4555d331bb186"
            },
            "downloads": -1,
            "filename": "pamly-0.3.5-cp312-cp312-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "25b7673d7452a14f69cecbb3c2283866",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 243327,
            "upload_time": "2024-08-29T11:30:38",
            "upload_time_iso_8601": "2024-08-29T11:30:38.134389Z",
            "url": "https://files.pythonhosted.org/packages/a9/cd/4bed09f7571601160e5c6e625bc928f9f46bf72ab079d081f18c947ddcb8/pamly-0.3.5-cp312-cp312-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "af71ae9a8c261ed2ac04412284a782e44a23b6770e18affbde08c7ec7dfeeafc",
                "md5": "dcdee724ac8a87387b2ab64634ccf2fb",
                "sha256": "dddb350565d58abc223898fc984b450a14444ab313b553eef3decf9ccf1e78ce"
            },
            "downloads": -1,
            "filename": "pamly-0.3.5-cp312-cp312-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "dcdee724ac8a87387b2ab64634ccf2fb",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 239051,
            "upload_time": "2024-08-29T11:30:39",
            "upload_time_iso_8601": "2024-08-29T11:30:39.496561Z",
            "url": "https://files.pythonhosted.org/packages/af/71/ae9a8c261ed2ac04412284a782e44a23b6770e18affbde08c7ec7dfeeafc/pamly-0.3.5-cp312-cp312-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "82aa6baf78b0b97ee65dc0d8dae5f807ea789610c833d2e0ba9e9f1d5253f07f",
                "md5": "0162d8b4eafc02ff14de0780df5e4afc",
                "sha256": "98f51590a0a31dcb7f56386a3db73f8fb709899ae8fd39e99ced798bb0199d44"
            },
            "downloads": -1,
            "filename": "pamly-0.3.5-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "0162d8b4eafc02ff14de0780df5e4afc",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 285895,
            "upload_time": "2024-08-29T11:30:41",
            "upload_time_iso_8601": "2024-08-29T11:30:41.049495Z",
            "url": "https://files.pythonhosted.org/packages/82/aa/6baf78b0b97ee65dc0d8dae5f807ea789610c833d2e0ba9e9f1d5253f07f/pamly-0.3.5-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "18170e1809edd8c7b32e7fb657a2a115b41071de7b9301be72c292ddd0f1e9a5",
                "md5": "9ec817d76ae5b348b83cbde5b8deadd6",
                "sha256": "d92892e246d52f7947093078103810ae31b08ce2366d2cb9419274f731290548"
            },
            "downloads": -1,
            "filename": "pamly-0.3.5-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "9ec817d76ae5b348b83cbde5b8deadd6",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 282316,
            "upload_time": "2024-08-29T11:30:42",
            "upload_time_iso_8601": "2024-08-29T11:30:42.615847Z",
            "url": "https://files.pythonhosted.org/packages/18/17/0e1809edd8c7b32e7fb657a2a115b41071de7b9301be72c292ddd0f1e9a5/pamly-0.3.5-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f4e6966364ee7b92430c90bacfed710f9e1cffe7f116bd783f2dcb798d16140b",
                "md5": "80a0955069aa604a2e11c31b566c4481",
                "sha256": "c91eab14218980c7148b95044be6514519906f3ff363b7745e9c8204e2f8bb8b"
            },
            "downloads": -1,
            "filename": "pamly-0.3.5-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "80a0955069aa604a2e11c31b566c4481",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 310747,
            "upload_time": "2024-08-29T11:30:44",
            "upload_time_iso_8601": "2024-08-29T11:30:44.069179Z",
            "url": "https://files.pythonhosted.org/packages/f4/e6/966364ee7b92430c90bacfed710f9e1cffe7f116bd783f2dcb798d16140b/pamly-0.3.5-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "8d1f0063810e01809d7d84436c310bd44caa12e518b15c0c8d9cf566788f7234",
                "md5": "58f469dc66d08f6f845c475887f0a075",
                "sha256": "7eba28dcbcbf8edd20b2877b323d58d23d35f55effad3b665b73f9201473dcfd"
            },
            "downloads": -1,
            "filename": "pamly-0.3.5-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "58f469dc66d08f6f845c475887f0a075",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 323102,
            "upload_time": "2024-08-29T11:30:45",
            "upload_time_iso_8601": "2024-08-29T11:30:45.809863Z",
            "url": "https://files.pythonhosted.org/packages/8d/1f/0063810e01809d7d84436c310bd44caa12e518b15c0c8d9cf566788f7234/pamly-0.3.5-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "eacd2924fac8a00e528e80ccc3f614efe058bed9a08f0b2656e9316723620efe",
                "md5": "243e62b680b7920ae441adff338ec769",
                "sha256": "951672ac92abad222bb3172ccb94966e69575ebe97acf3f87234e6078c7000cc"
            },
            "downloads": -1,
            "filename": "pamly-0.3.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "243e62b680b7920ae441adff338ec769",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 277752,
            "upload_time": "2024-08-29T11:30:47",
            "upload_time_iso_8601": "2024-08-29T11:30:47.755837Z",
            "url": "https://files.pythonhosted.org/packages/ea/cd/2924fac8a00e528e80ccc3f614efe058bed9a08f0b2656e9316723620efe/pamly-0.3.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "8a7516a1e8e2c1214672f22e095ed26984fb69ddde9c73fda656395d3e6c0308",
                "md5": "118e51f8140d2a7c71eedc1f8af55cf2",
                "sha256": "6c2aa8f73463ff5fc94b2fda492d5cf85cf57ad17b4f446579e2e71ab9a12a4b"
            },
            "downloads": -1,
            "filename": "pamly-0.3.5-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "118e51f8140d2a7c71eedc1f8af55cf2",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 285972,
            "upload_time": "2024-08-29T11:30:49",
            "upload_time_iso_8601": "2024-08-29T11:30:49.576004Z",
            "url": "https://files.pythonhosted.org/packages/8a/75/16a1e8e2c1214672f22e095ed26984fb69ddde9c73fda656395d3e6c0308/pamly-0.3.5-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "c2ccda87af54c85316ae6ba532c9e2ebb0a7c06dd418fedc76b7e0fc8b96eb13",
                "md5": "a6dec9e1f6710ac646f199b2a121dc8f",
                "sha256": "a8cffc4694f1631b88b7e20186ee16d33c1f76f68cf6a808e5bbcf11173c0555"
            },
            "downloads": -1,
            "filename": "pamly-0.3.5-cp312-none-win32.whl",
            "has_sig": false,
            "md5_digest": "a6dec9e1f6710ac646f199b2a121dc8f",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 135621,
            "upload_time": "2024-08-29T11:30:51",
            "upload_time_iso_8601": "2024-08-29T11:30:51.086816Z",
            "url": "https://files.pythonhosted.org/packages/c2/cc/da87af54c85316ae6ba532c9e2ebb0a7c06dd418fedc76b7e0fc8b96eb13/pamly-0.3.5-cp312-none-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f6f9ae68ee85a3a069dbffbbea9dc4333a5975d00e6b830f68dacdabba750f0b",
                "md5": "48f0cc1e97f8e5cba64c4fa530eeb5e3",
                "sha256": "72e5f64aa8003cc963e5718ebec30e35f21d66996b07338de07ce107ad0ba6fc"
            },
            "downloads": -1,
            "filename": "pamly-0.3.5-cp312-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "48f0cc1e97f8e5cba64c4fa530eeb5e3",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 144667,
            "upload_time": "2024-08-29T11:30:52",
            "upload_time_iso_8601": "2024-08-29T11:30:52.523123Z",
            "url": "https://files.pythonhosted.org/packages/f6/f9/ae68ee85a3a069dbffbbea9dc4333a5975d00e6b830f68dacdabba750f0b/pamly-0.3.5-cp312-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "96a1fcd79369cf20dfd154321b9f55adda1f62b2dd45381c6c5be10aebfb5cf7",
                "md5": "9abcd9a7e9c365898d0917d5dd7a4d91",
                "sha256": "c40da5fe8769e6e487adc90bbc9dac32b1c2aed402c284666aac776155564787"
            },
            "downloads": -1,
            "filename": "pamly-0.3.5-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "9abcd9a7e9c365898d0917d5dd7a4d91",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 287443,
            "upload_time": "2024-08-29T11:30:54",
            "upload_time_iso_8601": "2024-08-29T11:30:54.193425Z",
            "url": "https://files.pythonhosted.org/packages/96/a1/fcd79369cf20dfd154321b9f55adda1f62b2dd45381c6c5be10aebfb5cf7/pamly-0.3.5-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "276389c86944a81c85a83c8c109b2e84926503ac2fb3b3014216e794237326d8",
                "md5": "17c4902cb3b2af605c8195096d2347b6",
                "sha256": "56b4f93ae85b60a2249496d6b854384a4eb61ce1d52b872eafcfeeb175e435a0"
            },
            "downloads": -1,
            "filename": "pamly-0.3.5-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "17c4902cb3b2af605c8195096d2347b6",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 284069,
            "upload_time": "2024-08-29T11:30:56",
            "upload_time_iso_8601": "2024-08-29T11:30:56.367947Z",
            "url": "https://files.pythonhosted.org/packages/27/63/89c86944a81c85a83c8c109b2e84926503ac2fb3b3014216e794237326d8/pamly-0.3.5-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "9b4077939978eed7f1fa1fb11277135b4c6223e84d7b66fc317e6bc7af153010",
                "md5": "6616f32f0b9b954a2844cc88a6da3cfe",
                "sha256": "fad32905caa88d1084b4518e09609962584daee2639d78010bf44eccb2921305"
            },
            "downloads": -1,
            "filename": "pamly-0.3.5-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "6616f32f0b9b954a2844cc88a6da3cfe",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 312763,
            "upload_time": "2024-08-29T11:30:57",
            "upload_time_iso_8601": "2024-08-29T11:30:57.856571Z",
            "url": "https://files.pythonhosted.org/packages/9b/40/77939978eed7f1fa1fb11277135b4c6223e84d7b66fc317e6bc7af153010/pamly-0.3.5-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "c474cd9b65c0d8eb7208f00c4581a30358689e64deb9b10162dd04b699148b91",
                "md5": "5ec8bff3f584232c21f84724d95a1064",
                "sha256": "e08293d788a86a27bc2f0e48edabfadc39d29c5d3c7fc9d69f04bb6f19739765"
            },
            "downloads": -1,
            "filename": "pamly-0.3.5-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "5ec8bff3f584232c21f84724d95a1064",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 322523,
            "upload_time": "2024-08-29T11:30:59",
            "upload_time_iso_8601": "2024-08-29T11:30:59.699128Z",
            "url": "https://files.pythonhosted.org/packages/c4/74/cd9b65c0d8eb7208f00c4581a30358689e64deb9b10162dd04b699148b91/pamly-0.3.5-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "52b2e71bfa251a9a12f7e83040eb88924bc5daee1c16c99903a8b14f0bd2b7c5",
                "md5": "9ecfc97935a97c4a1550f87c2b1e3d86",
                "sha256": "138126bde43269abdf94f0e09858df493dd50aeacb15e758f32cb0d4f8944937"
            },
            "downloads": -1,
            "filename": "pamly-0.3.5-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "9ecfc97935a97c4a1550f87c2b1e3d86",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 278876,
            "upload_time": "2024-08-29T11:31:01",
            "upload_time_iso_8601": "2024-08-29T11:31:01.385881Z",
            "url": "https://files.pythonhosted.org/packages/52/b2/e71bfa251a9a12f7e83040eb88924bc5daee1c16c99903a8b14f0bd2b7c5/pamly-0.3.5-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "c144d7e19aec555b6fd16afc660188c1837f3bf8972b7a01bf414e50f1f52ffa",
                "md5": "15b8ed00bac8c509b13e28724a2ea360",
                "sha256": "258d996036e7dc2632ca8de7deacd41f5e68c4c735ed0946e3d10cd5eac509b6"
            },
            "downloads": -1,
            "filename": "pamly-0.3.5-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "15b8ed00bac8c509b13e28724a2ea360",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 287016,
            "upload_time": "2024-08-29T11:31:03",
            "upload_time_iso_8601": "2024-08-29T11:31:03.356308Z",
            "url": "https://files.pythonhosted.org/packages/c1/44/d7e19aec555b6fd16afc660188c1837f3bf8972b7a01bf414e50f1f52ffa/pamly-0.3.5-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "be7b3514ac1eb30ffe5d1c3bed5b57ee59ea9b0810c60acb54aeb6711b83739e",
                "md5": "41a892a82d0f7d22f4a3dcc55f54d133",
                "sha256": "31d7df30723ec47627adde2b36680f5fc9aabcd41ea0e21c0d682bd168adfe8f"
            },
            "downloads": -1,
            "filename": "pamly-0.3.5-cp38-none-win32.whl",
            "has_sig": false,
            "md5_digest": "41a892a82d0f7d22f4a3dcc55f54d133",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 136527,
            "upload_time": "2024-08-29T11:31:05",
            "upload_time_iso_8601": "2024-08-29T11:31:05.170992Z",
            "url": "https://files.pythonhosted.org/packages/be/7b/3514ac1eb30ffe5d1c3bed5b57ee59ea9b0810c60acb54aeb6711b83739e/pamly-0.3.5-cp38-none-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "5535a9450b38907da67ad1c391a5db351eb0f133cf2c12c65e798a1846168079",
                "md5": "6048a90611e3a56d0cacd439f718fea5",
                "sha256": "b84c6fd75e6c6b569c4b8d419507e7e82f11c58b8ade611b678ddfb102cdb1fb"
            },
            "downloads": -1,
            "filename": "pamly-0.3.5-cp38-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "6048a90611e3a56d0cacd439f718fea5",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 146150,
            "upload_time": "2024-08-29T11:31:06",
            "upload_time_iso_8601": "2024-08-29T11:31:06.899127Z",
            "url": "https://files.pythonhosted.org/packages/55/35/a9450b38907da67ad1c391a5db351eb0f133cf2c12c65e798a1846168079/pamly-0.3.5-cp38-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "12a64648a95a3b615076f7d838f2c0f75596dc96314ead4ea5ebffff19208a10",
                "md5": "5a4cda2630425056a74f69cf7304f276",
                "sha256": "de800151a44ffb09e721f3f12f219d7466902105dd294483a0808eef9ef83f46"
            },
            "downloads": -1,
            "filename": "pamly-0.3.5-cp39-cp39-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "5a4cda2630425056a74f69cf7304f276",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 245827,
            "upload_time": "2024-08-29T11:31:08",
            "upload_time_iso_8601": "2024-08-29T11:31:08.677944Z",
            "url": "https://files.pythonhosted.org/packages/12/a6/4648a95a3b615076f7d838f2c0f75596dc96314ead4ea5ebffff19208a10/pamly-0.3.5-cp39-cp39-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "14542df3998167d673c923268f7ef0a4487999aa127637fc91af1e361843b3a8",
                "md5": "52259609877bdbbac7eee597838b42c9",
                "sha256": "f8a1c244a3a7e0cd7a179467125b5b3d932b9f01361cca9b101d1a768f1ef9a2"
            },
            "downloads": -1,
            "filename": "pamly-0.3.5-cp39-cp39-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "52259609877bdbbac7eee597838b42c9",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 241727,
            "upload_time": "2024-08-29T11:31:10",
            "upload_time_iso_8601": "2024-08-29T11:31:10.128320Z",
            "url": "https://files.pythonhosted.org/packages/14/54/2df3998167d673c923268f7ef0a4487999aa127637fc91af1e361843b3a8/pamly-0.3.5-cp39-cp39-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "7d4872c5bbee2bf69e0ad2fe4540d270b086e7e3044e06bef95ca44c6dbd46da",
                "md5": "c94759c7f47b4344c90407c8b5a52c21",
                "sha256": "f4e089e1b5a0c66ad7d6697a3f7b6fdc9d9852857ccb81c44b3b47de85ed261d"
            },
            "downloads": -1,
            "filename": "pamly-0.3.5-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "c94759c7f47b4344c90407c8b5a52c21",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 287809,
            "upload_time": "2024-08-29T11:31:11",
            "upload_time_iso_8601": "2024-08-29T11:31:11.622252Z",
            "url": "https://files.pythonhosted.org/packages/7d/48/72c5bbee2bf69e0ad2fe4540d270b086e7e3044e06bef95ca44c6dbd46da/pamly-0.3.5-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "107fbb073885d5c4a93007157eefc493f742ae8a85a42fc26b3e8c75b4350ca9",
                "md5": "f0bc7d5f49810073fb395b58a8a6b1cc",
                "sha256": "b4d285fd4b7c36cb4072f2c5e8a7107656fd93870f9a210be698359993a0d2b8"
            },
            "downloads": -1,
            "filename": "pamly-0.3.5-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "f0bc7d5f49810073fb395b58a8a6b1cc",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 284189,
            "upload_time": "2024-08-29T11:31:13",
            "upload_time_iso_8601": "2024-08-29T11:31:13.149601Z",
            "url": "https://files.pythonhosted.org/packages/10/7f/bb073885d5c4a93007157eefc493f742ae8a85a42fc26b3e8c75b4350ca9/pamly-0.3.5-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a4250f883351655b8a4b7fffc946bb7e802948c103aaa1a24e267a36a9ba8e7c",
                "md5": "8e8d6b47d266996dcb0255b7d298fb35",
                "sha256": "350f830fe901d2f1c1318e7957d8f6761f29fadbe6d362747ebcd724f07629df"
            },
            "downloads": -1,
            "filename": "pamly-0.3.5-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "8e8d6b47d266996dcb0255b7d298fb35",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 312198,
            "upload_time": "2024-08-29T11:31:14",
            "upload_time_iso_8601": "2024-08-29T11:31:14.735612Z",
            "url": "https://files.pythonhosted.org/packages/a4/25/0f883351655b8a4b7fffc946bb7e802948c103aaa1a24e267a36a9ba8e7c/pamly-0.3.5-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "3e0e1147e13c5644cb7fba2becbdd72d71c5cffd20817d8090a572e58a76cef4",
                "md5": "290ac82e6cce85621b4df522456f6a1e",
                "sha256": "eafee95a7bff891137dd254cd6cb0a984de9fc3e3a27d07cc0499bace56b2dc3"
            },
            "downloads": -1,
            "filename": "pamly-0.3.5-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "290ac82e6cce85621b4df522456f6a1e",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 322818,
            "upload_time": "2024-08-29T11:31:16",
            "upload_time_iso_8601": "2024-08-29T11:31:16.497923Z",
            "url": "https://files.pythonhosted.org/packages/3e/0e/1147e13c5644cb7fba2becbdd72d71c5cffd20817d8090a572e58a76cef4/pamly-0.3.5-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b679039ed9d8cf99b2a69a85dbbfee39f8582269f8b5bbb9183770d06708cc2f",
                "md5": "d8ce1eac315f31f42fb522ac56c4eba5",
                "sha256": "0660853689b902644c02b39598868b1b6db51458148006c0360c32a1d1b8b7b2"
            },
            "downloads": -1,
            "filename": "pamly-0.3.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "d8ce1eac315f31f42fb522ac56c4eba5",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 279155,
            "upload_time": "2024-08-29T11:31:17",
            "upload_time_iso_8601": "2024-08-29T11:31:17.981160Z",
            "url": "https://files.pythonhosted.org/packages/b6/79/039ed9d8cf99b2a69a85dbbfee39f8582269f8b5bbb9183770d06708cc2f/pamly-0.3.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "1309905c36b33d37deffebcc9e6112e7f6079f3f2c6e975817241498c56c7e77",
                "md5": "a302d023736302565b0732fe5e16425b",
                "sha256": "97753b3c7e52965366a3ed07a86c0f4d937ce1af92552452e06346e29a592f39"
            },
            "downloads": -1,
            "filename": "pamly-0.3.5-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "a302d023736302565b0732fe5e16425b",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 286848,
            "upload_time": "2024-08-29T11:31:19",
            "upload_time_iso_8601": "2024-08-29T11:31:19.418577Z",
            "url": "https://files.pythonhosted.org/packages/13/09/905c36b33d37deffebcc9e6112e7f6079f3f2c6e975817241498c56c7e77/pamly-0.3.5-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "7566d5f79d76caf1044b1d05a4081997550e675d81ae09eeb69f69571bf13c45",
                "md5": "b8936a40bc20bd0503fec5138fab6e80",
                "sha256": "f1b663d137dc148b62d86d856c30b0fda7efd094dfa9d9cd42dcb3f4872e68cf"
            },
            "downloads": -1,
            "filename": "pamly-0.3.5-cp39-none-win32.whl",
            "has_sig": false,
            "md5_digest": "b8936a40bc20bd0503fec5138fab6e80",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 136470,
            "upload_time": "2024-08-29T11:31:21",
            "upload_time_iso_8601": "2024-08-29T11:31:21.002736Z",
            "url": "https://files.pythonhosted.org/packages/75/66/d5f79d76caf1044b1d05a4081997550e675d81ae09eeb69f69571bf13c45/pamly-0.3.5-cp39-none-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "730ccc6beaa8278ed21f956ff85f77f7342a830f134252e81ea73dbc5c85fb21",
                "md5": "c47b95c8e6206a8c73db12c2a046bce3",
                "sha256": "378d65bc257082d11949733fba7a8937546d3d21c8fb81e5f4d4cc0b4b10ff79"
            },
            "downloads": -1,
            "filename": "pamly-0.3.5-cp39-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "c47b95c8e6206a8c73db12c2a046bce3",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 146342,
            "upload_time": "2024-08-29T11:31:22",
            "upload_time_iso_8601": "2024-08-29T11:31:22.789317Z",
            "url": "https://files.pythonhosted.org/packages/73/0c/cc6beaa8278ed21f956ff85f77f7342a830f134252e81ea73dbc5c85fb21/pamly-0.3.5-cp39-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "178c61172ba6ec4fb91add3daa79a22e1c691bcd20d27cbec98c85cf219861d6",
                "md5": "24e6e09dc144e1de0a47b6ebf2f82f73",
                "sha256": "0aae16996c5833c9ed4300397e9e3e81b516aeb3fc602ddc07f3ed3f5e5dc80a"
            },
            "downloads": -1,
            "filename": "pamly-0.3.5-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "24e6e09dc144e1de0a47b6ebf2f82f73",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.8",
            "size": 286412,
            "upload_time": "2024-08-29T11:31:24",
            "upload_time_iso_8601": "2024-08-29T11:31:24.453954Z",
            "url": "https://files.pythonhosted.org/packages/17/8c/61172ba6ec4fb91add3daa79a22e1c691bcd20d27cbec98c85cf219861d6/pamly-0.3.5-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e402d9bce6d3d08fb9e0fe0ad4df72b50492444b0cbd4df841005daf507bead0",
                "md5": "2e337ce8551e02c630902c6ea3380434",
                "sha256": "de0c07b456da48bc641825ba29b2b3b665f9b502e9d5614faeb9c54c70203d8a"
            },
            "downloads": -1,
            "filename": "pamly-0.3.5-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "2e337ce8551e02c630902c6ea3380434",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.8",
            "size": 283265,
            "upload_time": "2024-08-29T11:31:26",
            "upload_time_iso_8601": "2024-08-29T11:31:26.329493Z",
            "url": "https://files.pythonhosted.org/packages/e4/02/d9bce6d3d08fb9e0fe0ad4df72b50492444b0cbd4df841005daf507bead0/pamly-0.3.5-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "9bc6a080751e7b8de09224aae2bae2ff7e6ec8487dd97e39fc840fe9e84c2d0d",
                "md5": "308e4bd2bf3cd74083a0cd39afdd1746",
                "sha256": "6f24f1e1961df8ddd37432d382bf666899682b4f7d601c0d76883731fbb696d2"
            },
            "downloads": -1,
            "filename": "pamly-0.3.5-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "308e4bd2bf3cd74083a0cd39afdd1746",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.8",
            "size": 311319,
            "upload_time": "2024-08-29T11:31:28",
            "upload_time_iso_8601": "2024-08-29T11:31:28.075569Z",
            "url": "https://files.pythonhosted.org/packages/9b/c6/a080751e7b8de09224aae2bae2ff7e6ec8487dd97e39fc840fe9e84c2d0d/pamly-0.3.5-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "4d265eea0c3288d7de63eb627887d4308cc8e8199a9b054ab91456b271c97994",
                "md5": "b8d37788a2770923c4f624c74e0994fd",
                "sha256": "b4bf461cda0528b3eee0ba9ed6b73c7c67d377c9f0e583107653ed76ae9c5b39"
            },
            "downloads": -1,
            "filename": "pamly-0.3.5-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "b8d37788a2770923c4f624c74e0994fd",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.8",
            "size": 317008,
            "upload_time": "2024-08-29T11:31:29",
            "upload_time_iso_8601": "2024-08-29T11:31:29.687844Z",
            "url": "https://files.pythonhosted.org/packages/4d/26/5eea0c3288d7de63eb627887d4308cc8e8199a9b054ab91456b271c97994/pamly-0.3.5-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "2731641af1f967aec57f8f29b84233c6e6efae9efd12ca5404d645cfb2dd53d6",
                "md5": "fc8f54bbe6ad1d8e84b66b5564a30644",
                "sha256": "75a1e4e6c857a7368f3b4635b2600cbc02d8f6cd48086697ef3a35fac4a9de5a"
            },
            "downloads": -1,
            "filename": "pamly-0.3.5-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "fc8f54bbe6ad1d8e84b66b5564a30644",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.8",
            "size": 277686,
            "upload_time": "2024-08-29T11:31:31",
            "upload_time_iso_8601": "2024-08-29T11:31:31.595386Z",
            "url": "https://files.pythonhosted.org/packages/27/31/641af1f967aec57f8f29b84233c6e6efae9efd12ca5404d645cfb2dd53d6/pamly-0.3.5-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "09b871b185be307128d3cf08d3d1c5bf3ba665331e569889c2c6cab1639eb415",
                "md5": "5d1efc77be7cbc81a1af798767ae647b",
                "sha256": "8e240fd61919dc54838be4e0a8abaef6ea631a6a7b376b071ea87b1fdfe983a0"
            },
            "downloads": -1,
            "filename": "pamly-0.3.5-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "5d1efc77be7cbc81a1af798767ae647b",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.8",
            "size": 286750,
            "upload_time": "2024-08-29T11:31:33",
            "upload_time_iso_8601": "2024-08-29T11:31:33.073272Z",
            "url": "https://files.pythonhosted.org/packages/09/b8/71b185be307128d3cf08d3d1c5bf3ba665331e569889c2c6cab1639eb415/pamly-0.3.5-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "34514a2fc9df1120d29a2c74cc82e42ca2e8b93ff9928810dd1d5b07a4316824",
                "md5": "6f2e24c5f9c614942293ca86e475dc3b",
                "sha256": "ef1817f6dde72b9dbace24d17bd47c753dfba5eb14bb20d6f08cc86794341eae"
            },
            "downloads": -1,
            "filename": "pamly-0.3.5-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "6f2e24c5f9c614942293ca86e475dc3b",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.8",
            "size": 286881,
            "upload_time": "2024-08-29T11:31:35",
            "upload_time_iso_8601": "2024-08-29T11:31:35.329272Z",
            "url": "https://files.pythonhosted.org/packages/34/51/4a2fc9df1120d29a2c74cc82e42ca2e8b93ff9928810dd1d5b07a4316824/pamly-0.3.5-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b2883bf3c92dd9ef63c8873e0e4e74a6ee6c622eb12e15a42cbe407c1febf93c",
                "md5": "4dc70683caf8c45881f141a41d2f0c5d",
                "sha256": "adf9c6a442bd2cfe7b5e469fff1972312dff32f1c1b862f4f87fc56961f9892b"
            },
            "downloads": -1,
            "filename": "pamly-0.3.5-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "4dc70683caf8c45881f141a41d2f0c5d",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.8",
            "size": 284559,
            "upload_time": "2024-08-29T11:31:37",
            "upload_time_iso_8601": "2024-08-29T11:31:37.860747Z",
            "url": "https://files.pythonhosted.org/packages/b2/88/3bf3c92dd9ef63c8873e0e4e74a6ee6c622eb12e15a42cbe407c1febf93c/pamly-0.3.5-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "93dd5411e70a107871466dd036703cf9f8611b59fc23d836acb0871bfc3936ae",
                "md5": "08e0e43ed2868207709213064ce4683f",
                "sha256": "1364d112d5c7dd93fb7ae89e71f036bb2fce3b42338cc9059022072147cac2c9"
            },
            "downloads": -1,
            "filename": "pamly-0.3.5-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "08e0e43ed2868207709213064ce4683f",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.8",
            "size": 311963,
            "upload_time": "2024-08-29T11:31:39",
            "upload_time_iso_8601": "2024-08-29T11:31:39.458763Z",
            "url": "https://files.pythonhosted.org/packages/93/dd/5411e70a107871466dd036703cf9f8611b59fc23d836acb0871bfc3936ae/pamly-0.3.5-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f338bf43a83f69894bc96ba4cdab9857047803aa62c01dd46b37070eba84db35",
                "md5": "6bea652fa2b113a97cf88d5b8408a3c5",
                "sha256": "3e2c242f7993cd2eaa981909ca701e8aa9da8f1ce92047447c7ac12861f41b30"
            },
            "downloads": -1,
            "filename": "pamly-0.3.5-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "6bea652fa2b113a97cf88d5b8408a3c5",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.8",
            "size": 317343,
            "upload_time": "2024-08-29T11:31:41",
            "upload_time_iso_8601": "2024-08-29T11:31:41.040334Z",
            "url": "https://files.pythonhosted.org/packages/f3/38/bf43a83f69894bc96ba4cdab9857047803aa62c01dd46b37070eba84db35/pamly-0.3.5-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "33f028400e23fe51019df1a49a2c98e82b608e9aa65210d8a4c4c2e9d67c4a90",
                "md5": "8d6796d0949651b25272c81c9d07ed2d",
                "sha256": "824307ce105f75b9ca079ef90497938a825c6bfce74826aeedfb678d7dcca905"
            },
            "downloads": -1,
            "filename": "pamly-0.3.5-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "8d6796d0949651b25272c81c9d07ed2d",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.8",
            "size": 286702,
            "upload_time": "2024-08-29T11:31:42",
            "upload_time_iso_8601": "2024-08-29T11:31:42.701656Z",
            "url": "https://files.pythonhosted.org/packages/33/f0/28400e23fe51019df1a49a2c98e82b608e9aa65210d8a4c4c2e9d67c4a90/pamly-0.3.5-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "2489c557c3110dd3408ed0e0c189a66bc3142197342276886d91a53cbc837595",
                "md5": "0d8d3766fb3742e74e1ea08175f748d8",
                "sha256": "001641b048101db8cb9d7c8d49e8c970f7aefae7e3853125a2edb83fd9388892"
            },
            "downloads": -1,
            "filename": "pamly-0.3.5-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "0d8d3766fb3742e74e1ea08175f748d8",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.8",
            "size": 284489,
            "upload_time": "2024-08-29T11:31:44",
            "upload_time_iso_8601": "2024-08-29T11:31:44.325637Z",
            "url": "https://files.pythonhosted.org/packages/24/89/c557c3110dd3408ed0e0c189a66bc3142197342276886d91a53cbc837595/pamly-0.3.5-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "9677752cc62ac8be060bc24c67eb17245c141e4bc2476a684d43da82a77da0f2",
                "md5": "9ea472939cad47d1b9ee9adac3713b45",
                "sha256": "dff9086253f27bdc74e5fcb3556c2dde86c3634d6836aa75565e97dcc0c50c74"
            },
            "downloads": -1,
            "filename": "pamly-0.3.5-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "9ea472939cad47d1b9ee9adac3713b45",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.8",
            "size": 311921,
            "upload_time": "2024-08-29T11:31:46",
            "upload_time_iso_8601": "2024-08-29T11:31:46.360553Z",
            "url": "https://files.pythonhosted.org/packages/96/77/752cc62ac8be060bc24c67eb17245c141e4bc2476a684d43da82a77da0f2/pamly-0.3.5-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "ac38eb98bd5811e1c68fa590aac1795a33a135f5bf3853baa3d59eeb93fa7eac",
                "md5": "4f32746f16c656e4b456a0c73f85d238",
                "sha256": "2f38a1a01b29fe3b9b1c997195aceb71985665a4bd0344b22d65f6e2cddc1b3b"
            },
            "downloads": -1,
            "filename": "pamly-0.3.5-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "4f32746f16c656e4b456a0c73f85d238",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.8",
            "size": 317105,
            "upload_time": "2024-08-29T11:31:47",
            "upload_time_iso_8601": "2024-08-29T11:31:47.948702Z",
            "url": "https://files.pythonhosted.org/packages/ac/38/eb98bd5811e1c68fa590aac1795a33a135f5bf3853baa3d59eeb93fa7eac/pamly-0.3.5-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "33b4b9862a79a6c4db9a3f61f95d52e9301501879448a0fd90f1311b5393aa0a",
                "md5": "875144d069cb11579832e75fec856740",
                "sha256": "9a887fa9cfab81a5970df36f24e390922a3ebe7b033d0f74fb18a3e1c8d1d970"
            },
            "downloads": -1,
            "filename": "pamly-0.3.5-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "875144d069cb11579832e75fec856740",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.8",
            "size": 278134,
            "upload_time": "2024-08-29T11:31:49",
            "upload_time_iso_8601": "2024-08-29T11:31:49.519442Z",
            "url": "https://files.pythonhosted.org/packages/33/b4/b9862a79a6c4db9a3f61f95d52e9301501879448a0fd90f1311b5393aa0a/pamly-0.3.5-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "3599776b6b4f0d0f64e0cb554a9082786407a03993500b0576f27fcd560cd894",
                "md5": "8a1db1894dc61d006923d30ca5e83f3e",
                "sha256": "5d10a8f46f9d022c260e16efaff2cd38fe1aa9ee4c4051c48d1088a66a7387dd"
            },
            "downloads": -1,
            "filename": "pamly-0.3.5-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl",
            "has_sig": false,
            "md5_digest": "8a1db1894dc61d006923d30ca5e83f3e",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.8",
            "size": 287342,
            "upload_time": "2024-08-29T11:31:51",
            "upload_time_iso_8601": "2024-08-29T11:31:51.548890Z",
            "url": "https://files.pythonhosted.org/packages/35/99/776b6b4f0d0f64e0cb554a9082786407a03993500b0576f27fcd560cd894/pamly-0.3.5-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "7e2c8d3a86a456e010ae964cbb79382a8fbcd0de30f152bf0457a2cc7dcf93d9",
                "md5": "4664ca11e391300c1ab6fe60e75f2af3",
                "sha256": "d47c912b2760fd620e6534c244634be5918ee4d8cab3c0c048e6bb8655405fac"
            },
            "downloads": -1,
            "filename": "pamly-0.3.5.tar.gz",
            "has_sig": false,
            "md5_digest": "4664ca11e391300c1ab6fe60e75f2af3",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 98256,
            "upload_time": "2024-08-29T11:31:53",
            "upload_time_iso_8601": "2024-08-29T11:31:53.122077Z",
            "url": "https://files.pythonhosted.org/packages/7e/2c/8d3a86a456e010ae964cbb79382a8fbcd0de30f152bf0457a2cc7dcf93d9/pamly-0.3.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-29 11:31:53",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "spang-lab",
    "github_project": "pamly-lib",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "pamly"
}
        
Elapsed time: 4.01258s