Initial version
[cython.git] / README.txt
1 Welcome to Cython!
2 =================
3
4 Cython (http://www.cython.org) is based on Pyrex, but 
5 supports more cutting edge functionality and optimizations.
6
7 LICENSE:
8
9 The original Pyrex program was licensed "free of restrictions" (see
10 below).  Cython itself is licensed under the 
11
12    PYTHON SOFTWARE FOUNDATION LICENSE
13    http://www.python.org/psf/license/
14
15
16
17
18
19 --------------------------
20
21 To see the change history, go to the Pyrex directory and type 
22
23  $ hg log
24
25 This requires that you have installed Mercurial.
26
27  -- William Stein (wstein@gmail.com)
28
29 xxxx
30
31
32 The following is from Pyrex:
33 ------------------------------------------------------
34 This is a development version of Pyrex, a language
35 for writing Python extension modules.
36
37 For more info, see:
38
39     Doc/About.html for a description of the language
40     INSTALL.txt    for installation instructions
41     USAGE.txt      for usage instructions
42     Demos          for usage examples
43
44 Comments, suggestions, bug reports, etc. are
45 welcome!
46
47 Copyright stuff: Pyrex is free of restrictions. You
48 may use, redistribute, modify and distribute modified
49 versions.
50
51 The latest version of Pyrex can be found here:
52
53 http://www.cosc.canterbury.ac.nz/~greg/python/Pyrex/
54
55 Greg Ewing, Computer Science Dept, +--------------------------------------+
56 University of Canterbury,          | A citizen of NewZealandCorp, a       |
57 Christchurch, New Zealand          | wholly-owned subsidiary of USA Inc.  |
58 greg@cosc.canterbury.ac.nz         +--------------------------------------+