mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
a51eb791ef
allows you put C source code directly "inline" in a Python script or module, then the C code is automatically compiled and then loaded for immediate access from Python. ezpyinline is forked from PyInline (http://pyinline.sourceforge.net/) but aim to be as easy as possible and do all the magics for you. WWW: http://cheeseshop.python.org/pypi/ezpyinline PR: ports/109135 Submitted by: Li-Wen Hsu <lwhsu at lwhsu.org>
10 lines
429 B
Plaintext
10 lines
429 B
Plaintext
The ezpyinline is a pure python module which requires almost no setup to
|
|
allows you put C source code directly "inline" in a Python script or module,
|
|
then the C code is automatically compiled and then loaded for immediate access
|
|
from Python.
|
|
|
|
ezpyinline is forked from PyInline (http://pyinline.sourceforge.net/)
|
|
but aim to be as easy as possible and do all the magics for you.
|
|
|
|
WWW: http://cheeseshop.python.org/pypi/ezpyinline
|