diff options
author | miwi <miwi@FreeBSD.org> | 2007-01-06 03:35:11 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-01-06 03:35:11 +0800 |
commit | 1e5c9f3a72a8fe3affd6d0cc964bf9665103b611 (patch) | |
tree | 174129b69505f5c8b6d8daa0edffbd80474b8558 /devel/py-instant/pkg-descr | |
parent | 1f0faacda93f996db458a2d83b98e162d12060c1 (diff) | |
download | freebsd-ports-gnome-1e5c9f3a72a8fe3affd6d0cc964bf9665103b611.tar.gz freebsd-ports-gnome-1e5c9f3a72a8fe3affd6d0cc964bf9665103b611.tar.zst freebsd-ports-gnome-1e5c9f3a72a8fe3affd6d0cc964bf9665103b611.zip |
By using the class Instant a Python extension module can be created at runtime.
For the user, it behaves somewhat like an inline module, except you have to
import the module manually.
The code can be either C or C++, but like when programming C or C++, it has to
be inside a function or a similar C/C++ construct.
WWW: http://pyinstant.sourceforge.net/
PR: ports/107517
Submitted by: Li-Wen Hsu <lwhsu at lwhsu.org>
Diffstat (limited to 'devel/py-instant/pkg-descr')
-rw-r--r-- | devel/py-instant/pkg-descr | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/devel/py-instant/pkg-descr b/devel/py-instant/pkg-descr new file mode 100644 index 000000000000..faea6ddfce82 --- /dev/null +++ b/devel/py-instant/pkg-descr @@ -0,0 +1,8 @@ +By using the class Instant a Python extension module can be created at runtime. +For the user, it behaves somewhat like an inline module, except you have to +import the module manually. + +The code can be either C or C++, but like when programming C or C++, it has to +be inside a function or a similar C/C++ construct. + +WWW: http://pyinstant.sourceforge.net/ |