freebsd-ports/devel/py-instant/pkg-descr
Li-Wen Hsu 32f015cce5 - Update to 1.0.0
- Pass maintainership to submitter

PR:		ports/167273
Submitted by:	Jason Bacon <jwbacon@tds.net>
2012-05-14 18:02:30 +00:00

8 lines
351 B
Text

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: https://launchpad.net/instant