xattr


Namexattr JSON
Version 1.1.4 PyPI version JSON
download
home_pageNone
SummaryPython wrapper for extended filesystem attributes
upload_time2025-01-06 19:19:32
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseThis is the MIT license. This software may also be distributed under the same terms as Python (the PSF license). Copyright (c) 2004 Bob Ippolito. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords xattr
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            xattr
-----

xattr is a Python wrapper for extended filesystem attributes.

xattr also ships with an `xattr` command line tool for viewing and
editing extended filesystem attributes. On platforms that support or
ship with the attr package, you may prefer to use the `getfattr`
and `setfattr` command line tools from the attr package.

Extended attributes extend the basic attributes of files and directories
in the file system.  They are stored as name:data pairs associated with
file system objects (files, directories, symlinks, etc).

Extended attributes are currently only available on Darwin 8.0+ (Mac OS X 10.4)
and Linux 2.6+. Experimental support is included for Solaris and FreeBSD.

Python 3.8+ is required as of v1.0.0, and this is the minimum version
that is compatible with Python 3.12+.

Versions older than v1.0.0 are no longer supported, but are
available for use. v0.10.1 is the last version to support older versions
of Python (including 2.7).

Note: On Linux, custom xattr keys need to be prefixed with the `user`
namespace, ie: `user.your_attr`.

Note: If you need to read or write Spotlight metadata attributes on macOS,
see osxmetadata_ which provides a native macOS means to do so without
directly manipulating extended attributes. osxmetadata also provides access
to other macOS metadata attributes and extended attributes via xattr.

