summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst21
1 files changed, 21 insertions, 0 deletions
diff --git a/README.rst b/README.rst
new file mode 100644
index 0000000..cf48fbc
--- /dev/null
+++ b/README.rst
@@ -0,0 +1,21 @@
+Version 1.0.1
+
+Unified object oriented interface for interacting with file system
+objects. File system operations in python are distributed across
+modules: os, os.path, fnmatch, shutil and distutils. This module
+attempts to make the right choices for common operations to provide a
+single interface.
+
+This was extracted from the `hyde project`_ with minor changes.
+
+
+.. _hyde project: http://github.com/hyde/hyde
+
+Contributors
+-------------
+
+* Laurent Bachelier (laurentb)
+ - Fix packaging issues. (#2)
+
+* Jon Banafato (jonafato)
+ - Python 2 and 3 compatibility (#3)