xattr


Namexattr JSON
Version 1.1.0 PyPI version JSON
download
home_page
SummaryPython wrapper for extended filesystem attributes
upload_time2024-02-02 02:17:28
maintainer
docs_urlNone
author
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": "",
    "name": "xattr",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "Bob Ippolito <bob@redivi.com>",
    "keywords": "xattr",
    "author": "",
    "author_email": "Bob Ippolito <bob@redivi.com>",
    "download_url": "https://files.pythonhosted.org/packages/9e/1a/fd9e33e145a9dffaf859c71a4aaa2bfce9cdbfe46d76b01d70729eecbcb5/xattr-1.1.0.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.0",
    "project_urls": {
        "Homepage": "https://github.com/xattr/xattr",
        "Repository": "https://github.com/xattr/xattr"
    },
    "split_keywords": [
        "xattr"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "aec38d9f97e86c901906b732e06f69b90af55f8c96ea88b8020575132529fcaf",
                "md5": "be0989c55be00a6eac43043dab441258",
                "sha256": "ef2fa0f85458736178fd3dcfeb09c3cf423f0843313e25391db2cfd1acec8888"
            },
            "downloads": -1,
            "filename": "xattr-1.1.0-cp310-cp310-macosx_10_9_universal2.whl",
            "has_sig": false,
            "md5_digest": "be0989c55be00a6eac43043dab441258",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 24326,
            "upload_time": "2024-02-02T02:16:13",
            "upload_time_iso_8601": "2024-02-02T02:16:13.906436Z",
            "url": "https://files.pythonhosted.org/packages/ae/c3/8d9f97e86c901906b732e06f69b90af55f8c96ea88b8020575132529fcaf/xattr-1.1.0-cp310-cp310-macosx_10_9_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4a2fa0841d0935a8172e025d4c2dcf80d2fa4136b2871f6adae0dff91585e995",
                "md5": "e64d486aba19ee8e9f4ca29d791c8299",
                "sha256": "ccab735d0632fe71f7d72e72adf886f45c18b7787430467ce0070207882cfe25"
            },
            "downloads": -1,
            "filename": "xattr-1.1.0-cp310-cp310-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "e64d486aba19ee8e9f4ca29d791c8299",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 18883,
            "upload_time": "2024-02-02T02:16:15",
            "upload_time_iso_8601": "2024-02-02T02:16:15.716074Z",
            "url": "https://files.pythonhosted.org/packages/4a/2f/a0841d0935a8172e025d4c2dcf80d2fa4136b2871f6adae0dff91585e995/xattr-1.1.0-cp310-cp310-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "564c56cb25eec32af748b493eebe00467fab5297b8566118e912ba9ff6f62afa",
                "md5": "90a1d6de9a52010f3fc3105799fdeb82",
                "sha256": "9013f290387f1ac90bccbb1926555ca9aef75651271098d99217284d9e010f7c"
            },
            "downloads": -1,
            "filename": "xattr-1.1.0-cp310-cp310-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "90a1d6de9a52010f3fc3105799fdeb82",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 19232,
            "upload_time": "2024-02-02T02:16:17",
            "upload_time_iso_8601": "2024-02-02T02:16:17.249032Z",
            "url": "https://files.pythonhosted.org/packages/56/4c/56cb25eec32af748b493eebe00467fab5297b8566118e912ba9ff6f62afa/xattr-1.1.0-cp310-cp310-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6e855da084a71ec546ad94e46528bdff3a357ec7a693ec4ce3aba22a33d85dda",
                "md5": "0529f8fc85d7259aa6a6aad6a0ed5bc0",
                "sha256": "9dcd5dfbcee73c7be057676ecb900cabb46c691aff4397bf48c579ffb30bb963"
            },
            "downloads": -1,
            "filename": "xattr-1.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "0529f8fc85d7259aa6a6aad6a0ed5bc0",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 39207,
            "upload_time": "2024-02-02T02:16:18",
            "upload_time_iso_8601": "2024-02-02T02:16:18.857091Z",
            "url": "https://files.pythonhosted.org/packages/6e/85/5da084a71ec546ad94e46528bdff3a357ec7a693ec4ce3aba22a33d85dda/xattr-1.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4e4df0c13f91a431869f2a1df833cf68074f7d59ca0ed834e28cdda16bc589a3",
                "md5": "2d95daed62f0f6ed44eb10ecd1d3cf38",
                "sha256": "6480589c1dac7785d1f851347a32c4a97305937bf7b488b857fe8b28a25de9e9"
            },
            "downloads": -1,
            "filename": "xattr-1.1.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "2d95daed62f0f6ed44eb10ecd1d3cf38",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 37080,
            "upload_time": "2024-02-02T02:16:20",
            "upload_time_iso_8601": "2024-02-02T02:16:20.495548Z",
            "url": "https://files.pythonhosted.org/packages/4e/4d/f0c13f91a431869f2a1df833cf68074f7d59ca0ed834e28cdda16bc589a3/xattr-1.1.0-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": "bf98aac05bdb7fb61c90718fc5b333d710512d1b7c7ea5d7cf3f66cc86895d4b",
                "md5": "76179190c93b5912e2f40677fd717abe",
                "sha256": "08f61cbed52dc6f7c181455826a9ff1e375ad86f67dd9d5eb7663574abb32451"
            },
            "downloads": -1,
            "filename": "xattr-1.1.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "76179190c93b5912e2f40677fd717abe",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 38984,
            "upload_time": "2024-02-02T02:16:22",
            "upload_time_iso_8601": "2024-02-02T02:16:22.032804Z",
            "url": "https://files.pythonhosted.org/packages/bf/98/aac05bdb7fb61c90718fc5b333d710512d1b7c7ea5d7cf3f66cc86895d4b/xattr-1.1.0-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": "1bf7f8af8dda417975c2108ffc16c71b68a2d72d2efce896301970f31fbe5158",
                "md5": "b02e127d545ca85a38a22784b1e47248",
                "sha256": "918e1f83f2e8a072da2671eac710871ee5af337e9bf8554b5ce7f20cdb113186"
            },
            "downloads": -1,
            "filename": "xattr-1.1.0-cp310-cp310-musllinux_1_1_aarch64.whl",
            "has_sig": false,
            "md5_digest": "b02e127d545ca85a38a22784b1e47248",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 40897,
            "upload_time": "2024-02-02T02:16:23",
            "upload_time_iso_8601": "2024-02-02T02:16:23.623065Z",
            "url": "https://files.pythonhosted.org/packages/1b/f7/f8af8dda417975c2108ffc16c71b68a2d72d2efce896301970f31fbe5158/xattr-1.1.0-cp310-cp310-musllinux_1_1_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c150402836c0c51212c2c10b8afd2ae9a32babfb72b08ed0a25094e002c18031",
                "md5": "2c1b619f707769a2f52888ea1e25f238",
                "sha256": "0f06e0c1e4d06b4e0e49aaa1184b6f0e81c3758c2e8365597918054890763b53"
            },
            "downloads": -1,
            "filename": "xattr-1.1.0-cp310-cp310-musllinux_1_1_i686.whl",
            "has_sig": false,
            "md5_digest": "2c1b619f707769a2f52888ea1e25f238",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 38960,
            "upload_time": "2024-02-02T02:16:24",
            "upload_time_iso_8601": "2024-02-02T02:16:24.607048Z",
            "url": "https://files.pythonhosted.org/packages/c1/50/402836c0c51212c2c10b8afd2ae9a32babfb72b08ed0a25094e002c18031/xattr-1.1.0-cp310-cp310-musllinux_1_1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e1d9f2c88ebda9e44626d6b486e221324f56d8b20a4ff37d180b50a26cbace22",
                "md5": "64bf8bc90c573bf656c99320b5d717f0",
                "sha256": "46a641ac038a9f53d2f696716147ca4dbd6a01998dc9cd4bc628801bc0df7f4d"
            },
            "downloads": -1,
            "filename": "xattr-1.1.0-cp310-cp310-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "64bf8bc90c573bf656c99320b5d717f0",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 41060,
            "upload_time": "2024-02-02T02:16:26",
            "upload_time_iso_8601": "2024-02-02T02:16:26.224543Z",
            "url": "https://files.pythonhosted.org/packages/e1/d9/f2c88ebda9e44626d6b486e221324f56d8b20a4ff37d180b50a26cbace22/xattr-1.1.0-cp310-cp310-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "70ef28341f0111eab1246d96ea27d1dd531c2edba288d63244cf05f1cd763e4f",
                "md5": "e24fb8f3f668ac82cf6d98206a410607",
                "sha256": "7e4ca0956fd11679bb2e0c0d6b9cdc0f25470cc00d8da173bb7656cc9a9cf104"
            },
            "downloads": -1,
            "filename": "xattr-1.1.0-cp311-cp311-macosx_10_9_universal2.whl",
            "has_sig": false,
            "md5_digest": "e24fb8f3f668ac82cf6d98206a410607",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 24325,
            "upload_time": "2024-02-02T02:16:27",
            "upload_time_iso_8601": "2024-02-02T02:16:27.776247Z",
            "url": "https://files.pythonhosted.org/packages/70/ef/28341f0111eab1246d96ea27d1dd531c2edba288d63244cf05f1cd763e4f/xattr-1.1.0-cp311-cp311-macosx_10_9_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2c1747254130f6654f7debaa838fae4c90b12e411f7a451992b2925e85e7f2c4",
                "md5": "3edc975a3cdf3194d3857d6858f2dce8",
                "sha256": "6881b120f9a4b36ccd8a28d933bc0f6e1de67218b6ce6e66874e0280fc006844"
            },
            "downloads": -1,
            "filename": "xattr-1.1.0-cp311-cp311-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "3edc975a3cdf3194d3857d6858f2dce8",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 18882,
            "upload_time": "2024-02-02T02:16:28",
            "upload_time_iso_8601": "2024-02-02T02:16:28.839654Z",
            "url": "https://files.pythonhosted.org/packages/2c/17/47254130f6654f7debaa838fae4c90b12e411f7a451992b2925e85e7f2c4/xattr-1.1.0-cp311-cp311-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0de85fabb48722380d7d604f52773e9095bfa0c6ab4842bb939045b977099338",
                "md5": "9d4e90e5f9280beb1e47a83887ba2fe2",
                "sha256": "dab29d9288aa28e68a6f355ddfc3f0a7342b40c9012798829f3e7bd765e85c2c"
            },
            "downloads": -1,
            "filename": "xattr-1.1.0-cp311-cp311-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "9d4e90e5f9280beb1e47a83887ba2fe2",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 19233,
            "upload_time": "2024-02-02T02:16:29",
            "upload_time_iso_8601": "2024-02-02T02:16:29.818821Z",
            "url": "https://files.pythonhosted.org/packages/0d/e8/5fabb48722380d7d604f52773e9095bfa0c6ab4842bb939045b977099338/xattr-1.1.0-cp311-cp311-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1f58c3042d44fc45107d15b3c1f2868f42944b01d6199ee8a980b920d802c539",
                "md5": "0de2638964b03b6fb9d68612923349ff",
                "sha256": "e0c80bbf55339c93770fc294b4b6586b5bf8e85ec00a4c2d585c33dbd84b5006"
            },
            "downloads": -1,
            "filename": "xattr-1.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "0de2638964b03b6fb9d68612923349ff",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 39202,
            "upload_time": "2024-02-02T02:16:31",
            "upload_time_iso_8601": "2024-02-02T02:16:31.410554Z",
            "url": "https://files.pythonhosted.org/packages/1f/58/c3042d44fc45107d15b3c1f2868f42944b01d6199ee8a980b920d802c539/xattr-1.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c2fab028ca97d2d856422f5bfe920e5fc4a9c66b41c8f79b604592bf97e7d283",
                "md5": "1e9cb1ee9be261890284e4156605b4f6",
                "sha256": "d1418705f253b6b6a7224b69773842cac83fcbcd12870354b6e11dd1cd54630f"
            },
            "downloads": -1,
            "filename": "xattr-1.1.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "1e9cb1ee9be261890284e4156605b4f6",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 37082,
            "upload_time": "2024-02-02T02:16:32",
            "upload_time_iso_8601": "2024-02-02T02:16:32.386653Z",
            "url": "https://files.pythonhosted.org/packages/c2/fa/b028ca97d2d856422f5bfe920e5fc4a9c66b41c8f79b604592bf97e7d283/xattr-1.1.0-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": "37a1820407ca0962169bf15527c189849ccbeb279b78b634b313577887b95009",
                "md5": "25c8407b31b8b70d728ed5a5eb5e31a5",
                "sha256": "687e7d18611ef8d84a6ecd8f4d1ab6757500c1302f4c2046ce0aa3585e13da3f"
            },
            "downloads": -1,
            "filename": "xattr-1.1.0-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "25c8407b31b8b70d728ed5a5eb5e31a5",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 38991,
            "upload_time": "2024-02-02T02:16:33",
            "upload_time_iso_8601": "2024-02-02T02:16:33.348474Z",
            "url": "https://files.pythonhosted.org/packages/37/a1/820407ca0962169bf15527c189849ccbeb279b78b634b313577887b95009/xattr-1.1.0-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": "176a47c9b5ec892ed468667138e5aa954cc6855a57c53628a1eeee06647cae6c",
                "md5": "4386d51c933c2edf34754b30f4dfe352",
                "sha256": "b6ceb9efe0657a982ccb8b8a2efe96b690891779584c901d2f920784e5d20ae3"
            },
            "downloads": -1,
            "filename": "xattr-1.1.0-cp311-cp311-musllinux_1_1_aarch64.whl",
            "has_sig": false,
            "md5_digest": "4386d51c933c2edf34754b30f4dfe352",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 40926,
            "upload_time": "2024-02-02T02:16:34",
            "upload_time_iso_8601": "2024-02-02T02:16:34.477778Z",
            "url": "https://files.pythonhosted.org/packages/17/6a/47c9b5ec892ed468667138e5aa954cc6855a57c53628a1eeee06647cae6c/xattr-1.1.0-cp311-cp311-musllinux_1_1_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e5fd2c5dc543719318eb45b380889d0b412e43d2524a815890d8a18ee2eec41e",
                "md5": "31b1b8f959944fe4d892dff845e2cae2",
                "sha256": "b489b7916f239100956ea0b39c504f3c3a00258ba65677e4c8ba1bd0b5513446"
            },
            "downloads": -1,
            "filename": "xattr-1.1.0-cp311-cp311-musllinux_1_1_i686.whl",
            "has_sig": false,
            "md5_digest": "31b1b8f959944fe4d892dff845e2cae2",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 38976,
            "upload_time": "2024-02-02T02:16:36",
            "upload_time_iso_8601": "2024-02-02T02:16:36.248543Z",
            "url": "https://files.pythonhosted.org/packages/e5/fd/2c5dc543719318eb45b380889d0b412e43d2524a815890d8a18ee2eec41e/xattr-1.1.0-cp311-cp311-musllinux_1_1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1f9012d10dbc3e24dd8af4afeede87796ee3c4667e7a750f942b312016274644",
                "md5": "872e67d610567fe13a9c35f138d0c49c",
                "sha256": "0a9c431b0e66516a078125e9a273251d4b8e5ba84fe644b619f2725050d688a0"
            },
            "downloads": -1,
            "filename": "xattr-1.1.0-cp311-cp311-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "872e67d610567fe13a9c35f138d0c49c",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 41106,
            "upload_time": "2024-02-02T02:16:37",
            "upload_time_iso_8601": "2024-02-02T02:16:37.852687Z",
            "url": "https://files.pythonhosted.org/packages/1f/90/12d10dbc3e24dd8af4afeede87796ee3c4667e7a750f942b312016274644/xattr-1.1.0-cp311-cp311-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "126a0347fe3b376f6fd71455c942fefa273922d475031642f4f4143228da37f8",
                "md5": "16836cf8510b5379fd4ee3a628526e2a",
                "sha256": "1a5921ea3313cc1c57f2f53b63ea8ca9a91e48f4cc7ebec057d2447ec82c7efe"
            },
            "downloads": -1,
            "filename": "xattr-1.1.0-cp312-cp312-macosx_10_9_universal2.whl",
            "has_sig": false,
            "md5_digest": "16836cf8510b5379fd4ee3a628526e2a",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 24328,
            "upload_time": "2024-02-02T02:16:39",
            "upload_time_iso_8601": "2024-02-02T02:16:39.160928Z",
            "url": "https://files.pythonhosted.org/packages/12/6a/0347fe3b376f6fd71455c942fefa273922d475031642f4f4143228da37f8/xattr-1.1.0-cp312-cp312-macosx_10_9_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "19fd8d5e105493922549e3f0cdf934d1f0c6339ae6de40baa501a9e6958cdf57",
                "md5": "e4988067f530ce1bdc824992196b687d",
                "sha256": "f6ad2a7bd5e6cf71d4a862413234a067cf158ca0ae94a40d4b87b98b62808498"
            },
            "downloads": -1,
            "filename": "xattr-1.1.0-cp312-cp312-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "e4988067f530ce1bdc824992196b687d",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 18883,
            "upload_time": "2024-02-02T02:16:40",
            "upload_time_iso_8601": "2024-02-02T02:16:40.110091Z",
            "url": "https://files.pythonhosted.org/packages/19/fd/8d5e105493922549e3f0cdf934d1f0c6339ae6de40baa501a9e6958cdf57/xattr-1.1.0-cp312-cp312-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d06d633789b5e7146c15d3ae2b4f591a79a818a3377947f81d4127395ad4ca41",
                "md5": "80d416373fd4848ee87efdb7b21b8082",
                "sha256": "0683dae7609f7280b0c89774d00b5957e6ffcb181c6019c46632b389706b77e6"
            },
            "downloads": -1,
            "filename": "xattr-1.1.0-cp312-cp312-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "80d416373fd4848ee87efdb7b21b8082",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 19232,
            "upload_time": "2024-02-02T02:16:41",
            "upload_time_iso_8601": "2024-02-02T02:16:41.046420Z",
            "url": "https://files.pythonhosted.org/packages/d0/6d/633789b5e7146c15d3ae2b4f591a79a818a3377947f81d4127395ad4ca41/xattr-1.1.0-cp312-cp312-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "770475aa5d08e4e7c812257e56c5720bcc35b078db1aad4b8a62be8474384c4d",
                "md5": "16a4044a4d6706d6bd5fecc801a88965",
                "sha256": "54cb15cd94e5ef8a0ef02309f1bf973ba0e13c11e87686e983f371948cfee6af"
            },
            "downloads": -1,
            "filename": "xattr-1.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "16a4044a4d6706d6bd5fecc801a88965",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 39399,
            "upload_time": "2024-02-02T02:16:42",
            "upload_time_iso_8601": "2024-02-02T02:16:42.193433Z",
            "url": "https://files.pythonhosted.org/packages/77/04/75aa5d08e4e7c812257e56c5720bcc35b078db1aad4b8a62be8474384c4d/xattr-1.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f162ab016b394318ca748706df4e748a9a40ed9db829ddbb231bdf123de7b86d",
                "md5": "95dfc8dc56f15f29bb806b86b4981fee",
                "sha256": "ff6223a854229055e803c2ad0c0ea9a6da50c6be30d92c198cf5f9f28819a921"
            },
            "downloads": -1,
            "filename": "xattr-1.1.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "95dfc8dc56f15f29bb806b86b4981fee",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 37318,
            "upload_time": "2024-02-02T02:16:43",
            "upload_time_iso_8601": "2024-02-02T02:16:43.149774Z",
            "url": "https://files.pythonhosted.org/packages/f1/62/ab016b394318ca748706df4e748a9a40ed9db829ddbb231bdf123de7b86d/xattr-1.1.0-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": "cd06ac4ba2f22a6b03ec4e09071d98cc578ee00dfbc94c467f2ca28a4f8ffbc5",
                "md5": "2dea33a12d411faf4627a4ea27a40bc9",
                "sha256": "d44e8f955218638c9ab222eed21e9bd9ab430d296caf2176fb37abe69a714e5c"
            },
            "downloads": -1,
            "filename": "xattr-1.1.0-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "2dea33a12d411faf4627a4ea27a40bc9",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 39236,
            "upload_time": "2024-02-02T02:16:44",
            "upload_time_iso_8601": "2024-02-02T02:16:44.720290Z",
            "url": "https://files.pythonhosted.org/packages/cd/06/ac4ba2f22a6b03ec4e09071d98cc578ee00dfbc94c467f2ca28a4f8ffbc5/xattr-1.1.0-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": "573bdd87d4892bc8a5e2878d5cade92b6d1bdabf7b77ff04de57af351e1a4423",
                "md5": "023bff979db84a85888cfa71b52bc595",
                "sha256": "caab2c2986c30f92301f12e9c50415d324412e8e6a739a52a603c3e6a54b3610"
            },
            "downloads": -1,
            "filename": "xattr-1.1.0-cp312-cp312-musllinux_1_1_aarch64.whl",
            "has_sig": false,
            "md5_digest": "023bff979db84a85888cfa71b52bc595",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 41160,
            "upload_time": "2024-02-02T02:16:46",
            "upload_time_iso_8601": "2024-02-02T02:16:46.800227Z",
            "url": "https://files.pythonhosted.org/packages/57/3b/dd87d4892bc8a5e2878d5cade92b6d1bdabf7b77ff04de57af351e1a4423/xattr-1.1.0-cp312-cp312-musllinux_1_1_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4de00142207e485becb3ce2001ba6c9a81c12ab0c28b0e064d696d8253aa1cc2",
                "md5": "15b5080ac177bc5b13aea2ff38e031dd",
                "sha256": "d6eb7d5f281014cd44e2d847a9107491af1bf3087f5afeded75ed3e37ec87239"
            },
            "downloads": -1,
            "filename": "xattr-1.1.0-cp312-cp312-musllinux_1_1_i686.whl",
            "has_sig": false,
            "md5_digest": "15b5080ac177bc5b13aea2ff38e031dd",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 39202,
            "upload_time": "2024-02-02T02:16:48",
            "upload_time_iso_8601": "2024-02-02T02:16:48.609929Z",
            "url": "https://files.pythonhosted.org/packages/4d/e0/0142207e485becb3ce2001ba6c9a81c12ab0c28b0e064d696d8253aa1cc2/xattr-1.1.0-cp312-cp312-musllinux_1_1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "780d7b819cdbb3d80d60ff5dc049f00949224607263c72aebb0679cfe468f985",
                "md5": "596024fcfc46e679a01d05c44d775694",
                "sha256": "47a3bdfe034b4fdb70e5941d97037405e3904accc28e10dbef6d1c9061fb6fd7"
            },
            "downloads": -1,
            "filename": "xattr-1.1.0-cp312-cp312-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "596024fcfc46e679a01d05c44d775694",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 41379,
            "upload_time": "2024-02-02T02:16:50",
            "upload_time_iso_8601": "2024-02-02T02:16:50.160294Z",
            "url": "https://files.pythonhosted.org/packages/78/0d/7b819cdbb3d80d60ff5dc049f00949224607263c72aebb0679cfe468f985/xattr-1.1.0-cp312-cp312-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "23082aa5e0571057fe25a4f503ca9ad7598c243d46fec0a1c448116d5b7e2213",
                "md5": "453c4635b88fd01b169e30571e001b1b",
                "sha256": "00d2b415cf9d6a24112d019e721aa2a85652f7bbc9f3b9574b2d1cd8668eb491"
            },
            "downloads": -1,
            "filename": "xattr-1.1.0-cp38-cp38-macosx_10_9_universal2.whl",
            "has_sig": false,
            "md5_digest": "453c4635b88fd01b169e30571e001b1b",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 24327,
            "upload_time": "2024-02-02T02:16:51",
            "upload_time_iso_8601": "2024-02-02T02:16:51.743578Z",
            "url": "https://files.pythonhosted.org/packages/23/08/2aa5e0571057fe25a4f503ca9ad7598c243d46fec0a1c448116d5b7e2213/xattr-1.1.0-cp38-cp38-macosx_10_9_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "80f8b220f12b484a2f3ebf68a266344389d965e6b5654ee320a13edeede3f784",
                "md5": "84db4166a9ddbd64904681c95dad1ac6",
                "sha256": "78b377832dd0ee408f9f121a354082c6346960f7b6b1480483ed0618b1912120"
            },
            "downloads": -1,
            "filename": "xattr-1.1.0-cp38-cp38-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "84db4166a9ddbd64904681c95dad1ac6",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 18885,
            "upload_time": "2024-02-02T02:16:53",
            "upload_time_iso_8601": "2024-02-02T02:16:53.204082Z",
            "url": "https://files.pythonhosted.org/packages/80/f8/b220f12b484a2f3ebf68a266344389d965e6b5654ee320a13edeede3f784/xattr-1.1.0-cp38-cp38-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1f9d6f06ebdf1291f6e4f8920585ee1697b280ae95da528db729f78de5a850ed",
                "md5": "c917146caf27889a46858eb979143cf9",
                "sha256": "6461a43b585e5f2e049b39bcbfcb6391bfef3c5118231f1b15d10bdb89ef17fe"
            },
            "downloads": -1,
            "filename": "xattr-1.1.0-cp38-cp38-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "c917146caf27889a46858eb979143cf9",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 19234,
            "upload_time": "2024-02-02T02:16:54",
            "upload_time_iso_8601": "2024-02-02T02:16:54.187585Z",
            "url": "https://files.pythonhosted.org/packages/1f/9d/6f06ebdf1291f6e4f8920585ee1697b280ae95da528db729f78de5a850ed/xattr-1.1.0-cp38-cp38-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e82c8e7219e22db15622e98d0e9ec0e1940891f53d2b2a262be70c0f04fccac9",
                "md5": "fddf7af7b26c6c08a3e3c4863e3b4c14",
                "sha256": "24d97f0d28f63695e3344ffdabca9fcc30c33e5c8ccc198c7524361a98d526f2"
            },
            "downloads": -1,
            "filename": "xattr-1.1.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "fddf7af7b26c6c08a3e3c4863e3b4c14",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 39319,
            "upload_time": "2024-02-02T02:16:55",
            "upload_time_iso_8601": "2024-02-02T02:16:55.217198Z",
            "url": "https://files.pythonhosted.org/packages/e8/2c/8e7219e22db15622e98d0e9ec0e1940891f53d2b2a262be70c0f04fccac9/xattr-1.1.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "277fc4553bee4784656c30f5ac858834247d9a236be7c40393503d20cc90c182",
                "md5": "3b89faad82563dc5ef7d1cbc792c8f93",
                "sha256": "6ad47d89968c9097900607457a0c89160b4771601d813e769f68263755516065"
            },
            "downloads": -1,
            "filename": "xattr-1.1.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "3b89faad82563dc5ef7d1cbc792c8f93",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 37221,
            "upload_time": "2024-02-02T02:16:57",
            "upload_time_iso_8601": "2024-02-02T02:16:57.433009Z",
            "url": "https://files.pythonhosted.org/packages/27/7f/c4553bee4784656c30f5ac858834247d9a236be7c40393503d20cc90c182/xattr-1.1.0-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": "303a05a93a4e3c3b938039c12e3ed7f5f98c055a67be7a58c86fadcca52b7690",
                "md5": "b46f26d8366410f4260c8b2ba4d5a700",
                "sha256": "dc53cab265f6e8449bd683d5ee3bc5a191e6dd940736f3de1a188e6da66b0653"
            },
            "downloads": -1,
            "filename": "xattr-1.1.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "b46f26d8366410f4260c8b2ba4d5a700",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 39139,
            "upload_time": "2024-02-02T02:16:58",
            "upload_time_iso_8601": "2024-02-02T02:16:58.496566Z",
            "url": "https://files.pythonhosted.org/packages/30/3a/05a93a4e3c3b938039c12e3ed7f5f98c055a67be7a58c86fadcca52b7690/xattr-1.1.0-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": "c02eb4df3e111b0707a37c0fdc7a009c1b305739bba8ebbe0e669678c5ddebab",
                "md5": "7a8c780cb02e2c0dc4cf3c6e84617bf7",
                "sha256": "cd11e917f5b89f2a0ad639d9875943806c6c9309a3dd02da5a3e8ef92db7bed9"
            },
            "downloads": -1,
            "filename": "xattr-1.1.0-cp38-cp38-musllinux_1_1_aarch64.whl",
            "has_sig": false,
            "md5_digest": "7a8c780cb02e2c0dc4cf3c6e84617bf7",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 41345,
            "upload_time": "2024-02-02T02:16:59",
            "upload_time_iso_8601": "2024-02-02T02:16:59.502714Z",
            "url": "https://files.pythonhosted.org/packages/c0/2e/b4df3e111b0707a37c0fdc7a009c1b305739bba8ebbe0e669678c5ddebab/xattr-1.1.0-cp38-cp38-musllinux_1_1_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "82a5a09ef97ca3783ef1f530a5a5ece92b867a0d81c960e34a66573cc90cf30c",
                "md5": "b2b87321209aabdd38b47ff342b82064",
                "sha256": "9c5a78c7558989492c4cb7242e490ffb03482437bf782967dfff114e44242343"
            },
            "downloads": -1,
            "filename": "xattr-1.1.0-cp38-cp38-musllinux_1_1_i686.whl",
            "has_sig": false,
            "md5_digest": "b2b87321209aabdd38b47ff342b82064",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 39381,
            "upload_time": "2024-02-02T02:17:00",
            "upload_time_iso_8601": "2024-02-02T02:17:00.715103Z",
            "url": "https://files.pythonhosted.org/packages/82/a5/a09ef97ca3783ef1f530a5a5ece92b867a0d81c960e34a66573cc90cf30c/xattr-1.1.0-cp38-cp38-musllinux_1_1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "62179828cec69bba90b7334313d5d9812c7340a6203490129155db04e87e852e",
                "md5": "bed6543cd3b98ccd8e55f4bb8243f18a",
                "sha256": "cebcf8a303a44fbc439b68321408af7267507c0d8643229dbb107f6c132d389c"
            },
            "downloads": -1,
            "filename": "xattr-1.1.0-cp38-cp38-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "bed6543cd3b98ccd8e55f4bb8243f18a",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 41515,
            "upload_time": "2024-02-02T02:17:01",
            "upload_time_iso_8601": "2024-02-02T02:17:01.902718Z",
            "url": "https://files.pythonhosted.org/packages/62/17/9828cec69bba90b7334313d5d9812c7340a6203490129155db04e87e852e/xattr-1.1.0-cp38-cp38-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f5ff9003f5d531ecfc345c763446cfd4c9bd26c16e0c1f98ee9bf4f2a729e1de",
                "md5": "6bbfdcea9d61b63a3bf5005597c3da68",
                "sha256": "b0d73150f2f9655b4da01c2369eb33a294b7f9d56eccb089819eafdbeb99f896"
            },
            "downloads": -1,
            "filename": "xattr-1.1.0-cp39-cp39-macosx_10_9_universal2.whl",
            "has_sig": false,
            "md5_digest": "6bbfdcea9d61b63a3bf5005597c3da68",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 24329,
            "upload_time": "2024-02-02T02:17:03",
            "upload_time_iso_8601": "2024-02-02T02:17:03.096027Z",
            "url": "https://files.pythonhosted.org/packages/f5/ff/9003f5d531ecfc345c763446cfd4c9bd26c16e0c1f98ee9bf4f2a729e1de/xattr-1.1.0-cp39-cp39-macosx_10_9_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "16adacd36c1d4f41b47daa27d7abec2a798d14b20b59ed8aae08f4d477f382ed",
                "md5": "198635303b86d70c924440f7fa541d1a",
                "sha256": "793c01deaadac50926c0e1481702133260c7cb5e62116762f6fe1543d07b826f"
            },
            "downloads": -1,
            "filename": "xattr-1.1.0-cp39-cp39-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "198635303b86d70c924440f7fa541d1a",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 18883,
            "upload_time": "2024-02-02T02:17:04",
            "upload_time_iso_8601": "2024-02-02T02:17:04.730454Z",
            "url": "https://files.pythonhosted.org/packages/16/ad/acd36c1d4f41b47daa27d7abec2a798d14b20b59ed8aae08f4d477f382ed/xattr-1.1.0-cp39-cp39-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "169a63ccfada0f18d96bd416fadc124254a161a0f145d16dd5783a521103a764",
                "md5": "e0c30a4be531a66d8a8f92f178e71728",
                "sha256": "e189e440bcd04ccaad0474720abee6ee64890823ec0db361fb0a4fb5e843a1bf"
            },
            "downloads": -1,
            "filename": "xattr-1.1.0-cp39-cp39-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "e0c30a4be531a66d8a8f92f178e71728",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 19235,
            "upload_time": "2024-02-02T02:17:06",
            "upload_time_iso_8601": "2024-02-02T02:17:06.375646Z",
            "url": "https://files.pythonhosted.org/packages/16/9a/63ccfada0f18d96bd416fadc124254a161a0f145d16dd5783a521103a764/xattr-1.1.0-cp39-cp39-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9d45a228ace1b6b61a8687511feccf37817967032175ed40eb6561e131e1fd70",
                "md5": "cb3c37a08ad0101ad6140c1ca2f2d611",
                "sha256": "afacebbc1fa519f41728f8746a92da891c7755e6745164bd0d5739face318e86"
            },
            "downloads": -1,
            "filename": "xattr-1.1.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "cb3c37a08ad0101ad6140c1ca2f2d611",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 39199,
            "upload_time": "2024-02-02T02:17:07",
            "upload_time_iso_8601": "2024-02-02T02:17:07.469425Z",
            "url": "https://files.pythonhosted.org/packages/9d/45/a228ace1b6b61a8687511feccf37817967032175ed40eb6561e131e1fd70/xattr-1.1.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "382c591a529591ccb805aafeb844fda378039516f881a7ea51779f0f74650df1",
                "md5": "d6d7754e12792752cd934359e1f001fe",
                "sha256": "9b1664edf003153ac8d1911e83a0fc60db1b1b374ee8ac943f215f93754a1102"
            },
            "downloads": -1,
            "filename": "xattr-1.1.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "d6d7754e12792752cd934359e1f001fe",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 37075,
            "upload_time": "2024-02-02T02:17:08",
            "upload_time_iso_8601": "2024-02-02T02:17:08.896624Z",
            "url": "https://files.pythonhosted.org/packages/38/2c/591a529591ccb805aafeb844fda378039516f881a7ea51779f0f74650df1/xattr-1.1.0-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": "59dd43dd298e7f69793a046f8d334179b41026d71e8bd78e3229e1d3e2748478",
                "md5": "70cb2ccd3fc80c99da29f2a299dce97b",
                "sha256": "dda2684228798e937a7c29b0e1c7ef3d70e2b85390a69b42a1c61b2039ba81de"
            },
            "downloads": -1,
            "filename": "xattr-1.1.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "70cb2ccd3fc80c99da29f2a299dce97b",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 38984,
            "upload_time": "2024-02-02T02:17:10",
            "upload_time_iso_8601": "2024-02-02T02:17:10.494571Z",
            "url": "https://files.pythonhosted.org/packages/59/dd/43dd298e7f69793a046f8d334179b41026d71e8bd78e3229e1d3e2748478/xattr-1.1.0-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": "5f8b4adb74091c5c04c8691a28825600bef05b047a03f8108574cc6e2a198069",
                "md5": "718dfe6cf9899451b4f1609e2d45fd89",
                "sha256": "b735ac2625a4fc2c9343b19f806793db6494336338537d2911c8ee4c390dda46"
            },
            "downloads": -1,
            "filename": "xattr-1.1.0-cp39-cp39-musllinux_1_1_aarch64.whl",
            "has_sig": false,
            "md5_digest": "718dfe6cf9899451b4f1609e2d45fd89",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 40921,
            "upload_time": "2024-02-02T02:17:11",
            "upload_time_iso_8601": "2024-02-02T02:17:11.706670Z",
            "url": "https://files.pythonhosted.org/packages/5f/8b/4adb74091c5c04c8691a28825600bef05b047a03f8108574cc6e2a198069/xattr-1.1.0-cp39-cp39-musllinux_1_1_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "24443c796ff315e598d6b982184790bb7425e0cd226a65e9fe38b941dc578c7c",
                "md5": "407c4db8e6f54f28e5978b654bb72227",
                "sha256": "fa6a7af7a4ada43f15ccc58b6f9adcdbff4c36ba040013d2681e589e07ae280a"
            },
            "downloads": -1,
            "filename": "xattr-1.1.0-cp39-cp39-musllinux_1_1_i686.whl",
            "has_sig": false,
            "md5_digest": "407c4db8e6f54f28e5978b654bb72227",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 38978,
            "upload_time": "2024-02-02T02:17:12",
            "upload_time_iso_8601": "2024-02-02T02:17:12.771401Z",
            "url": "https://files.pythonhosted.org/packages/24/44/3c796ff315e598d6b982184790bb7425e0cd226a65e9fe38b941dc578c7c/xattr-1.1.0-cp39-cp39-musllinux_1_1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f43673848e9d9c8363c36c7a41b2da0eb7927ccc85fa15bc9190d4931ca36125",
                "md5": "85c8aa90a497bbcbf9a120a5a2f6b5f0",
                "sha256": "d1059b2f726e2702c8bbf9bbf369acfc042202a4cc576c2dec6791234ad5e948"
            },
            "downloads": -1,
            "filename": "xattr-1.1.0-cp39-cp39-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "85c8aa90a497bbcbf9a120a5a2f6b5f0",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 41095,
            "upload_time": "2024-02-02T02:17:13",
            "upload_time_iso_8601": "2024-02-02T02:17:13.793040Z",
            "url": "https://files.pythonhosted.org/packages/f4/36/73848e9d9c8363c36c7a41b2da0eb7927ccc85fa15bc9190d4931ca36125/xattr-1.1.0-cp39-cp39-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "281251cbb4511374319451d590a007569fd7ed81a193ad33c287d9ff8b810163",
                "md5": "7f109b706fd5348e25b076c7a67216f3",
                "sha256": "e2255f36ebf2cb2dbf772a7437ad870836b7396e60517211834cf66ce678b595"
            },
            "downloads": -1,
            "filename": "xattr-1.1.0-pp310-pypy310_pp73-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "7f109b706fd5348e25b076c7a67216f3",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.8",
            "size": 15448,
            "upload_time": "2024-02-02T02:17:14",
            "upload_time_iso_8601": "2024-02-02T02:17:14.810974Z",
            "url": "https://files.pythonhosted.org/packages/28/12/51cbb4511374319451d590a007569fd7ed81a193ad33c287d9ff8b810163/xattr-1.1.0-pp310-pypy310_pp73-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "beab2a3a0abb7bededfcd8ea23b4593fb816a9abf1a5dabc8f5256e7beb5086d",
                "md5": "80bc5960ed00a649835dd78b29421f3a",
                "sha256": "dba4f80b9855cc98513ddf22b7ad8551bc448c70d3147799ea4f6c0b758fb466"
            },
            "downloads": -1,
            "filename": "xattr-1.1.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "80bc5960ed00a649835dd78b29421f3a",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.8",
            "size": 18046,
            "upload_time": "2024-02-02T02:17:15",
            "upload_time_iso_8601": "2024-02-02T02:17:15.766832Z",
            "url": "https://files.pythonhosted.org/packages/be/ab/2a3a0abb7bededfcd8ea23b4593fb816a9abf1a5dabc8f5256e7beb5086d/xattr-1.1.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cbe0fde9f409fee8a4e64ec691fec8fc9563da19bedb1c2c7215336bba4fc581",
                "md5": "84340bb6911e257d420a1e0491eff7bf",
                "sha256": "4cb70c16e7c3ae6ba0ab6c6835c8448c61d8caf43ea63b813af1f4dbe83dd156"
            },
            "downloads": -1,
            "filename": "xattr-1.1.0-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "84340bb6911e257d420a1e0491eff7bf",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.8",
            "size": 17759,
            "upload_time": "2024-02-02T02:17:16",
            "upload_time_iso_8601": "2024-02-02T02:17:16.850405Z",
            "url": "https://files.pythonhosted.org/packages/cb/e0/fde9f409fee8a4e64ec691fec8fc9563da19bedb1c2c7215336bba4fc581/xattr-1.1.0-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": "9488150a5eabb736ca53ed846a5831e3faab83f360557a47fbd4fd13e8efa187",
                "md5": "84171ae05be40c7339127be254244981",
                "sha256": "83652910ef6a368b77b00825ad67815e5c92bfab551a848ca66e9981d14a7519"
            },
            "downloads": -1,
            "filename": "xattr-1.1.0-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": "84171ae05be40c7339127be254244981",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": ">=3.8",
            "size": 17669,
            "upload_time": "2024-02-02T02:17:17",
            "upload_time_iso_8601": "2024-02-02T02:17:17.830368Z",
            "url": "https://files.pythonhosted.org/packages/94/88/150a5eabb736ca53ed846a5831e3faab83f360557a47fbd4fd13e8efa187/xattr-1.1.0-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": "51274aebbe0bb9295e9b76d6a86f05c82f930872d93ca55e8d2b5a710316be78",
                "md5": "1358589b545070c557c385fe914ea3a5",
                "sha256": "7a92aff66c43fa3e44cbeab7cbeee66266c91178a0f595e044bf3ce51485743b"
            },
            "downloads": -1,
            "filename": "xattr-1.1.0-pp38-pypy38_pp73-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "1358589b545070c557c385fe914ea3a5",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.8",
            "size": 15441,
            "upload_time": "2024-02-02T02:17:18",
            "upload_time_iso_8601": "2024-02-02T02:17:18.856497Z",
            "url": "https://files.pythonhosted.org/packages/51/27/4aebbe0bb9295e9b76d6a86f05c82f930872d93ca55e8d2b5a710316be78/xattr-1.1.0-pp38-pypy38_pp73-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9bc7d47478995ae1a1458deb29eda5ebbef1b33ec6f6a85550a1f673c0d0ea66",
                "md5": "60716f324a058a10a09a873ded40eb4e",
                "sha256": "9d4f71b673339aeaae1f6ea9ef8ea6c9643c8cd0df5003b9a0eaa75403e2e06c"
            },
            "downloads": -1,
            "filename": "xattr-1.1.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "60716f324a058a10a09a873ded40eb4e",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.8",
            "size": 18045,
            "upload_time": "2024-02-02T02:17:19",
            "upload_time_iso_8601": "2024-02-02T02:17:19.875744Z",
            "url": "https://files.pythonhosted.org/packages/9b/c7/d47478995ae1a1458deb29eda5ebbef1b33ec6f6a85550a1f673c0d0ea66/xattr-1.1.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "005f6dbfb4b186f6ed2e48873f75eefc1f12e83d01a5294e5510f178709837a9",
                "md5": "7a34ace54d2ac08273992de9c7a38ded",
                "sha256": "a20de1c47b5cd7b47da61799a3b34e11e5815d716299351f82a88627a43f9a96"
            },
            "downloads": -1,
            "filename": "xattr-1.1.0-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "7a34ace54d2ac08273992de9c7a38ded",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.8",
            "size": 17755,
            "upload_time": "2024-02-02T02:17:20",
            "upload_time_iso_8601": "2024-02-02T02:17:20.992368Z",
            "url": "https://files.pythonhosted.org/packages/00/5f/6dbfb4b186f6ed2e48873f75eefc1f12e83d01a5294e5510f178709837a9/xattr-1.1.0-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": "2b55472b7aa053f5c4dc8885725ee0b375032771e3b1aa583b42861df410e3e9",
                "md5": "db97bef37152d848572f2f6ca488c287",
                "sha256": "23705c7079b05761ff2fa778ad17396e7599c8759401abc05b312dfb3bc99f69"
            },
            "downloads": -1,
            "filename": "xattr-1.1.0-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": "db97bef37152d848572f2f6ca488c287",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": ">=3.8",
            "size": 17666,
            "upload_time": "2024-02-02T02:17:22",
            "upload_time_iso_8601": "2024-02-02T02:17:22.042303Z",
            "url": "https://files.pythonhosted.org/packages/2b/55/472b7aa053f5c4dc8885725ee0b375032771e3b1aa583b42861df410e3e9/xattr-1.1.0-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": "0bbf5f1a8e1352e927d4b920d86ec22dd130f45eca05be74a3aa02da96b9c194",
                "md5": "560a130328a887235c12914c19232546",
                "sha256": "27272afeba8422f2a9d27e1080a9a7b807394e88cce73db9ed8d2dde3afcfb87"
            },
            "downloads": -1,
            "filename": "xattr-1.1.0-pp39-pypy39_pp73-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "560a130328a887235c12914c19232546",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.8",
            "size": 15443,
            "upload_time": "2024-02-02T02:17:23",
            "upload_time_iso_8601": "2024-02-02T02:17:23.153429Z",
            "url": "https://files.pythonhosted.org/packages/0b/bf/5f1a8e1352e927d4b920d86ec22dd130f45eca05be74a3aa02da96b9c194/xattr-1.1.0-pp39-pypy39_pp73-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e37881fb7fdd4874c47c4055ffa2013db054708e66251c9108057e3816c99ab6",
                "md5": "8b4f065ae726ead921475171b7079143",
                "sha256": "dd43978966de3baf4aea367c99ffa102b289d6c2ea5f3d9ce34a203dc2f2ab73"
            },
            "downloads": -1,
            "filename": "xattr-1.1.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "8b4f065ae726ead921475171b7079143",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.8",
            "size": 18043,
            "upload_time": "2024-02-02T02:17:24",
            "upload_time_iso_8601": "2024-02-02T02:17:24.728780Z",
            "url": "https://files.pythonhosted.org/packages/e3/78/81fb7fdd4874c47c4055ffa2013db054708e66251c9108057e3816c99ab6/xattr-1.1.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "be6479326b3bd9a38cbe4622ccce0e423fa058227f0dd56862a03e1d93cc7e6b",
                "md5": "f3469687be30e54316b284595f0aae18",
                "sha256": "ded771eaf27bb4eb3c64c0d09866460ee8801d81dc21097269cf495b3cac8657"
            },
            "downloads": -1,
            "filename": "xattr-1.1.0-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "f3469687be30e54316b284595f0aae18",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.8",
            "size": 17757,
            "upload_time": "2024-02-02T02:17:25",
            "upload_time_iso_8601": "2024-02-02T02:17:25.856298Z",
            "url": "https://files.pythonhosted.org/packages/be/64/79326b3bd9a38cbe4622ccce0e423fa058227f0dd56862a03e1d93cc7e6b/xattr-1.1.0-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": "5e2a49f76054e3ba70cc29b6cb6eabae8119dcf92a310686693c9639c1541247",
                "md5": "aecc0b78fa07a4898164e6ee25698c2c",
                "sha256": "96ca300c0acca4f0cddd2332bb860ef58e1465d376364f0e72a1823fdd58e90d"
            },
            "downloads": -1,
            "filename": "xattr-1.1.0-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": "aecc0b78fa07a4898164e6ee25698c2c",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": ">=3.8",
            "size": 17666,
            "upload_time": "2024-02-02T02:17:27",
            "upload_time_iso_8601": "2024-02-02T02:17:27.431171Z",
            "url": "https://files.pythonhosted.org/packages/5e/2a/49f76054e3ba70cc29b6cb6eabae8119dcf92a310686693c9639c1541247/xattr-1.1.0-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": "9e1afd9e33e145a9dffaf859c71a4aaa2bfce9cdbfe46d76b01d70729eecbcb5",
                "md5": "c11e07a881d0bc0cb21021e63ab7b525",
                "sha256": "fecbf3b05043ed3487a28190dec3e4c4d879b2fcec0e30bafd8ec5d4b6043630"
            },
            "downloads": -1,
            "filename": "xattr-1.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "c11e07a881d0bc0cb21021e63ab7b525",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 16634,
            "upload_time": "2024-02-02T02:17:28",
            "upload_time_iso_8601": "2024-02-02T02:17:28.714814Z",
            "url": "https://files.pythonhosted.org/packages/9e/1a/fd9e33e145a9dffaf859c71a4aaa2bfce9cdbfe46d76b01d70729eecbcb5/xattr-1.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-02 02:17:28",
    "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.23063s