1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00
freebsd-ports/devel/nuitka/pkg-descr
Alexey Dokuchaev b122a7f042 Add a port of Nuitka, compatible and efficient Python compiler. Those of you
who were fighting with cx_Freeze, PyInstaller, or py2exe to DTRT would likely
find it as better alternative, superior in many ways.

WWW: http://nuitka.net/
2015-08-10 07:50:05 +00:00

7 lines
318 B
Plaintext

Nuitka is a Python compiler, a good replacement for the Python interpreter
and compiles every construct that CPython 2.6, 2.7, 3.2, 3.3 and 3.4 offer.
It translates Python code into a C++ program that then uses "libpython" to
execute in the same way as CPython does, in a very compatible way.
WWW: http://nuitka.net/