lz4


Namelz4 JSON
Version 4.4.3 PyPI version JSON
download
home_pagehttps://github.com/python-lz4/python-lz4
SummaryLZ4 Bindings for Python
upload_time2025-01-26 21:05:24
maintainerNone
docs_urlNone
authorJonathan Underwood
requires_python>=3.9
licenseNone
keywords
VCS
bugtrack_url
requirements tox pytest pytest-runner setuptools_scm pkgconfig future
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ==========
python-lz4
==========

Status
======

.. image:: https://github.com/python-lz4/python-lz4/actions/workflows/build_dist.yml/badge.svg
   :target: https://github.com/python-lz4/python-lz4/actions/workflows/build_dist.yml
   :alt: Build Status

.. image:: https://readthedocs.org/projects/python-lz4/badge/?version=stable
   :target: https://readthedocs.org/projects/python-lz4/
   :alt: Documentation

.. image:: https://codecov.io/gh/python-lz4/python-lz4/branch/codecov/graph/badge.svg
   :target: https://codecov.io/gh/python-lz4/python-lz4
   :alt: CodeCov


Introduction
============
This package provides python bindings for the `LZ4 compression library
<https://lz4.github.io/lz4/>`_.

The production ready bindings provided in this package cover the `frame format
<https://github.com/lz4/lz4/blob/master/doc/lz4_Frame_format.md>`_, and the
`block format <https://github.com/lz4/lz4/blob/dev/doc/lz4_Block_format.md>`_
specifications. The frame format bindings are the recommended ones to use, as
this guarantees interoperability with other implementations and language
bindings.

Experimental bindings for the the `streaming format
<https://github.com/lz4/lz4/blob/master/examples/streaming_api_basics.md>`_
specification are also included, but further work on those is required.

The API provided by the frame format bindings follows that of the LZMA, zlib,
gzip and bzip2 compression libraries which are provided with the Python standard
library. As such, these LZ4 bindings should provide a drop-in alternative to the
compression libraries shipped with Python. The package provides context managers
and file handler support.

The bindings drop the GIL when calling in to the underlying LZ4 library, and is
thread safe. An extensive test suite is included.

Documentation
=============

.. image:: https://readthedocs.org/projects/python-lz4/badge/?version=stable
   :target: https://readthedocs.org/projects/python-lz4/
   :alt: Documentation

Full documentation is included with the project. The documentation is
generated using Sphinx. Documentation is also hosted on readthedocs.

:master: http://python-lz4.readthedocs.io/en/stable/
:development: http://python-lz4.readthedocs.io/en/latest/

Homepage
========

The `project homepage <https://www.github.com/python-lz4/python-lz4>`_ is hosted
on Github. Please report any issues you find using the `issue tracker
<https://github.com/python-lz4/python-lz4/issues>`_.

Licensing
=========
Code specific to this project is covered by the `BSD 3-Clause License
<http://opensource.org/licenses/BSD-3-Clause>`_


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/python-lz4/python-lz4",
    "name": "lz4",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": null,
    "author": "Jonathan Underwood",
    "author_email": "jonathan.underwood@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/cc/bc/b2e79af05be82841706ddd7d78059e5f78e6ca5828f92034394b54e303b7/lz4-4.4.3.tar.gz",
    "platform": null,
    "description": "==========\npython-lz4\n==========\n\nStatus\n======\n\n.. image:: https://github.com/python-lz4/python-lz4/actions/workflows/build_dist.yml/badge.svg\n   :target: https://github.com/python-lz4/python-lz4/actions/workflows/build_dist.yml\n   :alt: Build Status\n\n.. image:: https://readthedocs.org/projects/python-lz4/badge/?version=stable\n   :target: https://readthedocs.org/projects/python-lz4/\n   :alt: Documentation\n\n.. image:: https://codecov.io/gh/python-lz4/python-lz4/branch/codecov/graph/badge.svg\n   :target: https://codecov.io/gh/python-lz4/python-lz4\n   :alt: CodeCov\n\n\nIntroduction\n============\nThis package provides python bindings for the `LZ4 compression library\n<https://lz4.github.io/lz4/>`_.\n\nThe production ready bindings provided in this package cover the `frame format\n<https://github.com/lz4/lz4/blob/master/doc/lz4_Frame_format.md>`_, and the\n`block format <https://github.com/lz4/lz4/blob/dev/doc/lz4_Block_format.md>`_\nspecifications. The frame format bindings are the recommended ones to use, as\nthis guarantees interoperability with other implementations and language\nbindings.\n\nExperimental bindings for the the `streaming format\n<https://github.com/lz4/lz4/blob/master/examples/streaming_api_basics.md>`_\nspecification are also included, but further work on those is required.\n\nThe API provided by the frame format bindings follows that of the LZMA, zlib,\ngzip and bzip2 compression libraries which are provided with the Python standard\nlibrary. As such, these LZ4 bindings should provide a drop-in alternative to the\ncompression libraries shipped with Python. The package provides context managers\nand file handler support.\n\nThe bindings drop the GIL when calling in to the underlying LZ4 library, and is\nthread safe. An extensive test suite is included.\n\nDocumentation\n=============\n\n.. image:: https://readthedocs.org/projects/python-lz4/badge/?version=stable\n   :target: https://readthedocs.org/projects/python-lz4/\n   :alt: Documentation\n\nFull documentation is included with the project. The documentation is\ngenerated using Sphinx. Documentation is also hosted on readthedocs.\n\n:master: http://python-lz4.readthedocs.io/en/stable/\n:development: http://python-lz4.readthedocs.io/en/latest/\n\nHomepage\n========\n\nThe `project homepage <https://www.github.com/python-lz4/python-lz4>`_ is hosted\non Github. Please report any issues you find using the `issue tracker\n<https://github.com/python-lz4/python-lz4/issues>`_.\n\nLicensing\n=========\nCode specific to this project is covered by the `BSD 3-Clause License\n<http://opensource.org/licenses/BSD-3-Clause>`_\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "LZ4 Bindings for Python",
    "version": "4.4.3",
    "project_urls": {
        "Homepage": "https://github.com/python-lz4/python-lz4"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "0539fce9812fff331f22a22624d88fbb02ee5de807005e4e4115ebebff52107a",
                "md5": "2a0b3ec66d0fec47659da3fa3b432ff1",
                "sha256": "1ebf23ffd36b32b980f720a81990fcfdeadacafe7498fbeff7a8e058259d4e58"
            },
            "downloads": -1,
            "filename": "lz4-4.4.3-cp310-cp310-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "2a0b3ec66d0fec47659da3fa3b432ff1",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 220707,
            "upload_time": "2025-01-26T21:04:34",
            "upload_time_iso_8601": "2025-01-26T21:04:34.081568Z",
            "url": "https://files.pythonhosted.org/packages/05/39/fce9812fff331f22a22624d88fbb02ee5de807005e4e4115ebebff52107a/lz4-4.4.3-cp310-cp310-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f62511620e915333a116637041f87e19939d0d660fb4dcc0c8e8a225b47ab5da",
                "md5": "8ad73c7ffe5e2d165d9df44c384ae24f",
                "sha256": "8fe3caea61427057a9e3697c69b2403510fdccfca4483520d02b98ffae74531e"
            },
            "downloads": -1,
            "filename": "lz4-4.4.3-cp310-cp310-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "8ad73c7ffe5e2d165d9df44c384ae24f",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 189487,
            "upload_time": "2025-01-26T21:04:36",
            "upload_time_iso_8601": "2025-01-26T21:04:36.385142Z",
            "url": "https://files.pythonhosted.org/packages/f6/25/11620e915333a116637041f87e19939d0d660fb4dcc0c8e8a225b47ab5da/lz4-4.4.3-cp310-cp310-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "3f86512a52a0016b622dea4aed24098259cd90da0a1dc46e1388a75e89958aa7",
                "md5": "0e07c277320fef07352158d786cdd56d",
                "sha256": "e86c7fbe46f6e2e9dfb5377ee690fb8987e8e8363f435886ab91012b88f08a26"
            },
            "downloads": -1,
            "filename": "lz4-4.4.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "0e07c277320fef07352158d786cdd56d",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 1263916,
            "upload_time": "2025-01-26T21:04:40",
            "upload_time_iso_8601": "2025-01-26T21:04:40.829674Z",
            "url": "https://files.pythonhosted.org/packages/3f/86/512a52a0016b622dea4aed24098259cd90da0a1dc46e1388a75e89958aa7/lz4-4.4.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "66972756e8af2e3c2116f74197136acef206fe1137db3c4325adbf0b9517d657",
                "md5": "5a9a9b2f43b84a4a31aafa3853b67858",
                "sha256": "a46f48740584eab3194fbee91c61f7fa396dbb1c5e7aa76ca08165d4e63fb40f"
            },
            "downloads": -1,
            "filename": "lz4-4.4.3-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "5a9a9b2f43b84a4a31aafa3853b67858",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 1183992,
            "upload_time": "2025-01-26T21:04:42",
            "upload_time_iso_8601": "2025-01-26T21:04:42.176910Z",
            "url": "https://files.pythonhosted.org/packages/66/97/2756e8af2e3c2116f74197136acef206fe1137db3c4325adbf0b9517d657/lz4-4.4.3-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "fb33dc799d86bef9db36a708f80d87dce3f693a946baf55b395999bc55b94dd2",
                "md5": "4629c07d6de59b9419a7e3543fc2d833",
                "sha256": "434a1d1547a0547164866f1ccc31bbda235ac5b9087f24a84956756b52371f40"
            },
            "downloads": -1,
            "filename": "lz4-4.4.3-cp310-cp310-win32.whl",
            "has_sig": false,
            "md5_digest": "4629c07d6de59b9419a7e3543fc2d833",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 88146,
            "upload_time": "2025-01-26T21:04:44",
            "upload_time_iso_8601": "2025-01-26T21:04:44.183534Z",
            "url": "https://files.pythonhosted.org/packages/fb/33/dc799d86bef9db36a708f80d87dce3f693a946baf55b395999bc55b94dd2/lz4-4.4.3-cp310-cp310-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "10a447e2bd8f071e52f58b557228c7b930a6aa34977d31ccb32498a9463debff",
                "md5": "5c199b28561cd246bcf753fb18d845f2",
                "sha256": "0aea6f283abd6acb1883b70d7a117b913e20c770845559f9421394bc9c522b24"
            },
            "downloads": -1,
            "filename": "lz4-4.4.3-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "5c199b28561cd246bcf753fb18d845f2",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.9",
            "size": 99834,
            "upload_time": "2025-01-26T21:04:45",
            "upload_time_iso_8601": "2025-01-26T21:04:45.484330Z",
            "url": "https://files.pythonhosted.org/packages/10/a4/47e2bd8f071e52f58b557228c7b930a6aa34977d31ccb32498a9463debff/lz4-4.4.3-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "6e289b72434d3f41f49637138ff4545e3900b34ece8771e20b84d268b28f4d11",
                "md5": "7f9dfd91effc11cbd2e879a3a004c632",
                "sha256": "b1b98f0a4137d01b84c680813eef6198e1e00f1f28bc20ce7b5c436459a0d146"
            },
            "downloads": -1,
            "filename": "lz4-4.4.3-cp311-cp311-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "7f9dfd91effc11cbd2e879a3a004c632",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 220711,
            "upload_time": "2025-01-26T21:04:48",
            "upload_time_iso_8601": "2025-01-26T21:04:48.606006Z",
            "url": "https://files.pythonhosted.org/packages/6e/28/9b72434d3f41f49637138ff4545e3900b34ece8771e20b84d268b28f4d11/lz4-4.4.3-cp311-cp311-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "2708ab9008c869ad16f158255514e1870156cebf9c2bf0509aadfddeb5dc2183",
                "md5": "f243b9211e06b558886feaffc79055d5",
                "sha256": "20e385cb8bd8321593788f11101d8c89a823a56191978e427e3c5141e129f14b"
            },
            "downloads": -1,
            "filename": "lz4-4.4.3-cp311-cp311-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "f243b9211e06b558886feaffc79055d5",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 189494,
            "upload_time": "2025-01-26T21:04:50",
            "upload_time_iso_8601": "2025-01-26T21:04:50.275403Z",
            "url": "https://files.pythonhosted.org/packages/27/08/ab9008c869ad16f158255514e1870156cebf9c2bf0509aadfddeb5dc2183/lz4-4.4.3-cp311-cp311-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "493c00115af6394c26bb54f863eba5680fdb7962747944db0b1df6c757a61054",
                "md5": "d8f54db1667ed2c43cab5495ab698972",
                "sha256": "5c9e32989df06c57f10aa09ad9b30e8a25baf1aefe850e13b0ea5de600477d6a"
            },
            "downloads": -1,
            "filename": "lz4-4.4.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "d8f54db1667ed2c43cab5495ab698972",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 1265694,
            "upload_time": "2025-01-26T21:04:52",
            "upload_time_iso_8601": "2025-01-26T21:04:52.042430Z",
            "url": "https://files.pythonhosted.org/packages/49/3c/00115af6394c26bb54f863eba5680fdb7962747944db0b1df6c757a61054/lz4-4.4.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e16d693b58fe1fcb2118a5bb858417212bcc6b24794ccf3e9ffb4ccaab7ddf1c",
                "md5": "a0dcdbe49d110ef6cb9c43160c2247be",
                "sha256": "c3d2d5df5476b065aae9d1ad551fdc7b17c151b84e8edd9212108946b2337c66"
            },
            "downloads": -1,
            "filename": "lz4-4.4.3-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "a0dcdbe49d110ef6cb9c43160c2247be",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 1185404,
            "upload_time": "2025-01-26T21:04:54",
            "upload_time_iso_8601": "2025-01-26T21:04:54.461012Z",
            "url": "https://files.pythonhosted.org/packages/e1/6d/693b58fe1fcb2118a5bb858417212bcc6b24794ccf3e9ffb4ccaab7ddf1c/lz4-4.4.3-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "80c605179ce2968c434208f2a816de2ebef86b04249d77c694fdd7c8fba0d12b",
                "md5": "6e7a8a644d250392a2cf936b431be794",
                "sha256": "e365850166729fa82be618f476966161d5c47ea081eafc4febfc542bc85bac5d"
            },
            "downloads": -1,
            "filename": "lz4-4.4.3-cp311-cp311-win32.whl",
            "has_sig": false,
            "md5_digest": "6e7a8a644d250392a2cf936b431be794",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 88141,
            "upload_time": "2025-01-26T21:04:56",
            "upload_time_iso_8601": "2025-01-26T21:04:56.576515Z",
            "url": "https://files.pythonhosted.org/packages/80/c6/05179ce2968c434208f2a816de2ebef86b04249d77c694fdd7c8fba0d12b/lz4-4.4.3-cp311-cp311-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "7cb326e04a07a9f5d3f4682853d0bd4ebf1fc83ceb3c72cc55c50bbfbe15a0a2",
                "md5": "5eaa571a3ef08d3acfefe055ce6b6a2c",
                "sha256": "7f5c05bd4b0909b682608c453acc31f1a9170d55f56d27cd701213e0683fc66a"
            },
            "downloads": -1,
            "filename": "lz4-4.4.3-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "5eaa571a3ef08d3acfefe055ce6b6a2c",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.9",
            "size": 99826,
            "upload_time": "2025-01-26T21:04:58",
            "upload_time_iso_8601": "2025-01-26T21:04:58.624904Z",
            "url": "https://files.pythonhosted.org/packages/7c/b3/26e04a07a9f5d3f4682853d0bd4ebf1fc83ceb3c72cc55c50bbfbe15a0a2/lz4-4.4.3-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "7e409a6db39950ba872c3b75ccf4826288a46b109ded1d20508d6044cc36e33c",
                "md5": "f5ad451f16f8c0f20e2d921fc6ecbdbd",
                "sha256": "43461e439ef71d49bb0ee3a1719494cd952a58d205496698e0cde866f22006bc"
            },
            "downloads": -1,
            "filename": "lz4-4.4.3-cp312-cp312-macosx_10_13_x86_64.whl",
            "has_sig": false,
            "md5_digest": "f5ad451f16f8c0f20e2d921fc6ecbdbd",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 220484,
            "upload_time": "2025-01-26T21:05:00",
            "upload_time_iso_8601": "2025-01-26T21:05:00.293475Z",
            "url": "https://files.pythonhosted.org/packages/7e/40/9a6db39950ba872c3b75ccf4826288a46b109ded1d20508d6044cc36e33c/lz4-4.4.3-cp312-cp312-macosx_10_13_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b725edd77ac155e167f0d183f0a30be1665ab581f77108ca6e19d628cd381e42",
                "md5": "05a34fa9e7a8e843a94f7af5717683ae",
                "sha256": "2ae50a175fb7b900f7aa42575f4fe99c32ca0ff57e5a8c1fd25e1243e67409db"
            },
            "downloads": -1,
            "filename": "lz4-4.4.3-cp312-cp312-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "05a34fa9e7a8e843a94f7af5717683ae",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 189473,
            "upload_time": "2025-01-26T21:05:03",
            "upload_time_iso_8601": "2025-01-26T21:05:03.242243Z",
            "url": "https://files.pythonhosted.org/packages/b7/25/edd77ac155e167f0d183f0a30be1665ab581f77108ca6e19d628cd381e42/lz4-4.4.3-cp312-cp312-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "555980673123358c0e0b2b773b74ac3d14717e35cfcceac5243b61f88e08b883",
                "md5": "b8de18ddf7df2d6e099b74137553c92c",
                "sha256": "38df5929ffefa9dda120ba1790a2e94fda81916c5aaa1ee652f4b1e515ebb9ed"
            },
            "downloads": -1,
            "filename": "lz4-4.4.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "b8de18ddf7df2d6e099b74137553c92c",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 1264959,
            "upload_time": "2025-01-26T21:05:04",
            "upload_time_iso_8601": "2025-01-26T21:05:04.356751Z",
            "url": "https://files.pythonhosted.org/packages/55/59/80673123358c0e0b2b773b74ac3d14717e35cfcceac5243b61f88e08b883/lz4-4.4.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "ea6924a3d8609f9a05d93b407d93842d35e953bebf625cb4d128a9105c983d59",
                "md5": "5cda0a2dd39ef42872ead16f84e2a1df",
                "sha256": "2b45914f25d916324531d0259072b402c5f99b67c6e9ac8cbc3d49935aeb1d97"
            },
            "downloads": -1,
            "filename": "lz4-4.4.3-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "5cda0a2dd39ef42872ead16f84e2a1df",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 1184842,
            "upload_time": "2025-01-26T21:05:05",
            "upload_time_iso_8601": "2025-01-26T21:05:05.565728Z",
            "url": "https://files.pythonhosted.org/packages/ea/69/24a3d8609f9a05d93b407d93842d35e953bebf625cb4d128a9105c983d59/lz4-4.4.3-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "886e680d0fc3dbec31aaffcad23d2e429b2974253ffda4636ea8a7e2cce5461c",
                "md5": "fa3094e74946643e5f381b75b3b3fd7c",
                "sha256": "848c5b040d2cfe35097b1d65d1095d83a3f86374ce879e189533f61405d8763b"
            },
            "downloads": -1,
            "filename": "lz4-4.4.3-cp312-cp312-win32.whl",
            "has_sig": false,
            "md5_digest": "fa3094e74946643e5f381b75b3b3fd7c",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 88157,
            "upload_time": "2025-01-26T21:05:06",
            "upload_time_iso_8601": "2025-01-26T21:05:06.765689Z",
            "url": "https://files.pythonhosted.org/packages/88/6e/680d0fc3dbec31aaffcad23d2e429b2974253ffda4636ea8a7e2cce5461c/lz4-4.4.3-cp312-cp312-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d4c98fcaf3445d3dc2973861b1a1a27090e23952807facabcf092a587ff77754",
                "md5": "777f3d6c3295e12e354f7ab6c077250f",
                "sha256": "b1d179bdefd9ddb8d11d7de7825e73fb957511b722a8cb484e417885c210e68c"
            },
            "downloads": -1,
            "filename": "lz4-4.4.3-cp312-cp312-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "777f3d6c3295e12e354f7ab6c077250f",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.9",
            "size": 99833,
            "upload_time": "2025-01-26T21:05:07",
            "upload_time_iso_8601": "2025-01-26T21:05:07.676707Z",
            "url": "https://files.pythonhosted.org/packages/d4/c9/8fcaf3445d3dc2973861b1a1a27090e23952807facabcf092a587ff77754/lz4-4.4.3-cp312-cp312-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "7a8161ca14fb0939d03f6ab4710fb92048cde9e1b924ce198912545808ef9e8a",
                "md5": "6881c9a9414444d038c3ceef20c64acb",
                "sha256": "174b7ce5456671c73b81bb115defac8a584363d8b38a48ed3ad976e08eea27cd"
            },
            "downloads": -1,
            "filename": "lz4-4.4.3-cp313-cp313-macosx_10_13_x86_64.whl",
            "has_sig": false,
            "md5_digest": "6881c9a9414444d038c3ceef20c64acb",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 220487,
            "upload_time": "2025-01-26T21:05:09",
            "upload_time_iso_8601": "2025-01-26T21:05:09.194136Z",
            "url": "https://files.pythonhosted.org/packages/7a/81/61ca14fb0939d03f6ab4710fb92048cde9e1b924ce198912545808ef9e8a/lz4-4.4.3-cp313-cp313-macosx_10_13_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "239b8841de45b452b291aa0cae1fb9a961cee4fe119ff8eed1584b1633c5c4e6",
                "md5": "59a566913e20a7942558894974dabb28",
                "sha256": "ab26b4af13308b8296688b03d74c3b0c8e8ed1f6b2d1454ef97bdb589db409db"
            },
            "downloads": -1,
            "filename": "lz4-4.4.3-cp313-cp313-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "59a566913e20a7942558894974dabb28",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 189483,
            "upload_time": "2025-01-26T21:05:10",
            "upload_time_iso_8601": "2025-01-26T21:05:10.619110Z",
            "url": "https://files.pythonhosted.org/packages/23/9b/8841de45b452b291aa0cae1fb9a961cee4fe119ff8eed1584b1633c5c4e6/lz4-4.4.3-cp313-cp313-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d918379429ec69468ee57e1641dc4e1aa324a39510f2ab4d9991a036fc3e74ad",
                "md5": "34071aa311ebaf30ccfcc042efd8b555",
                "sha256": "61e08d84e3bf8ca9f43dc6b33f8cd7ba19f49864e2c91eb2160f83b6f9a268fa"
            },
            "downloads": -1,
            "filename": "lz4-4.4.3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "34071aa311ebaf30ccfcc042efd8b555",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 1264934,
            "upload_time": "2025-01-26T21:05:12",
            "upload_time_iso_8601": "2025-01-26T21:05:12.558906Z",
            "url": "https://files.pythonhosted.org/packages/d9/18/379429ec69468ee57e1641dc4e1aa324a39510f2ab4d9991a036fc3e74ad/lz4-4.4.3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "c3fa3578da2d0f8062ae53bcc5ef2e9a225896b05332fff746ebe2fd5889eee7",
                "md5": "76b011c33376d55e5493282c1d9a334e",
                "sha256": "71ebdaadf546d6d393b9a21796172723724b737e84f68f36caf367d1c87a86a1"
            },
            "downloads": -1,
            "filename": "lz4-4.4.3-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "76b011c33376d55e5493282c1d9a334e",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 1184767,
            "upload_time": "2025-01-26T21:05:13",
            "upload_time_iso_8601": "2025-01-26T21:05:13.976101Z",
            "url": "https://files.pythonhosted.org/packages/c3/fa/3578da2d0f8062ae53bcc5ef2e9a225896b05332fff746ebe2fd5889eee7/lz4-4.4.3-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a1edaf96817ac69772d3d676a86f59a583740d25b2f45163625cb3632479102f",
                "md5": "2a4a9a665c1d4e018a9e79eb65e191d2",
                "sha256": "1f25e1b571a8be2c3d60d46679ef2471ae565f7ba9ba8382596695413523b188"
            },
            "downloads": -1,
            "filename": "lz4-4.4.3-cp313-cp313-win32.whl",
            "has_sig": false,
            "md5_digest": "2a4a9a665c1d4e018a9e79eb65e191d2",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 88164,
            "upload_time": "2025-01-26T21:05:15",
            "upload_time_iso_8601": "2025-01-26T21:05:15.222057Z",
            "url": "https://files.pythonhosted.org/packages/a1/ed/af96817ac69772d3d676a86f59a583740d25b2f45163625cb3632479102f/lz4-4.4.3-cp313-cp313-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "961fa6b4b87038d1057675afdd017ca606662f266a41018ed617bc3395a5d10d",
                "md5": "758909f7fb9e64c367945aa7caa9f2c8",
                "sha256": "da091dd8c96dbda124d766231f38619afd5c544051fb4424d2566c905957d342"
            },
            "downloads": -1,
            "filename": "lz4-4.4.3-cp313-cp313-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "758909f7fb9e64c367945aa7caa9f2c8",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.9",
            "size": 99840,
            "upload_time": "2025-01-26T21:05:16",
            "upload_time_iso_8601": "2025-01-26T21:05:16.176784Z",
            "url": "https://files.pythonhosted.org/packages/96/1f/a6b4b87038d1057675afdd017ca606662f266a41018ed617bc3395a5d10d/lz4-4.4.3-cp313-cp313-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "de8b1c6e4965609b3948b28b16f89ec23a7966471f94bf8f241c423ad37b6384",
                "md5": "be857b1f93543a5203a4d35fd12bf340",
                "sha256": "699d26ac579eb42c71d131f9fb7b6e1c495a14e257264206a3c3bfcc146ed9bb"
            },
            "downloads": -1,
            "filename": "lz4-4.4.3-cp39-cp39-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "be857b1f93543a5203a4d35fd12bf340",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 220695,
            "upload_time": "2025-01-26T21:05:17",
            "upload_time_iso_8601": "2025-01-26T21:05:17.141007Z",
            "url": "https://files.pythonhosted.org/packages/de/8b/1c6e4965609b3948b28b16f89ec23a7966471f94bf8f241c423ad37b6384/lz4-4.4.3-cp39-cp39-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "c5d0acc0783127e135f4be0b3e64ea55ed0a581daadb65d141b86c0806578ff8",
                "md5": "2808db119490ddeeb0145186e59814dd",
                "sha256": "c4be1e5d9c8ad61345730c41c9ef21bdbb022cced4df70431110888d3ad5c0fb"
            },
            "downloads": -1,
            "filename": "lz4-4.4.3-cp39-cp39-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "2808db119490ddeeb0145186e59814dd",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 189468,
            "upload_time": "2025-01-26T21:05:18",
            "upload_time_iso_8601": "2025-01-26T21:05:18.190395Z",
            "url": "https://files.pythonhosted.org/packages/c5/d0/acc0783127e135f4be0b3e64ea55ed0a581daadb65d141b86c0806578ff8/lz4-4.4.3-cp39-cp39-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "19033cb0eb00c756199cc059a987358498862fbc9415bf5cebcb9561a949fe3d",
                "md5": "5631ed924aca6704ecde87b28b7679da",
                "sha256": "de86400c8b60c7707665e63934a82ae6792e7102c17a72e9b361a7f40d3c6049"
            },
            "downloads": -1,
            "filename": "lz4-4.4.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "5631ed924aca6704ecde87b28b7679da",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 1263265,
            "upload_time": "2025-01-26T21:05:19",
            "upload_time_iso_8601": "2025-01-26T21:05:19.325991Z",
            "url": "https://files.pythonhosted.org/packages/19/03/3cb0eb00c756199cc059a987358498862fbc9415bf5cebcb9561a949fe3d/lz4-4.4.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "1b6c6c89b3d7204132b028aaaf723f743400af6f69cfb2bface1b93c1dcab3dc",
                "md5": "a6ddb52defa3029d9fce243c5b1d2d5c",
                "sha256": "fe6080299a25fd7cbb1957c921cca6a884acbfcd44cc23de48079389d322e326"
            },
            "downloads": -1,
            "filename": "lz4-4.4.3-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "a6ddb52defa3029d9fce243c5b1d2d5c",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 1183433,
            "upload_time": "2025-01-26T21:05:20",
            "upload_time_iso_8601": "2025-01-26T21:05:20.658367Z",
            "url": "https://files.pythonhosted.org/packages/1b/6c/6c89b3d7204132b028aaaf723f743400af6f69cfb2bface1b93c1dcab3dc/lz4-4.4.3-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d90e92f06167318b880eba767b52eaf8109e12f4b40065efa633ab28d68b68f8",
                "md5": "32fa34204575c3ff29a990bdb8174f9e",
                "sha256": "447993c4dda0b6b0e1bd862752c855df8745f2910bea5015344f83ff3e99f305"
            },
            "downloads": -1,
            "filename": "lz4-4.4.3-cp39-cp39-win32.whl",
            "has_sig": false,
            "md5_digest": "32fa34204575c3ff29a990bdb8174f9e",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 88132,
            "upload_time": "2025-01-26T21:05:21",
            "upload_time_iso_8601": "2025-01-26T21:05:21.908340Z",
            "url": "https://files.pythonhosted.org/packages/d9/0e/92f06167318b880eba767b52eaf8109e12f4b40065efa633ab28d68b68f8/lz4-4.4.3-cp39-cp39-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "4731daea0eca9f7868844cd1b15ae23eaab324af46b99ee4cd6e3e6efb176eaa",
                "md5": "46b3ac0557f73ed4275f648e5023d928",
                "sha256": "3f21e503c18157512d2e34ae4c301e44a826c7b87e1d8998981367e3c9fe0932"
            },
            "downloads": -1,
            "filename": "lz4-4.4.3-cp39-cp39-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "46b3ac0557f73ed4275f648e5023d928",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 99828,
            "upload_time": "2025-01-26T21:05:22",
            "upload_time_iso_8601": "2025-01-26T21:05:22.897923Z",
            "url": "https://files.pythonhosted.org/packages/47/31/daea0eca9f7868844cd1b15ae23eaab324af46b99ee4cd6e3e6efb176eaa/lz4-4.4.3-cp39-cp39-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "ccbcb2e79af05be82841706ddd7d78059e5f78e6ca5828f92034394b54e303b7",
                "md5": "86cafd2af4ec8f973d1fea90f8167efc",
                "sha256": "91ed5b71f9179bf3dbfe85d92b52d4b53de2e559aa4daa3b7de18e0dd24ad77d"
            },
            "downloads": -1,
            "filename": "lz4-4.4.3.tar.gz",
            "has_sig": false,
            "md5_digest": "86cafd2af4ec8f973d1fea90f8167efc",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 171848,
            "upload_time": "2025-01-26T21:05:24",
            "upload_time_iso_8601": "2025-01-26T21:05:24.658064Z",
            "url": "https://files.pythonhosted.org/packages/cc/bc/b2e79af05be82841706ddd7d78059e5f78e6ca5828f92034394b54e303b7/lz4-4.4.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-26 21:05:24",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "python-lz4",
    "github_project": "python-lz4",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "tox",
            "specs": []
        },
        {
            "name": "pytest",
            "specs": []
        },
        {
            "name": "pytest-runner",
            "specs": []
        },
        {
            "name": "setuptools_scm",
            "specs": []
        },
        {
            "name": "pkgconfig",
            "specs": []
        },
        {
            "name": "future",
            "specs": []
        }
    ],
    "tox": true,
    "lcname": "lz4"
}
        
Elapsed time: 0.40027s