Metadata-Version: 2.4
Name: unidecompiler-plugin-python-pyc
Version: 0.1.2
Summary: Python bytecode frontend plugin for unidecompiler
Author-email: Wker <1670133844@qq.com>
License-Expression: AGPL-3.0-or-later
Project-URL: Homepage, https://github.com/Wker666/unidecompiler
Project-URL: Repository, https://github.com/Wker666/unidecompiler
Project-URL: Issues, https://github.com/Wker666/unidecompiler/issues
Requires-Python: >=3.11
Description-Content-Type: text/markdown
Requires-Dist: unidecompiler<0.2.0,>=0.1.2

# unidecompiler-plugin-python-pyc

Frontend plugin for Python `.pyc` bytecode files. It decodes Python bytecode
and submits neutral thin IR to `unidecompiler`, where recovery and pseudocode
rendering occur.

Install with:

```sh
python -m pip install unidecompiler-plugin-python-pyc
```

The plugin is discovered automatically by compatible CLI and GUI hosts.
