Skip to main content

Obfuscate proprietary LocalStack code bases

Project description

Obfuscator

Utility to obfuscate Python code

Installation

pip install localstack-obfuscator

Usage

You need to have a config file in the project you want to obfuscate.

An example config file is given below:

custom_patches: false # if true, will use custom patches for dataclasses. Default is false.

# custom parameters for python_minifier
minify:
  remove_literal_statements: true

# list of files to exclude from obfuscation
exclude:
  - "constants.py"
  - "routes.py"

# list of files to remove from resulting build
remove:
  - ".venv"
  - "build"

target_dir: "outages" # relative to the build directory. The default is the same as current dir name
build_dir: "build" # relative to the current dir. The default is "build".
modify_in_place: false # Modify the code in the source directory directly. Overrides the target_dir/build_dir options. The default is False.

Note that the exclude and remove lists perform different functions:

  • The exclusion works on a per-file basis and is for files that should be kept in the package but not obfuscated.
  • The removal is for files and directories that should not be in the final build at all. This is, e.g., useful for the virtual environment directory or the build directory itself. It also improves the performance because the files are not even copied to the build directory in the first place.

To perform the obfuscation, run the obfuscator against the project directory.

localstack-obfuscator .

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

localstack_obfuscator-1.1.0.tar.gz (3.9 kB view details)

Uploaded Source

File details

Details for the file localstack_obfuscator-1.1.0.tar.gz.

File metadata

  • Download URL: localstack_obfuscator-1.1.0.tar.gz
  • Upload date:
  • Size: 3.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.7

File hashes

Hashes for localstack_obfuscator-1.1.0.tar.gz
Algorithm Hash digest
SHA256 c56d345c9729856ee328eb9a5da73235ee9c22fecae053eedd4fec0a6c27b005
MD5 80096f9e0de104bee85b2c3ecfec05f3
BLAKE2b-256 1095b790ad2ccafbc6228d844e52f2f976d72390fbd8cd8a70bc641cbc682c9f

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page