ppc64le/linux/: xattr-1.3.0+ppc64le1 metadata and description

Simple index

Python wrapper for extended filesystem attributes

author_email Bob Ippolito <[email protected]>
classifiers
  • Environment :: Console
  • Intended Audience :: Developers
  • Natural Language :: English
  • Operating System :: MacOS :: MacOS X
  • Operating System :: POSIX :: Linux
  • Operating System :: POSIX :: BSD :: FreeBSD
  • Operating System :: POSIX :: SunOS/Solaris
  • Programming Language :: Python
  • Programming Language :: Python :: 3
  • Topic :: Software Development :: Libraries :: Python Modules
  • Environment :: MetaData :: IBM Python Ecosystem
description_content_type text/x-rst
dynamic
  • license-file
  • platform
keywords xattr
license_expression MIT
license_file
  • LICENSE.txt
maintainer_email Bob Ippolito <[email protected]>
project_urls
  • Homepage, https://github.com/xattr/xattr
  • Repository, https://github.com/xattr/xattr
provides_extras
  • test
requires_dist
  • cffi>=1.16.0
  • pytest; extra == "test"
requires_python >=3.9
File Tox results History
xattr-1.3.0+ppc64le1-cp310-cp310-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl
Size
38 KB
Type
Python Wheel
Python
3.10
xattr-1.3.0+ppc64le1-cp311-cp311-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl
Size
35 KB
Type
Python Wheel
Python
3.11
xattr-1.3.0+ppc64le1-cp312-cp312-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl
Size
35 KB
Type
Python Wheel
Python
3.12
xattr-1.3.0+ppc64le1-cp313-cp313-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl
Size
39 KB
Type
Python Wheel
Python
3.13
xattr-1.3.0+ppc64le1-cp314-cp314-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl
Size
39 KB
Type
Python Wheel
Python
3.14
xattr-1.3.0+ppc64le1-cp39-cp39-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl
Size
35 KB
Type
Python Wheel
Python
3.9

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.9+ is required as of v1.3.0.

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.

Export Classification Notice

The software hosted on this website consists of publicly available open‑source packages. To the extent U.S. export regulations apply, software that is publicly available as described in 15 C.F.R. §§ 734.7 (for non-encryption software) or 742.15(b) (for encryption software) is not subject to the Export Administration Regulations (EAR). Users are responsible for complying with all applicable export laws and regulations.