Pyrex - A compiler/language for writing Python extension modules.
Description:
Pyrex is Python with C types. It is specially designed to allow you to write extension modules for Python that have the speed of C and the simplicity and readability of Python. You write your code in a Python-like language with C-typed variables, then use the pyrexc compiler to transform it into a C representation. This is useful for speeding up critical sections of your Python code or wrapping an external library. Please see the documentation for how to get the best performance from your code.
Homepage: http://www.cosc.canterbury.ac.nz/~greg/python/Pyrex/
License: Public Domain
Vendor: Fedora Project
Packages
Pyrex-0.9.5.1a-1.fc8.noarch [336 KiB] |
Changelog by Matthew Barnes (2007-06-26):
- Update to 0.9.5.1a - Remove Pyrex-0.9.4-fix-indent.patch (fixed upstream). - Remove pyrex-python-2.5.patch (fixed upstream). |