slackbuilds_ponce/libraries/Pyrex
2010-05-11 20:00:41 +02:00
..
Pyrex.info libraries/Pyrex: Added to 12.0 repository 2010-05-11 20:00:41 +02:00
Pyrex.SlackBuild libraries/Pyrex: Added to 12.0 repository 2010-05-11 20:00:41 +02:00
README libraries/Pyrex: Added to 12.0 repository 2010-05-11 20:00:41 +02:00
slack-desc libraries/Pyrex: Added to 12.0 repository 2010-05-11 20:00:41 +02:00

Pyrex is a language specially designed for writing Python extension modules.
It's designed to bridge the gap between the nice, high-level, easy-to-use
world of Python and the messy, low-level world of C. Pyrex lets you write
code that mixes Python and C data types any way you want, and compiles it
into a C extension for Python.