summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2010-11-20 15:52:32 -0600
committerBenjamin Peterson <benjamin@python.org>2010-11-20 15:52:32 -0600
commitdfc800b27e5b5b24519087e69766f20f1c16ade0 (patch)
tree8bd39447c99ff35a5a85e2e14aea916cd7b4980d /README
downloadsix-dfc800b27e5b5b24519087e69766f20f1c16ade0.tar.gz
import six
Diffstat (limited to 'README')
-rw-r--r--README12
1 files changed, 12 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..df1b868
--- /dev/null
+++ b/README
@@ -0,0 +1,12 @@
+Six is a Python 2 and 3 compatibility library. It provides utility functions
+for smoothing over the differences between the Python versions with the goal of
+writing Python code that is compatible on both Python versions. See the
+documentation for more information on what is provided.
+
+Six supports Python 2.4+.
+
+Online documentation is at http://packages.python.org/six/.
+
+Bugs can be reported to http://bugs.launchpad.net/python-six.
+
+Code is at http://code.launchpad.net/python-six.