A Python code obfuscator built with AST-based transformations. Supports Python 3.8 through 3.14 (including the latest stable release). Provides reliable name mangling, string encoding, and code ...
In Pyper, the task decorator is used to transform functions into composable pipelines. Let's simulate a pipeline that performs a series of transformations on some data.