Metadata-Version: 2.4
Name: unidecompiler-all
Version: 0.1.8
Summary: Complete unidecompiler installation with CLI, GUI, and all frontend plugins
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-cli<0.2.0,>=0.1.1
Requires-Dist: unidecompiler-gui<0.2.0,>=0.1.13
Requires-Dist: unidecompiler-gui-sdk<0.2.0,>=0.1.0
Requires-Dist: unidecompiler-simulator<0.2.0,>=0.1.2
Requires-Dist: unidecompiler-simulation-host-python<0.2.0,>=0.1.1
Requires-Dist: unidecompiler-plugin-python-pyc<0.2.0,>=0.1.2
Requires-Dist: unidecompiler-plugin-jvm-class<0.2.0,>=0.1.2
Requires-Dist: unidecompiler-plugin-lua<0.2.0,>=0.1.2
Requires-Dist: unidecompiler-plugin-dotnet-cli<0.2.0,>=0.1.2
Requires-Dist: unidecompiler-plugin-wasm<0.2.0,>=0.1.3

# unidecompiler-all

`unidecompiler-all` is the complete installation meta-package for
unidecompiler. It installs the core, command-line host, PySide6 GUI, GUI plugin
SDK, and all published frontend plugins for Python bytecode, JVM class files,
Lua bytecode, .NET CLI assemblies, and WebAssembly modules.

It contains no decompiler implementation of its own. Install it when you want
the complete workbench rather than selecting individual frontend packages:

```sh
python -m pip install unidecompiler-all
```

After installation, run `unidecompiler --help` for the CLI or
`unidecompiler-gui` for the desktop workbench.
