Skip to content

bimdata/compile-minifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Compile-minifier

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

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages