summaryrefslogtreecommitdiff
path: root/README.txt
diff options
context:
space:
mode:
authorWilliam Stein <wstein@gmail.com>2007-07-28 13:25:22 -0700
committerWilliam Stein <wstein@gmail.com>2007-07-28 13:25:22 -0700
commitc4fa206b9579bb739a1cf9ceb7980b47a9b9c5e2 (patch)
treea08bdead22a16a16e79f53f4df91a3a38f12bc75 /README.txt
downloadcython-c4fa206b9579bb739a1cf9ceb7980b47a9b9c5e2.tar.gz
Initial version
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt58
1 files changed, 58 insertions, 0 deletions
diff --git a/README.txt b/README.txt
new file mode 100644
index 000000000..4a70f7c2d
--- /dev/null
+++ b/README.txt
@@ -0,0 +1,58 @@
+Welcome to Cython!
+=================
+
+Cython (http://www.cython.org) is based on Pyrex, but
+supports more cutting edge functionality and optimizations.
+
+LICENSE:
+
+The original Pyrex program was licensed "free of restrictions" (see
+below). Cython itself is licensed under the
+
+ PYTHON SOFTWARE FOUNDATION LICENSE
+ http://www.python.org/psf/license/
+
+
+
+
+
+--------------------------
+
+To see the change history, go to the Pyrex directory and type
+
+ $ hg log
+
+This requires that you have installed Mercurial.
+
+ -- William Stein (wstein@gmail.com)
+
+xxxx
+
+
+The following is from Pyrex:
+------------------------------------------------------
+This is a development version of Pyrex, a language
+for writing Python extension modules.
+
+For more info, see:
+
+ Doc/About.html for a description of the language
+ INSTALL.txt for installation instructions
+ USAGE.txt for usage instructions
+ Demos for usage examples
+
+Comments, suggestions, bug reports, etc. are
+welcome!
+
+Copyright stuff: Pyrex is free of restrictions. You
+may use, redistribute, modify and distribute modified
+versions.
+
+The latest version of Pyrex can be found here:
+
+http://www.cosc.canterbury.ac.nz/~greg/python/Pyrex/
+
+Greg Ewing, Computer Science Dept, +--------------------------------------+
+University of Canterbury, | A citizen of NewZealandCorp, a |
+Christchurch, New Zealand | wholly-owned subsidiary of USA Inc. |
+greg@cosc.canterbury.ac.nz +--------------------------------------+