669 B
669 B
Pynosaur
简体中文 | English
功能特性
设计
工作原理
与 Pycdc (Decompile++), Uncompyle6, PyLingual 的对比
安装
Pynosaur 本身是用纯 Python 编写的,运行在 Python 3.10 或更高版本上。使用 pip 安装:
pip install pynosaur
Pynosaur 本身不能在 Python 3.9 或更低版本上运行,因为它使用了 Python 3.10 引入的 match
语句、类型联合运算符如 int | list[int] | None
等。它目前可以反编译 Python 3.9 至 3.14 的字节码。