summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2016-10-23 12:54:49 +0700
committerBob Ippolito <bob@redivi.com>2016-10-23 12:54:49 +0700
commit65f5af54940c6e32325ab879fc38e277c7a80219 (patch)
tree52ccc6c37b9b76f01e6917c63373f741a0d51e27 /README.rst
parentad236c1af46339713691f2722d64f7ce6c6457e6 (diff)
downloadxattr-65f5af54940c6e32325ab879fc38e277c7a80219.tar.gz
Add build status icon to README
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst14
1 files changed, 14 insertions, 0 deletions
diff --git a/README.rst b/README.rst
new file mode 100644
index 0000000..c2c9214
--- /dev/null
+++ b/README.rst
@@ -0,0 +1,14 @@
+xattr
+-----
+
+.. image:: https://travis-ci.org/xattr/xattr.svg?branch=master
+ :target: https://travis-ci.org/xattr/xattr
+
+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.