Name | inflate64 JSON |
Version |
1.0.1
JSON |
| download |
home_page | None |
Summary | deflate64 compression/decompression library |
upload_time | 2024-12-23 02:03:26 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.9 |
license | LGPL-2.1-or-later |
keywords |
deflate64
compression
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
inflate64
=========
.. image:: https://badge.fury.io/py/inflate64.svg
:target: https://badge.fury.io/py/inflate64
.. image:: https://ci.codeberg.org/api/badges/12505/status.svg
:target: https://ci.codeberg.org/repos/12505
The ``inflate64`` is a python package to provide ``Deflater`` and ``Inflater`` class to compress and
decompress with Enhanced Deflate compression algorithm.
The project is in ``Production/Stable`` status.
How to use
----------
You can install it with ``pip`` command as usual.
.. code-block::
pip install inflate64
You can extract compressed data by instantiating ``Inflater`` class and call ``inflate`` method.
.. code-block:: python
import inflate64
decompressor = inflate64.Inflater()
extracted = decompressor.inflate(data)
You can also compress data by instantiating ``Deflater`` class and call ``deflate`` method.
.. code-block:: python
import inflate64
compressor = inflate64.Deflater()
compressed = compressor.deflate(data)
compressed += compressor.flush()
License
-------
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
.. note::
Please note that Enhanced Deflate algorithm is also known as `DEFLATE64` :sup:`TM`
that is a registered trademark of `PKWARE, Inc.`
Raw data
{
"_id": null,
"home_page": null,
"name": "inflate64",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.9",
"maintainer_email": null,
"keywords": "deflate64, compression",
"author": null,
"author_email": "Hiroshi Miura <miurahr@linux.com>",
"download_url": "https://files.pythonhosted.org/packages/dd/8c/3a7ac7e1931bd1bca5f8e3687f7611083f6a79aae02b9cd6b7ce1fb4a8d0/inflate64-1.0.1.tar.gz",
"platform": null,
"description": "inflate64\n=========\n\n.. image:: https://badge.fury.io/py/inflate64.svg\n :target: https://badge.fury.io/py/inflate64\n\n.. image:: https://ci.codeberg.org/api/badges/12505/status.svg\n :target: https://ci.codeberg.org/repos/12505\n\n\nThe ``inflate64`` is a python package to provide ``Deflater`` and ``Inflater`` class to compress and\ndecompress with Enhanced Deflate compression algorithm.\n\nThe project is in ``Production/Stable`` status.\n\nHow to use\n----------\n\nYou can install it with ``pip`` command as usual.\n\n.. code-block::\n\n pip install inflate64\n\n\nYou can extract compressed data by instantiating ``Inflater`` class and call ``inflate`` method.\n\n.. code-block:: python\n\n import inflate64\n decompressor = inflate64.Inflater()\n extracted = decompressor.inflate(data)\n\n\nYou can also compress data by instantiating ``Deflater`` class and call ``deflate`` method.\n\n.. code-block:: python\n\n import inflate64\n compressor = inflate64.Deflater()\n compressed = compressor.deflate(data)\n compressed += compressor.flush()\n\n\nLicense\n-------\n\nThis library is free software; you can redistribute it and/or\nmodify it under the terms of the GNU Lesser General Public\nLicense as published by the Free Software Foundation; either\nversion 2.1 of the License, or (at your option) any later version.\n\nThis library is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\nLesser General Public License for more details.\n\nYou should have received a copy of the GNU Lesser General Public\nLicense along with this library; if not, write to the Free Software\nFoundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA\n\n.. note::\n Please note that Enhanced Deflate algorithm is also known as `DEFLATE64` :sup:`TM`\n that is a registered trademark of `PKWARE, Inc.`\n",
"bugtrack_url": null,
"license": "LGPL-2.1-or-later",
"summary": "deflate64 compression/decompression library",
"version": "1.0.1",
"project_urls": null,
"split_keywords": [
"deflate64",
" compression"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "56e0f943728d2ea04ae25562e61f1987a3822d9b960e7a8d4217b05eecfc2a87",
"md5": "aaf73e0b98f00404fc77536a517b0723",
"sha256": "5122a188995e47a735ab969edc9129d42bbd97b993df5a3f0819b87205ce81b4"
},
"downloads": -1,
"filename": "inflate64-1.0.1-cp310-cp310-macosx_10_9_universal2.whl",
"has_sig": false,
"md5_digest": "aaf73e0b98f00404fc77536a517b0723",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.9",
"size": 59555,
"upload_time": "2024-12-23T02:01:48",
"upload_time_iso_8601": "2024-12-23T02:01:48.592321Z",
"url": "https://files.pythonhosted.org/packages/56/e0/f943728d2ea04ae25562e61f1987a3822d9b960e7a8d4217b05eecfc2a87/inflate64-1.0.1-cp310-cp310-macosx_10_9_universal2.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "a3ee8f57be448d49880a07f2a65566f21ecfb3ed1716107e2e45de6c4532fbdb",
"md5": "bc1d2ebc130063d93730af5775590579",
"sha256": "975ed694c680e46a5c0bb872380a9c9da271a91f9c0646561c58e8f3714347d4"
},
"downloads": -1,
"filename": "inflate64-1.0.1-cp310-cp310-macosx_10_9_x86_64.whl",
"has_sig": false,
"md5_digest": "bc1d2ebc130063d93730af5775590579",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.9",
"size": 36171,
"upload_time": "2024-12-23T02:01:51",
"upload_time_iso_8601": "2024-12-23T02:01:51.728722Z",
"url": "https://files.pythonhosted.org/packages/a3/ee/8f57be448d49880a07f2a65566f21ecfb3ed1716107e2e45de6c4532fbdb/inflate64-1.0.1-cp310-cp310-macosx_10_9_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "beaa75240bdcb937aa4af240ff7a40b4a0ffee6ab8ce2378029beaf25c671ee8",
"md5": "723bce77d8bc316c9ede3a74f5409865",
"sha256": "8bcaf445d9cda5f7358e0c2b78144641560f8ce9e3e4351099754c49d26a34e8"
},
"downloads": -1,
"filename": "inflate64-1.0.1-cp310-cp310-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "723bce77d8bc316c9ede3a74f5409865",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.9",
"size": 35927,
"upload_time": "2024-12-23T02:01:54",
"upload_time_iso_8601": "2024-12-23T02:01:54.834094Z",
"url": "https://files.pythonhosted.org/packages/be/aa/75240bdcb937aa4af240ff7a40b4a0ffee6ab8ce2378029beaf25c671ee8/inflate64-1.0.1-cp310-cp310-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "507f897f6cc7f030b8e1804ab3d0e5400dd46e7fdf797fd9b5517db495f00087",
"md5": "333ea34c3712df4f33e6934ed41a8e6b",
"sha256": "daede09baba24117279109b30fdf935195e91957e31b995b86f8dd01711376ee"
},
"downloads": -1,
"filename": "inflate64-1.0.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "333ea34c3712df4f33e6934ed41a8e6b",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.9",
"size": 92922,
"upload_time": "2024-12-23T02:01:56",
"upload_time_iso_8601": "2024-12-23T02:01:56.681771Z",
"url": "https://files.pythonhosted.org/packages/50/7f/897f6cc7f030b8e1804ab3d0e5400dd46e7fdf797fd9b5517db495f00087/inflate64-1.0.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "b33f1af3164e8bda3fdce692c260f01e37c0af21c3022e7227795524505d8b21",
"md5": "33f0806e4cc9e53c11894877a8fc5cb1",
"sha256": "0df40eaaba4fb8379d5c4fa5f56cc24741c4f1a91d4aef66438207473351ceaa"
},
"downloads": -1,
"filename": "inflate64-1.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "33f0806e4cc9e53c11894877a8fc5cb1",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.9",
"size": 93270,
"upload_time": "2024-12-23T02:01:59",
"upload_time_iso_8601": "2024-12-23T02:01:59.664884Z",
"url": "https://files.pythonhosted.org/packages/b3/3f/1af3164e8bda3fdce692c260f01e37c0af21c3022e7227795524505d8b21/inflate64-1.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "1c093549e76da59306ea3f0b9b2f756b0c48d76eaffddcc3cb27a40ce5c74fa3",
"md5": "c31e68e0d53203dc57fcbb7c2e5c4dab",
"sha256": "ef90855ff63d53c8fd3bfbf85b5280b22f82b9ab2e21a7eee45b8a19d9866c42"
},
"downloads": -1,
"filename": "inflate64-1.0.1-cp310-cp310-musllinux_1_1_aarch64.whl",
"has_sig": false,
"md5_digest": "c31e68e0d53203dc57fcbb7c2e5c4dab",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.9",
"size": 95627,
"upload_time": "2024-12-23T02:02:05",
"upload_time_iso_8601": "2024-12-23T02:02:05.088479Z",
"url": "https://files.pythonhosted.org/packages/1c/09/3549e76da59306ea3f0b9b2f756b0c48d76eaffddcc3cb27a40ce5c74fa3/inflate64-1.0.1-cp310-cp310-musllinux_1_1_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "042b893c8e79ac07ae560bb691878255d090f4658d9dc002ea568528e694cf5c",
"md5": "a884f7535e0980d8dbd95efec69641e2",
"sha256": "5daa4566c0b009c9ab8a6bf18ce407d14f5dbbb0d3068f3a43af939a17e117a7"
},
"downloads": -1,
"filename": "inflate64-1.0.1-cp310-cp310-musllinux_1_1_x86_64.whl",
"has_sig": false,
"md5_digest": "a884f7535e0980d8dbd95efec69641e2",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.9",
"size": 96188,
"upload_time": "2024-12-23T02:02:08",
"upload_time_iso_8601": "2024-12-23T02:02:08.859466Z",
"url": "https://files.pythonhosted.org/packages/04/2b/893c8e79ac07ae560bb691878255d090f4658d9dc002ea568528e694cf5c/inflate64-1.0.1-cp310-cp310-musllinux_1_1_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "88cc3a49b4719220032ade00574536a13529ac398a28660fe5cbd841af68a334",
"md5": "38cc0d1f4cd4f64b5f20b932a8b3e767",
"sha256": "d58a360b59685561a8feacee743479a9d7cc17c8d210aa1f2ae221f2513973cb"
},
"downloads": -1,
"filename": "inflate64-1.0.1-cp310-cp310-win_amd64.whl",
"has_sig": false,
"md5_digest": "38cc0d1f4cd4f64b5f20b932a8b3e767",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.9",
"size": 35374,
"upload_time": "2024-12-23T02:02:11",
"upload_time_iso_8601": "2024-12-23T02:02:11.797853Z",
"url": "https://files.pythonhosted.org/packages/88/cc/3a49b4719220032ade00574536a13529ac398a28660fe5cbd841af68a334/inflate64-1.0.1-cp310-cp310-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "edd8a9cf3fe9654bae4ab93823e6da570df323034fc9723f86751771db6e9780",
"md5": "a11b356b97238504c5b194395459211c",
"sha256": "31198c5f156806cee05b69b149074042b7b7d39274ff4c259b898e617294ac17"
},
"downloads": -1,
"filename": "inflate64-1.0.1-cp311-cp311-macosx_10_9_universal2.whl",
"has_sig": false,
"md5_digest": "a11b356b97238504c5b194395459211c",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.9",
"size": 59583,
"upload_time": "2024-12-23T02:02:13",
"upload_time_iso_8601": "2024-12-23T02:02:13.342451Z",
"url": "https://files.pythonhosted.org/packages/ed/d8/a9cf3fe9654bae4ab93823e6da570df323034fc9723f86751771db6e9780/inflate64-1.0.1-cp311-cp311-macosx_10_9_universal2.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "7c4fa5c274937e6e6285f00afa232555fbb3ef4b91332597bb9c0ed78b21bcd0",
"md5": "40ae7c79fdbaad476934cebc709de8df",
"sha256": "4ab693bb1cd92573a997f8fe7b90a2ec1e17a507884598f5640656257b95ef49"
},
"downloads": -1,
"filename": "inflate64-1.0.1-cp311-cp311-macosx_10_9_x86_64.whl",
"has_sig": false,
"md5_digest": "40ae7c79fdbaad476934cebc709de8df",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.9",
"size": 36206,
"upload_time": "2024-12-23T02:02:15",
"upload_time_iso_8601": "2024-12-23T02:02:15.226968Z",
"url": "https://files.pythonhosted.org/packages/7c/4f/a5c274937e6e6285f00afa232555fbb3ef4b91332597bb9c0ed78b21bcd0/inflate64-1.0.1-cp311-cp311-macosx_10_9_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "48ce15a4db8546cbc7b51b3cf13ae619e1f92440546f83337fd46e112340fa4c",
"md5": "c5c639926d67ef869440eb008b00968f",
"sha256": "95b6a60e305e6e759e37d6c36691fcb87678922c56b3ddc2df06cd56e04f41f6"
},
"downloads": -1,
"filename": "inflate64-1.0.1-cp311-cp311-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "c5c639926d67ef869440eb008b00968f",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.9",
"size": 35929,
"upload_time": "2024-12-23T02:02:18",
"upload_time_iso_8601": "2024-12-23T02:02:18.507915Z",
"url": "https://files.pythonhosted.org/packages/48/ce/15a4db8546cbc7b51b3cf13ae619e1f92440546f83337fd46e112340fa4c/inflate64-1.0.1-cp311-cp311-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "f48c19536472c7c2075a46e7f7fe5522717801f0c2eb7d25261f0827e2cbc7d1",
"md5": "6f298bdb5811b22ad97b18cbfccb017f",
"sha256": "711ef889bdb3b3b296881d1e49830a3a896938fba7033c4287f1aed9b9a20111"
},
"downloads": -1,
"filename": "inflate64-1.0.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "6f298bdb5811b22ad97b18cbfccb017f",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.9",
"size": 96012,
"upload_time": "2024-12-23T02:02:20",
"upload_time_iso_8601": "2024-12-23T02:02:20.289979Z",
"url": "https://files.pythonhosted.org/packages/f4/8c/19536472c7c2075a46e7f7fe5522717801f0c2eb7d25261f0827e2cbc7d1/inflate64-1.0.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "26e8875d52580a61c57966df5306177f1b698d69bfed9961822c6049e2c2dc62",
"md5": "467529b159c9fc35ceaf32e09b82d90d",
"sha256": "d3178495970ecb5c6a32167a8b57fdeef3bf4e2843eaf8f2d8f816f523741e36"
},
"downloads": -1,
"filename": "inflate64-1.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "467529b159c9fc35ceaf32e09b82d90d",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.9",
"size": 96172,
"upload_time": "2024-12-23T02:02:22",
"upload_time_iso_8601": "2024-12-23T02:02:22.245957Z",
"url": "https://files.pythonhosted.org/packages/26/e8/875d52580a61c57966df5306177f1b698d69bfed9961822c6049e2c2dc62/inflate64-1.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "f36d0459226da33f7fef769be181785c9a8a25abaca7d705b9419c9ebf4a3e9d",
"md5": "df897d1632f030d5a54ac5657331e560",
"sha256": "e8373b7feedf10236eb56d21598a19a3eb51077c3702d0ce3456b827374025e1"
},
"downloads": -1,
"filename": "inflate64-1.0.1-cp311-cp311-musllinux_1_1_aarch64.whl",
"has_sig": false,
"md5_digest": "df897d1632f030d5a54ac5657331e560",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.9",
"size": 98621,
"upload_time": "2024-12-23T02:02:25",
"upload_time_iso_8601": "2024-12-23T02:02:25.474080Z",
"url": "https://files.pythonhosted.org/packages/f3/6d/0459226da33f7fef769be181785c9a8a25abaca7d705b9419c9ebf4a3e9d/inflate64-1.0.1-cp311-cp311-musllinux_1_1_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "b4cda01ee46f7894f25f300b91cec92aad1bcfdcb63b2bb5b7cd12cf2132f4da",
"md5": "98569d5a5f9d44966015c3bda90bf35e",
"sha256": "cf026d5c885f2d2bbf233e9a0c8c6d046ec727e2467024ffe0ac76b5be308258"
},
"downloads": -1,
"filename": "inflate64-1.0.1-cp311-cp311-musllinux_1_1_x86_64.whl",
"has_sig": false,
"md5_digest": "98569d5a5f9d44966015c3bda90bf35e",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.9",
"size": 99136,
"upload_time": "2024-12-23T02:02:29",
"upload_time_iso_8601": "2024-12-23T02:02:29.822180Z",
"url": "https://files.pythonhosted.org/packages/b4/cd/a01ee46f7894f25f300b91cec92aad1bcfdcb63b2bb5b7cd12cf2132f4da/inflate64-1.0.1-cp311-cp311-musllinux_1_1_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "478a920bd7709af32ec9b4944be2461a838427ef8c12021f104a89456373e32a",
"md5": "451f361e7219c55c2e202bee5dcb050f",
"sha256": "3aa7489241e6c6f6d34b9561efdf06031c35305b864267a5b8f406abcd3e85c5"
},
"downloads": -1,
"filename": "inflate64-1.0.1-cp311-cp311-win_amd64.whl",
"has_sig": false,
"md5_digest": "451f361e7219c55c2e202bee5dcb050f",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.9",
"size": 35372,
"upload_time": "2024-12-23T02:02:33",
"upload_time_iso_8601": "2024-12-23T02:02:33.007322Z",
"url": "https://files.pythonhosted.org/packages/47/8a/920bd7709af32ec9b4944be2461a838427ef8c12021f104a89456373e32a/inflate64-1.0.1-cp311-cp311-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "16de61744a1e64d6c645334b48f8c469bd102dcee65740a357954ab60d45b274",
"md5": "44afdaa4ce58648b3c9a6b8e6e1a4dac",
"sha256": "b81b3d373190ecd82901f42afd90b7127e9bdef341032a94db381c750ed3ddb2"
},
"downloads": -1,
"filename": "inflate64-1.0.1-cp312-cp312-macosx_10_9_universal2.whl",
"has_sig": false,
"md5_digest": "44afdaa4ce58648b3c9a6b8e6e1a4dac",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.9",
"size": 59669,
"upload_time": "2024-12-23T02:02:34",
"upload_time_iso_8601": "2024-12-23T02:02:34.520733Z",
"url": "https://files.pythonhosted.org/packages/16/de/61744a1e64d6c645334b48f8c469bd102dcee65740a357954ab60d45b274/inflate64-1.0.1-cp312-cp312-macosx_10_9_universal2.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "9c444a222fe4e2eebc04ad482e490988a3d9c2272f88502fcd353590aca5286a",
"md5": "efb57e076cc74ee0075d48fad9dbe046",
"sha256": "dbfddc5dac975227c20997f0ac515917a15421767c6bff0c209ac6ff9d7b17cc"
},
"downloads": -1,
"filename": "inflate64-1.0.1-cp312-cp312-macosx_10_9_x86_64.whl",
"has_sig": false,
"md5_digest": "efb57e076cc74ee0075d48fad9dbe046",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.9",
"size": 36234,
"upload_time": "2024-12-23T02:02:35",
"upload_time_iso_8601": "2024-12-23T02:02:35.873315Z",
"url": "https://files.pythonhosted.org/packages/9c/44/4a222fe4e2eebc04ad482e490988a3d9c2272f88502fcd353590aca5286a/inflate64-1.0.1-cp312-cp312-macosx_10_9_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "39ea28f7dedc4dbba5e7cf616ad2974a22719509116b87176506403b1c3593a7",
"md5": "102d25fb395f1be548d556425a7e56fd",
"sha256": "2adeabe79cc2f90bca832673520c8cbad7370f86353e151293add7ca529bed34"
},
"downloads": -1,
"filename": "inflate64-1.0.1-cp312-cp312-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "102d25fb395f1be548d556425a7e56fd",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.9",
"size": 35969,
"upload_time": "2024-12-23T02:02:38",
"upload_time_iso_8601": "2024-12-23T02:02:38.531522Z",
"url": "https://files.pythonhosted.org/packages/39/ea/28f7dedc4dbba5e7cf616ad2974a22719509116b87176506403b1c3593a7/inflate64-1.0.1-cp312-cp312-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "24d592d1c5d8eb3bf4b0ad5ea433539ef1c4a14c2256261e20f4e3efc581b1e9",
"md5": "cb94b5a738c657cd61e8f1f3cd4c0d3d",
"sha256": "8b235c97a05dbe2f92f0f057426e4d05a449e1fccf8e9aa88075ea9c6a06a182"
},
"downloads": -1,
"filename": "inflate64-1.0.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "cb94b5a738c657cd61e8f1f3cd4c0d3d",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.9",
"size": 96293,
"upload_time": "2024-12-23T02:02:40",
"upload_time_iso_8601": "2024-12-23T02:02:40.729857Z",
"url": "https://files.pythonhosted.org/packages/24/d5/92d1c5d8eb3bf4b0ad5ea433539ef1c4a14c2256261e20f4e3efc581b1e9/inflate64-1.0.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "b3f53fe89ea89e37dfbef003446f5d584fa032db008fe8fc5b3873ab927de458",
"md5": "d477a8d4766da569e810f6060efae6e8",
"sha256": "19b74e30734dca5f1c83ca07074e1f25bf7b63f4a5ee7e074d9a4cb05af65cd5"
},
"downloads": -1,
"filename": "inflate64-1.0.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "d477a8d4766da569e810f6060efae6e8",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.9",
"size": 97102,
"upload_time": "2024-12-23T02:02:43",
"upload_time_iso_8601": "2024-12-23T02:02:43.942657Z",
"url": "https://files.pythonhosted.org/packages/b3/f5/3fe89ea89e37dfbef003446f5d584fa032db008fe8fc5b3873ab927de458/inflate64-1.0.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "f151022c058bf0ee95b726268a31a617724563f7a481fbf09755a39cfb2980f8",
"md5": "ff674d6d23c8f467c93549a8f3f59460",
"sha256": "b298feb85204b5ef148ccf807744c836fffed7c1ed3ec8bc9b4e323a03163291"
},
"downloads": -1,
"filename": "inflate64-1.0.1-cp312-cp312-musllinux_1_1_aarch64.whl",
"has_sig": false,
"md5_digest": "ff674d6d23c8f467c93549a8f3f59460",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.9",
"size": 99116,
"upload_time": "2024-12-23T02:02:46",
"upload_time_iso_8601": "2024-12-23T02:02:46.917002Z",
"url": "https://files.pythonhosted.org/packages/f1/51/022c058bf0ee95b726268a31a617724563f7a481fbf09755a39cfb2980f8/inflate64-1.0.1-cp312-cp312-musllinux_1_1_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "edeeb10ede3b66e191c70692d13f7e8bee5012d9b70718cfaa7f110bda2f13b6",
"md5": "1545edf2a185d83f2d2b1b0f640eed12",
"sha256": "8a4c75241bc442267f79b8242135f2ded29405662c44b9353d34fbd4fa6e56b3"
},
"downloads": -1,
"filename": "inflate64-1.0.1-cp312-cp312-musllinux_1_1_x86_64.whl",
"has_sig": false,
"md5_digest": "1545edf2a185d83f2d2b1b0f640eed12",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.9",
"size": 100178,
"upload_time": "2024-12-23T02:02:48",
"upload_time_iso_8601": "2024-12-23T02:02:48.895910Z",
"url": "https://files.pythonhosted.org/packages/ed/ee/b10ede3b66e191c70692d13f7e8bee5012d9b70718cfaa7f110bda2f13b6/inflate64-1.0.1-cp312-cp312-musllinux_1_1_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "9fe0af3d971a2405385c8116e3e95d77bd3cef3102da15d017befdb760142d48",
"md5": "25557b3f28da97ad33680098b8c5601d",
"sha256": "7b210392f0830ab27371e36478592f47757f5ea6c09ddb96e2125847b309eb5e"
},
"downloads": -1,
"filename": "inflate64-1.0.1-cp312-cp312-win_amd64.whl",
"has_sig": false,
"md5_digest": "25557b3f28da97ad33680098b8c5601d",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.9",
"size": 35521,
"upload_time": "2024-12-23T02:02:50",
"upload_time_iso_8601": "2024-12-23T02:02:50.251923Z",
"url": "https://files.pythonhosted.org/packages/9f/e0/af3d971a2405385c8116e3e95d77bd3cef3102da15d017befdb760142d48/inflate64-1.0.1-cp312-cp312-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "fae015762bc4ae8c14bb468ae30bb4d20bd97d355944c346d3c019fddf7b6b19",
"md5": "73a59fce6db4b29192b8556ac22d67b5",
"sha256": "8dd58aa1adc4f98bf9b52baffa8f2ddf589e071a90db2f2bec9024328d4608cf"
},
"downloads": -1,
"filename": "inflate64-1.0.1-cp39-cp39-macosx_10_9_universal2.whl",
"has_sig": false,
"md5_digest": "73a59fce6db4b29192b8556ac22d67b5",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.9",
"size": 59552,
"upload_time": "2024-12-23T02:02:51",
"upload_time_iso_8601": "2024-12-23T02:02:51.734789Z",
"url": "https://files.pythonhosted.org/packages/fa/e0/15762bc4ae8c14bb468ae30bb4d20bd97d355944c346d3c019fddf7b6b19/inflate64-1.0.1-cp39-cp39-macosx_10_9_universal2.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "c39589e80e2213c8d50bafa30811ae0b88434c66594f2c52475402febaf19437",
"md5": "7a43b2e9d97bd39b94656f66a485d1b4",
"sha256": "c108be2b87e88c966570f84f839eb37f489b45dc3fa3046dc228327af6e921bb"
},
"downloads": -1,
"filename": "inflate64-1.0.1-cp39-cp39-macosx_10_9_x86_64.whl",
"has_sig": false,
"md5_digest": "7a43b2e9d97bd39b94656f66a485d1b4",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.9",
"size": 36175,
"upload_time": "2024-12-23T02:02:53",
"upload_time_iso_8601": "2024-12-23T02:02:53.075718Z",
"url": "https://files.pythonhosted.org/packages/c3/95/89e80e2213c8d50bafa30811ae0b88434c66594f2c52475402febaf19437/inflate64-1.0.1-cp39-cp39-macosx_10_9_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "888a41ebb694b5cf27615e3a2bee89ba9464764b856173796be3eff200e2027b",
"md5": "8621acf20b3908e4973b11034e8ea2bb",
"sha256": "63971c6b096c0d533c0e38b4257f5a7748501a8bc04d00cf239bd06467888703"
},
"downloads": -1,
"filename": "inflate64-1.0.1-cp39-cp39-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "8621acf20b3908e4973b11034e8ea2bb",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.9",
"size": 35926,
"upload_time": "2024-12-23T02:02:54",
"upload_time_iso_8601": "2024-12-23T02:02:54.393018Z",
"url": "https://files.pythonhosted.org/packages/88/8a/41ebb694b5cf27615e3a2bee89ba9464764b856173796be3eff200e2027b/inflate64-1.0.1-cp39-cp39-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "dfd7d5d44c7c818cdf082247fb047c8ce5b8a4c617c90cd453b2afb35efd7faa",
"md5": "3de6eb20ac1e12f36420b99a9f52e939",
"sha256": "2d0077edb6b1cabfa2223b71a4a725e5755148f551a7a396c7d5698e45fb8828"
},
"downloads": -1,
"filename": "inflate64-1.0.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "3de6eb20ac1e12f36420b99a9f52e939",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.9",
"size": 92744,
"upload_time": "2024-12-23T02:02:56",
"upload_time_iso_8601": "2024-12-23T02:02:56.561248Z",
"url": "https://files.pythonhosted.org/packages/df/d7/d5d44c7c818cdf082247fb047c8ce5b8a4c617c90cd453b2afb35efd7faa/inflate64-1.0.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "6244229362bd08f3a6395bd1f689e04c7961d8beaf9f641a96e8b9559c206c11",
"md5": "ee5ce3d2afdb0b9c5330808fade92a8a",
"sha256": "8f05b5f2a6f1bf2f70e9c20d997261711cbc1ae477379662b05b36911da60a67"
},
"downloads": -1,
"filename": "inflate64-1.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "ee5ce3d2afdb0b9c5330808fade92a8a",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.9",
"size": 93099,
"upload_time": "2024-12-23T02:02:58",
"upload_time_iso_8601": "2024-12-23T02:02:58.956785Z",
"url": "https://files.pythonhosted.org/packages/62/44/229362bd08f3a6395bd1f689e04c7961d8beaf9f641a96e8b9559c206c11/inflate64-1.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "249d57919f9c22dd2ac62adf14b1939c4427697ce738eeef2a07fed3785e935d",
"md5": "ff8eb4f6e91c7d6c2896ddf58da29d85",
"sha256": "5f3c7402165f7e15789caa0787e5a349465d9a454105d0c3a0ccf2e9cdfb8117"
},
"downloads": -1,
"filename": "inflate64-1.0.1-cp39-cp39-musllinux_1_1_aarch64.whl",
"has_sig": false,
"md5_digest": "ff8eb4f6e91c7d6c2896ddf58da29d85",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.9",
"size": 95451,
"upload_time": "2024-12-23T02:03:01",
"upload_time_iso_8601": "2024-12-23T02:03:01.265814Z",
"url": "https://files.pythonhosted.org/packages/24/9d/57919f9c22dd2ac62adf14b1939c4427697ce738eeef2a07fed3785e935d/inflate64-1.0.1-cp39-cp39-musllinux_1_1_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "f2725b068979be584bbd3467a747c5b26dc16d6b36a20c7e7475625bc327b386",
"md5": "919bd475037cde694f70a664a36bdc9e",
"sha256": "39bced168822e4bf2f545d1b6dbeded6db01c32629d9e4549ef2cd1604a12e1b"
},
"downloads": -1,
"filename": "inflate64-1.0.1-cp39-cp39-musllinux_1_1_x86_64.whl",
"has_sig": false,
"md5_digest": "919bd475037cde694f70a664a36bdc9e",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.9",
"size": 96008,
"upload_time": "2024-12-23T02:03:04",
"upload_time_iso_8601": "2024-12-23T02:03:04.463144Z",
"url": "https://files.pythonhosted.org/packages/f2/72/5b068979be584bbd3467a747c5b26dc16d6b36a20c7e7475625bc327b386/inflate64-1.0.1-cp39-cp39-musllinux_1_1_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "97ea34bd4e7d96e09bfbaa65bb7aa269c153fcffa35f44b4e60f1c2ead109634",
"md5": "c1515c46882c7ab7d07703cad35871b3",
"sha256": "70bb6a22d300d8ca25c26bc60afb5662c5a96d97a801962874d0461568512789"
},
"downloads": -1,
"filename": "inflate64-1.0.1-cp39-cp39-win_amd64.whl",
"has_sig": false,
"md5_digest": "c1515c46882c7ab7d07703cad35871b3",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.9",
"size": 35368,
"upload_time": "2024-12-23T02:03:07",
"upload_time_iso_8601": "2024-12-23T02:03:07.719053Z",
"url": "https://files.pythonhosted.org/packages/97/ea/34bd4e7d96e09bfbaa65bb7aa269c153fcffa35f44b4e60f1c2ead109634/inflate64-1.0.1-cp39-cp39-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "3973d87926fdc11d7de95e741f28cc4b867dbb6ddf25e66a5c00c551ed2b834b",
"md5": "f5aec2ffec16102d9c09ecc8c1755f5c",
"sha256": "f3d5ea758358a1cc50f9e8e41de2134e9b5c5ca8bbcd88d1cd135d0e953d0fa8"
},
"downloads": -1,
"filename": "inflate64-1.0.1-pp310-pypy310_pp73-macosx_10_9_x86_64.whl",
"has_sig": false,
"md5_digest": "f5aec2ffec16102d9c09ecc8c1755f5c",
"packagetype": "bdist_wheel",
"python_version": "pp310",
"requires_python": ">=3.9",
"size": 34710,
"upload_time": "2024-12-23T02:03:10",
"upload_time_iso_8601": "2024-12-23T02:03:10.521824Z",
"url": "https://files.pythonhosted.org/packages/39/73/d87926fdc11d7de95e741f28cc4b867dbb6ddf25e66a5c00c551ed2b834b/inflate64-1.0.1-pp310-pypy310_pp73-macosx_10_9_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "6c7cd479076d573cd95f9e4d9aeb63ed6c990c43b24244a61ce8db3d3f730aa0",
"md5": "c630fa93f1c979fbfdb63f42bd51465b",
"sha256": "8fa102c834314c3d7edbf249d1be0bce5d12a9e122228a7ac3f861ee82c3dc5c"
},
"downloads": -1,
"filename": "inflate64-1.0.1-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "c630fa93f1c979fbfdb63f42bd51465b",
"packagetype": "bdist_wheel",
"python_version": "pp310",
"requires_python": ">=3.9",
"size": 36326,
"upload_time": "2024-12-23T02:03:12",
"upload_time_iso_8601": "2024-12-23T02:03:12.052328Z",
"url": "https://files.pythonhosted.org/packages/6c/7c/d479076d573cd95f9e4d9aeb63ed6c990c43b24244a61ce8db3d3f730aa0/inflate64-1.0.1-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "4829097035fda3ff9288a7af97855eb82719a60ff4395c34f3ab85d9707fddf9",
"md5": "14b872496ec5ca63541319d7a862f110",
"sha256": "8c2ae56a34e6cc2a712418ac82332e5d550ef8599e0ffb64c19b86d63a7df0c5"
},
"downloads": -1,
"filename": "inflate64-1.0.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "14b872496ec5ca63541319d7a862f110",
"packagetype": "bdist_wheel",
"python_version": "pp310",
"requires_python": ">=3.9",
"size": 36392,
"upload_time": "2024-12-23T02:03:13",
"upload_time_iso_8601": "2024-12-23T02:03:13.539069Z",
"url": "https://files.pythonhosted.org/packages/48/29/097035fda3ff9288a7af97855eb82719a60ff4395c34f3ab85d9707fddf9/inflate64-1.0.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "1f079e17d20815fd9908e548c4cca7c93fd7274ac3785c808dcdd552ad272ebe",
"md5": "0b77e9d186ba25d60bdfa8f6768b8f7d",
"sha256": "9808ae50b5db661770992566e51e648cac286c32bd80892b151e7b1eca81afe8"
},
"downloads": -1,
"filename": "inflate64-1.0.1-pp310-pypy310_pp73-win_amd64.whl",
"has_sig": false,
"md5_digest": "0b77e9d186ba25d60bdfa8f6768b8f7d",
"packagetype": "bdist_wheel",
"python_version": "pp310",
"requires_python": ">=3.9",
"size": 35857,
"upload_time": "2024-12-23T02:03:15",
"upload_time_iso_8601": "2024-12-23T02:03:15.119541Z",
"url": "https://files.pythonhosted.org/packages/1f/07/9e17d20815fd9908e548c4cca7c93fd7274ac3785c808dcdd552ad272ebe/inflate64-1.0.1-pp310-pypy310_pp73-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "bd685cca2b8417fb8f9c78e16f7b6806edc1dee099a66a135ef9ae967deda761",
"md5": "017211ac29b4fe4efbea558788ff571d",
"sha256": "04b2788c6a26e1e525f53cc3d8c58782d41f18bef8d2a34a3d58beaaf0bfdd3b"
},
"downloads": -1,
"filename": "inflate64-1.0.1-pp39-pypy39_pp73-macosx_10_9_x86_64.whl",
"has_sig": false,
"md5_digest": "017211ac29b4fe4efbea558788ff571d",
"packagetype": "bdist_wheel",
"python_version": "pp39",
"requires_python": ">=3.9",
"size": 34706,
"upload_time": "2024-12-23T02:03:17",
"upload_time_iso_8601": "2024-12-23T02:03:17.135491Z",
"url": "https://files.pythonhosted.org/packages/bd/68/5cca2b8417fb8f9c78e16f7b6806edc1dee099a66a135ef9ae967deda761/inflate64-1.0.1-pp39-pypy39_pp73-macosx_10_9_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "7c2d7d880cb88f48b28288a1b74cc57e0285824038d6b611c169df932724729a",
"md5": "2af810d047d1fe4ae0e72fc6aee71606",
"sha256": "67fd5b1f9e433b0abab8cb91f4da94d16223a5241008268a57f4729fdbfc4dbc"
},
"downloads": -1,
"filename": "inflate64-1.0.1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "2af810d047d1fe4ae0e72fc6aee71606",
"packagetype": "bdist_wheel",
"python_version": "pp39",
"requires_python": ">=3.9",
"size": 36326,
"upload_time": "2024-12-23T02:03:18",
"upload_time_iso_8601": "2024-12-23T02:03:18.618520Z",
"url": "https://files.pythonhosted.org/packages/7c/2d/7d880cb88f48b28288a1b74cc57e0285824038d6b611c169df932724729a/inflate64-1.0.1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "aabcdcc37ee407ce8953aef63026133f0af5cd55963b81c9641010fc9bd5f165",
"md5": "4cb5f314324c4659c7577013ae534b07",
"sha256": "c6f3b00c17ae365e82fc3d48ff9a7a566820a6c8c55b4e16c6cfbcbd46505a72"
},
"downloads": -1,
"filename": "inflate64-1.0.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "4cb5f314324c4659c7577013ae534b07",
"packagetype": "bdist_wheel",
"python_version": "pp39",
"requires_python": ">=3.9",
"size": 36391,
"upload_time": "2024-12-23T02:03:20",
"upload_time_iso_8601": "2024-12-23T02:03:20.152739Z",
"url": "https://files.pythonhosted.org/packages/aa/bc/dcc37ee407ce8953aef63026133f0af5cd55963b81c9641010fc9bd5f165/inflate64-1.0.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "f46a1883576f733f151796f9e14e4ef79a0342a0c678a428f3e8cdb0fd461f2b",
"md5": "ddd95a2db51c2717a880a19593b4a625",
"sha256": "91c0c1d41c1655fb0189630baaa894a3b778d77062bb90ca11db878422948395"
},
"downloads": -1,
"filename": "inflate64-1.0.1-pp39-pypy39_pp73-win_amd64.whl",
"has_sig": false,
"md5_digest": "ddd95a2db51c2717a880a19593b4a625",
"packagetype": "bdist_wheel",
"python_version": "pp39",
"requires_python": ">=3.9",
"size": 35848,
"upload_time": "2024-12-23T02:03:22",
"upload_time_iso_8601": "2024-12-23T02:03:22.877605Z",
"url": "https://files.pythonhosted.org/packages/f4/6a/1883576f733f151796f9e14e4ef79a0342a0c678a428f3e8cdb0fd461f2b/inflate64-1.0.1-pp39-pypy39_pp73-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "dd8c3a7ac7e1931bd1bca5f8e3687f7611083f6a79aae02b9cd6b7ce1fb4a8d0",
"md5": "937a78d9bbb3335cd693905e66c3883f",
"sha256": "3b1c83c22651b5942b35829df526e89602e494192bf021e0d7d0b600e76c429d"
},
"downloads": -1,
"filename": "inflate64-1.0.1.tar.gz",
"has_sig": false,
"md5_digest": "937a78d9bbb3335cd693905e66c3883f",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 896103,
"upload_time": "2024-12-23T02:03:26",
"upload_time_iso_8601": "2024-12-23T02:03:26.344636Z",
"url": "https://files.pythonhosted.org/packages/dd/8c/3a7ac7e1931bd1bca5f8e3687f7611083f6a79aae02b9cd6b7ce1fb4a8d0/inflate64-1.0.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-12-23 02:03:26",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "inflate64"
}