From dfc800b27e5b5b24519087e69766f20f1c16ade0 Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Sat, 20 Nov 2010 15:52:32 -0600 Subject: import six --- README | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 README (limited to 'README') 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. -- cgit v1.2.1