A Python port of the YUI CSS compression algorithm, providing minification for CSS files. The library is currently at version 0.2.0 and has seen minimal updates recently, suggesting a stable but slow release cadence. It aims to replicate the functionality of the original YUI Compressor for CSS.
No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
The primary minification function is accessed via `cssmin.cssmin()` after importing the module.
This quickstart demonstrates how to import the `cssmin` library and use its `cssmin()` function to minify a string of CSS content. The output will show the minified CSS and its reduced size.
Breaking-change detection hasn't run for this library yet.
CVE tracking and dependency tree are planned for a later release.
No traffic data recorded yet.