File: PKG-INFO

package info (click to toggle)
python-xattr 0.6.4-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 196 kB
  • ctags: 158
  • sloc: ansic: 835; python: 575; makefile: 2
file content (29 lines) | stat: -rw-r--r-- 1,156 bytes parent folder | download | duplicates (4)
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
29
Metadata-Version: 1.0
Name: xattr
Version: 0.6.4
Summary: Python wrapper for extended filesystem attributes
Home-page: http://github.com/xattr/xattr
Author: Bob Ippolito
Author-email: bob@redivi.com
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
Platform: Solaris
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