summaryrefslogtreecommitdiffstats
path: root/python/xattr/README
diff options
context:
space:
mode:
author Barry J. Grundy2022-05-12 17:43:46 +0200
committer Willy Sudiarto Raharjo2022-05-14 14:27:59 +0200
commit4623111660d317ad01a027e5c837fe45e358f36f (patch)
tree92165a9dccd843617644539fd9a04c30b2e81129 /python/xattr/README
parent051d70de1588d4babce0cd62a75b6a5c0c61f0c4 (diff)
downloadslackbuilds-4623111660d317ad01a027e5c837fe45e358f36f.tar.gz
python/xattr: Added (Py wrapper for extended file system attributes)
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/xattr/README')
-rw-r--r--python/xattr/README15
1 files changed, 15 insertions, 0 deletions
diff --git a/python/xattr/README b/python/xattr/README
new file mode 100644
index 0000000000..c8a6c60329
--- /dev/null
+++ b/python/xattr/README
@@ -0,0 +1,15 @@
+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).