软件包:python3-rcssmin(1:1.1.2-4)
python3-rcssmin 的相关链接
Debian 的资源:
下载源码包 python-rcssmin:
- [python-rcssmin_1.1.2-4.dsc]
- [python-rcssmin_1.1.2.orig.tar.xz]
- [python-rcssmin_1.1.2-4.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.27)
- GNU C 语言运行库:共享库
同时作为一个虚包由这些包填实: libc6-udeb
-
- dep: python3
- 交互式高级面向对象语言(默认 python3 版本)
- dep: python3 (<< 3.14)
- dep: python3 (>= 3.12~)