initial commit

This commit is contained in:
2025-06-20 00:57:47 +08:00
commit 19b5c1aef3
6 changed files with 275 additions and 0 deletions

45
README.md Normal file
View File

@@ -0,0 +1,45 @@
# Pynosaur
简体中文 | [English](README.en.md)
## 功能特性
## 设计
## 工作原理
## 与 Pycdc (Decompile++), Uncompyle6, PyLingual 的对比
## 安装
Pynosaur 本身是用纯 Python 编写的,运行在 Python 3.10 或更高版本上。使用 pip 安装:
```bash
pip install pynosaur
```
Pynosaur 本身不能在 Python 3.9 或更低版本上运行,因为它使用了 Python 3.10 引入的 `match` 语句、类型联合运算符如 `int | list[int] | None` 等。它*目前*可以反编译 Python 3.9 至 3.14 的字节码。
## 使用方法
## 运行测试
## 开发与贡献
## 许可证、致谢、贡献者、星标图