Skip to main content

Python wrapper for extended filesystem attributes

Project description

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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

xattr-1.0.0.tar.gz (15.9 kB view details)

Uploaded Source

Built Distributions

xattr-1.0.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (17.4 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

xattr-1.0.0-pp310-pypy310_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (17.1 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

xattr-1.0.0-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (17.2 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

xattr-1.0.0-pp310-pypy310_pp73-macosx_10_9_x86_64.whl (14.9 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

xattr-1.0.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (17.4 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

xattr-1.0.0-pp39-pypy39_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (17.0 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

xattr-1.0.0-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (17.2 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

xattr-1.0.0-pp39-pypy39_pp73-macosx_10_9_x86_64.whl (14.8 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

xattr-1.0.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (17.4 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

xattr-1.0.0-pp38-pypy38_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (17.1 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

xattr-1.0.0-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (17.2 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

xattr-1.0.0-pp38-pypy38_pp73-macosx_10_9_x86_64.whl (14.8 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

xattr-1.0.0-cp312-cp312-musllinux_1_1_x86_64.whl (40.7 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ x86-64

xattr-1.0.0-cp312-cp312-musllinux_1_1_i686.whl (38.6 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ i686

xattr-1.0.0-cp312-cp312-musllinux_1_1_aarch64.whl (40.5 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ ARM64

xattr-1.0.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (38.7 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

xattr-1.0.0-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (38.6 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

xattr-1.0.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (36.7 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

xattr-1.0.0-cp312-cp312-macosx_11_0_arm64.whl (18.6 kB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

xattr-1.0.0-cp312-cp312-macosx_10_9_x86_64.whl (18.3 kB view details)

Uploaded CPython 3.12 macOS 10.9+ x86-64

xattr-1.0.0-cp312-cp312-macosx_10_9_universal2.whl (23.7 kB view details)

Uploaded CPython 3.12 macOS 10.9+ universal2 (ARM64, x86-64)

xattr-1.0.0-cp311-cp311-musllinux_1_1_x86_64.whl (40.4 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ x86-64

xattr-1.0.0-cp311-cp311-musllinux_1_1_i686.whl (38.3 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ i686

xattr-1.0.0-cp311-cp311-musllinux_1_1_aarch64.whl (40.2 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ ARM64

xattr-1.0.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (38.5 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

xattr-1.0.0-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (38.3 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

xattr-1.0.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (36.5 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

xattr-1.0.0-cp311-cp311-macosx_11_0_arm64.whl (18.6 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

xattr-1.0.0-cp311-cp311-macosx_10_9_x86_64.whl (18.3 kB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

xattr-1.0.0-cp311-cp311-macosx_10_9_universal2.whl (23.7 kB view details)

Uploaded CPython 3.11 macOS 10.9+ universal2 (ARM64, x86-64)

xattr-1.0.0-cp310-cp310-musllinux_1_1_x86_64.whl (40.4 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

xattr-1.0.0-cp310-cp310-musllinux_1_1_i686.whl (38.3 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ i686

xattr-1.0.0-cp310-cp310-musllinux_1_1_aarch64.whl (40.2 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ ARM64

xattr-1.0.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (38.5 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

xattr-1.0.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (38.3 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

xattr-1.0.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (36.5 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

xattr-1.0.0-cp310-cp310-macosx_11_0_arm64.whl (18.6 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

xattr-1.0.0-cp310-cp310-macosx_10_9_x86_64.whl (18.3 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

xattr-1.0.0-cp310-cp310-macosx_10_9_universal2.whl (23.7 kB view details)

Uploaded CPython 3.10 macOS 10.9+ universal2 (ARM64, x86-64)

xattr-1.0.0-cp39-cp39-musllinux_1_1_x86_64.whl (40.4 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

xattr-1.0.0-cp39-cp39-musllinux_1_1_i686.whl (38.3 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ i686

xattr-1.0.0-cp39-cp39-musllinux_1_1_aarch64.whl (40.2 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ ARM64

xattr-1.0.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (38.5 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

xattr-1.0.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (38.3 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

xattr-1.0.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (36.4 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

xattr-1.0.0-cp39-cp39-macosx_11_0_arm64.whl (18.6 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

xattr-1.0.0-cp39-cp39-macosx_10_9_x86_64.whl (18.3 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

xattr-1.0.0-cp39-cp39-macosx_10_9_universal2.whl (23.7 kB view details)

Uploaded CPython 3.9 macOS 10.9+ universal2 (ARM64, x86-64)

xattr-1.0.0-cp38-cp38-musllinux_1_1_x86_64.whl (40.8 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

xattr-1.0.0-cp38-cp38-musllinux_1_1_i686.whl (38.7 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ i686

xattr-1.0.0-cp38-cp38-musllinux_1_1_aarch64.whl (40.6 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ ARM64

xattr-1.0.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (38.7 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

xattr-1.0.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (38.5 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

xattr-1.0.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (36.6 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

xattr-1.0.0-cp38-cp38-macosx_11_0_arm64.whl (18.6 kB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

xattr-1.0.0-cp38-cp38-macosx_10_9_x86_64.whl (18.3 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

xattr-1.0.0-cp38-cp38-macosx_10_9_universal2.whl (23.7 kB view details)

Uploaded CPython 3.8 macOS 10.9+ universal2 (ARM64, x86-64)

File details

Details for the file xattr-1.0.0.tar.gz.

File metadata

  • Download URL: xattr-1.0.0.tar.gz
  • Upload date:
  • Size: 15.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.2 CPython/3.11.6

File hashes

Hashes for xattr-1.0.0.tar.gz
Algorithm Hash digest
SHA256 a2c7cb2ef441bf679e240b65e205f08a3ee315e190fea5673e60fd6812e634a5
MD5 8f4aff4a686e219d393baff466a30e0e
BLAKE2b-256 82002190aa29d36a7f79484448f01726fe6fb1e7270d1cb1ec39713cee9abe49

See more details on using hashes here.

File details

Details for the file xattr-1.0.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for xattr-1.0.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d7a802631d9ce950f1ac7bb5b571a49cb3ee1f4e78c0039a7e4affb933d8287c
MD5 7352cd0dd63f1854f88fc9c61a6ba5f1
BLAKE2b-256 cbf2481d877c543c23ee5ff99476d438ace8144455f70ff9488a89e81619f594

See more details on using hashes here.

File details

Details for the file xattr-1.0.0-pp310-pypy310_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for xattr-1.0.0-pp310-pypy310_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e20243875302722812e091bcd5649c52a2fe03f78c2f7b969ac1333ab48c4a3c
MD5 251694bd8a10b4aee5f07d9076acd124
BLAKE2b-256 c0a21ce2f97441b7567179752bedf888b2338355d080c35e7ceeade7711ea016

See more details on using hashes here.

File details

Details for the file xattr-1.0.0-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for xattr-1.0.0-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b10d39425d9c6a2d54d1f6c1ed10363cf5b94deecca73d1530e58f90df39f025
MD5 d250311997a1990ff09a58de08acde5f
BLAKE2b-256 0093632fc5df63f93cf66a303616829783e646a046675621081ab1661af67399

See more details on using hashes here.

File details

Details for the file xattr-1.0.0-pp310-pypy310_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for xattr-1.0.0-pp310-pypy310_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 17ece9a745ac2fc3f0278475be095170bc102af416227026d84399794bb47664
MD5 23c51c59453de9d35be01b805787987b
BLAKE2b-256 b80251c5e6c300055dd66d5154aeb3e47dc4f8c4248ec91b925545e617eca544

See more details on using hashes here.

File details

Details for the file xattr-1.0.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for xattr-1.0.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 51c5481ed9fa04ebac81710d8a02d91cd67f35da16fa0250d1643f55e4d2c0d1
MD5 e42be4ff0a29996af752bc20f771891b
BLAKE2b-256 574f305330c4ad06a091e3b5727e415a7206b09ebd5fc984cc38ed45c20c2816

See more details on using hashes here.

File details

Details for the file xattr-1.0.0-pp39-pypy39_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for xattr-1.0.0-pp39-pypy39_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5c8f3e5ef665f093987ec19304cb36b7e8aaa2e0011705f18a75956ec45ee774
MD5 96877aefaf8e4e71c402e93dc78d56e4
BLAKE2b-256 a40b08c2e277427ddf3abfeee821cf1ff911a1b91512607696b8580629e26fe9

See more details on using hashes here.

File details

Details for the file xattr-1.0.0-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for xattr-1.0.0-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 4e0d7de4a1db1d4a8a3382c12a914443114c31f8ebe07ab1fcc89b4d2ffe67ee
MD5 a92e355f8c742a66b29c7c0e7acffd4a
BLAKE2b-256 4b2a3efe65c3f2671b264d52b736682cb8106e6bce80a45a4bfdc8bdcc9ceb8c

See more details on using hashes here.

File details

Details for the file xattr-1.0.0-pp39-pypy39_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for xattr-1.0.0-pp39-pypy39_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 0f1b3584733a27eb1671000fd917e21b1eba2d563c593cbbc7436873c4822224
MD5 3f27c670952ce77ba2b6829282e7090c
BLAKE2b-256 df13262df5d267ec5aa2aa81bc1533b824c07fb1df03ab5e2d6338b6dad80265

See more details on using hashes here.

File details

Details for the file xattr-1.0.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for xattr-1.0.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 924d05b70ba8947a1df063b4f30f5068f468645c89d3bc98588e6065c766eb7f
MD5 793302804d02aa5b1117959771358e8b
BLAKE2b-256 67ae2df841dd2f41c8590b4dfe90f7dcffa2c034f7fed2330f4ba593071b39d1

See more details on using hashes here.

File details

Details for the file xattr-1.0.0-pp38-pypy38_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for xattr-1.0.0-pp38-pypy38_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a9de013198d014c11f8eaddb3e79a3257403781aa54bbc1743149227df908b3e
MD5 f2eddfc2c2eef103394c243ab7f33c4e
BLAKE2b-256 ba2d99ca9df11c83680bf356f8e3f1c0ddf51f572096d3c2c46fb8f060aadcb6

See more details on using hashes here.

File details

Details for the file xattr-1.0.0-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for xattr-1.0.0-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 7df1cfa8ac4044cb206c3fbd061303fe34a22617ed3288b0486018ecb1edf111
MD5 4e152e35acc0869c3627652339c6f3f6
BLAKE2b-256 aea0fc50183b26f7da47866c6354af29f271331147f4ca7ed93545d9ec58092d

See more details on using hashes here.

File details

Details for the file xattr-1.0.0-pp38-pypy38_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for xattr-1.0.0-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 06f487e8e73b26f96ccc5f3c2819c39d8ea75d5fadc2e7445d960ee72860ddd6
MD5 7390d39f91b2503bbbc986fefc970f31
BLAKE2b-256 9f108fde3d0b65127805fb50e55ec13311840dbe244bb4e252837807b01d1862

See more details on using hashes here.

File details

Details for the file xattr-1.0.0-cp312-cp312-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for xattr-1.0.0-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 933b416104d5fad1618b0a36cb86df52955cac3f9ee1939ba8baeb8a6bb0f10f
MD5 35ec529dc097936f1dd4fca547ea1bd8
BLAKE2b-256 772ed15e6342ad9847db949d3761c921cd40276edddb6524867648c80ff6080a

See more details on using hashes here.

File details

Details for the file xattr-1.0.0-cp312-cp312-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for xattr-1.0.0-cp312-cp312-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 3c42f2857ff30c4f7888e87b2de08c205fdc0fa6f5c75587ec2d35e7d570a487
MD5 be731cf1c5ed70c90505b9fe7a34902b
BLAKE2b-256 945f8c0f77d46f8292207b7a81a862dcf0b305694a267eb805585843512480d0

See more details on using hashes here.

File details

Details for the file xattr-1.0.0-cp312-cp312-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for xattr-1.0.0-cp312-cp312-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 de3adfb72183551b3828766794171d6b7d1799e5806490a9fbaa3bf92bf5f2ef
MD5 83e9684d29701252ea652911075e1b5e
BLAKE2b-256 126291f2ea277c2ca9a6b5dfb5e4b04c59bedf6063841ea6f86049533bd5d179

See more details on using hashes here.

File details

Details for the file xattr-1.0.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for xattr-1.0.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 02eb0ce4669d841d3d95ddcbc4c00042fad7b865420c06158d8ae153cbfd14f0
MD5 6c156c765fb560d279562e6690e2a3b2
BLAKE2b-256 63d84a11d70a418a945541a4dcf66ef705ca3d84b3488fdff332b016e88ab0b6

See more details on using hashes here.

File details

Details for the file xattr-1.0.0-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for xattr-1.0.0-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7baee7be877c8ef7a9ec8c84cd983850a0ffb3640e26bdf2efa321eaa72b2693
MD5 ecaec5947e852244adab1353dc71d756
BLAKE2b-256 dc5d9f7c70481d480f33eca0c9a70cbdef93f3756727a3978ddd651819ec75ad

See more details on using hashes here.

File details

Details for the file xattr-1.0.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for xattr-1.0.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f2a00b7a737826ecf7248a2defc923c0bd7ead7f3e1ff3646a6139fcaf55dd08
MD5 954a77765d681634acd958d878e0b9d5
BLAKE2b-256 14766cbee1b980379e425d10ac8df8996e89d1249e4ee2528181f708fdb692e5

See more details on using hashes here.

File details

Details for the file xattr-1.0.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for xattr-1.0.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ae05cb39800b58d502a32a57ae6a69f9f9009898c0c4cb2c470c4e2aba6e4ba0
MD5 e13d6d9694b501d90118d1e198ba8fae
BLAKE2b-256 eff97940e379def11955b06146effbdcf3957c13b0cd394dac7117f0273633c9

See more details on using hashes here.

File details

Details for the file xattr-1.0.0-cp312-cp312-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for xattr-1.0.0-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 fef7a10ee0fa9965cfcf10a03ec40d0eda4123ffef7f5448276c15d05e90556b
MD5 b8c13fdcbdd21c4096e9ca830c358fb5
BLAKE2b-256 107288eef4f99ecb182be1dd6c6a36783797590a25e159fc3844cbff951d475d

See more details on using hashes here.

File details

Details for the file xattr-1.0.0-cp312-cp312-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for xattr-1.0.0-cp312-cp312-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 d5d0550f1cf4bec2ea91d1d1cec222c2171785bf7f9ca29348c1277c4471b24e
MD5 ad63d3c145870fa2eb102673d368cea1
BLAKE2b-256 b78fa3c5a173747c314d5c1ef8c0befd23f1c4c7e33fb186ae216deb15e8ccf3

See more details on using hashes here.

File details

Details for the file xattr-1.0.0-cp311-cp311-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for xattr-1.0.0-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 b3434a97a8225e71558ff55d9699a55be80dd606b773873484a90089d2faccf2
MD5 32377616b0cc4c4fbe1f0abf438b6798
BLAKE2b-256 2068a17e04210adee0e55ceff5e470542c728ef3f10b4428909c72aae567333c

See more details on using hashes here.

File details

Details for the file xattr-1.0.0-cp311-cp311-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for xattr-1.0.0-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 6d870ec5114a4f182782169092e102d38b1f96171f9399ef9f18662f09919d04
MD5 55e07e5a5de0171f0e332bc0d98f0f0b
BLAKE2b-256 275ac5bb73743b78e93bd51e88c263f7cd3098b9260a27565593dd00da0f99c7

See more details on using hashes here.

File details

Details for the file xattr-1.0.0-cp311-cp311-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for xattr-1.0.0-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 919ab1ceecb3b90d3278d278d405806bdbc58325771348148c7129a72defd594
MD5 dcb80d1de213d1848ba5aebf8ca1d89d
BLAKE2b-256 481894fedab02f02f1631ea9170457cab35c0f0f79c7332f5fcd1c731103e1dd

See more details on using hashes here.

File details

Details for the file xattr-1.0.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for xattr-1.0.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 69aa6bfcf413e6f3b7bf6565fd6d05c9a0f4a800c78a459aa84dba697a273aa6
MD5 ba7614666b6af09ce4421d013cb6f8b4
BLAKE2b-256 55a77647b4b91c7bfe121e445d9134a5e0a17c2e78909dc818a299d364ab11cc

See more details on using hashes here.

File details

Details for the file xattr-1.0.0-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for xattr-1.0.0-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b4a93053beffd077a955f29ff6c5f01e159a9406ace2264ad0c3fb40e94df5b3
MD5 d50e573433d77e104d980597237288ea
BLAKE2b-256 b583774a0b81c975890dc676d4b5dc937720f493fef6412396510d14c8e41c5d

See more details on using hashes here.

File details

Details for the file xattr-1.0.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for xattr-1.0.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a81f97e6816dd6132c4952c25be236b87e0cb9dcf83b36dac117dea25c29359c
MD5 1ef187b61cac467aa293099ebc969736
BLAKE2b-256 39d01fca804b180c4c55906342b27ffc9d89d42b804677896294a836728e2f2f

See more details on using hashes here.

File details

Details for the file xattr-1.0.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for xattr-1.0.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7c2d99576566d47683a8c6cca2e1803e754d25a7f552b9ee0dc5a1c99408cd9a
MD5 611f64d8eb868efc03ea7f08bb9896b4
BLAKE2b-256 4c58d2bc9930e477b3b150a0e8355fc0e3bf93e579dc756c61e6d2f78c7c4bdd

See more details on using hashes here.

File details

Details for the file xattr-1.0.0-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for xattr-1.0.0-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 9d8116b4c2d139b39337089749ca08403f90b09a20c41dc5b0f24074ff5e9230
MD5 8bc47cd00163190a835801923410f7b8
BLAKE2b-256 9df66c3843bd997232583a93fb9ecbe77194bead58683d0338861af3dd942e8a

See more details on using hashes here.

File details

Details for the file xattr-1.0.0-cp311-cp311-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for xattr-1.0.0-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 1a308f0d0ae672ad6c8a1d30a7a97f2297fcc13392b6e5418aa38c64bbb96036
MD5 471361ea412f266a471da0d81350b727
BLAKE2b-256 5aaf9b106e3755f0f879babf1ee9886aafb6e273d0da87b0ed90d6cc8cd3c4d4

See more details on using hashes here.

File details

Details for the file xattr-1.0.0-cp310-cp310-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for xattr-1.0.0-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 fdb7b7d2658824ae6fc29a85e6260010d6e4766216173cddd0d421bd07249d93
MD5 6cc43dbc3ba5ca561c6281ae1a0f8f8d
BLAKE2b-256 9055118d639aa3951f45f9238cf302d00064c9c731032bce5bd6b0279632e6e9

See more details on using hashes here.

File details

Details for the file xattr-1.0.0-cp310-cp310-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for xattr-1.0.0-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 4ea16d69910eeec3691fdcc5b0795c28af5fdddb2a77fd5d87caab4f5f0dad83
MD5 813024adafc5f9c50c674aa595e54679
BLAKE2b-256 95ef103e79188dd50bdce2579870f0e2eb088219fbfedf2bb13a3efc29e3f075

See more details on using hashes here.

File details

Details for the file xattr-1.0.0-cp310-cp310-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for xattr-1.0.0-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 ba1f628ac5ca3f82bc527cebb7db5969eb0d0555183f27d6f1c6ddcfa11abcb1
MD5 23f49dec9c9a52860d1fcfbc242cbf32
BLAKE2b-256 690001531f913b415256bf1f9656efdbc3f7b1c1b5965b6003272ccb984b5bbd

See more details on using hashes here.

File details

Details for the file xattr-1.0.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for xattr-1.0.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f216c756a927836c3417946ecd0083230e44e243b30053e8dfa770bda5c3ffaf
MD5 e540babbbb8f020e43da0b6a145ec175
BLAKE2b-256 b3b9162ef4379ea9a2cc953c1326b828c1e27396a34b6fe035396dc69e7d7581

See more details on using hashes here.

File details

Details for the file xattr-1.0.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for xattr-1.0.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d6ccca250cbaa0bb8909ed988960252e219798315f6ff3b232c725900afe258c
MD5 fc6111ef7bd49719be372fcf9a44c0ca
BLAKE2b-256 2cf9f18bf878272a405156ecd0e8e2eebfd713a56b6dd2c4a5467de0613b6df4

See more details on using hashes here.

File details

Details for the file xattr-1.0.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for xattr-1.0.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 7fe97714d5069108c16a097c91bb9ac6f20759732de69f1e3983c99d7ff8909c
MD5 a21d678d4a5c8d1eb35eddd7aed4ea95
BLAKE2b-256 60db6e5a4fc16b2a0d7b28b0a1b6a9cf2f7e50accd73be1aa4ff43e67dbf5d1d

See more details on using hashes here.

File details

Details for the file xattr-1.0.0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for xattr-1.0.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 693a91a671ba7aee0dc34d0598334449ce66bdfae476a3674de04d2176bce9a0
MD5 7292909901729413244ffdbecf031d62
BLAKE2b-256 d68e9dc703def13beded5f98ff7a33d7fce32d1c63ce55e25877bf292d427a2c

See more details on using hashes here.

File details

Details for the file xattr-1.0.0-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for xattr-1.0.0-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 ad65a3402e00bbacde61011c8a1ee9ae3bf5c0511b7be195e6c5eabc758ce0e9
MD5 5b5fdbad09ec7b9adb78dc9a4afba2ae
BLAKE2b-256 cef6825328737f468b38f6f362ea286b958ef204449372102dab9d2dffbd7cdb

See more details on using hashes here.

File details

Details for the file xattr-1.0.0-cp310-cp310-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for xattr-1.0.0-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 322f5bb858e59556d67de41b4e42d40b5794bc3944eaf3a3a3e97d1b7352e6ea
MD5 6f16b6f306311b49b5c2c380ac5b9b21
BLAKE2b-256 2f2461d4398169135fcaf0fe2ec920277543fc912c711590f356f9a49bf1d9a8

See more details on using hashes here.

File details

Details for the file xattr-1.0.0-cp39-cp39-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for xattr-1.0.0-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 0ecda996369532b3dd6118329d6040463254bb655ed6d400fc56dd513d22ab5b
MD5 0113a7fd545b61c3269479492fbd0fd0
BLAKE2b-256 e5d724732c88e182b52ff3192111acd9f627a345c59e6477749281c048b65cfe

See more details on using hashes here.

File details

Details for the file xattr-1.0.0-cp39-cp39-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for xattr-1.0.0-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 852ca3204cd5d1d1ee91fa454e820ff5195584f81f0784b3db12d553ad3ac97c
MD5 efd3e7f26fcff68ab704ed4b1483dd70
BLAKE2b-256 d45076e63706da158d70d631fa295028f390e4a3d2ee37287bf52918efda41d6

See more details on using hashes here.

File details

Details for the file xattr-1.0.0-cp39-cp39-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for xattr-1.0.0-cp39-cp39-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 658e5405d389a5461b17de4c9b8888425884f57e8ebd794d23ff3a60e8342cfd
MD5 88d149dff49c6489b89a753f3933d39f
BLAKE2b-256 6e1f26bf7913df806495a4105550cca79ebdb4d2fb4c45a11c0abb36fdb98bc9

See more details on using hashes here.

File details

Details for the file xattr-1.0.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for xattr-1.0.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3d5ac274b6b68551b590ef2e42e09b85be61779052893117655f7fc9d76f24fe
MD5 dfd9dcabc9e0bf14db57813179d2b5f9
BLAKE2b-256 9c766074762b14dbb889ee532b9eb92832f348053dba975fb15e597fe4209909

See more details on using hashes here.

File details

Details for the file xattr-1.0.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for xattr-1.0.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d6057f1e53174df8691d4fef2d170125e60aad0c8cfc527500f1898972b1bec8
MD5 b247f60cc950966b30bf798344950009
BLAKE2b-256 b0ca943116354e20ce7db259f8199f1c9b519032ffe6668957fd2985819fa69c

See more details on using hashes here.

File details

Details for the file xattr-1.0.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for xattr-1.0.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 8a68d3edad97b3843fd5c4cc9e0b3f9716719f8688229cbb45c8075eed4d807e
MD5 77a03d02f7ee3a56aa2c87d8dca26988
BLAKE2b-256 f6de3e24712179377cb7aad901c913e82472c494fb8a1879823ec681e2ccfe49

See more details on using hashes here.

File details

Details for the file xattr-1.0.0-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for xattr-1.0.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0cef02f9b33682f74eccc15496d4a6deedb69f87f5833398d897cfd2f92d1770
MD5 73072bda3bd3c31268bd978b24a86e68
BLAKE2b-256 7b97e2d1227b15d21090ee12644887ff178387e5267ea3876257e064164d6778

See more details on using hashes here.

File details

Details for the file xattr-1.0.0-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for xattr-1.0.0-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f584c9ab5e6ba536898701ca38a168572bebabfe0fca038188ca884005068f69
MD5 58aa55cdd369e9fa3c9b26d302089d51
BLAKE2b-256 b2dedc6cff8576a1c442dad516985d1dbdbda146272196fa202fe9ef7dcdbe55

See more details on using hashes here.

File details

Details for the file xattr-1.0.0-cp39-cp39-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for xattr-1.0.0-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 004e5c6af5fe3cf38a519c830c6c0c0a74bb0d5f0fc72d3f82b76418647860bc
MD5 67b5c45b923976cf40b067a114117eb6
BLAKE2b-256 2bad3a8b4edc8f32788533f21c3e6cb51c24d7c6f116d6096a434dc13760952f

See more details on using hashes here.

File details

Details for the file xattr-1.0.0-cp38-cp38-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for xattr-1.0.0-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 357d79f07d629c84e293931fb2f877abb9f4e0bf54614434b39d3caf7abb3b78
MD5 da4699d02e4c47d953ee4d67419ed28e
BLAKE2b-256 9880f36068f5300f05c79193c30904608e9d90866ed678c66d3546ed6d5c58f5

See more details on using hashes here.

File details

Details for the file xattr-1.0.0-cp38-cp38-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for xattr-1.0.0-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 62fa9b76b4297303248d858af3d5b2097fd4a24d4ee03dc8c5921d168944828d
MD5 f32468a41beb3b2dd543de7d8d609548
BLAKE2b-256 d2dc7bf1fe8fdec981ef22a5cadbd17c28334a6aa7e44a40ec7453208df79a7f

See more details on using hashes here.

File details

Details for the file xattr-1.0.0-cp38-cp38-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for xattr-1.0.0-cp38-cp38-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 dc720284ae9e6ec8d6630003104e5c61b5104442f6269e32fe2adab87f929085
MD5 02e0c6f3e1739cecccf688a58eb2825f
BLAKE2b-256 4b7562539d5c86ab55a50efb3bf16342d93032f8401a25eaf8285d539dc2befc

See more details on using hashes here.

File details

Details for the file xattr-1.0.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for xattr-1.0.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 320635b6a939646e314ea0de461b8d9b290ff514c7f663397af02568cc3423c0
MD5 97bdb26d241d6d112cb89ffce3dee257
BLAKE2b-256 403ea9f11efd63cf97f075f5d5cd60eb1a54ea490a01bb376ba8db40e015df36

See more details on using hashes here.

File details

Details for the file xattr-1.0.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for xattr-1.0.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7b5e036ef198a9ff012ec0a5091ca9665692fa641e566128d53f08d363c9b407
MD5 aa6a6241245d32c7b7bb9623b42f70b6
BLAKE2b-256 2ac8ce5611603e17127e43b50229f1557f12cbd9118a3198d6ddc45499afd9f5

See more details on using hashes here.

File details

Details for the file xattr-1.0.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for xattr-1.0.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 6ccdf9e90fc404fd429e71eed29045b548e4841dfc249b4f781334a79270d78c
MD5 7f776b77e3f98429b0372e8e24b28f1f
BLAKE2b-256 fcf2c5bbf93efb6acbb27975ee40404d89f761a158e0f4eb3f030e07c537cee4

See more details on using hashes here.

File details

Details for the file xattr-1.0.0-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for xattr-1.0.0-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ae3ee8e4308d7d1219f04db85919fe5c15be94de531f7ce84a44634da56f6dee
MD5 68f47508ae884156e8bc70c061063f9b
BLAKE2b-256 0a4debe0c06096a5756fe6078f63f848a8d5f6d791cb2ef17eff96f336eb758c

See more details on using hashes here.

File details

Details for the file xattr-1.0.0-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for xattr-1.0.0-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e20a57094063c1df93bd26971ec1dc60fcac302c41fc4cf6f1ab7f7304e734ad
MD5 c7b11d6fd4244d34717befb08342a92a
BLAKE2b-256 7b9ecb547c0463a94aa9576a224b49b2ac22c1904be8051a9544122ea00f46ce

See more details on using hashes here.

File details

Details for the file xattr-1.0.0-cp38-cp38-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for xattr-1.0.0-cp38-cp38-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 3536eb90cfe0707597db09fb0fba34e1eab0ac821718940087087db1438334a5
MD5 db65d67f3f3786ca75df631a67a840dd
BLAKE2b-256 a26986b10f01fc5dc77fb1b80d47490e239cf52d22de9029b2cb84543da680e3

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page