python-rcssmin 1.0.6-1 source package in Ubuntu

Changelog

python-rcssmin (1.0.6-1) unstable; urgency=medium

  * Initial release. (Closes: #808765)

 -- Thomas Goirand <email address hidden>  Tue, 22 Dec 2015 16:23:19 +0100

Upload details

Uploaded by:
PKG OpenStack
Uploaded to:
Sid
Original maintainer:
PKG OpenStack
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
python-rcssmin_1.0.6-1.dsc 2.1 KiB 7116b9211259a823e01b98d013f1037459a5b2b330004cd19dc07be705697da8
python-rcssmin_1.0.6.orig.tar.xz 130.1 KiB 8904b2790134ff020c5c2ad5b09d3214ea2378cc05d8fc54f6c2d4f985279f30
python-rcssmin_1.0.6-1.debian.tar.xz 3.6 KiB 1e53e6d177c9c092671dfffed529879115af6c45866093ba606377d4bb1230db

No changes file available.

Binary packages built by this source

python-rcssmin: CSS Minifier - Python 2.7

 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 2.7 module.

python3-rcssmin: 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.