Пакет nuitka: Информация
Исходный пакет: nuitka
Версия: 2.6.6-alt1.1
Собран: 8 мая 2025 г. 6:58 в задании #376369
Категория: Разработка/Python 3
Сообщить об ошибке в пакетеДомашняя страница: https://pypi.python.org/pypi/Nuitka/
Лицензия: ASLv2.0
О пакете: Python compiler with full language support and CPython compatibility
Описание:
Nuitka is **the** Python compiler. It is a seamless replacement or extension to the Python interpreter and compiles **every** construct that CPython 2.6, 2.7, 3.2, 3.3, and 3.4 have. It then executed uncompiled code, and compiled code together in an extremely compatible manner. You can use all Python library modules or and all extension modules freely. It translates the Python into a C level program that then uses "libpython" to execute in the same way as CPython does. All optimization is aimed at avoiding overhead, where it's unnecessary. None is aimed at removing compatibility, although there is an "improved" mode, where not every bug of standard Python is emulated, e.g. more complete error messages are given.
Сопровождающий: Stanislav Levin
Последнее изменение
2 апреля 2025 г. Stanislav Levin 2.6.6-alt1.1
- NMU: fixed FTBFS (setuptools 75.8.1)
16 февраля 2025 г. Vitaly Lipatov 2.6.6-alt1
- build for Sisyphus again
16 декабря 2019 г. Andrey Bychkov 0.5.11-alt2
- build for python2 disabled