.. _osxmetadata: https://github.com/RhetTbull/osxmetadata

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "xattr",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "Bob Ippolito <bob@redivi.com>",
    "keywords": "xattr",
    "author": null,
    "author_email": "Bob Ippolito <bob@redivi.com>",
    "download_url": "https://files.pythonhosted.org/packages/62/bf/8b98081f9f8fd56d67b9478ff1e0f8c337cde08bcb92f0d592f0a7958983/xattr-1.1.4.tar.gz",
    "platform": "MacOS X",
    "description": "xattr\n-----\n\nxattr is a Python wrapper for extended filesystem attributes.\n\nxattr also ships with an `xattr` command line tool for viewing and\nediting extended filesystem attributes. On platforms that support or\nship with the attr package, you may prefer to use the `getfattr`\nand `setfattr` command line tools from the attr package.\n\nExtended attributes extend the basic attributes of files and directories\nin the file system.  They are stored as name:data pairs associated with\nfile system objects (files, directories, symlinks, etc).\n\nExtended attributes are currently only available on Darwin 8.0+ (Mac OS X 10.4)\nand Linux 2.6+. Experimental support is included for Solaris and FreeBSD.\n\nPython 3.8+ is required as of v1.0.0, and this is the minimum version\nthat is compatible with Python 3.12+.\n\nVersions older than v1.0.0 are no longer supported, but are\navailable for use. v0.10.1 is the last version to support older versions\nof Python (including 2.7).\n\nNote: On Linux, custom xattr keys need to be prefixed with the `user`\nnamespace, ie: `user.your_attr`.\n\nNote: If you need to read or write Spotlight metadata attributes on macOS,\nsee osxmetadata_ which provides a native macOS means to do so without\ndirectly manipulating extended attributes. osxmetadata also provides access\nto other macOS metadata attributes and extended attributes via xattr.\n\n.. _osxmetadata: https://github.com/RhetTbull/osxmetadata\n",
    "bugtrack_url": null,
    "license": "This is the MIT license.  This software may also be distributed under the same terms as Python (the PSF license).  Copyright (c) 2004 Bob Ippolito.  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ",
    "summary": "Python wrapper for extended filesystem attributes",
    "version": "1.1.4",
    "project_urls": {
        "Homepage": "https://github.com/xattr/xattr",
        "Repository": "https://github.com/xattr/xattr"
    },
    "split_keywords": [
        "xattr"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b29d99cf83aa9e02604e88ad5e843b0f7a003740e24a60de71e7089acf54bee6",
                "md5": "6305b3dc656c1289016e188ce35a6914",
                "sha256": "acb85b6249e9f3ea10cbb56df1021d43f4027212f0d004304bc9075dc7f54769"
            },
            "downloads": -1,
            "filename": "xattr-1.1.4-cp310-cp310-macosx_10_9_universal2.whl",
            "has_sig": false,
            "md5_digest": "6305b3dc656c1289016e188ce35a6914",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 23923,
            "upload_time": "2025-01-06T19:17:26",
            "upload_time_iso_8601": "2025-01-06T19:17:26.152700Z",
            "url": "https://files.pythonhosted.org/packages/b2/9d/99cf83aa9e02604e88ad5e843b0f7a003740e24a60de71e7089acf54bee6/xattr-1.1.4-cp310-cp310-macosx_10_9_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2e89bf59d0b7b718823ae5535cdb367195c50681625e275896eb8eed7cfd4100",
                "md5": "e9e72297dd9271b2af13b34f7f14b5e1",
                "sha256": "1a848ab125c0fafdc501ccd83b4c9018bba576a037a4ca5960a22f39e295552e"
            },
            "downloads": -1,
            "filename": "xattr-1.1.4-cp310-cp310-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "e9e72297dd9271b2af13b34f7f14b5e1",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 18886,
            "upload_time": "2025-01-06T19:17:28",
            "upload_time_iso_8601": "2025-01-06T19:17:28.770005Z",
            "url": "https://files.pythonhosted.org/packages/2e/89/bf59d0b7b718823ae5535cdb367195c50681625e275896eb8eed7cfd4100/xattr-1.1.4-cp310-cp310-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "33e3b5aeaa2ff5f4ee08024eb6b271f37f59a088849b1338e29836afb318df12",
                "md5": "e1ab2a418a4c817270922abee068de5d",
                "sha256": "467ee77471d26ae5187ee7081b82175b5ca56ead4b71467ec2e6119d1b08beed"
            },
            "downloads": -1,
            "filename": "xattr-1.1.4-cp310-cp310-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "e1ab2a418a4c817270922abee068de5d",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 19220,
            "upload_time": "2025-01-06T19:17:34",
            "upload_time_iso_8601": "2025-01-06T19:17:34.285014Z",
            "url": "https://files.pythonhosted.org/packages/33/e3/b5aeaa2ff5f4ee08024eb6b271f37f59a088849b1338e29836afb318df12/xattr-1.1.4-cp310-cp310-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bcdc719ae036ebe4e4a121c0489e1865dbf2f9547dd75e1af9c299ff79859d98",
                "md5": "acd8475566997cc62eee408a3f01ba0c",
                "sha256": "0fd35f46cb0154f7033f9d5d0960f226857acb0d1e0d71fd7af18ed84663007c"
            },
            "downloads": -1,
            "filename": "xattr-1.1.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "acd8475566997cc62eee408a3f01ba0c",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 39105,
            "upload_time": "2025-01-06T19:17:35",
            "upload_time_iso_8601": "2025-01-06T19:17:35.575765Z",
            "url": "https://files.pythonhosted.org/packages/bc/dc/719ae036ebe4e4a121c0489e1865dbf2f9547dd75e1af9c299ff79859d98/xattr-1.1.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8a74a9764be50b298e7b36d95de4f7fe444ada6845061d37818d6682117b1c3e",
                "md5": "a8bdc67e8c388ac980ac19412e135626",
                "sha256": "7d956478e9bb98a1efd20ebc6e5703497c1d2d690d5a13c4df4abf59881eed50"
            },
            "downloads": -1,
            "filename": "xattr-1.1.4-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "a8bdc67e8c388ac980ac19412e135626",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 36984,
            "upload_time": "2025-01-06T19:17:36",
            "upload_time_iso_8601": "2025-01-06T19:17:36.669693Z",
            "url": "https://files.pythonhosted.org/packages/8a/74/a9764be50b298e7b36d95de4f7fe444ada6845061d37818d6682117b1c3e/xattr-1.1.4-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "aa76dc89306ec7a111926d463afa2be547edb737d3c5900a19eff98aa79f7d63",
                "md5": "8e250795c6564991d5ab2d50967ab568",
                "sha256": "3f25dfdcd974b700fb04a40e14a664a80227ee58e02ea062ac241f0d7dc54b4e"
            },
            "downloads": -1,
            "filename": "xattr-1.1.4-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "8e250795c6564991d5ab2d50967ab568",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 38895,
            "upload_time": "2025-01-06T19:17:39",
            "upload_time_iso_8601": "2025-01-06T19:17:39.099619Z",
            "url": "https://files.pythonhosted.org/packages/aa/76/dc89306ec7a111926d463afa2be547edb737d3c5900a19eff98aa79f7d63/xattr-1.1.4-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f65895a151ccab2c176848adf386ab0da1395312dffd5824e5797bfdb836637b",
                "md5": "c2a9bd07a64b1f2604ca937e9479d7fc",
                "sha256": "33b63365c1fcbc80a79f601575bac0d6921732e0245b776876f3db3fcfefe22d"
            },
            "downloads": -1,
            "filename": "xattr-1.1.4-cp310-cp310-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "c2a9bd07a64b1f2604ca937e9479d7fc",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 38350,
            "upload_time": "2025-01-06T19:17:40",
            "upload_time_iso_8601": "2025-01-06T19:17:40.851430Z",
            "url": "https://files.pythonhosted.org/packages/f6/58/95a151ccab2c176848adf386ab0da1395312dffd5824e5797bfdb836637b/xattr-1.1.4-cp310-cp310-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "14c07e04c29ea105a7f9d94576420f27939ad2bc1ae79813c8caac26c73ecc36",
                "md5": "db4fad6dbc4b25cac9fb8c5a363a1309",
                "sha256": "544542be95c9b49e211f0a463758f200de88ba6d5a94d3c4f42855a484341acd"
            },
            "downloads": -1,
            "filename": "xattr-1.1.4-cp310-cp310-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "db4fad6dbc4b25cac9fb8c5a363a1309",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 36740,
            "upload_time": "2025-01-06T19:17:43",
            "upload_time_iso_8601": "2025-01-06T19:17:43.263484Z",
            "url": "https://files.pythonhosted.org/packages/14/c0/7e04c29ea105a7f9d94576420f27939ad2bc1ae79813c8caac26c73ecc36/xattr-1.1.4-cp310-cp310-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a2e00342d023a22d41bb9a45bc8747c03736541cdb54c97c7686708bf207b204",
                "md5": "0b6eb146590290e51ed2684a5d19d76e",
                "sha256": "ac14c9893f3ea046784b7702be30889b200d31adcd2e6781a8a190b6423f9f2d"
            },
            "downloads": -1,
            "filename": "xattr-1.1.4-cp310-cp310-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "0b6eb146590290e51ed2684a5d19d76e",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 37946,
            "upload_time": "2025-01-06T19:17:46",
            "upload_time_iso_8601": "2025-01-06T19:17:46.253274Z",
            "url": "https://files.pythonhosted.org/packages/a2/e0/0342d023a22d41bb9a45bc8747c03736541cdb54c97c7686708bf207b204/xattr-1.1.4-cp310-cp310-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "785bf64ba0f93e6447e1997068959f22ff99e08d77dd88d9edcf97ddcb9e9016",
                "md5": "94d7ba4cf9e404cea7abbc93d5836b5b",
                "sha256": "bb4bbe37ba95542081890dd34fa5347bef4651e276647adaa802d5d0d7d86452"
            },
            "downloads": -1,
            "filename": "xattr-1.1.4-cp311-cp311-macosx_10_9_universal2.whl",
            "has_sig": false,
            "md5_digest": "94d7ba4cf9e404cea7abbc93d5836b5b",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 23920,
            "upload_time": "2025-01-06T19:17:48",
            "upload_time_iso_8601": "2025-01-06T19:17:48.234989Z",
            "url": "https://files.pythonhosted.org/packages/78/5b/f64ba0f93e6447e1997068959f22ff99e08d77dd88d9edcf97ddcb9e9016/xattr-1.1.4-cp311-cp311-macosx_10_9_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c854ad66655f0b1317b0a297aa2d6ed7d6e5d5343495841fad535bee37a56471",
                "md5": "5297041a0d5a9e778eaf3c273c5c43b2",
                "sha256": "3da489ecef798705f9a39ea8cea4ead0d1eeed55f92c345add89740bd930bab6"
            },
            "downloads": -1,
            "filename": "xattr-1.1.4-cp311-cp311-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "5297041a0d5a9e778eaf3c273c5c43b2",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 18883,
            "upload_time": "2025-01-06T19:17:49",
            "upload_time_iso_8601": "2025-01-06T19:17:49.460875Z",
            "url": "https://files.pythonhosted.org/packages/c8/54/ad66655f0b1317b0a297aa2d6ed7d6e5d5343495841fad535bee37a56471/xattr-1.1.4-cp311-cp311-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4d5d7d5154570bbcb898e6123c292f697c87c33e12258a1a8b9741539f952681",
                "md5": "1808295acc19a7ae51d981b730d868fd",
                "sha256": "798dd0cbe696635a6f74b06fc430818bf9c3b24314e1502eadf67027ab60c9b0"
            },
            "downloads": -1,
            "filename": "xattr-1.1.4-cp311-cp311-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "1808295acc19a7ae51d981b730d868fd",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 19221,
            "upload_time": "2025-01-06T19:17:51",
            "upload_time_iso_8601": "2025-01-06T19:17:51.654638Z",
            "url": "https://files.pythonhosted.org/packages/4d/5d/7d5154570bbcb898e6123c292f697c87c33e12258a1a8b9741539f952681/xattr-1.1.4-cp311-cp311-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b9b7135cf3018278051f57bb5dde944cb1ca4f7ad4ec383465a08c6a5c7f7152",
                "md5": "d29341e2dc882b77e39bf51a14b2f2c9",
                "sha256": "7b2b6361626efad5eb5a6bf8172c6c67339e09397ee8140ec41258737bea9681"
            },
            "downloads": -1,
            "filename": "xattr-1.1.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "d29341e2dc882b77e39bf51a14b2f2c9",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 39098,
            "upload_time": "2025-01-06T19:17:53",
            "upload_time_iso_8601": "2025-01-06T19:17:53.099054Z",
            "url": "https://files.pythonhosted.org/packages/b9/b7/135cf3018278051f57bb5dde944cb1ca4f7ad4ec383465a08c6a5c7f7152/xattr-1.1.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a562577e2eb0108158b78cd93ea3782c7a8d464693f1338a5350a1db16f69a89",
                "md5": "dc2dadd4d55b556c389c8bbcea865634",
                "sha256": "6e7fa20a0c9ce022d19123b1c5b848d00a68b837251835a7929fe041ee81dcd0"
            },
            "downloads": -1,
            "filename": "xattr-1.1.4-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "dc2dadd4d55b556c389c8bbcea865634",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 36982,
            "upload_time": "2025-01-06T19:17:54",
            "upload_time_iso_8601": "2025-01-06T19:17:54.493675Z",
            "url": "https://files.pythonhosted.org/packages/a5/62/577e2eb0108158b78cd93ea3782c7a8d464693f1338a5350a1db16f69a89/xattr-1.1.4-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "59ccab3bd7a4bedf445be4b35de4a4627ef2944786724d18eaf28d05c1238c7c",
                "md5": "0fb3a06efa7012c18fbb16f712a3ae89",
                "sha256": "6e20eeb08e2c57fc7e71f050b1cfae35cbb46105449853a582bf53fd23c5379e"
            },
            "downloads": -1,
            "filename": "xattr-1.1.4-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "0fb3a06efa7012c18fbb16f712a3ae89",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 38891,
            "upload_time": "2025-01-06T19:17:55",
            "upload_time_iso_8601": "2025-01-06T19:17:55.853304Z",
            "url": "https://files.pythonhosted.org/packages/59/cc/ab3bd7a4bedf445be4b35de4a4627ef2944786724d18eaf28d05c1238c7c/xattr-1.1.4-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "45e82285651d92f1460159753fe6628af259c943fcc5071e48a0540fa11dc34d",
                "md5": "289c861bd4e8b601a8324868fe79d51d",
                "sha256": "477370e75821bded901487e5e752cffe554d1bd3bd4839b627d4d1ee8c95a093"
            },
            "downloads": -1,
            "filename": "xattr-1.1.4-cp311-cp311-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "289c861bd4e8b601a8324868fe79d51d",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 38362,
            "upload_time": "2025-01-06T19:17:57",
            "upload_time_iso_8601": "2025-01-06T19:17:57.078649Z",
            "url": "https://files.pythonhosted.org/packages/45/e8/2285651d92f1460159753fe6628af259c943fcc5071e48a0540fa11dc34d/xattr-1.1.4-cp311-cp311-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5faf7856c0b1970272a53a428bb20dc125f9fd350fb1b40ebca4e54610af1b79",
                "md5": "5b1dcb676d11b29a42fa48d841ee658d",
                "sha256": "a8682091cd34a9f4a93c8aaea4101aae99f1506e24da00a3cc3dd2eca9566f21"
            },
            "downloads": -1,
            "filename": "xattr-1.1.4-cp311-cp311-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "5b1dcb676d11b29a42fa48d841ee658d",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 36724,
            "upload_time": "2025-01-06T19:17:58",
            "upload_time_iso_8601": "2025-01-06T19:17:58.534908Z",
            "url": "https://files.pythonhosted.org/packages/5f/af/7856c0b1970272a53a428bb20dc125f9fd350fb1b40ebca4e54610af1b79/xattr-1.1.4-cp311-cp311-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5d34087e02b32d6288a40b7f6573e97a119016e6c3713d4f4b866bbf56cfb803",
                "md5": "5b5884d6822475d15708af1f6bd5e553",
                "sha256": "2e079b3b1a274ba2121cf0da38bbe5c8d2fb1cc49ecbceb395ce20eb7d69556d"
            },
            "downloads": -1,
            "filename": "xattr-1.1.4-cp311-cp311-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "5b5884d6822475d15708af1f6bd5e553",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 37945,
            "upload_time": "2025-01-06T19:17:59",
            "upload_time_iso_8601": "2025-01-06T19:17:59.764798Z",
            "url": "https://files.pythonhosted.org/packages/5d/34/087e02b32d6288a40b7f6573e97a119016e6c3713d4f4b866bbf56cfb803/xattr-1.1.4-cp311-cp311-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f02ad0f9e46de4cec5e4aa45fd939549b977c49dd68202fa844d07cb24ce5f17",
                "md5": "621198f3d1dc5656ca45feb20f0e0027",
                "sha256": "ae6579dea05bf9f335a082f711d5924a98da563cac72a2d550f5b940c401c0e9"
            },
            "downloads": -1,
            "filename": "xattr-1.1.4-cp312-cp312-macosx_10_13_universal2.whl",
            "has_sig": false,
            "md5_digest": "621198f3d1dc5656ca45feb20f0e0027",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 23917,
            "upload_time": "2025-01-06T19:18:00",
            "upload_time_iso_8601": "2025-01-06T19:18:00.868472Z",
            "url": "https://files.pythonhosted.org/packages/f0/2a/d0f9e46de4cec5e4aa45fd939549b977c49dd68202fa844d07cb24ce5f17/xattr-1.1.4-cp312-cp312-macosx_10_13_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "83e0a5764257cd9c9eb598f4648a3658d915dd3520ec111ecbd251b685de6546",
                "md5": "6a29ff606edc05463f8111dd22f87c18",
                "sha256": "cd6038ec9df2e67af23c212693751481d5f7e858156924f14340376c48ed9ac7"
            },
            "downloads": -1,
            "filename": "xattr-1.1.4-cp312-cp312-macosx_10_13_x86_64.whl",
            "has_sig": false,
            "md5_digest": "6a29ff606edc05463f8111dd22f87c18",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 18891,
            "upload_time": "2025-01-06T19:18:02",
            "upload_time_iso_8601": "2025-01-06T19:18:02.029197Z",
            "url": "https://files.pythonhosted.org/packages/83/e0/a5764257cd9c9eb598f4648a3658d915dd3520ec111ecbd251b685de6546/xattr-1.1.4-cp312-cp312-macosx_10_13_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8b83a81a147987387fd2841a28f767efedb099cf90e23553ead458f2330e47c5",
                "md5": "6325531b1602733095b5afaf971e56cd",
                "sha256": "608b2877526674eb15df4150ef4b70b7b292ae00e65aecaae2f192af224be200"
            },
            "downloads": -1,
            "filename": "xattr-1.1.4-cp312-cp312-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "6325531b1602733095b5afaf971e56cd",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 19213,
            "upload_time": "2025-01-06T19:18:03",
            "upload_time_iso_8601": "2025-01-06T19:18:03.303529Z",
            "url": "https://files.pythonhosted.org/packages/8b/83/a81a147987387fd2841a28f767efedb099cf90e23553ead458f2330e47c5/xattr-1.1.4-cp312-cp312-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4b52bf093b4eb9873ffc9e9373dcb38ec8a9b5cd4e6a9f681c4c5cf6bf067a42",
                "md5": "bb9f1e59f3508f56af127e615d490d28",
                "sha256": "c54dad1a6a998c6a23edfd25e99f4d38e9b942d54e518570044edf8c767687ea"
            },
            "downloads": -1,
            "filename": "xattr-1.1.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "bb9f1e59f3508f56af127e615d490d28",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 39302,
            "upload_time": "2025-01-06T19:18:05",
            "upload_time_iso_8601": "2025-01-06T19:18:05.846815Z",
            "url": "https://files.pythonhosted.org/packages/4b/52/bf093b4eb9873ffc9e9373dcb38ec8a9b5cd4e6a9f681c4c5cf6bf067a42/xattr-1.1.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2dd89d7315ebae76a7f48bc5e1aecc7e592eb43376a0f6cf470a854d895d2093",
                "md5": "ff0156efd534707e969e16841f84bc91",
                "sha256": "c0dab6ff72bb2b508f3850c368f8e53bd706585012676e1f71debba3310acde8"
            },
            "downloads": -1,
            "filename": "xattr-1.1.4-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "ff0156efd534707e969e16841f84bc91",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 37224,
            "upload_time": "2025-01-06T19:18:07",
            "upload_time_iso_8601": "2025-01-06T19:18:07.226698Z",
            "url": "https://files.pythonhosted.org/packages/2d/d8/9d7315ebae76a7f48bc5e1aecc7e592eb43376a0f6cf470a854d895d2093/xattr-1.1.4-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c8b210eb17bea7e378b2bcd76fc8c2e5158318e2c08e774b13f548f333d7318a",
                "md5": "3e1ce91a477279090a0ae61fec18160d",
                "sha256": "7a3c54c6af7cf09432b2c461af257d5f4b1cb2d59eee045f91bacef44421a46d"
            },
            "downloads": -1,
            "filename": "xattr-1.1.4-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "3e1ce91a477279090a0ae61fec18160d",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 39145,
            "upload_time": "2025-01-06T19:18:08",
            "upload_time_iso_8601": "2025-01-06T19:18:08.403693Z",
            "url": "https://files.pythonhosted.org/packages/c8/b2/10eb17bea7e378b2bcd76fc8c2e5158318e2c08e774b13f548f333d7318a/xattr-1.1.4-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "74fb95bbc28116b3c19a21acc34ec0a5973e9cc97fe49d3f47a65775af3760a8",
                "md5": "7eda7d7dcc076175dc70afae4c65a1e6",
                "sha256": "e346e05a158d554639fbf7a0db169dc693c2d2260c7acb3239448f1ff4a9d67f"
            },
            "downloads": -1,
            "filename": "xattr-1.1.4-cp312-cp312-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "7eda7d7dcc076175dc70afae4c65a1e6",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 38469,
            "upload_time": "2025-01-06T19:18:09",
            "upload_time_iso_8601": "2025-01-06T19:18:09.602526Z",
            "url": "https://files.pythonhosted.org/packages/74/fb/95bbc28116b3c19a21acc34ec0a5973e9cc97fe49d3f47a65775af3760a8/xattr-1.1.4-cp312-cp312-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "af0323db582cb271ed47f2d62956e112501d998b5493f892a77104b5795ae2fc",
                "md5": "142b5e84cde0ad54afc2e2a7067b814b",
                "sha256": "3ff6d9e2103d0d6e5fcd65b85a2005b66ea81c0720a37036445faadc5bbfa424"
            },
            "downloads": -1,
            "filename": "xattr-1.1.4-cp312-cp312-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "142b5e84cde0ad54afc2e2a7067b814b",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 36797,
            "upload_time": "2025-01-06T19:18:10",
            "upload_time_iso_8601": "2025-01-06T19:18:10.709956Z",
            "url": "https://files.pythonhosted.org/packages/af/03/23db582cb271ed47f2d62956e112501d998b5493f892a77104b5795ae2fc/xattr-1.1.4-cp312-cp312-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "90c4b631d0174e097cf8c44d4f70c66545d91dc8ba15bbfa5054dd7da8371461",
                "md5": "c6238357e274ba6608d2fdd0c56db641",
                "sha256": "7a2ee4563c6414dfec0d1ac610f59d39d5220531ae06373eeb1a06ee37cd193f"
            },
            "downloads": -1,
            "filename": "xattr-1.1.4-cp312-cp312-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "c6238357e274ba6608d2fdd0c56db641",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 38128,
            "upload_time": "2025-01-06T19:18:11",
            "upload_time_iso_8601": "2025-01-06T19:18:11.884076Z",
            "url": "https://files.pythonhosted.org/packages/90/c4/b631d0174e097cf8c44d4f70c66545d91dc8ba15bbfa5054dd7da8371461/xattr-1.1.4-cp312-cp312-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "417c3b8e82ba6f5d24753314ef9922390d9c8e78f157159621bb01f4741d3240",
                "md5": "df31e406a92baa6c03d213c67a4793d7",
                "sha256": "878df1b38cfdadf3184ad8c7b0f516311128d5597b60ac0b3486948953658a83"
            },
            "downloads": -1,
            "filename": "xattr-1.1.4-cp313-cp313-macosx_10_13_universal2.whl",
            "has_sig": false,
            "md5_digest": "df31e406a92baa6c03d213c67a4793d7",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 23910,
            "upload_time": "2025-01-06T19:18:14",
            "upload_time_iso_8601": "2025-01-06T19:18:14.745502Z",
            "url": "https://files.pythonhosted.org/packages/41/7c/3b8e82ba6f5d24753314ef9922390d9c8e78f157159621bb01f4741d3240/xattr-1.1.4-cp313-cp313-macosx_10_13_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "778d30b04121b42537aa969a797b89138bb1abd213d5777e9d4289284ebc7dee",
                "md5": "256438f45fe741ec7b3c6469c9306375",
                "sha256": "0c9b8350244a1c5454f93a8d572628ff71d7e2fc2f7480dcf4c4f0e8af3150fe"
            },
            "downloads": -1,
            "filename": "xattr-1.1.4-cp313-cp313-macosx_10_13_x86_64.whl",
            "has_sig": false,
            "md5_digest": "256438f45fe741ec7b3c6469c9306375",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 18890,
            "upload_time": "2025-01-06T19:18:17",
            "upload_time_iso_8601": "2025-01-06T19:18:17.680740Z",
            "url": "https://files.pythonhosted.org/packages/77/8d/30b04121b42537aa969a797b89138bb1abd213d5777e9d4289284ebc7dee/xattr-1.1.4-cp313-cp313-macosx_10_13_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fe94a95c7db010265a449935452db54d614afb1e5e91b1530c61485fc0fea4b5",
                "md5": "acfa69fb5a236ed43aeaaa0ab1c04a58",
                "sha256": "a46bf48fb662b8bd745b78bef1074a1e08f41a531168de62b5d7bd331dadb11a"
            },
            "downloads": -1,
            "filename": "xattr-1.1.4-cp313-cp313-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "acfa69fb5a236ed43aeaaa0ab1c04a58",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 19211,
            "upload_time": "2025-01-06T19:18:24",
            "upload_time_iso_8601": "2025-01-06T19:18:24.625622Z",
            "url": "https://files.pythonhosted.org/packages/fe/94/a95c7db010265a449935452db54d614afb1e5e91b1530c61485fc0fea4b5/xattr-1.1.4-cp313-cp313-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3e8dd5c703970d669a3fbaaff244048ed835f4358f89fb783720088d228da50e",
                "md5": "84b9f2d52e90640bbdb3027cddeaba3d",
                "sha256": "83fc3c07b583777b1dda6355329f75ca6b7179fe0d1002f1afe0ef96f7e3b5de"
            },
            "downloads": -1,
            "filename": "xattr-1.1.4-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "84b9f2d52e90640bbdb3027cddeaba3d",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 39213,
            "upload_time": "2025-01-06T19:18:25",
            "upload_time_iso_8601": "2025-01-06T19:18:25.756564Z",
            "url": "https://files.pythonhosted.org/packages/3e/8d/d5c703970d669a3fbaaff244048ed835f4358f89fb783720088d228da50e/xattr-1.1.4-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e78d7db74dab96b60c70a16c440294d15c8bd8e1521d9251afda114ca7d5e656",
                "md5": "f98addde7b2f5bfed625ee0922430b6c",
                "sha256": "6308b19cff71441513258699f0538394fad5d66e1d324635207a97cb076fd439"
            },
            "downloads": -1,
            "filename": "xattr-1.1.4-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "f98addde7b2f5bfed625ee0922430b6c",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 37142,
            "upload_time": "2025-01-06T19:18:28",
            "upload_time_iso_8601": "2025-01-06T19:18:28.293677Z",
            "url": "https://files.pythonhosted.org/packages/e7/8d/7db74dab96b60c70a16c440294d15c8bd8e1521d9251afda114ca7d5e656/xattr-1.1.4-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "27c9bc4d09c9926d04c94373aa5e386bbffa9767cd3a95558dc884c5152034b4",
                "md5": "9da7417bd65c4a08bc90e8da163e9aea",
                "sha256": "48c00ddc15ddadc9c729cd9504dabf50adb3d9c28f647d4ac9a3df45a046b1a0"
            },
            "downloads": -1,
            "filename": "xattr-1.1.4-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "9da7417bd65c4a08bc90e8da163e9aea",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 39048,
            "upload_time": "2025-01-06T19:18:29",
            "upload_time_iso_8601": "2025-01-06T19:18:29.488771Z",
            "url": "https://files.pythonhosted.org/packages/27/c9/bc4d09c9926d04c94373aa5e386bbffa9767cd3a95558dc884c5152034b4/xattr-1.1.4-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "39bfde1f4f94035aaefbecfb655f30eaf2bed2b63b55a7a400c85359524ba362",
                "md5": "63f26270ee29165874012cbda799c928",
                "sha256": "a06136196f26293758e1b244200b73156a0274af9a7349fa201c71c7af3bb9e8"
            },
            "downloads": -1,
            "filename": "xattr-1.1.4-cp313-cp313-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "63f26270ee29165874012cbda799c928",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 38463,
            "upload_time": "2025-01-06T19:18:30",
            "upload_time_iso_8601": "2025-01-06T19:18:30.667491Z",
            "url": "https://files.pythonhosted.org/packages/39/bf/de1f4f94035aaefbecfb655f30eaf2bed2b63b55a7a400c85359524ba362/xattr-1.1.4-cp313-cp313-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a806de7ae6b5ba7e0646878f4a75292dc5b56568ecca5e622d943570185aad3c",
                "md5": "0f7a2d3e7add67ad78fc79d3844a2857",
                "sha256": "8fc2631a3c6cfcdc71f7f0f847461839963754e76a2015de71e7e71e3304abc0"
            },
            "downloads": -1,
            "filename": "xattr-1.1.4-cp313-cp313-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "0f7a2d3e7add67ad78fc79d3844a2857",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 36812,
            "upload_time": "2025-01-06T19:18:32",
            "upload_time_iso_8601": "2025-01-06T19:18:32.553098Z",
            "url": "https://files.pythonhosted.org/packages/a8/06/de7ae6b5ba7e0646878f4a75292dc5b56568ecca5e622d943570185aad3c/xattr-1.1.4-cp313-cp313-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0eeed840adbee6cb33c0193f168d2b719b24174712859022684d78c7a3f06e91",
                "md5": "b93ca32cc342f14b1683b18111f8712f",
                "sha256": "d6e1e835f9c938d129dd45e7eb52ebf7d2d6816323dab93ce311bf331f7d2328"
            },
            "downloads": -1,
            "filename": "xattr-1.1.4-cp313-cp313-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "b93ca32cc342f14b1683b18111f8712f",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": ">=3.8",
            "size": 38131,
            "upload_time": "2025-01-06T19:18:33",
            "upload_time_iso_8601": "2025-01-06T19:18:33.693373Z",
            "url": "https://files.pythonhosted.org/packages/0e/ee/d840adbee6cb33c0193f168d2b719b24174712859022684d78c7a3f06e91/xattr-1.1.4-cp313-cp313-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7a018506826c2ed50f70cbeef389a41719673a2756106c4ec510eddd6f57811f",
                "md5": "2ed8cf576c1a2d5bcabbbbe173c4a588",
                "sha256": "60dea2d369a6484e8b7136224fc2971e10e2c46340d83ab780924afe78c90066"
            },
            "downloads": -1,
            "filename": "xattr-1.1.4-cp38-cp38-macosx_10_9_universal2.whl",
            "has_sig": false,
            "md5_digest": "2ed8cf576c1a2d5bcabbbbe173c4a588",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 23916,
            "upload_time": "2025-01-06T19:18:36",
            "upload_time_iso_8601": "2025-01-06T19:18:36.063095Z",
            "url": "https://files.pythonhosted.org/packages/7a/01/8506826c2ed50f70cbeef389a41719673a2756106c4ec510eddd6f57811f/xattr-1.1.4-cp38-cp38-macosx_10_9_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bf7c54d04312cb4fdad76ed96c2262f057687248b8c660f4c86fcf68e6861f75",
                "md5": "b10258a5f53dc3b01cd906ac44864f7e",
                "sha256": "85c2b778b09d919523f80f244d799a142302582d76da18903dc693207c4020b0"
            },
            "downloads": -1,
            "filename": "xattr-1.1.4-cp38-cp38-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "b10258a5f53dc3b01cd906ac44864f7e",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 18882,
            "upload_time": "2025-01-06T19:18:37",
            "upload_time_iso_8601": "2025-01-06T19:18:37.196168Z",
            "url": "https://files.pythonhosted.org/packages/bf/7c/54d04312cb4fdad76ed96c2262f057687248b8c660f4c86fcf68e6861f75/xattr-1.1.4-cp38-cp38-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "62810c10fe65d82ca63e1e8ca60f0b53937dcecec7f0ebff603f6d881a6540a0",
                "md5": "36df82d94fd67a7d4f43efe2ad167378",
                "sha256": "ee0abba9e1b890d39141714ff43e9666864ca635ea8a5a2194d989e6b17fe862"
            },
            "downloads": -1,
            "filename": "xattr-1.1.4-cp38-cp38-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "36df82d94fd67a7d4f43efe2ad167378",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 19214,
            "upload_time": "2025-01-06T19:18:38",
            "upload_time_iso_8601": "2025-01-06T19:18:38.402476Z",
            "url": "https://files.pythonhosted.org/packages/62/81/0c10fe65d82ca63e1e8ca60f0b53937dcecec7f0ebff603f6d881a6540a0/xattr-1.1.4-cp38-cp38-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9bfa652614ed9ffb66e9fb24b4c27ff63c4a2d2b7452162e17fabba6cb646f4a",
                "md5": "c151a794f0569d0429e4f8edcf2da143",
                "sha256": "8e4174ba7f51f46b95ea7918d907c91cd579575d59e6a2f22ca36a0551026737"
            },
            "downloads": -1,
            "filename": "xattr-1.1.4-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "c151a794f0569d0429e4f8edcf2da143",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 39225,
            "upload_time": "2025-01-06T19:18:39",
            "upload_time_iso_8601": "2025-01-06T19:18:39.515421Z",
            "url": "https://files.pythonhosted.org/packages/9b/fa/652614ed9ffb66e9fb24b4c27ff63c4a2d2b7452162e17fabba6cb646f4a/xattr-1.1.4-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0116da85fd3fea3d8c35e53289215d2454be083ac576c81e5a90806384ce45a3",
                "md5": "345aee3a53cac60b7bdabda61e718697",
                "sha256": "b2b05e52e99d82d87528c54c2c5c8c5fb0ba435f85ac6545511aeea136e49925"
            },
            "downloads": -1,
            "filename": "xattr-1.1.4-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "345aee3a53cac60b7bdabda61e718697",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 37126,
            "upload_time": "2025-01-06T19:18:40",
            "upload_time_iso_8601": "2025-01-06T19:18:40.732327Z",
            "url": "https://files.pythonhosted.org/packages/01/16/da85fd3fea3d8c35e53289215d2454be083ac576c81e5a90806384ce45a3/xattr-1.1.4-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1d02c033e7c12ace54934184cc525d9431241988c585258ab297776776057300",
                "md5": "cb829a481548cd05c1a75e9761e60e17",
                "sha256": "3a3696fad746be37de34eb73c60ea67144162bd08106a5308a90ce9dea9a3287"
            },
            "downloads": -1,
            "filename": "xattr-1.1.4-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "cb829a481548cd05c1a75e9761e60e17",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 39050,
            "upload_time": "2025-01-06T19:18:41",
            "upload_time_iso_8601": "2025-01-06T19:18:41.858538Z",
            "url": "https://files.pythonhosted.org/packages/1d/02/c033e7c12ace54934184cc525d9431241988c585258ab297776776057300/xattr-1.1.4-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a6291f37bbeb0c169cdb57e36d912fe80eb1821a32bbd3b5d16c0f9b5e13847c",
                "md5": "6b704a49b0c88ab81018ad721c4ab4d6",
                "sha256": "a3a7149439a26b68904c14fdc4587cde4ac7d80303e9ff0fefcfd893b698c976"
            },
            "downloads": -1,
            "filename": "xattr-1.1.4-cp38-cp38-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "6b704a49b0c88ab81018ad721c4ab4d6",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 38493,
            "upload_time": "2025-01-06T19:18:45",
            "upload_time_iso_8601": "2025-01-06T19:18:45.959006Z",
            "url": "https://files.pythonhosted.org/packages/a6/29/1f37bbeb0c169cdb57e36d912fe80eb1821a32bbd3b5d16c0f9b5e13847c/xattr-1.1.4-cp38-cp38-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "58afaef317b4f552e5d27e0104fde288861dba74d679259dc2603e44727712a5",
                "md5": "7339f427062f86e7277dea9ddd870b88",
                "sha256": "507b36a126ce900dbfa35d4e2c2db92570c933294cba5d161ecd6a89f7b52f43"
            },
            "downloads": -1,
            "filename": "xattr-1.1.4-cp38-cp38-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "7339f427062f86e7277dea9ddd870b88",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 36922,
            "upload_time": "2025-01-06T19:18:48",
            "upload_time_iso_8601": "2025-01-06T19:18:48.418008Z",
            "url": "https://files.pythonhosted.org/packages/58/af/aef317b4f552e5d27e0104fde288861dba74d679259dc2603e44727712a5/xattr-1.1.4-cp38-cp38-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "aa09df18c8fe38ea1c0f9159bd133ec2829354bec07565d7fe2e95526c65ac5f",
                "md5": "c798dfcf89af897ae510134efa23d0e7",
                "sha256": "9392b417b54923e031041940d396b1d709df1d3779c6744454e1f1c1f4dad4f5"
            },
            "downloads": -1,
            "filename": "xattr-1.1.4-cp38-cp38-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "c798dfcf89af897ae510134efa23d0e7",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 38077,
            "upload_time": "2025-01-06T19:18:49",
            "upload_time_iso_8601": "2025-01-06T19:18:49.720941Z",
            "url": "https://files.pythonhosted.org/packages/aa/09/df18c8fe38ea1c0f9159bd133ec2829354bec07565d7fe2e95526c65ac5f/xattr-1.1.4-cp38-cp38-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e759367c9311e503a12899b2c7e5c931b3b6fd4b219943e9977cd212a7bc1a10",
                "md5": "9f3e3a0bfb6291861e36498e64e2a34b",
                "sha256": "e9f00315e6c02943893b77f544776b49c756ac76960bea7cb8d7e1b96aefc284"
            },
            "downloads": -1,
            "filename": "xattr-1.1.4-cp39-cp39-macosx_10_9_universal2.whl",
            "has_sig": false,
            "md5_digest": "9f3e3a0bfb6291861e36498e64e2a34b",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 23918,
            "upload_time": "2025-01-06T19:18:50",
            "upload_time_iso_8601": "2025-01-06T19:18:50.835607Z",
            "url": "https://files.pythonhosted.org/packages/e7/59/367c9311e503a12899b2c7e5c931b3b6fd4b219943e9977cd212a7bc1a10/xattr-1.1.4-cp39-cp39-macosx_10_9_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2ad1a529542047e3922162c32c16268f0fb6268b8d0d5975bdca7cdb825fee1e",
                "md5": "c2eb5094bdf7e21266ef5f22e8a1a009",
                "sha256": "c8f98775065260140efb348b1ff8d50fd66ddcbf0c685b76eb1e87b380aaffb3"
            },
            "downloads": -1,
            "filename": "xattr-1.1.4-cp39-cp39-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "c2eb5094bdf7e21266ef5f22e8a1a009",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 18882,
            "upload_time": "2025-01-06T19:18:52",
            "upload_time_iso_8601": "2025-01-06T19:18:52.010617Z",
            "url": "https://files.pythonhosted.org/packages/2a/d1/a529542047e3922162c32c16268f0fb6268b8d0d5975bdca7cdb825fee1e/xattr-1.1.4-cp39-cp39-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3d8dcb84dcb9ee687fed1e04f60d1674612db0a7736665735571d829ac488c0e",
                "md5": "980ec869b27a3e6f241d4c5eecfb18a4",
                "sha256": "b471c6a515f434a167ca16c5c15ff34ee42d11956baa749173a8a4e385ff23e7"
            },
            "downloads": -1,
            "filename": "xattr-1.1.4-cp39-cp39-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "980ec869b27a3e6f241d4c5eecfb18a4",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 19216,
            "upload_time": "2025-01-06T19:18:53",
            "upload_time_iso_8601": "2025-01-06T19:18:53.181718Z",
            "url": "https://files.pythonhosted.org/packages/3d/8d/cb84dcb9ee687fed1e04f60d1674612db0a7736665735571d829ac488c0e/xattr-1.1.4-cp39-cp39-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bee5b412f04894b8ed2495383f0520ac5ddb9f2c21beddc56517ead222a83e85",
                "md5": "aec37562b3dde79f939292ad876a6939",
                "sha256": "ee0763a1b7ceb78ba2f78bee5f30d1551dc26daafcce4ac125115fa1def20519"
            },
            "downloads": -1,
            "filename": "xattr-1.1.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "aec37562b3dde79f939292ad876a6939",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 39098,
            "upload_time": "2025-01-06T19:18:54",
            "upload_time_iso_8601": "2025-01-06T19:18:54.364683Z",
            "url": "https://files.pythonhosted.org/packages/be/e5/b412f04894b8ed2495383f0520ac5ddb9f2c21beddc56517ead222a83e85/xattr-1.1.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "10279c16a532d11a83ea32cb49cb3f75f165981eca22a57387d52968aa8db744",
                "md5": "9030aaa132b05282d9b26ab876ce18fb",
                "sha256": "099e6e9ce7999b403d36d9cf943105a3d25d8233486b54ec9d1b78623b050433"
            },
            "downloads": -1,
            "filename": "xattr-1.1.4-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "9030aaa132b05282d9b26ab876ce18fb",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 36980,
            "upload_time": "2025-01-06T19:18:55",
            "upload_time_iso_8601": "2025-01-06T19:18:55.541374Z",
            "url": "https://files.pythonhosted.org/packages/10/27/9c16a532d11a83ea32cb49cb3f75f165981eca22a57387d52968aa8db744/xattr-1.1.4-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2474ff29cec57183e1a819c981446da3b95f2e462a34a0a0998739e33f49d634",
                "md5": "d0d0cbc96a8aabf1a1d121b7c2044f59",
                "sha256": "d3e56faef9dde8d969f0d646fb6171883693f88ae39163ecd919ec707fbafa85"
            },
            "downloads": -1,
            "filename": "xattr-1.1.4-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "d0d0cbc96a8aabf1a1d121b7c2044f59",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 38887,
            "upload_time": "2025-01-06T19:18:58",
            "upload_time_iso_8601": "2025-01-06T19:18:58.678438Z",
            "url": "https://files.pythonhosted.org/packages/24/74/ff29cec57183e1a819c981446da3b95f2e462a34a0a0998739e33f49d634/xattr-1.1.4-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "96a5d4ea6d92cc2f77cac28a26dcb56636246315303de2757d8617623d874339",
                "md5": "c093522e041e4993681e5b5c68b29be9",
                "sha256": "328156d4e594c9ae63e1072503c168849e601a153ad37f0290743544332d6b6f"
            },
            "downloads": -1,
            "filename": "xattr-1.1.4-cp39-cp39-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "c093522e041e4993681e5b5c68b29be9",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 38344,
            "upload_time": "2025-01-06T19:19:00",
            "upload_time_iso_8601": "2025-01-06T19:19:00.015849Z",
            "url": "https://files.pythonhosted.org/packages/96/a5/d4ea6d92cc2f77cac28a26dcb56636246315303de2757d8617623d874339/xattr-1.1.4-cp39-cp39-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "600b7ad661f52dbbced684131b5717827b855211400d544a24ccc2b8901e1988",
                "md5": "e600878db93a16c145fe3d4333eeaa5c",
                "sha256": "a57a55a27c7864d6916344c9a91776afda6c3b8b2209f8a69b79cdba93fbe128"
            },
            "downloads": -1,
            "filename": "xattr-1.1.4-cp39-cp39-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "e600878db93a16c145fe3d4333eeaa5c",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 36733,
            "upload_time": "2025-01-06T19:19:01",
            "upload_time_iso_8601": "2025-01-06T19:19:01.401905Z",
            "url": "https://files.pythonhosted.org/packages/60/0b/7ad661f52dbbced684131b5717827b855211400d544a24ccc2b8901e1988/xattr-1.1.4-cp39-cp39-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "98fcb476378be38d052eabc4003b7a488d5f199edb6d5a85a4a94565d44989f1",
                "md5": "37e7b8f5fa0473122bd4aae4f766de8e",
                "sha256": "3c19cdde08b040df1e99d2500bf8a9cff775ab0e6fa162bf8afe6d84aa93ed04"
            },
            "downloads": -1,
            "filename": "xattr-1.1.4-cp39-cp39-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "37e7b8f5fa0473122bd4aae4f766de8e",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 37940,
            "upload_time": "2025-01-06T19:19:02",
            "upload_time_iso_8601": "2025-01-06T19:19:02.550930Z",
            "url": "https://files.pythonhosted.org/packages/98/fc/b476378be38d052eabc4003b7a488d5f199edb6d5a85a4a94565d44989f1/xattr-1.1.4-cp39-cp39-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d7c9abcc190a7e24de9feead2404f3bd6dbaceda28034277ffc96ad21b2134f8",
                "md5": "b4b854db9962325d3e717cdad8e5428f",
                "sha256": "7c72667f19d3a9acf324aed97f58861d398d87e42314731e7c6ab3ac7850c971"
            },
            "downloads": -1,
            "filename": "xattr-1.1.4-pp310-pypy310_pp73-macosx_10_15_x86_64.whl",
            "has_sig": false,
            "md5_digest": "b4b854db9962325d3e717cdad8e5428f",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.8",
            "size": 15610,
            "upload_time": "2025-01-06T19:19:03",
            "upload_time_iso_8601": "2025-01-06T19:19:03.772280Z",
            "url": "https://files.pythonhosted.org/packages/d7/c9/abcc190a7e24de9feead2404f3bd6dbaceda28034277ffc96ad21b2134f8/xattr-1.1.4-pp310-pypy310_pp73-macosx_10_15_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2fe8aa3b2db13f12f9fcbeb79c69a0e8a6dc420845e0a78a37a52bf392bc8471",
                "md5": "7ebf21f2e263cbbda0d020d2d755c609",
                "sha256": "67ae934d75ea2563fc48a27c5945749575c74a6de19fdd38390917ddcb0e4f24"
            },
            "downloads": -1,
            "filename": "xattr-1.1.4-pp310-pypy310_pp73-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "7ebf21f2e263cbbda0d020d2d755c609",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.8",
            "size": 16100,
            "upload_time": "2025-01-06T19:19:07",
            "upload_time_iso_8601": "2025-01-06T19:19:07.866217Z",
            "url": "https://files.pythonhosted.org/packages/2f/e8/aa3b2db13f12f9fcbeb79c69a0e8a6dc420845e0a78a37a52bf392bc8471/xattr-1.1.4-pp310-pypy310_pp73-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "da0ce2c7468b7624dcd8fc64562bbd5ed76974d1b263a45af302a424314adc06",
                "md5": "a28466464e39d33ced163349be497d99",
                "sha256": "2a1b0c348dd8523554dc535540d2046c0c8a535bb086561d8359f3667967b6ca"
            },
            "downloads": -1,
            "filename": "xattr-1.1.4-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "a28466464e39d33ced163349be497d99",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.8",
            "size": 17952,
            "upload_time": "2025-01-06T19:19:11",
            "upload_time_iso_8601": "2025-01-06T19:19:11.437129Z",
            "url": "https://files.pythonhosted.org/packages/da/0c/e2c7468b7624dcd8fc64562bbd5ed76974d1b263a45af302a424314adc06/xattr-1.1.4-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d8096c47e93d2d96b584e56177f15fcb849fdeeb25fc2a2b75ea514a9e92cdf8",
                "md5": "9096db1051d4a06ad134a4285276d23b",
                "sha256": "22284255d2a8e8f3da195bd8e8d43ce674dbc7c38d38cb6ecfb37fae7755d31f"
            },
            "downloads": -1,
            "filename": "xattr-1.1.4-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "9096db1051d4a06ad134a4285276d23b",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.8",
            "size": 17664,
            "upload_time": "2025-01-06T19:19:12",
            "upload_time_iso_8601": "2025-01-06T19:19:12.661825Z",
            "url": "https://files.pythonhosted.org/packages/d8/09/6c47e93d2d96b584e56177f15fcb849fdeeb25fc2a2b75ea514a9e92cdf8/xattr-1.1.4-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c40206f994685af57d74f788ad81dd88231bcffa65e4f5b064dc0748545110cc",
                "md5": "83aa8bbdb5011b336fa06b2d5a36e625",
                "sha256": "b38aac5ef4381c26d3ce147ca98fba5a78b1e5bcd6be6755b4908659f2705c6d"
            },
            "downloads": -1,
            "filename": "xattr-1.1.4-pp310-pypy310_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "83aa8bbdb5011b336fa06b2d5a36e625",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.8",
            "size": 17574,
            "upload_time": "2025-01-06T19:19:15",
            "upload_time_iso_8601": "2025-01-06T19:19:15.234167Z",
            "url": "https://files.pythonhosted.org/packages/c4/02/06f994685af57d74f788ad81dd88231bcffa65e4f5b064dc0748545110cc/xattr-1.1.4-pp310-pypy310_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1559dd09712d3ce9180a759728ee5d57f03040ecc7ec74e877feb58782d92616",
                "md5": "9f6f5e09017cc693e71f86009b248eb5",
                "sha256": "803f864af528f6f763a5be1e7b1ccab418e55ae0e4abc8bda961d162f850c991"
            },
            "downloads": -1,
            "filename": "xattr-1.1.4-pp38-pypy38_pp73-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "9f6f5e09017cc693e71f86009b248eb5",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.8",
            "size": 15548,
            "upload_time": "2025-01-06T19:19:16",
            "upload_time_iso_8601": "2025-01-06T19:19:16.417452Z",
            "url": "https://files.pythonhosted.org/packages/15/59/dd09712d3ce9180a759728ee5d57f03040ecc7ec74e877feb58782d92616/xattr-1.1.4-pp38-pypy38_pp73-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "03fe6b616925d119319ab9c0e45ec632b4290515f8e02715a7a42e00979b8df4",
                "md5": "39bf4046c79d7eddf3e2df4bd404eebc",
                "sha256": "40354ebfb5cecd60a5fbb9833a8a452d147486b0ffec547823658556625d98b5"
            },
            "downloads": -1,
            "filename": "xattr-1.1.4-pp38-pypy38_pp73-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "39bf4046c79d7eddf3e2df4bd404eebc",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.8",
            "size": 16097,
            "upload_time": "2025-01-06T19:19:19",
            "upload_time_iso_8601": "2025-01-06T19:19:19.062579Z",
            "url": "https://files.pythonhosted.org/packages/03/fe/6b616925d119319ab9c0e45ec632b4290515f8e02715a7a42e00979b8df4/xattr-1.1.4-pp38-pypy38_pp73-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0daf12e6cc699a5608ed6a453926dd79627fd0ddd2234abf3d03b14904cdf8fb",
                "md5": "ca209a3717047da7ef5f86e61926d334",
                "sha256": "2abaf5d06be3361bfa8e0db2ee123ba8e92beab5bceed5e9d7847f2145a32e04"
            },
            "downloads": -1,
            "filename": "xattr-1.1.4-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "ca209a3717047da7ef5f86e61926d334",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.8",
            "size": 17947,
            "upload_time": "2025-01-06T19:19:20",
            "upload_time_iso_8601": "2025-01-06T19:19:20.174207Z",
            "url": "https://files.pythonhosted.org/packages/0d/af/12e6cc699a5608ed6a453926dd79627fd0ddd2234abf3d03b14904cdf8fb/xattr-1.1.4-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "289ea3926e38809cdaa01402f694cfc66c49323d0ce5ca2cc4363cd93f097d6f",
                "md5": "9a83be5cdb6d67abd2508e5ce5ac07cc",
                "sha256": "3e638e5ffedc3565242b5fa3296899d35161bad771f88d66277b58f03a1ba9fe"
            },
            "downloads": -1,
            "filename": "xattr-1.1.4-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "9a83be5cdb6d67abd2508e5ce5ac07cc",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.8",
            "size": 17660,
            "upload_time": "2025-01-06T19:19:21",
            "upload_time_iso_8601": "2025-01-06T19:19:21.374793Z",
            "url": "https://files.pythonhosted.org/packages/28/9e/a3926e38809cdaa01402f694cfc66c49323d0ce5ca2cc4363cd93f097d6f/xattr-1.1.4-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9166e9f6452d29e25f3830d028f671297151e71c7bf27413f3d500a7794145fd",
                "md5": "9a78cb70f597d7d34d3225b9c4a5bafd",
                "sha256": "0597e919d116ec39997804288d77bec3777228368efc0f2294b84a527fc4f9c2"
            },
            "downloads": -1,
            "filename": "xattr-1.1.4-pp38-pypy38_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "9a78cb70f597d7d34d3225b9c4a5bafd",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.8",
            "size": 17570,
            "upload_time": "2025-01-06T19:19:22",
            "upload_time_iso_8601": "2025-01-06T19:19:22.465415Z",
            "url": "https://files.pythonhosted.org/packages/91/66/e9f6452d29e25f3830d028f671297151e71c7bf27413f3d500a7794145fd/xattr-1.1.4-pp38-pypy38_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "27c1d988495674cd86343a4bdce0217e78677550a5518204dfb39d9213fd6746",
                "md5": "5c55d45d5cc14b1264faf5eb464dc75e",
                "sha256": "3cee9455c501d19f065527afda974418b3ef7c61e85d9519d122cd6eb3cb7a00"
            },
            "downloads": -1,
            "filename": "xattr-1.1.4-pp39-pypy39_pp73-macosx_10_15_x86_64.whl",
            "has_sig": false,
            "md5_digest": "5c55d45d5cc14b1264faf5eb464dc75e",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.8",
            "size": 15608,
            "upload_time": "2025-01-06T19:19:24",
            "upload_time_iso_8601": "2025-01-06T19:19:24.346817Z",
            "url": "https://files.pythonhosted.org/packages/27/c1/d988495674cd86343a4bdce0217e78677550a5518204dfb39d9213fd6746/xattr-1.1.4-pp39-pypy39_pp73-macosx_10_15_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "77c7dd3d3f9308c8d9d66701fcfc58412c7ed1880161aa270807ce89111fbff7",
                "md5": "21fe6a143448dbdb3e58a1a2e5ef57c7",
                "sha256": "89ed62ce430f5789e15cfc1ccabc172fd8b349c3a17c52d9e6c64ecedf08c265"
            },
            "downloads": -1,
            "filename": "xattr-1.1.4-pp39-pypy39_pp73-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "21fe6a143448dbdb3e58a1a2e5ef57c7",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.8",
            "size": 16098,
            "upload_time": "2025-01-06T19:19:25",
            "upload_time_iso_8601": "2025-01-06T19:19:25.714659Z",
            "url": "https://files.pythonhosted.org/packages/77/c7/dd3d3f9308c8d9d66701fcfc58412c7ed1880161aa270807ce89111fbff7/xattr-1.1.4-pp39-pypy39_pp73-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "56b023ef67ee4a3f32e82c4a54acfbe5ad8f6ef875c50ec99b0905d06157f735",
                "md5": "02b8d1c5941b43b4f0bfcc3bb4e8a865",
                "sha256": "e25b824f4b9259cd8bb6e83c4873cf8bf080f6e4fa034a02fe778e07aba8d345"
            },
            "downloads": -1,
            "filename": "xattr-1.1.4-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "02b8d1c5941b43b4f0bfcc3bb4e8a865",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.8",
            "size": 17948,
            "upload_time": "2025-01-06T19:19:27",
            "upload_time_iso_8601": "2025-01-06T19:19:27.427052Z",
            "url": "https://files.pythonhosted.org/packages/56/b0/23ef67ee4a3f32e82c4a54acfbe5ad8f6ef875c50ec99b0905d06157f735/xattr-1.1.4-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a9784f29a049af099943a90ba84c4d50aa8500603c931b844be8737eb0822a25",
                "md5": "7231b26b918c2d71880759b6443f3eb2",
                "sha256": "8fba66faa0016dfc0af3dd7ac5782b5786a1dfb851f9f3455e266f94c2a05a04"
            },
            "downloads": -1,
            "filename": "xattr-1.1.4-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "7231b26b918c2d71880759b6443f3eb2",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.8",
            "size": 17659,
            "upload_time": "2025-01-06T19:19:29",
            "upload_time_iso_8601": "2025-01-06T19:19:29.080659Z",
            "url": "https://files.pythonhosted.org/packages/a9/78/4f29a049af099943a90ba84c4d50aa8500603c931b844be8737eb0822a25/xattr-1.1.4-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9dc69ae445072f26fb52efd1f82f71055e484b4b09a4fb1217806638426537eb",
                "md5": "ca9dc0fac266ca5cbc359fb3af7174cc",
                "sha256": "4ec4b0c3e0a7bcd103f3cf31dd40c349940b2d4223ce43d384a3548992138ef1"
            },
            "downloads": -1,
            "filename": "xattr-1.1.4-pp39-pypy39_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "ca9dc0fac266ca5cbc359fb3af7174cc",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.8",
            "size": 17571,
            "upload_time": "2025-01-06T19:19:31",
            "upload_time_iso_8601": "2025-01-06T19:19:31.375741Z",
            "url": "https://files.pythonhosted.org/packages/9d/c6/9ae445072f26fb52efd1f82f71055e484b4b09a4fb1217806638426537eb/xattr-1.1.4-pp39-pypy39_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "62bf8b98081f9f8fd56d67b9478ff1e0f8c337cde08bcb92f0d592f0a7958983",
                "md5": "4eaf84627c020c157657da1a8e9eac98",
                "sha256": "b7b02ecb2270da5b7e7deaeea8f8b528c17368401c2b9d5f63e91f545b45d372"
            },
            "downloads": -1,
            "filename": "xattr-1.1.4.tar.gz",
            "has_sig": false,
            "md5_digest": "4eaf84627c020c157657da1a8e9eac98",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 16729,
            "upload_time": "2025-01-06T19:19:32",
            "upload_time_iso_8601": "2025-01-06T19:19:32.557030Z",
            "url": "https://files.pythonhosted.org/packages/62/bf/8b98081f9f8fd56d67b9478ff1e0f8c337cde08bcb92f0d592f0a7958983/xattr-1.1.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-06 19:19:32",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "xattr",
    "github_project": "xattr",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "xattr"
}
        
Elapsed time: 0.92443s