| | |
|
p | |
|
pyarmor |
A command line tool used to obfuscate Python scripts. This package provides cli command for both Pyarmor 7 and Pyarmor 8 |
|
pyarmor.cli |
A command line tool used to obfuscate Python scripts. This package provides only Pyarmor 8 cli |
|
pyarmor.cli.core |
A binary wheel to provide prebulit extension modules `pytransform3` which is required to run Pyarmor |
|
pyarmor.cli.core.alpine |
It's used for cross-platform obfuscation, only provides all prebuilt extensions `pyarmor_runtime` in Alpine Linux (musl-c) |
|
pyarmor.cli.core.android |
It's required in Android for Pyarmor, it provides prebuilt extension modules both `pytransform3` and `pyarmor_runtime` for Android |
|
pyarmor.cli.core.darwin |
It's used for cross-platform obfuscation, only provides all prebuilt extensions `pyarmor_runtime` in Darwin |
|
pyarmor.cli.core.freebsd |
It's required in FreeBSD for Pyarmor, it provides prebuilt extension modules both `pytransform3` and `pyarmor_runtime` for FreeBSD |
|
pyarmor.cli.core.linux |
It's used for cross-platform obfuscation, only provides all prebuilt extensions `pyarmor_runtime` in Linux with glibc |
|
pyarmor.cli.core.themida |
It's used for cross-platform obfuscation, only provides all prebuilt extensions `pyarmor_runtime` in Windows and protected by Themida |
|
pyarmor.cli.core.windows |
It's used for cross-platform obfuscation, only provides all prebuilt extensions `pyarmor_runtime` in Windows |
|
pyarmor.cli.runtime |
A universal wheel is used for cross-platform obfuscation, it provides prebuilt extension modules `pyarmor_runtime` which is required to run the obfuscated scripts in all supported platforms |