Compile-minifier is a tool to minify and compile a structure code python.
Python 3.5 to 3.13
You can install using:
pip install compile-minifierOr you can install directly from sources :
pip install git+https://github.com/bimdata/compile-minifier.git#masterThe package is used exclusively on the command line:
compile-minify runThis command minify the code with python-minifier and compile all .py in .pyc recursively.
By default, no python file modifications are executed in the root folder.
For manual deployment, you can run the following command :
poetry publish --build --username=__token__ --password=Command line interfaces are generated with Fire
For display help:
compile-minify --help