🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

compile-minifier

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

compile-minifier

Python compiler and minifier

0.2.2
PyPI
Maintainers
1

Compile-minifier

Compile-minifier is a tool to minify and compile a structure code python.

Package version

0.2.1

Requirements

Python 3.5 to 3.13

Installation & Usage

pip install

You can install using:

pip install compile-minifier

Or you can install directly from sources :

pip install git+https://github.com/bimdata/compile-minifier.git#master

Get started

The package is used exclusively on the command line:

compile-minify run

This 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.

Deployment

For manual deployment, you can run the following command :

poetry publish --build --username=__token__ --password=

Help

Command line interfaces are generated with Fire

For display help:

compile-minify --help

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts