Name | xattr JSON |
Version |
1.2.0
JSON |
| download |
home_page | None |
Summary | Python wrapper for extended filesystem attributes |
upload_time | 2025-07-14 03:15:44 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.8 |
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.
|
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/50/65/14438ae55acf7f8fc396ee8340d740a3e1d6ef382bf25bf24156cfb83563/xattr-1.2.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).\n \n Copyright (c) 2004 Bob Ippolito.\n \n 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:\n \n The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n \n 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.\n ",
"summary": "Python wrapper for extended filesystem attributes",
"version": "1.2.0",
"project_urls": {
"Homepage": "https://github.com/xattr/xattr",
"Repository": "https://github.com/xattr/xattr"
},
"split_keywords": [
"xattr"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "08cda7db5dc24e03074f02457c76ddcd35f721db2fe9945bafa058b8796056dc",
"md5": "b31581c90f9b00ac3fae70ffdf2897d8",
"sha256": "3df4d8d91e2996c3c72a390ec82e8544acdcb6c7df67b954f1736ff37ea4293e"
},
"downloads": -1,
"filename": "xattr-1.2.0-cp310-cp310-macosx_10_9_universal2.whl",
"has_sig": false,
"md5_digest": "b31581c90f9b00ac3fae70ffdf2897d8",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.8",
"size": 24248,
"upload_time": "2025-07-14T03:14:23",
"upload_time_iso_8601": "2025-07-14T03:14:23.279896Z",
"url": "https://files.pythonhosted.org/packages/08/cd/a7db5dc24e03074f02457c76ddcd35f721db2fe9945bafa058b8796056dc/xattr-1.2.0-cp310-cp310-macosx_10_9_universal2.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "5a6c236b7be6afe3f2fae6a0834f3ddca3d1cd7695d76247312069a7247f8a5a",
"md5": "389bd7a07ace0037963fbd8df78b9f65",
"sha256": "f5eec248976bbfa6c23df25d4995413df57dccf4161f6cbae36f643e99dbc397"
},
"downloads": -1,
"filename": "xattr-1.2.0-cp310-cp310-macosx_10_9_x86_64.whl",
"has_sig": false,
"md5_digest": "389bd7a07ace0037963fbd8df78b9f65",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.8",
"size": 19213,
"upload_time": "2025-07-14T03:14:24",
"upload_time_iso_8601": "2025-07-14T03:14:24.472201Z",
"url": "https://files.pythonhosted.org/packages/5a/6c/236b7be6afe3f2fae6a0834f3ddca3d1cd7695d76247312069a7247f8a5a/xattr-1.2.0-cp310-cp310-macosx_10_9_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "4adb776dc933799addf692a8e1a2094f87f5615a5b7de3a4ec83a264a1a23783",
"md5": "479ff228943b99483dbde436aa840ced",
"sha256": "fafecfdedf7e8d455443bec2c3edab8a93d64672619cd1a4ee043a806152e19c"
},
"downloads": -1,
"filename": "xattr-1.2.0-cp310-cp310-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "479ff228943b99483dbde436aa840ced",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.8",
"size": 19547,
"upload_time": "2025-07-14T03:14:25",
"upload_time_iso_8601": "2025-07-14T03:14:25.619534Z",
"url": "https://files.pythonhosted.org/packages/4a/db/776dc933799addf692a8e1a2094f87f5615a5b7de3a4ec83a264a1a23783/xattr-1.2.0-cp310-cp310-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "df516e40331e5effd8f592cab3a6001eb91c9f023ab0c2c1f54cc076e90eee36",
"md5": "61d3589eecda4b95750d645a455012de",
"sha256": "c229e245c6c9a85d2fd7d07531498f837dd34670e556b552f73350f11edf000c"
},
"downloads": -1,
"filename": "xattr-1.2.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "61d3589eecda4b95750d645a455012de",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.8",
"size": 39433,
"upload_time": "2025-07-14T03:14:27",
"upload_time_iso_8601": "2025-07-14T03:14:27.143921Z",
"url": "https://files.pythonhosted.org/packages/df/51/6e40331e5effd8f592cab3a6001eb91c9f023ab0c2c1f54cc076e90eee36/xattr-1.2.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "5e0d7e072a6d30434e93c0046ef1267229162445f15485a1a133dcc9efde3b60",
"md5": "673cdbae2b3fed6c28378409a90b7acd",
"sha256": "376631e2383918fbc3dc9bcaeb9a533e319322d2cff1c119635849edf74e1126"
},
"downloads": -1,
"filename": "xattr-1.2.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
"has_sig": false,
"md5_digest": "673cdbae2b3fed6c28378409a90b7acd",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.8",
"size": 37315,
"upload_time": "2025-07-14T03:14:28",
"upload_time_iso_8601": "2025-07-14T03:14:28.274753Z",
"url": "https://files.pythonhosted.org/packages/5e/0d/7e072a6d30434e93c0046ef1267229162445f15485a1a133dcc9efde3b60/xattr-1.2.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "515bbe272ba051442fb308494675a8e49b69c04cb97123d257eac810cfabe0ba",
"md5": "3947fda740d43d80ff4f3ae9582550f2",
"sha256": "2fbae24ab22afe078d549645501ecacaa17229e0b7769c8418fad69b51ad37c9"
},
"downloads": -1,
"filename": "xattr-1.2.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": "3947fda740d43d80ff4f3ae9582550f2",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.8",
"size": 39222,
"upload_time": "2025-07-14T03:14:29",
"upload_time_iso_8601": "2025-07-14T03:14:29.676833Z",
"url": "https://files.pythonhosted.org/packages/51/5b/be272ba051442fb308494675a8e49b69c04cb97123d257eac810cfabe0ba/xattr-1.2.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": null,
"digests": {
"blake2b_256": "48505e0e900461ada1628d7909da5a21189087fd2ae80d313983d4cd55631d70",
"md5": "4e28e92ff08d2ea51635c11c953d37f7",
"sha256": "a161160211081d765ac41fa056f4f9b1051f027f08188730fbc9782d0dce623e"
},
"downloads": -1,
"filename": "xattr-1.2.0-cp310-cp310-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "4e28e92ff08d2ea51635c11c953d37f7",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.8",
"size": 38679,
"upload_time": "2025-07-14T03:14:31",
"upload_time_iso_8601": "2025-07-14T03:14:31.061825Z",
"url": "https://files.pythonhosted.org/packages/48/50/5e0e900461ada1628d7909da5a21189087fd2ae80d313983d4cd55631d70/xattr-1.2.0-cp310-cp310-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "1e6ce76b0fb90934fbc991efd5f4c0d1f1e41e8ed9d53f2a141f1626eae0f101",
"md5": "adb901cf0ee88da3a354874e53be0d32",
"sha256": "a542acf6c4e8221664b51b35e0160c44bd0ed1f2fd80019476f7698f4911e560"
},
"downloads": -1,
"filename": "xattr-1.2.0-cp310-cp310-musllinux_1_2_i686.whl",
"has_sig": false,
"md5_digest": "adb901cf0ee88da3a354874e53be0d32",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.8",
"size": 37069,
"upload_time": "2025-07-14T03:14:32",
"upload_time_iso_8601": "2025-07-14T03:14:32.456191Z",
"url": "https://files.pythonhosted.org/packages/1e/6c/e76b0fb90934fbc991efd5f4c0d1f1e41e8ed9d53f2a141f1626eae0f101/xattr-1.2.0-cp310-cp310-musllinux_1_2_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "8f1aea62d888abf8850baba65ebea887f70de486c10a7b854e87091a15c0939f",
"md5": "d4e6626ebc207dc980088fb4f32ae898",
"sha256": "034f075fc5a9391a1597a6c9a21cb57b688680f0f18ecf73b2efc22b8d330cff"
},
"downloads": -1,
"filename": "xattr-1.2.0-cp310-cp310-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "d4e6626ebc207dc980088fb4f32ae898",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.8",
"size": 38276,
"upload_time": "2025-07-14T03:14:33",
"upload_time_iso_8601": "2025-07-14T03:14:33.852043Z",
"url": "https://files.pythonhosted.org/packages/8f/1a/ea62d888abf8850baba65ebea887f70de486c10a7b854e87091a15c0939f/xattr-1.2.0-cp310-cp310-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "5de2bf74df197a415f25e07378bfa301788e3bf2ac029c3a6c7bd56a900934ff",
"md5": "06cae9ee8eeff3e4f8eba08da605da02",
"sha256": "00c26c14c90058338993bb2d3e1cebf562e94ec516cafba64a8f34f74b9d18b4"
},
"downloads": -1,
"filename": "xattr-1.2.0-cp311-cp311-macosx_10_9_universal2.whl",
"has_sig": false,
"md5_digest": "06cae9ee8eeff3e4f8eba08da605da02",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 24246,
"upload_time": "2025-07-14T03:14:34",
"upload_time_iso_8601": "2025-07-14T03:14:34.873548Z",
"url": "https://files.pythonhosted.org/packages/5d/e2/bf74df197a415f25e07378bfa301788e3bf2ac029c3a6c7bd56a900934ff/xattr-1.2.0-cp311-cp311-macosx_10_9_universal2.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "a551922df424556ff35b20ca043da5e4dcf0f99cbcb674f59046d08ceff3ebc7",
"md5": "a7bb1292c088b5ed5b5db6269b83f688",
"sha256": "b4f43dc644db87d5eb9484a9518c34a864cb2e588db34cffc42139bf55302a1c"
},
"downloads": -1,
"filename": "xattr-1.2.0-cp311-cp311-macosx_10_9_x86_64.whl",
"has_sig": false,
"md5_digest": "a7bb1292c088b5ed5b5db6269b83f688",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 19212,
"upload_time": "2025-07-14T03:14:35",
"upload_time_iso_8601": "2025-07-14T03:14:35.905217Z",
"url": "https://files.pythonhosted.org/packages/a5/51/922df424556ff35b20ca043da5e4dcf0f99cbcb674f59046d08ceff3ebc7/xattr-1.2.0-cp311-cp311-macosx_10_9_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "7c721ed37812e8285c8002b8834395c53cc89a2d83aa088db642b217be439017",
"md5": "c93687c90fbf57798735c3bfbe5dc3b2",
"sha256": "c7602583fc643ca76576498e2319c7cef0b72aef1936701678589da6371b731b"
},
"downloads": -1,
"filename": "xattr-1.2.0-cp311-cp311-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "c93687c90fbf57798735c3bfbe5dc3b2",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 19546,
"upload_time": "2025-07-14T03:14:37",
"upload_time_iso_8601": "2025-07-14T03:14:37.242924Z",
"url": "https://files.pythonhosted.org/packages/7c/72/1ed37812e8285c8002b8834395c53cc89a2d83aa088db642b217be439017/xattr-1.2.0-cp311-cp311-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "d4b8ec75db23d81beec68e3be20ea176c11f125697d3bbb5e118b9de9ea7a9ab",
"md5": "b8883300be53af15b29d7d3b35a82e6d",
"sha256": "90c3ad4a9205cceb64ec54616aa90aa42d140c8ae3b9710a0aaa2843a6f1aca7"
},
"downloads": -1,
"filename": "xattr-1.2.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "b8883300be53af15b29d7d3b35a82e6d",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 39426,
"upload_time": "2025-07-14T03:14:38",
"upload_time_iso_8601": "2025-07-14T03:14:38.264913Z",
"url": "https://files.pythonhosted.org/packages/d4/b8/ec75db23d81beec68e3be20ea176c11f125697d3bbb5e118b9de9ea7a9ab/xattr-1.2.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "d49fc24950641b138072eda7f34d86966dd15cfe3af9a111b5e77b85ee55f99c",
"md5": "971f30d4c49578b9c7c11f4199fb1ad6",
"sha256": "83d87cfe19cd606fc0709d45a4d6efc276900797deced99e239566926a5afedf"
},
"downloads": -1,
"filename": "xattr-1.2.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
"has_sig": false,
"md5_digest": "971f30d4c49578b9c7c11f4199fb1ad6",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 37311,
"upload_time": "2025-07-14T03:14:39",
"upload_time_iso_8601": "2025-07-14T03:14:39.347639Z",
"url": "https://files.pythonhosted.org/packages/d4/9f/c24950641b138072eda7f34d86966dd15cfe3af9a111b5e77b85ee55f99c/xattr-1.2.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "d0d53b7e0dab706d09c6cdb2f05384610e6c5693c72e3794d54a4cad8c838373",
"md5": "46166c48c018e364cc4ddfbee1ee030e",
"sha256": "c67dabd9ddc04ead63fbc85aed459c9afcc24abfc5bb3217fff7ec9a466faacb"
},
"downloads": -1,
"filename": "xattr-1.2.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": "46166c48c018e364cc4ddfbee1ee030e",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 39222,
"upload_time": "2025-07-14T03:14:40",
"upload_time_iso_8601": "2025-07-14T03:14:40.768647Z",
"url": "https://files.pythonhosted.org/packages/d0/d5/3b7e0dab706d09c6cdb2f05384610e6c5693c72e3794d54a4cad8c838373/xattr-1.2.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": null,
"digests": {
"blake2b_256": "0e1680cf8ec7d92d20b2860c96a1eca18d25e27fa4770f32c9e8250ff32e7386",
"md5": "739a636a9bad621485fd9b4794ed9181",
"sha256": "9a18ee82d8ba2c17f1e8414bfeb421fa763e0fb4acbc1e124988ca1584ad32d5"
},
"downloads": -1,
"filename": "xattr-1.2.0-cp311-cp311-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "739a636a9bad621485fd9b4794ed9181",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 38694,
"upload_time": "2025-07-14T03:14:41",
"upload_time_iso_8601": "2025-07-14T03:14:41.930661Z",
"url": "https://files.pythonhosted.org/packages/0e/16/80cf8ec7d92d20b2860c96a1eca18d25e27fa4770f32c9e8250ff32e7386/xattr-1.2.0-cp311-cp311-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "38c0b154b254e6e4596aed3210dd48b2e82d958b16d9a7f65346b9154968d2d0",
"md5": "784e1f55ceb7f89fc4a69a6aaad34452",
"sha256": "38de598c47b85185e745986a061094d2e706e9c2d9022210d2c738066990fe91"
},
"downloads": -1,
"filename": "xattr-1.2.0-cp311-cp311-musllinux_1_2_i686.whl",
"has_sig": false,
"md5_digest": "784e1f55ceb7f89fc4a69a6aaad34452",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 37055,
"upload_time": "2025-07-14T03:14:43",
"upload_time_iso_8601": "2025-07-14T03:14:43.435226Z",
"url": "https://files.pythonhosted.org/packages/38/c0/b154b254e6e4596aed3210dd48b2e82d958b16d9a7f65346b9154968d2d0/xattr-1.2.0-cp311-cp311-musllinux_1_2_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "dc1d3a615660849ef9bdf46d04f9c6d40ee082f7427678013ff85452ed9497db",
"md5": "c3b758def8a788a52938e102fc891c5d",
"sha256": "15e754e854bdaac366ad3f1c8fbf77f6668e8858266b4246e8c5f487eeaf1179"
},
"downloads": -1,
"filename": "xattr-1.2.0-cp311-cp311-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "c3b758def8a788a52938e102fc891c5d",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 38275,
"upload_time": "2025-07-14T03:14:45",
"upload_time_iso_8601": "2025-07-14T03:14:45.180366Z",
"url": "https://files.pythonhosted.org/packages/dc/1d/3a615660849ef9bdf46d04f9c6d40ee082f7427678013ff85452ed9497db/xattr-1.2.0-cp311-cp311-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "37e5b048a5f6c5a489915026b70b9133242a2a368383ddab24e4e3a5bdba7ebd",
"md5": "7db88ad07beea1f3ca53d6b6a4193af1",
"sha256": "daff0c1f5c5e4eaf758c56259c4f72631fa9619875e7a25554b6077dc73da964"
},
"downloads": -1,
"filename": "xattr-1.2.0-cp312-cp312-macosx_10_13_universal2.whl",
"has_sig": false,
"md5_digest": "7db88ad07beea1f3ca53d6b6a4193af1",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.8",
"size": 24240,
"upload_time": "2025-07-14T03:14:46",
"upload_time_iso_8601": "2025-07-14T03:14:46.173035Z",
"url": "https://files.pythonhosted.org/packages/37/e5/b048a5f6c5a489915026b70b9133242a2a368383ddab24e4e3a5bdba7ebd/xattr-1.2.0-cp312-cp312-macosx_10_13_universal2.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "ccf5d795774f719a0be6137041d4833ca00b178f816e538948548dff79530f34",
"md5": "e419641e594789971b33441e6d0f63d4",
"sha256": "109b11fb3f73a0d4e199962f11230ab5f462e85a8021874f96c1732aa61148d5"
},
"downloads": -1,
"filename": "xattr-1.2.0-cp312-cp312-macosx_10_13_x86_64.whl",
"has_sig": false,
"md5_digest": "e419641e594789971b33441e6d0f63d4",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.8",
"size": 19218,
"upload_time": "2025-07-14T03:14:47",
"upload_time_iso_8601": "2025-07-14T03:14:47.412287Z",
"url": "https://files.pythonhosted.org/packages/cc/f5/d795774f719a0be6137041d4833ca00b178f816e538948548dff79530f34/xattr-1.2.0-cp312-cp312-macosx_10_13_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "cb8b65f3bed09ca9ced27bbba8d4a3326f14a58b98ac102163d85b545f81d9c2",
"md5": "b5ce118c836de48e732c28b7933bd8bc",
"sha256": "7c7c12968ce0bf798d8ba90194cef65de768bee9f51a684e022c74cab4218305"
},
"downloads": -1,
"filename": "xattr-1.2.0-cp312-cp312-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "b5ce118c836de48e732c28b7933bd8bc",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.8",
"size": 19539,
"upload_time": "2025-07-14T03:14:48",
"upload_time_iso_8601": "2025-07-14T03:14:48.413296Z",
"url": "https://files.pythonhosted.org/packages/cb/8b/65f3bed09ca9ced27bbba8d4a3326f14a58b98ac102163d85b545f81d9c2/xattr-1.2.0-cp312-cp312-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "962d01ecfdf41ce70f7e29c8a21e730de3c157fb1cb84391923581af81a44c45",
"md5": "a9574c49b588eac04cd4c7f0e806a7b9",
"sha256": "d37989dabf25ff18773e4aaeebcb65604b9528f8645f43e02bebaa363e3ae958"
},
"downloads": -1,
"filename": "xattr-1.2.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "a9574c49b588eac04cd4c7f0e806a7b9",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.8",
"size": 39631,
"upload_time": "2025-07-14T03:14:49",
"upload_time_iso_8601": "2025-07-14T03:14:49.665197Z",
"url": "https://files.pythonhosted.org/packages/96/2d/01ecfdf41ce70f7e29c8a21e730de3c157fb1cb84391923581af81a44c45/xattr-1.2.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "c9e915cbf9c59cf1117e3c45dd429c52f9dab25d95e65ac245c5ad9532986bec",
"md5": "6108a8d982a695ba22116e88378d1b0f",
"sha256": "165de92b0f2adafb336f936931d044619b9840e35ba01079f4dd288747b73714"
},
"downloads": -1,
"filename": "xattr-1.2.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
"has_sig": false,
"md5_digest": "6108a8d982a695ba22116e88378d1b0f",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.8",
"size": 37552,
"upload_time": "2025-07-14T03:14:50",
"upload_time_iso_8601": "2025-07-14T03:14:50.718031Z",
"url": "https://files.pythonhosted.org/packages/c9/e9/15cbf9c59cf1117e3c45dd429c52f9dab25d95e65ac245c5ad9532986bec/xattr-1.2.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "9df5cb4dad87843fe79d605cf5d10caad80e2c338a06f0363f1443449185f489",
"md5": "07c79f37257fee3bbba9fbb2fd2287fe",
"sha256": "82191c006ae4c609b22b9aea5f38f68fff022dc6884c4c0e1dba329effd4b288"
},
"downloads": -1,
"filename": "xattr-1.2.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": "07c79f37257fee3bbba9fbb2fd2287fe",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.8",
"size": 39472,
"upload_time": "2025-07-14T03:14:51",
"upload_time_iso_8601": "2025-07-14T03:14:51.740073Z",
"url": "https://files.pythonhosted.org/packages/9d/f5/cb4dad87843fe79d605cf5d10caad80e2c338a06f0363f1443449185f489/xattr-1.2.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": null,
"digests": {
"blake2b_256": "5ad9012df7b814cc4a0ae41afb59ac31d0469227397b29f58c1377e8db0f34ba",
"md5": "da3a4b83487b5f46f436dd94609bee9e",
"sha256": "2b2e9c87dc643b09d86befad218e921f6e65b59a4668d6262b85308de5dbd1dd"
},
"downloads": -1,
"filename": "xattr-1.2.0-cp312-cp312-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "da3a4b83487b5f46f436dd94609bee9e",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.8",
"size": 38802,
"upload_time": "2025-07-14T03:14:52",
"upload_time_iso_8601": "2025-07-14T03:14:52.801426Z",
"url": "https://files.pythonhosted.org/packages/5a/d9/012df7b814cc4a0ae41afb59ac31d0469227397b29f58c1377e8db0f34ba/xattr-1.2.0-cp312-cp312-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "d808e107a5d294a816586f274c33aea480fe740fd446276efc84c067e6c82de2",
"md5": "bd0caaa3dfdaa904a488d7520f3a3925",
"sha256": "14edd5d47d0bb92b23222c0bb6379abbddab01fb776b2170758e666035ecf3aa"
},
"downloads": -1,
"filename": "xattr-1.2.0-cp312-cp312-musllinux_1_2_i686.whl",
"has_sig": false,
"md5_digest": "bd0caaa3dfdaa904a488d7520f3a3925",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.8",
"size": 37125,
"upload_time": "2025-07-14T03:14:54",
"upload_time_iso_8601": "2025-07-14T03:14:54.313878Z",
"url": "https://files.pythonhosted.org/packages/d8/08/e107a5d294a816586f274c33aea480fe740fd446276efc84c067e6c82de2/xattr-1.2.0-cp312-cp312-musllinux_1_2_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "3e6ca6f9152e10543af67ea277caae7c5a6400a581e407c42156ffce71dd8242",
"md5": "2678bbe3988eaa4502371a882fcddc2b",
"sha256": "12183d5eb104d4da787638c7dadf63b718472d92fec6dbe12994ea5d094d7863"
},
"downloads": -1,
"filename": "xattr-1.2.0-cp312-cp312-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "2678bbe3988eaa4502371a882fcddc2b",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.8",
"size": 38456,
"upload_time": "2025-07-14T03:14:55",
"upload_time_iso_8601": "2025-07-14T03:14:55.383980Z",
"url": "https://files.pythonhosted.org/packages/3e/6c/a6f9152e10543af67ea277caae7c5a6400a581e407c42156ffce71dd8242/xattr-1.2.0-cp312-cp312-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "b6f96c98102949691f7e9caf9a31118be6e46720a23049f417dcf77cc689d06e",
"md5": "44e0ffe854cabebf0b7f9e20105d34e3",
"sha256": "c385ea93a18aeb6443a719eb6a6b1d7f7b143a4d1f2b08bc4fadfc429209e629"
},
"downloads": -1,
"filename": "xattr-1.2.0-cp313-cp313-macosx_10_13_universal2.whl",
"has_sig": false,
"md5_digest": "44e0ffe854cabebf0b7f9e20105d34e3",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.8",
"size": 24242,
"upload_time": "2025-07-14T03:14:56",
"upload_time_iso_8601": "2025-07-14T03:14:56.392282Z",
"url": "https://files.pythonhosted.org/packages/b6/f9/6c98102949691f7e9caf9a31118be6e46720a23049f417dcf77cc689d06e/xattr-1.2.0-cp313-cp313-macosx_10_13_universal2.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "226a130f6cd5cbb0ea0e470c9b366a21b9474eb607288fd17256d60e50f05d0b",
"md5": "f39c3c41fc1cea19c2b5c7a9dea91b82",
"sha256": "2d39d7b36842c67ab3040bead7eb6d601e35fa0d6214ed20a43df4ec30b6f9f9"
},
"downloads": -1,
"filename": "xattr-1.2.0-cp313-cp313-macosx_10_13_x86_64.whl",
"has_sig": false,
"md5_digest": "f39c3c41fc1cea19c2b5c7a9dea91b82",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.8",
"size": 19219,
"upload_time": "2025-07-14T03:14:57",
"upload_time_iso_8601": "2025-07-14T03:14:57.367004Z",
"url": "https://files.pythonhosted.org/packages/22/6a/130f6cd5cbb0ea0e470c9b366a21b9474eb607288fd17256d60e50f05d0b/xattr-1.2.0-cp313-cp313-macosx_10_13_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "3d4093f2dd033544028e7b9512b8b9fb6872ec74a804fbb686e62b83fdf72e21",
"md5": "59425ae92f6c1936260f44b2a85681a8",
"sha256": "320ef856bb817f4c40213b6de956dc440d0f23cdc62da3ea02239eb5147093f8"
},
"downloads": -1,
"filename": "xattr-1.2.0-cp313-cp313-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "59425ae92f6c1936260f44b2a85681a8",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.8",
"size": 19538,
"upload_time": "2025-07-14T03:14:58",
"upload_time_iso_8601": "2025-07-14T03:14:58.434169Z",
"url": "https://files.pythonhosted.org/packages/3d/40/93f2dd033544028e7b9512b8b9fb6872ec74a804fbb686e62b83fdf72e21/xattr-1.2.0-cp313-cp313-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "13d57e301840afb7e3d3ad07b95af1815c7b674373d1f7d95cb6f2ecc794fdb1",
"md5": "9b360406f81b783fce601532abc9af82",
"sha256": "26d306bfb3b5641726f2ee0da6f63a2656aa7fdcfd15de61c476e3ca6bc3277e"
},
"downloads": -1,
"filename": "xattr-1.2.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "9b360406f81b783fce601532abc9af82",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.8",
"size": 39544,
"upload_time": "2025-07-14T03:14:59",
"upload_time_iso_8601": "2025-07-14T03:14:59.660347Z",
"url": "https://files.pythonhosted.org/packages/13/d5/7e301840afb7e3d3ad07b95af1815c7b674373d1f7d95cb6f2ecc794fdb1/xattr-1.2.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "501964a1b02d237126c3198257ebd7c643374d928915a86d36db7ad4da0a4f28",
"md5": "61bd79f04aba6577d00749f4a2085f03",
"sha256": "c67e70d5d8136d328ad13f85b887ffa97690422f1a11fb29ab2f702cf66e825a"
},
"downloads": -1,
"filename": "xattr-1.2.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
"has_sig": false,
"md5_digest": "61bd79f04aba6577d00749f4a2085f03",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.8",
"size": 37468,
"upload_time": "2025-07-14T03:15:01",
"upload_time_iso_8601": "2025-07-14T03:15:01.096287Z",
"url": "https://files.pythonhosted.org/packages/50/19/64a1b02d237126c3198257ebd7c643374d928915a86d36db7ad4da0a4f28/xattr-1.2.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "5953f794e3630cf16840e199f086520aca6a59a30f9428b1423a8581bc9cee9d",
"md5": "19b7c08472da4835c52af009d63ee83e",
"sha256": "8904d3539afe1a84fc0b7f02fa91da60d2505adf2d5951dc855bf9e75fe322b2"
},
"downloads": -1,
"filename": "xattr-1.2.0-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "19b7c08472da4835c52af009d63ee83e",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.8",
"size": 39378,
"upload_time": "2025-07-14T03:15:02",
"upload_time_iso_8601": "2025-07-14T03:15:02.149948Z",
"url": "https://files.pythonhosted.org/packages/59/53/f794e3630cf16840e199f086520aca6a59a30f9428b1423a8581bc9cee9d/xattr-1.2.0-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": null,
"digests": {
"blake2b_256": "f0a2ee2d1cdba5e5273886b9f157cb7ef5ba6d83b177d0c17a203d3ac11ee7f7",
"md5": "d165a8b9894194aa1ed12dc2eeb3f944",
"sha256": "2520516c1d058895eae00b2b2f10833514caea6dc6802eef1e431c474b5317ad"
},
"downloads": -1,
"filename": "xattr-1.2.0-cp313-cp313-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "d165a8b9894194aa1ed12dc2eeb3f944",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.8",
"size": 38797,
"upload_time": "2025-07-14T03:15:03",
"upload_time_iso_8601": "2025-07-14T03:15:03.206157Z",
"url": "https://files.pythonhosted.org/packages/f0/a2/ee2d1cdba5e5273886b9f157cb7ef5ba6d83b177d0c17a203d3ac11ee7f7/xattr-1.2.0-cp313-cp313-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "73289216ba5a4485561cf628ea8f7a0753f246e7f0df31656a1cf363c1b7bed4",
"md5": "b8c7e57e06f31e3f9387e4d70cdac85a",
"sha256": "29d06abbef4024b7469fcd0d4ade6d2290582350a4df95fcc48fa48b2e83246b"
},
"downloads": -1,
"filename": "xattr-1.2.0-cp313-cp313-musllinux_1_2_i686.whl",
"has_sig": false,
"md5_digest": "b8c7e57e06f31e3f9387e4d70cdac85a",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.8",
"size": 37142,
"upload_time": "2025-07-14T03:15:04",
"upload_time_iso_8601": "2025-07-14T03:15:04.249743Z",
"url": "https://files.pythonhosted.org/packages/73/28/9216ba5a4485561cf628ea8f7a0753f246e7f0df31656a1cf363c1b7bed4/xattr-1.2.0-cp313-cp313-musllinux_1_2_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "fd20dee2ec6153323592e33f2b82c8c0f0946b9d1989e3c521a9f3d6daac47e5",
"md5": "c4a50f8039597a94bc737087c4d4f02e",
"sha256": "093c75f7d9190be355b8e86da3f460b9bfe3d6a176f92852d44dcc3289aa10dc"
},
"downloads": -1,
"filename": "xattr-1.2.0-cp313-cp313-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "c4a50f8039597a94bc737087c4d4f02e",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.8",
"size": 38462,
"upload_time": "2025-07-14T03:15:05",
"upload_time_iso_8601": "2025-07-14T03:15:05.387244Z",
"url": "https://files.pythonhosted.org/packages/fd/20/dee2ec6153323592e33f2b82c8c0f0946b9d1989e3c521a9f3d6daac47e5/xattr-1.2.0-cp313-cp313-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "2976f06e77de259fcf9eed7c368f4b8f44926fa343c19214ab11bbb2e3e47ebd",
"md5": "f67e7aaf755001556ac7ba150851f91e",
"sha256": "2ee3901db48de913dcef004c5d7b477a1f4aadff997445ef62907b10fdad57de"
},
"downloads": -1,
"filename": "xattr-1.2.0-cp38-cp38-macosx_10_9_universal2.whl",
"has_sig": false,
"md5_digest": "f67e7aaf755001556ac7ba150851f91e",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.8",
"size": 24068,
"upload_time": "2025-07-14T03:15:06",
"upload_time_iso_8601": "2025-07-14T03:15:06.388641Z",
"url": "https://files.pythonhosted.org/packages/29/76/f06e77de259fcf9eed7c368f4b8f44926fa343c19214ab11bbb2e3e47ebd/xattr-1.2.0-cp38-cp38-macosx_10_9_universal2.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "43ac15ab09929113a75d5884fe13c2b6b3015a47586c2cb1f2e68bdba669b3d8",
"md5": "ceb6bae558ec679bbf285e262e5f6f46",
"sha256": "b837898a5225c7f7df731783cd78bae2ed81b84bacf020821f1cd2ab2d74de58"
},
"downloads": -1,
"filename": "xattr-1.2.0-cp38-cp38-macosx_10_9_x86_64.whl",
"has_sig": false,
"md5_digest": "ceb6bae558ec679bbf285e262e5f6f46",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.8",
"size": 19034,
"upload_time": "2025-07-14T03:15:07",
"upload_time_iso_8601": "2025-07-14T03:15:07.385603Z",
"url": "https://files.pythonhosted.org/packages/43/ac/15ab09929113a75d5884fe13c2b6b3015a47586c2cb1f2e68bdba669b3d8/xattr-1.2.0-cp38-cp38-macosx_10_9_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "4be840ae3e029956f6fce396436b16358779f789513d25867a4e4f58c5cf04c6",
"md5": "3dc4ba15fb777d86a88ee2abcdac4dd0",
"sha256": "cedc281811e424ecf6a14208532f7ac646866f91f88e8eadd00d8fe535e505fd"
},
"downloads": -1,
"filename": "xattr-1.2.0-cp38-cp38-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "3dc4ba15fb777d86a88ee2abcdac4dd0",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.8",
"size": 19364,
"upload_time": "2025-07-14T03:15:08",
"upload_time_iso_8601": "2025-07-14T03:15:08.442525Z",
"url": "https://files.pythonhosted.org/packages/4b/e8/40ae3e029956f6fce396436b16358779f789513d25867a4e4f58c5cf04c6/xattr-1.2.0-cp38-cp38-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "583ce32ad20a2a82f7494a9a2d48f5cf9e4271d37d790de97159d43fc193dc79",
"md5": "adca9f3813b5db1e98fd28886d95c5be",
"sha256": "cf60577caa248f539e4e646090b10d6ad1f54189de9a7f1854c23fdef28f574e"
},
"downloads": -1,
"filename": "xattr-1.2.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "adca9f3813b5db1e98fd28886d95c5be",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.8",
"size": 39372,
"upload_time": "2025-07-14T03:15:09",
"upload_time_iso_8601": "2025-07-14T03:15:09.478743Z",
"url": "https://files.pythonhosted.org/packages/58/3c/e32ad20a2a82f7494a9a2d48f5cf9e4271d37d790de97159d43fc193dc79/xattr-1.2.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "96db217ceab2181224d27e14bd1256805915fc2e3cbd4b582cd8853172185a0a",
"md5": "24d527c4958cc51021124f819d1e49de",
"sha256": "363724f33510d2e7c7e080b389271a1241cb4929a1d9294f89721152b4410972"
},
"downloads": -1,
"filename": "xattr-1.2.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
"has_sig": false,
"md5_digest": "24d527c4958cc51021124f819d1e49de",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.8",
"size": 37274,
"upload_time": "2025-07-14T03:15:10",
"upload_time_iso_8601": "2025-07-14T03:15:10.932716Z",
"url": "https://files.pythonhosted.org/packages/96/db/217ceab2181224d27e14bd1256805915fc2e3cbd4b582cd8853172185a0a/xattr-1.2.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "d4aedd36c19365599ed1421b166dbf95d3b32b39b61ca6c232afc59e827f1d3a",
"md5": "8201d70eab11b438d8a80513cc2a9b4d",
"sha256": "97db00596865845efb72f3d565a1f82b01006c5bf5a87d8854a6afac43502593"
},
"downloads": -1,
"filename": "xattr-1.2.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": "8201d70eab11b438d8a80513cc2a9b4d",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.8",
"size": 39198,
"upload_time": "2025-07-14T03:15:12",
"upload_time_iso_8601": "2025-07-14T03:15:12.004253Z",
"url": "https://files.pythonhosted.org/packages/d4/ae/dd36c19365599ed1421b166dbf95d3b32b39b61ca6c232afc59e827f1d3a/xattr-1.2.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": null,
"digests": {
"blake2b_256": "4fa78bee022ba7d617643c82cd87042033073767c8c398a1c770c16a7385b795",
"md5": "fcd51e8893e9a09b01a0938b1db28ac8",
"sha256": "0b199ba31078f3e4181578595cd60400ee055b4399672169ceee846d33ff26de"
},
"downloads": -1,
"filename": "xattr-1.2.0-cp38-cp38-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "fcd51e8893e9a09b01a0938b1db28ac8",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.8",
"size": 38645,
"upload_time": "2025-07-14T03:15:13",
"upload_time_iso_8601": "2025-07-14T03:15:13.276768Z",
"url": "https://files.pythonhosted.org/packages/4f/a7/8bee022ba7d617643c82cd87042033073767c8c398a1c770c16a7385b795/xattr-1.2.0-cp38-cp38-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "2f17b2830dd45f297ce0e9c220b366fe427b30c6fb47ec13a1ac729934738491",
"md5": "02204746e02fe942cd6c58304a43c42a",
"sha256": "b19472dc38150ac09a478c71092738d86882bc9ff687a4a8f7d1a25abce20b5e"
},
"downloads": -1,
"filename": "xattr-1.2.0-cp38-cp38-musllinux_1_2_i686.whl",
"has_sig": false,
"md5_digest": "02204746e02fe942cd6c58304a43c42a",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.8",
"size": 37072,
"upload_time": "2025-07-14T03:15:14",
"upload_time_iso_8601": "2025-07-14T03:15:14.335019Z",
"url": "https://files.pythonhosted.org/packages/2f/17/b2830dd45f297ce0e9c220b366fe427b30c6fb47ec13a1ac729934738491/xattr-1.2.0-cp38-cp38-musllinux_1_2_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "514dd182ce094b5c70ca7a50988c1d045ff314ceb148a691681bdb420931bd7e",
"md5": "be4c2a5fbc507c557f097f0e89cf7bda",
"sha256": "79f7823b30ed557e0e7ffd9a6b1a821a22f485f5347e54b8d24c4a34b7545ba4"
},
"downloads": -1,
"filename": "xattr-1.2.0-cp38-cp38-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "be4c2a5fbc507c557f097f0e89cf7bda",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.8",
"size": 38226,
"upload_time": "2025-07-14T03:15:15",
"upload_time_iso_8601": "2025-07-14T03:15:15.436040Z",
"url": "https://files.pythonhosted.org/packages/51/4d/d182ce094b5c70ca7a50988c1d045ff314ceb148a691681bdb420931bd7e/xattr-1.2.0-cp38-cp38-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "49daaadc5994273217b9e5faabb44c9a9637ef4366003633ea12b32742d096de",
"md5": "505c24ad7a95c621232fc2d337bc5863",
"sha256": "8eee258f5774933cb972cff5c3388166374e678980d2a1f417d7d6f61d9ae172"
},
"downloads": -1,
"filename": "xattr-1.2.0-cp39-cp39-macosx_10_9_universal2.whl",
"has_sig": false,
"md5_digest": "505c24ad7a95c621232fc2d337bc5863",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.8",
"size": 24243,
"upload_time": "2025-07-14T03:15:16",
"upload_time_iso_8601": "2025-07-14T03:15:16.442437Z",
"url": "https://files.pythonhosted.org/packages/49/da/aadc5994273217b9e5faabb44c9a9637ef4366003633ea12b32742d096de/xattr-1.2.0-cp39-cp39-macosx_10_9_universal2.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "7b7ced48bd7cd70d1708299dec18e188d25551a9de0e077a25ab2afa920437dd",
"md5": "d663b3e76ab19a42a57539233b58e3ab",
"sha256": "2a9de621eadf0466c391363bd6ed903b1a1bcd272422b5183fd06ef79d05347b"
},
"downloads": -1,
"filename": "xattr-1.2.0-cp39-cp39-macosx_10_9_x86_64.whl",
"has_sig": false,
"md5_digest": "d663b3e76ab19a42a57539233b58e3ab",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.8",
"size": 19208,
"upload_time": "2025-07-14T03:15:18",
"upload_time_iso_8601": "2025-07-14T03:15:18.217066Z",
"url": "https://files.pythonhosted.org/packages/7b/7c/ed48bd7cd70d1708299dec18e188d25551a9de0e077a25ab2afa920437dd/xattr-1.2.0-cp39-cp39-macosx_10_9_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "e0abd0e5ac580554469cb86204b9be459705558b37b820e4331c999b07e3707a",
"md5": "4770058b38c331e9d311ca2cea9dbee3",
"sha256": "bc714f236f17c57c510ae9ada9962d8e4efc9f9ea91504e2c6a09008f3918ddf"
},
"downloads": -1,
"filename": "xattr-1.2.0-cp39-cp39-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "4770058b38c331e9d311ca2cea9dbee3",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.8",
"size": 19544,
"upload_time": "2025-07-14T03:15:19",
"upload_time_iso_8601": "2025-07-14T03:15:19.294388Z",
"url": "https://files.pythonhosted.org/packages/e0/ab/d0e5ac580554469cb86204b9be459705558b37b820e4331c999b07e3707a/xattr-1.2.0-cp39-cp39-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "b0af111eb574d5e837291310e564fc69a957d32a0779a2c0cddbd70ac7c21d3d",
"md5": "12bc44548328dd032b64fb1b8de1486c",
"sha256": "545e0ad3f706724029efd23dec58fb358422ae68ab4b560b712aedeaf40446a0"
},
"downloads": -1,
"filename": "xattr-1.2.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "12bc44548328dd032b64fb1b8de1486c",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.8",
"size": 39426,
"upload_time": "2025-07-14T03:15:20",
"upload_time_iso_8601": "2025-07-14T03:15:20.351192Z",
"url": "https://files.pythonhosted.org/packages/b0/af/111eb574d5e837291310e564fc69a957d32a0779a2c0cddbd70ac7c21d3d/xattr-1.2.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "c84d7634c11858f7606b423d3590f31d9979603e265b63434d5ff2c58e4f8b87",
"md5": "94cc928d283e62618cb2cbc5640c6979",
"sha256": "200bb3cdba057cb721b727607bc340a74c28274f4a628a26011f574860f5846b"
},
"downloads": -1,
"filename": "xattr-1.2.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
"has_sig": false,
"md5_digest": "94cc928d283e62618cb2cbc5640c6979",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.8",
"size": 37310,
"upload_time": "2025-07-14T03:15:21",
"upload_time_iso_8601": "2025-07-14T03:15:21.476940Z",
"url": "https://files.pythonhosted.org/packages/c8/4d/7634c11858f7606b423d3590f31d9979603e265b63434d5ff2c58e4f8b87/xattr-1.2.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "c58eac9a1949d1cf335a20d7102df17179b0103087dfbb21435dbda7b6b842ba",
"md5": "ed199328310d88b7b9675900179b1b4e",
"sha256": "9b0b27c889cc9ff0dba62ac8a2eef98f4911c1621e4e8c409d5beb224c4c227c"
},
"downloads": -1,
"filename": "xattr-1.2.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": "ed199328310d88b7b9675900179b1b4e",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.8",
"size": 39213,
"upload_time": "2025-07-14T03:15:22",
"upload_time_iso_8601": "2025-07-14T03:15:22.539164Z",
"url": "https://files.pythonhosted.org/packages/c5/8e/ac9a1949d1cf335a20d7102df17179b0103087dfbb21435dbda7b6b842ba/xattr-1.2.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": null,
"digests": {
"blake2b_256": "c42d57e9ac2bfb788a361bbb351fa337a43dda14a12a794bc84d2c7fe7f7d2f8",
"md5": "80016ef7f0fcdad2acc86e61b9dd01e2",
"sha256": "ea7cf8afd717853ad78eba8ca83ff66a53484ba2bb2a4283462bc5c767518174"
},
"downloads": -1,
"filename": "xattr-1.2.0-cp39-cp39-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "80016ef7f0fcdad2acc86e61b9dd01e2",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.8",
"size": 38674,
"upload_time": "2025-07-14T03:15:23",
"upload_time_iso_8601": "2025-07-14T03:15:23.665111Z",
"url": "https://files.pythonhosted.org/packages/c4/2d/57e9ac2bfb788a361bbb351fa337a43dda14a12a794bc84d2c7fe7f7d2f8/xattr-1.2.0-cp39-cp39-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "159b979b47a2d2278a6019acd87cedcf1434d66d9c8760956c15d928c6cd5080",
"md5": "dfd018746d0235b07badda46e1579e40",
"sha256": "02fa813db054bbb7a61c570ae025bd01c36fc20727b40f49031feb930234bc72"
},
"downloads": -1,
"filename": "xattr-1.2.0-cp39-cp39-musllinux_1_2_i686.whl",
"has_sig": false,
"md5_digest": "dfd018746d0235b07badda46e1579e40",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.8",
"size": 37061,
"upload_time": "2025-07-14T03:15:24",
"upload_time_iso_8601": "2025-07-14T03:15:24.835349Z",
"url": "https://files.pythonhosted.org/packages/15/9b/979b47a2d2278a6019acd87cedcf1434d66d9c8760956c15d928c6cd5080/xattr-1.2.0-cp39-cp39-musllinux_1_2_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "587c6ef8fca9c6cd7949aec1fdcb67a912f3543bfc6590088bed702b703a3574",
"md5": "80684660a426792da4d69a2f852a8ae7",
"sha256": "2827e23d7a1a20f31162c47ab4bd341a31e83421121978c4ab2aad5cd79ea82b"
},
"downloads": -1,
"filename": "xattr-1.2.0-cp39-cp39-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "80684660a426792da4d69a2f852a8ae7",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.8",
"size": 38270,
"upload_time": "2025-07-14T03:15:26",
"upload_time_iso_8601": "2025-07-14T03:15:26.228015Z",
"url": "https://files.pythonhosted.org/packages/58/7c/6ef8fca9c6cd7949aec1fdcb67a912f3543bfc6590088bed702b703a3574/xattr-1.2.0-cp39-cp39-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "d2aa5ea6dd94d0ea7affdd57a6eeb88a9e62a6b600e76aff03d32e89474b7c2c",
"md5": "017384eaa406bba3ee5e9675aca2ef86",
"sha256": "29ae44247d46e63671311bf7e700826a97921278e2c0c04c2d11741888db41b8"
},
"downloads": -1,
"filename": "xattr-1.2.0-pp310-pypy310_pp73-macosx_10_15_x86_64.whl",
"has_sig": false,
"md5_digest": "017384eaa406bba3ee5e9675aca2ef86",
"packagetype": "bdist_wheel",
"python_version": "pp310",
"requires_python": ">=3.8",
"size": 15938,
"upload_time": "2025-07-14T03:15:27",
"upload_time_iso_8601": "2025-07-14T03:15:27.426130Z",
"url": "https://files.pythonhosted.org/packages/d2/aa/5ea6dd94d0ea7affdd57a6eeb88a9e62a6b600e76aff03d32e89474b7c2c/xattr-1.2.0-pp310-pypy310_pp73-macosx_10_15_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "24a45bab900c0b715b96bfdd16f0b9d160ae8f7e2065d3ff74e9497087d21828",
"md5": "8cd596cfe1c2b168a48bb1d0c78af6c7",
"sha256": "629c42c1dd813442d90f281f69b88ef0c9625f604989bef8411428671f70f43e"
},
"downloads": -1,
"filename": "xattr-1.2.0-pp310-pypy310_pp73-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "8cd596cfe1c2b168a48bb1d0c78af6c7",
"packagetype": "bdist_wheel",
"python_version": "pp310",
"requires_python": ">=3.8",
"size": 16428,
"upload_time": "2025-07-14T03:15:28",
"upload_time_iso_8601": "2025-07-14T03:15:28.439412Z",
"url": "https://files.pythonhosted.org/packages/24/a4/5bab900c0b715b96bfdd16f0b9d160ae8f7e2065d3ff74e9497087d21828/xattr-1.2.0-pp310-pypy310_pp73-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "dd1470d531b536d6aea9032b1ed4fd241be6a59301a86082564c6bbd7bbdc80c",
"md5": "3fa917257bc6432b0d7846120a479b34",
"sha256": "549f8fbda5da48cafc81ba6ab7bb8e8e14c4b0748c37963dc504bcae505474b7"
},
"downloads": -1,
"filename": "xattr-1.2.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "3fa917257bc6432b0d7846120a479b34",
"packagetype": "bdist_wheel",
"python_version": "pp310",
"requires_python": ">=3.8",
"size": 18286,
"upload_time": "2025-07-14T03:15:29",
"upload_time_iso_8601": "2025-07-14T03:15:29.653423Z",
"url": "https://files.pythonhosted.org/packages/dd/14/70d531b536d6aea9032b1ed4fd241be6a59301a86082564c6bbd7bbdc80c/xattr-1.2.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "26a41b2e04ea684fc081183eca6faff485da5ab87b25b4dcfcc4164ae87865a1",
"md5": "d1ba8df12e202823fcf74e36d2ca7570",
"sha256": "aa83e677b5f92a3c5c86eaf875e9d3abbc43887ff1767178def865fa9f12a3a0"
},
"downloads": -1,
"filename": "xattr-1.2.0-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
"has_sig": false,
"md5_digest": "d1ba8df12e202823fcf74e36d2ca7570",
"packagetype": "bdist_wheel",
"python_version": "pp310",
"requires_python": ">=3.8",
"size": 17997,
"upload_time": "2025-07-14T03:15:30",
"upload_time_iso_8601": "2025-07-14T03:15:30.997304Z",
"url": "https://files.pythonhosted.org/packages/26/a4/1b2e04ea684fc081183eca6faff485da5ab87b25b4dcfcc4164ae87865a1/xattr-1.2.0-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "1f0375a399549e82b6a20ff84d71ee9e777caf6bc687e8004d8b3699565a6aad",
"md5": "2a2dd0f3a5c4172c53ba820359e76e88",
"sha256": "bb669f01627962ce2bc556f19d421162247bc2cad0d4625d6ea5eb32af4cf29b"
},
"downloads": -1,
"filename": "xattr-1.2.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": "2a2dd0f3a5c4172c53ba820359e76e88",
"packagetype": "bdist_wheel",
"python_version": "pp310",
"requires_python": ">=3.8",
"size": 17908,
"upload_time": "2025-07-14T03:15:32",
"upload_time_iso_8601": "2025-07-14T03:15:32.335025Z",
"url": "https://files.pythonhosted.org/packages/1f/03/75a399549e82b6a20ff84d71ee9e777caf6bc687e8004d8b3699565a6aad/xattr-1.2.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": null,
"digests": {
"blake2b_256": "93484b2b6cb6ff8303c86959d58b917fc2ef7e700c592243bd0520add297c51c",
"md5": "97fe7f8774a2007e7c10d3dc5c26e6c9",
"sha256": "212156aa5fb987a53211606bc09e6fea3eda3855af9f2940e40df5a2a592425a"
},
"downloads": -1,
"filename": "xattr-1.2.0-pp38-pypy38_pp73-macosx_10_9_x86_64.whl",
"has_sig": false,
"md5_digest": "97fe7f8774a2007e7c10d3dc5c26e6c9",
"packagetype": "bdist_wheel",
"python_version": "pp38",
"requires_python": ">=3.8",
"size": 15700,
"upload_time": "2025-07-14T03:15:33",
"upload_time_iso_8601": "2025-07-14T03:15:33.311690Z",
"url": "https://files.pythonhosted.org/packages/93/48/4b2b6cb6ff8303c86959d58b917fc2ef7e700c592243bd0520add297c51c/xattr-1.2.0-pp38-pypy38_pp73-macosx_10_9_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "d48cbc6beee0f00b4dd4267e330f6e6fa52430cefb52ced8d386bdae3d0837e3",
"md5": "517528892efc16ebff1b4f9ac5c12e6d",
"sha256": "7dc4fa9448a513077c5ccd1ce428ff0682cdddfc71301dbbe4ee385c74517f73"
},
"downloads": -1,
"filename": "xattr-1.2.0-pp38-pypy38_pp73-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "517528892efc16ebff1b4f9ac5c12e6d",
"packagetype": "bdist_wheel",
"python_version": "pp38",
"requires_python": ">=3.8",
"size": 16246,
"upload_time": "2025-07-14T03:15:34",
"upload_time_iso_8601": "2025-07-14T03:15:34.483759Z",
"url": "https://files.pythonhosted.org/packages/d4/8c/bc6beee0f00b4dd4267e330f6e6fa52430cefb52ced8d386bdae3d0837e3/xattr-1.2.0-pp38-pypy38_pp73-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "30b40ad3715deffe109f2670c2547e6484bf76855ceb4d4d47191a1453152df0",
"md5": "bbbe0b63d07b17c27028c40f0cd90573",
"sha256": "1e4b93f2e74793b61c0a7b7bdef4a3813930df9c01eda72fad706b8db7658bc2"
},
"downloads": -1,
"filename": "xattr-1.2.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "bbbe0b63d07b17c27028c40f0cd90573",
"packagetype": "bdist_wheel",
"python_version": "pp38",
"requires_python": ">=3.8",
"size": 18099,
"upload_time": "2025-07-14T03:15:35",
"upload_time_iso_8601": "2025-07-14T03:15:35.525554Z",
"url": "https://files.pythonhosted.org/packages/30/b4/0ad3715deffe109f2670c2547e6484bf76855ceb4d4d47191a1453152df0/xattr-1.2.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "a4f92d375fa745174edaad72da06ae4c2dfee68ee124ec0d35ef24e480fb3a04",
"md5": "dbcc6c04813d3b2489262c57fe6e9f70",
"sha256": "dddd5f6d0bb95b099d6a3888c248bf246525647ccb8cf9e8f0fc3952e012d6fb"
},
"downloads": -1,
"filename": "xattr-1.2.0-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
"has_sig": false,
"md5_digest": "dbcc6c04813d3b2489262c57fe6e9f70",
"packagetype": "bdist_wheel",
"python_version": "pp38",
"requires_python": ">=3.8",
"size": 17807,
"upload_time": "2025-07-14T03:15:36",
"upload_time_iso_8601": "2025-07-14T03:15:36.543837Z",
"url": "https://files.pythonhosted.org/packages/a4/f9/2d375fa745174edaad72da06ae4c2dfee68ee124ec0d35ef24e480fb3a04/xattr-1.2.0-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "66d16c49d4b1daf4842ce3f4a055e82e2d16aa9f79bd3c31cb06b713b78273d4",
"md5": "d998eede432fa44e494eb6ff1d9f673c",
"sha256": "68fbdffebe8c398a82c84ecf5e6f6a3adde9364f891cba066e58352af404a45c"
},
"downloads": -1,
"filename": "xattr-1.2.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": "d998eede432fa44e494eb6ff1d9f673c",
"packagetype": "bdist_wheel",
"python_version": "pp38",
"requires_python": ">=3.8",
"size": 17723,
"upload_time": "2025-07-14T03:15:37",
"upload_time_iso_8601": "2025-07-14T03:15:37.924540Z",
"url": "https://files.pythonhosted.org/packages/66/d1/6c49d4b1daf4842ce3f4a055e82e2d16aa9f79bd3c31cb06b713b78273d4/xattr-1.2.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": null,
"digests": {
"blake2b_256": "b585ec4d79e54f5307623040c94cbec4c7af0519deff9ff22041e27605c7e4a5",
"md5": "4bb7870d01bca45323c971a22e25e355",
"sha256": "c9ee84de7cd4a6d61b0b79e2f58a6bdb13b03dbad948489ebb0b73a95caee7ae"
},
"downloads": -1,
"filename": "xattr-1.2.0-pp39-pypy39_pp73-macosx_10_15_x86_64.whl",
"has_sig": false,
"md5_digest": "4bb7870d01bca45323c971a22e25e355",
"packagetype": "bdist_wheel",
"python_version": "pp39",
"requires_python": ">=3.8",
"size": 15936,
"upload_time": "2025-07-14T03:15:38",
"upload_time_iso_8601": "2025-07-14T03:15:38.966581Z",
"url": "https://files.pythonhosted.org/packages/b5/85/ec4d79e54f5307623040c94cbec4c7af0519deff9ff22041e27605c7e4a5/xattr-1.2.0-pp39-pypy39_pp73-macosx_10_15_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "03722c67d65c804266db3c62238159b3914b37f56e43aca3a8d2e05bbc77a489",
"md5": "e3080e4c4ba88015e13b6cc3f2bc549e",
"sha256": "5594fcbc38fdbb3af16a8ad18c37c81c8814955f0d636be857a67850cd556490"
},
"downloads": -1,
"filename": "xattr-1.2.0-pp39-pypy39_pp73-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "e3080e4c4ba88015e13b6cc3f2bc549e",
"packagetype": "bdist_wheel",
"python_version": "pp39",
"requires_python": ">=3.8",
"size": 16427,
"upload_time": "2025-07-14T03:15:40",
"upload_time_iso_8601": "2025-07-14T03:15:40.553286Z",
"url": "https://files.pythonhosted.org/packages/03/72/2c67d65c804266db3c62238159b3914b37f56e43aca3a8d2e05bbc77a489/xattr-1.2.0-pp39-pypy39_pp73-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "943b2813611021b6bd7dc5b6690a55efbe40151844ae42e549cda62f14584dce",
"md5": "fabcca5099e0d30be8c8da6565e44be9",
"sha256": "017aac8005e1e84d5efa4b86c0896c6eb96f2331732d388600a5b999166fec1c"
},
"downloads": -1,
"filename": "xattr-1.2.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "fabcca5099e0d30be8c8da6565e44be9",
"packagetype": "bdist_wheel",
"python_version": "pp39",
"requires_python": ">=3.8",
"size": 18281,
"upload_time": "2025-07-14T03:15:41",
"upload_time_iso_8601": "2025-07-14T03:15:41.920332Z",
"url": "https://files.pythonhosted.org/packages/94/3b/2813611021b6bd7dc5b6690a55efbe40151844ae42e549cda62f14584dce/xattr-1.2.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "f31d93dbb934a375c6fad5a8c25ed7b37d0d77efcf553e313f2cc9dda17250c8",
"md5": "66a93c77772a6be733d72ad26f54fd47",
"sha256": "2d27a64f695440450c119ae4bc8f54b0b726a812ebea1666fff3873236936f36"
},
"downloads": -1,
"filename": "xattr-1.2.0-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
"has_sig": false,
"md5_digest": "66a93c77772a6be733d72ad26f54fd47",
"packagetype": "bdist_wheel",
"python_version": "pp39",
"requires_python": ">=3.8",
"size": 17990,
"upload_time": "2025-07-14T03:15:42",
"upload_time_iso_8601": "2025-07-14T03:15:42.898191Z",
"url": "https://files.pythonhosted.org/packages/f3/1d/93dbb934a375c6fad5a8c25ed7b37d0d77efcf553e313f2cc9dda17250c8/xattr-1.2.0-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "d802972acd78b5545565992fb1ee8ae597f91ddc5f1cd3b901727cb4c75b477d",
"md5": "9ed2c58094865ee6888962772d7076e9",
"sha256": "1f7e7067e1a400ad4485536a9e84c3330373086b2324fafa26d07527eeb4b175"
},
"downloads": -1,
"filename": "xattr-1.2.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": "9ed2c58094865ee6888962772d7076e9",
"packagetype": "bdist_wheel",
"python_version": "pp39",
"requires_python": ">=3.8",
"size": 17904,
"upload_time": "2025-07-14T03:15:43",
"upload_time_iso_8601": "2025-07-14T03:15:43.902558Z",
"url": "https://files.pythonhosted.org/packages/d8/02/972acd78b5545565992fb1ee8ae597f91ddc5f1cd3b901727cb4c75b477d/xattr-1.2.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": null,
"digests": {
"blake2b_256": "506514438ae55acf7f8fc396ee8340d740a3e1d6ef382bf25bf24156cfb83563",
"md5": "4d373c68a0a89653e46efd2eb2bbcfc3",
"sha256": "a64c8e21eff1be143accf80fd3b8fde3e28a478c37da298742af647ac3e5e0a7"
},
"downloads": -1,
"filename": "xattr-1.2.0.tar.gz",
"has_sig": false,
"md5_digest": "4d373c68a0a89653e46efd2eb2bbcfc3",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 17293,
"upload_time": "2025-07-14T03:15:44",
"upload_time_iso_8601": "2025-07-14T03:15:44.884829Z",
"url": "https://files.pythonhosted.org/packages/50/65/14438ae55acf7f8fc396ee8340d740a3e1d6ef382bf25bf24156cfb83563/xattr-1.2.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-07-14 03:15:44",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "xattr",
"github_project": "xattr",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "xattr"
}