Description
Lets Python code read and write extended filesystem attributes, also called xattrs. It helps backup tools, desktop integrations, security labels, and metadata utilities preserve information attached to files outside normal file contents.
Developers use it as a storage-related library. Extended attributes can affect permissions, labels, and application behavior, so avoid changing them blindly on user files or system paths.