doc fix
[cython.git] / README.txt
1 Welcome to Cython!
2 =================
3
4 Cython (http://www.cython.org) is based on Pyrex, but supports more
5 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 Note that Cython no longer ships the Mercurial (hg) repository in its
20 source distribution.  To get the full source history, make sure you
21 have hg installed, then step into the base directory of the Cython
22 source distribution and type
23
24     make repo
25
26 Alternatively, check out the latest developer repository from
27
28     http://hg.cython.org/cython-devel
29
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         +--------------------------------------+