Python compiler and minifier
Project description
Compile-minifier
Compile-minifier is a tool to minify and compile a structure code python.
Package version
0.1.9
Requirements
Python 3.5+
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:
compileminify 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
The deployment on pypi is automated by circle when a tag is pushed on master.
For manual deployment, you can run the following command :
pip install .[ci]
python -m build && twine upload dist/*
Help
Command line interfaces are generated with Fire
For display help:
compileminify --help
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file compile-minifier-0.1.9.tar.gz
.
File metadata
- Download URL: compile-minifier-0.1.9.tar.gz
- Upload date:
- Size: 2.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f90244469cd5f04f52d2d5199c90b9f8f16d242d32e7ed845d18159936cd0064 |
|
MD5 | 913d25cda11c38b52c6d811cb8f4ce4f |
|
BLAKE2b-256 | 21b751709ad3ca00dc162c756ad792a3db0825cc9ceb9b32add98562579fce2d |
File details
Details for the file compile_minifier-0.1.9-py3-none-any.whl
.
File metadata
- Download URL: compile_minifier-0.1.9-py3-none-any.whl
- Upload date:
- Size: 3.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bfe766f0ae02b8e22da8c9a96147d564277161d7e22c8880dbd015a43d6cdb58 |
|
MD5 | 6c5195f4e82bae53622cdd30c33a3f0e |
|
BLAKE2b-256 | b87fcbfdeea20328fcdc62f97b68b02326c97bd6b8d83d710f8b288fdf3d5bf3 |