套件:python3-rcssmin(1.0.6-2 以及其他的)
python3-rcssmin 的相關連結
Debian 的資源:
下載原始碼套件 python-rcssmin:
- [python-rcssmin_1.0.6-2.dsc]
- [python-rcssmin_1.0.6.orig.tar.xz]
- [python-rcssmin_1.0.6-2.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [opensource.perlig.de]
相似套件:
CSS Minifier - Python 3.x
The minifier is based on the semantics of the YUI compressor, which itself is based on the rule list by Isaac Schlueter.
This module is a re-implementation aiming for speed instead of maximum compression, so it can be used at runtime (rather than during a preprocessing step). RCSSmin does syntactical compression only (removing spaces, comments and possibly semicolons). It does not provide semantic compression (like removing empty blocks, collapsing redundant properties etc). It does, however, support various CSS hacks (by keeping them working as intended).
rcssmin.c is a reimplementation of rcssmin.py in C and improves runtime up to factor 100 or so (depending on the input). docs/BENCHMARKS in the source distribution contains the details.
This package contains the Python 3.x module.
其他與 python3-rcssmin 有關的套件
|
|
|
|
-
- dep: libc6 (>= 2.17)
- GNU C 函式庫:共用函式庫
同時作為一個虛擬套件由這些套件填實: libc6-udeb
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
- dep: python3 (<< 3.10)
- dep: python3 (>= 3.9~)