forked from brainysmurf/xattr3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
PKG-INFO
28 lines (26 loc) · 1.12 KB
/
PKG-INFO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Metadata-Version: 1.0
Name: xattr
Version: 0.6.1
Summary: Python wrapper for extended filesystem attributes
Home-page: http://undefined.org/python/#xattr
Author: Bob Ippolito
Author-email: [email protected]
License: MIT License
Description:
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.
Platform: MacOS X
Platform: Linux
Platform: FreeBSD
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: POSIX :: BSD :: FreeBSD
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules