summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2005-12-08 23:09:50 +0000
committerBob Ippolito <bob@redivi.com>2005-12-08 23:09:50 +0000
commit13d2101a29781fc79fdbefbaf23ea94c24f7ed50 (patch)
tree655ff651baed69defc0af7ac2c69dabd718d443a
parent826b4f36e24699d94a8423db8a08a5fcb2883433 (diff)
downloadxattr-13d2101a29781fc79fdbefbaf23ea94c24f7ed50.tar.gz
add egg-info
-rw-r--r--xattr.egg-info/PKG-INFO26
-rw-r--r--xattr.egg-info/native_libs.txt1
-rw-r--r--xattr.egg-info/top_level.txt1
3 files changed, 28 insertions, 0 deletions
diff --git a/xattr.egg-info/PKG-INFO b/xattr.egg-info/PKG-INFO
new file mode 100644
index 0000000..37cce06
--- /dev/null
+++ b/xattr.egg-info/PKG-INFO
@@ -0,0 +1,26 @@
+Metadata-Version: 1.0
+Name: xattr
+Version: 0.2
+Summary: Python wrapper for extended filesystem attributes
+Home-page: http://undefined.org/python/#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+ (Max OS X 10.4)
+ and Linux 2.6+.
+
+Platform: MacOS X
+Platform: Linux
+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: Programming Language :: Python
+Classifier: Topic :: Software Development :: Libraries :: Python Modules
diff --git a/xattr.egg-info/native_libs.txt b/xattr.egg-info/native_libs.txt
new file mode 100644
index 0000000..4f611bd
--- /dev/null
+++ b/xattr.egg-info/native_libs.txt
@@ -0,0 +1 @@
+xattr/_xattr.so
diff --git a/xattr.egg-info/top_level.txt b/xattr.egg-info/top_level.txt
new file mode 100644
index 0000000..18c5e90
--- /dev/null
+++ b/xattr.egg-info/top_level.txt
@@ -0,0 +1 @@
+xattr