bkmit / xattr

Python wrapper for extended filesystem attributes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

xattr is a Python wrapper for extended filesystem attributes.

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.

About

Python wrapper for extended filesystem attributes

License:Other


Languages

Language:Python 52.0%Language:C 48.0%