Name : Pyrex Relocations: (not relocatable) Version : 0.9.2.1 Vendor: Red Hat, Inc. Release : 2 Build Date: Wed Aug 18 18:50:17 2004 Install Date: (not installed) Build Host: sizzler.build.redhat.com Group : Development/Languages Source RPM: (none) Size : 181798 License: Public Domain Signature : DSA/SHA1, Wed Jan 5 22:34:58 2005, Key ID 219180cddb42a60e Packager : Red Hat, Inc. URL : http://www.cosc.canterbury.ac.nz/~greg/python/Pyrex/ Summary : 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.