blob: deda8286449879c4b614d825c7c0ef117ff200d3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
|
Welcome to 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!
License
-------
Pyrex is open source. You may use it, redistribute it, modify
it and distribute modified versions without restriction.
If you require a more formal license statement, you may use
Pyrex under the terms of the Apache License Version 2.0, a copy
of which is included in the file LICENSE.txt.
Updates
-------
The latest version of Pyrex can be found here:
http://www.cosc.canterbury.ac.nz/~greg/python/Pyrex/
Gregory Ewing, Computer Science Dept,
University of Canterbury,
Christchurch, New Zealand
greg.ewing@canterbury.ac.nz
|