RCSSmin is a CSS minifier.
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).
Here’s a feature list:
Strings are kept, except that escaped newlines are stripped
Space/Comments before the very end or before various characters are stripped: :{});=>],! (The colon (:) is a special case, a single space is kept if it’s outside a ruleset.)
Space/Comments at the very beginning or after various characters are stripped: {}(=:>[,!
Optional space after unicode escapes is kept, resp. replaced by a simple space
whitespaces inside url() definitions are stripped, except if it’s a quoted non-base64 data url
The nesting selector (&) is recognized
Comments starting with an exclamation mark (!) can be kept optionally.
All other comments and/or whitespace characters are replaced by a single space.
Multiple consecutive semicolons are reduced to one
The last semicolon within a ruleset is stripped
CSS Hacks supported:
IE7 hack (>/**/)
Mac-IE5 hack (/*\*/.../**/)
The boxmodelhack is supported naturally because it relies on valid CSS2 strings
Between :first-line and the following comma or curly brace a space is inserted. (apparently it’s needed for IE6)
Same for :first-letter
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.
Supported python versions are 2.7 and 3.6+.
Copyright and License
Copyright 2011 - 2025 André Malo or his licensors, as applicable.
The whole package (except for the files in the bench/ directory) is distributed under the Apache License Version 2.0. You’ll find a copy in the root directory of the distribution or online at: <http://www.apache.org/licenses/LICENSE-2.0>.
Bugs
No bugs, of course. ;-) But if you’ve found one or have an idea how to improve rcssmin, feel free to send a pull request on github or send a mail to <rcssmin-bugs@perlig.de>.
Release files for rcssmin 1.2.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| rcssmin-1.2.2.tar.gz | 587.0 kB | Details |
Built distributions (wheels)
| File | Reset | |||
|---|---|---|---|---|
| rcssmin-1.2.2-cp314-cp314t-musllinux_1_2_x86_64.whl | CPython 3.14 | CPython 3.14 free-threading | Linux musl 1.2+ x86-64 | Details |
| rcssmin-1.2.2-cp314-cp314t-musllinux_1_2_i686.whl | CPython 3.14 | CPython 3.14 free-threading | Linux musl 1.2+ x86-32 | Details |
| rcssmin-1.2.2-cp314-cp314t-musllinux_1_2_aarch64.whl | CPython 3.14 | CPython 3.14 free-threading | Linux musl 1.2+ ARM64 | Details |
| rcssmin-1.2.2-cp314-cp314t-manylinux2014_aarch64.whl | CPython 3.14 | CPython 3.14 free-threading | Linux glibc 2.17+ ARM64 | Details |
| rcssmin-1.2.2-cp314-cp314t-manylinux1_x86_64.whl | CPython 3.14 | CPython 3.14 free-threading | Linux glibc 2.5+ x86-64 | Details |
| rcssmin-1.2.2-cp314-cp314t-manylinux1_i686.whl | CPython 3.14 | CPython 3.14 free-threading | Linux glibc 2.5+ x86-32 | Details |
| rcssmin-1.2.2-cp314-cp314-musllinux_1_2_x86_64.whl | CPython 3.14 | CPython 3.14 | Linux musl 1.2+ x86-64 | Details |
| rcssmin-1.2.2-cp314-cp314-musllinux_1_2_i686.whl | CPython 3.14 | CPython 3.14 | Linux musl 1.2+ x86-32 | Details |
| rcssmin-1.2.2-cp314-cp314-musllinux_1_2_aarch64.whl | CPython 3.14 | CPython 3.14 | Linux musl 1.2+ ARM64 | Details |
| rcssmin-1.2.2-cp314-cp314-manylinux2014_aarch64.whl | CPython 3.14 | CPython 3.14 | Linux glibc 2.17+ ARM64 | Details |
| rcssmin-1.2.2-cp314-cp314-manylinux1_x86_64.whl | CPython 3.14 | CPython 3.14 | Linux glibc 2.5+ x86-64 | Details |
| rcssmin-1.2.2-cp314-cp314-manylinux1_i686.whl | CPython 3.14 | CPython 3.14 | Linux glibc 2.5+ x86-32 | Details |
| rcssmin-1.2.2-cp313-cp313t-musllinux_1_1_x86_64.whl | CPython 3.13 | CPython 3.13 free-threading | Linux musl 1.1+ x86-64 | Details |
| rcssmin-1.2.2-cp313-cp313t-musllinux_1_1_i686.whl | CPython 3.13 | CPython 3.13 free-threading | Linux musl 1.1+ x86-32 | Details |
| rcssmin-1.2.2-cp313-cp313t-musllinux_1_1_aarch64.whl | CPython 3.13 | CPython 3.13 free-threading | Linux musl 1.1+ ARM64 | Details |
| rcssmin-1.2.2-cp313-cp313t-manylinux2014_aarch64.whl | CPython 3.13 | CPython 3.13 free-threading | Linux glibc 2.17+ ARM64 | Details |
| rcssmin-1.2.2-cp313-cp313t-manylinux1_x86_64.whl | CPython 3.13 | CPython 3.13 free-threading | Linux glibc 2.5+ x86-64 | Details |
| rcssmin-1.2.2-cp313-cp313t-manylinux1_i686.whl | CPython 3.13 | CPython 3.13 free-threading | Linux glibc 2.5+ x86-32 | Details |
| rcssmin-1.2.2-cp313-cp313-musllinux_1_1_x86_64.whl | CPython 3.13 | CPython 3.13 | Linux musl 1.1+ x86-64 | Details |
| rcssmin-1.2.2-cp313-cp313-musllinux_1_1_i686.whl | CPython 3.13 | CPython 3.13 | Linux musl 1.1+ x86-32 | Details |
| rcssmin-1.2.2-cp313-cp313-musllinux_1_1_aarch64.whl | CPython 3.13 | CPython 3.13 | Linux musl 1.1+ ARM64 | Details |
| rcssmin-1.2.2-cp313-cp313-manylinux2014_aarch64.whl | CPython 3.13 | CPython 3.13 | Linux glibc 2.17+ ARM64 | Details |
| rcssmin-1.2.2-cp313-cp313-manylinux1_x86_64.whl | CPython 3.13 | CPython 3.13 | Linux glibc 2.5+ x86-64 | Details |
| rcssmin-1.2.2-cp313-cp313-manylinux1_i686.whl | CPython 3.13 | CPython 3.13 | Linux glibc 2.5+ x86-32 | Details |
| rcssmin-1.2.2-cp312-cp312-musllinux_1_1_x86_64.whl | CPython 3.12 | CPython 3.12 | Linux musl 1.1+ x86-64 | Details |
| rcssmin-1.2.2-cp312-cp312-musllinux_1_1_i686.whl | CPython 3.12 | CPython 3.12 | Linux musl 1.1+ x86-32 | Details |
| rcssmin-1.2.2-cp312-cp312-musllinux_1_1_aarch64.whl | CPython 3.12 | CPython 3.12 | Linux musl 1.1+ ARM64 | Details |
| rcssmin-1.2.2-cp312-cp312-manylinux2014_aarch64.whl | CPython 3.12 | CPython 3.12 | Linux glibc 2.17+ ARM64 | Details |
| rcssmin-1.2.2-cp312-cp312-manylinux1_x86_64.whl | CPython 3.12 | CPython 3.12 | Linux glibc 2.5+ x86-64 | Details |
| rcssmin-1.2.2-cp312-cp312-manylinux1_i686.whl | CPython 3.12 | CPython 3.12 | Linux glibc 2.5+ x86-32 | Details |
| rcssmin-1.2.2-cp311-cp311-musllinux_1_1_x86_64.whl | CPython 3.11 | CPython 3.11 | Linux musl 1.1+ x86-64 | Details |
| rcssmin-1.2.2-cp311-cp311-musllinux_1_1_i686.whl | CPython 3.11 | CPython 3.11 | Linux musl 1.1+ x86-32 | Details |
| rcssmin-1.2.2-cp311-cp311-musllinux_1_1_aarch64.whl | CPython 3.11 | CPython 3.11 | Linux musl 1.1+ ARM64 | Details |
| rcssmin-1.2.2-cp311-cp311-manylinux2014_aarch64.whl | CPython 3.11 | CPython 3.11 | Linux glibc 2.17+ ARM64 | Details |
| rcssmin-1.2.2-cp311-cp311-manylinux1_x86_64.whl | CPython 3.11 | CPython 3.11 | Linux glibc 2.5+ x86-64 | Details |
| rcssmin-1.2.2-cp311-cp311-manylinux1_i686.whl | CPython 3.11 | CPython 3.11 | Linux glibc 2.5+ x86-32 | Details |
| rcssmin-1.2.2-cp310-cp310-musllinux_1_1_x86_64.whl | CPython 3.10 | CPython 3.10 | Linux musl 1.1+ x86-64 | Details |
| rcssmin-1.2.2-cp310-cp310-musllinux_1_1_i686.whl | CPython 3.10 | CPython 3.10 | Linux musl 1.1+ x86-32 | Details |
| rcssmin-1.2.2-cp310-cp310-musllinux_1_1_aarch64.whl | CPython 3.10 | CPython 3.10 | Linux musl 1.1+ ARM64 | Details |
| rcssmin-1.2.2-cp310-cp310-manylinux2014_aarch64.whl | CPython 3.10 | CPython 3.10 | Linux glibc 2.17+ ARM64 | Details |
| rcssmin-1.2.2-cp310-cp310-manylinux1_x86_64.whl | CPython 3.10 | CPython 3.10 | Linux glibc 2.5+ x86-64 | Details |
| rcssmin-1.2.2-cp310-cp310-manylinux1_i686.whl | CPython 3.10 | CPython 3.10 | Linux glibc 2.5+ x86-32 | Details |
| rcssmin-1.2.2-cp39-cp39-musllinux_1_1_x86_64.whl | CPython 3.9 | CPython 3.9 | Linux musl 1.1+ x86-64 | Details |
| rcssmin-1.2.2-cp39-cp39-musllinux_1_1_i686.whl | CPython 3.9 | CPython 3.9 | Linux musl 1.1+ x86-32 | Details |
| rcssmin-1.2.2-cp39-cp39-musllinux_1_1_aarch64.whl | CPython 3.9 | CPython 3.9 | Linux musl 1.1+ ARM64 | Details |
| rcssmin-1.2.2-cp39-cp39-manylinux2014_aarch64.whl | CPython 3.9 | CPython 3.9 | Linux glibc 2.17+ ARM64 | Details |
| rcssmin-1.2.2-cp39-cp39-manylinux1_x86_64.whl | CPython 3.9 | CPython 3.9 | Linux glibc 2.5+ x86-64 | Details |
| rcssmin-1.2.2-cp39-cp39-manylinux1_i686.whl | CPython 3.9 | CPython 3.9 | Linux glibc 2.5+ x86-32 | Details |
| rcssmin-1.2.2-cp38-cp38-musllinux_1_1_x86_64.whl | CPython 3.8 | CPython 3.8 | Linux musl 1.1+ x86-64 | Details |
| rcssmin-1.2.2-cp38-cp38-musllinux_1_1_i686.whl | CPython 3.8 | CPython 3.8 | Linux musl 1.1+ x86-32 | Details |
| rcssmin-1.2.2-cp38-cp38-musllinux_1_1_aarch64.whl | CPython 3.8 | CPython 3.8 | Linux musl 1.1+ ARM64 | Details |
| rcssmin-1.2.2-cp38-cp38-manylinux2014_aarch64.whl | CPython 3.8 | CPython 3.8 | Linux glibc 2.17+ ARM64 | Details |
| rcssmin-1.2.2-cp38-cp38-manylinux1_x86_64.whl | CPython 3.8 | CPython 3.8 | Linux glibc 2.5+ x86-64 | Details |
| rcssmin-1.2.2-cp38-cp38-manylinux1_i686.whl | CPython 3.8 | CPython 3.8 | Linux glibc 2.5+ x86-32 | Details |
| rcssmin-1.2.2-cp37-cp37m-musllinux_1_1_x86_64.whl | CPython 3.7 | CPython 3.7 pymalloc | Linux musl 1.1+ x86-64 | Details |
| rcssmin-1.2.2-cp37-cp37m-musllinux_1_1_i686.whl | CPython 3.7 | CPython 3.7 pymalloc | Linux musl 1.1+ x86-32 | Details |
| rcssmin-1.2.2-cp37-cp37m-musllinux_1_1_aarch64.whl | CPython 3.7 | CPython 3.7 pymalloc | Linux musl 1.1+ ARM64 | Details |
| rcssmin-1.2.2-cp37-cp37m-manylinux2014_aarch64.whl | CPython 3.7 | CPython 3.7 pymalloc | Linux glibc 2.17+ ARM64 | Details |
| rcssmin-1.2.2-cp37-cp37m-manylinux1_x86_64.whl | CPython 3.7 | CPython 3.7 pymalloc | Linux glibc 2.5+ x86-64 | Details |
| rcssmin-1.2.2-cp37-cp37m-manylinux1_i686.whl | CPython 3.7 | CPython 3.7 pymalloc | Linux glibc 2.5+ x86-32 | Details |
| rcssmin-1.2.2-cp36-cp36m-musllinux_1_1_x86_64.whl | CPython 3.6 | CPython 3.6 pymalloc | Linux musl 1.1+ x86-64 | Details |
| rcssmin-1.2.2-cp36-cp36m-musllinux_1_1_i686.whl | CPython 3.6 | CPython 3.6 pymalloc | Linux musl 1.1+ x86-32 | Details |
| rcssmin-1.2.2-cp36-cp36m-musllinux_1_1_aarch64.whl | CPython 3.6 | CPython 3.6 pymalloc | Linux musl 1.1+ ARM64 | Details |
| rcssmin-1.2.2-cp36-cp36m-manylinux2014_aarch64.whl | CPython 3.6 | CPython 3.6 pymalloc | Linux glibc 2.17+ ARM64 | Details |
| rcssmin-1.2.2-cp36-cp36m-manylinux1_x86_64.whl | CPython 3.6 | CPython 3.6 pymalloc | Linux glibc 2.5+ x86-64 | Details |
| rcssmin-1.2.2-cp36-cp36m-manylinux1_i686.whl | CPython 3.6 | CPython 3.6 pymalloc | Linux glibc 2.5+ x86-32 | Details |
| rcssmin-1.2.2-cp27-cp27mu-manylinux1_x86_64.whl | CPython 2.7 | CPython 2.7 pymalloc wide-unicode | Linux glibc 2.5+ x86-64 | Details |
| rcssmin-1.2.2-cp27-cp27mu-manylinux1_i686.whl | CPython 2.7 | CPython 2.7 pymalloc wide-unicode | Linux glibc 2.5+ x86-32 | Details |
| rcssmin-1.2.2-cp27-cp27m-manylinux1_x86_64.whl | CPython 2.7 | CPython 2.7 pymalloc | Linux glibc 2.5+ x86-64 | Details |
| rcssmin-1.2.2-cp27-cp27m-manylinux1_i686.whl | CPython 2.7 | CPython 2.7 pymalloc | Linux glibc 2.5+ x86-32 | Details |
Total release size: 4.1 MB
Release files / rcssmin-1.2.2.tar.gz
| Download URL | rcssmin-1.2.2.tar.gz |
|---|---|
| Size | 587.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
806986eaf7414545edc28a1d29523e9560e49e151ff4a337d9d1f0271d6e1cc4
|
|
BLAKE2b-256 checksum How to use checksums |
81afc9654b4f9b054ec163ed7cb20d8db0e5ae05e2e9ce99a4c11d91a2180b3f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.13.5
|
Release files / rcssmin-1.2.2-cp314-cp314t-musllinux_1_2_x86_64.whl
| Download URL | rcssmin-1.2.2-cp314-cp314t-musllinux_1_2_x86_64.whl |
|---|---|
| Size | 52.4 kB |
| Tags | CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ x86-64 |
|
SHA-256 checksum How to use checksums |
8d3de1a870e00d157f3a7b1797498fdc09a3774629079572350f75783bb94b9a
|
|
BLAKE2b-256 checksum How to use checksums |
7955f29ce21f8e5a1f3c19d43b67b907268d227b7edcda2ca200ca0028734a5e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.13.5
|
Release files / rcssmin-1.2.2-cp314-cp314t-musllinux_1_2_i686.whl
| Download URL | rcssmin-1.2.2-cp314-cp314t-musllinux_1_2_i686.whl |
|---|---|
| Size | 54.3 kB |
| Tags | CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ x86-32 |
|
SHA-256 checksum How to use checksums |
19e53c58768369366fdaef00da59f275f724f229994ea885309df6ca368ff3c8
|
|
BLAKE2b-256 checksum How to use checksums |
4e18b06fadfa9b85e486bb1571050217cb539c062d1ae4cd32b1a31c36f67fd4
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.13.5
|
Release files / rcssmin-1.2.2-cp314-cp314t-musllinux_1_2_aarch64.whl
| Download URL | rcssmin-1.2.2-cp314-cp314t-musllinux_1_2_aarch64.whl |
|---|---|
| Size | 53.1 kB |
| Tags | CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ ARM64 |
|
SHA-256 checksum How to use checksums |
d0197fab78ebbe33f5df9caf2572ef2d44bbe243a9130881a0c5c53ba03641fa
|
|
BLAKE2b-256 checksum How to use checksums |
c37b9aae16756d3f33cbc512760ba3e69c3856a51aa293e463f2ca97760d1b1b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.13.5
|
Release files / rcssmin-1.2.2-cp314-cp314t-manylinux2014_aarch64.whl
| Download URL | rcssmin-1.2.2-cp314-cp314t-manylinux2014_aarch64.whl |
|---|---|
| Size | 53.3 kB |
| Tags | CPython 3.14 CPython 3.14 free-threading Linux glibc 2.17+ ARM64 |
|
SHA-256 checksum How to use checksums |
40c7dfba098bbd129d8c35dd8b604275585f9dc0496e5d17dbe7fd6b873b0233
|
|
BLAKE2b-256 checksum How to use checksums |
cd6c204b0262c11ac2da2b8df2d8fed76f1959273fbc8376450d0ac022d754b7
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.13.5
|
Release files / rcssmin-1.2.2-cp314-cp314t-manylinux1_x86_64.whl
| Download URL | rcssmin-1.2.2-cp314-cp314t-manylinux1_x86_64.whl |
|---|---|
| Size | 51.6 kB |
| Tags | CPython 3.14 CPython 3.14 free-threading Linux glibc 2.5+ x86-64 |
|
SHA-256 checksum How to use checksums |
f17dc92553a46412c49f972f0ab31088032b9482a9c421bc2d39691a5d8842aa
|
|
BLAKE2b-256 checksum How to use checksums |
5e7887da6706d5856ceee71421ba831d2f5d93c3e6865acfbb56ace8d54587cc
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.13.5
|
Release files / rcssmin-1.2.2-cp314-cp314t-manylinux1_i686.whl
| Download URL | rcssmin-1.2.2-cp314-cp314t-manylinux1_i686.whl |
|---|---|
| Size | 51.2 kB |
| Tags | CPython 3.14 CPython 3.14 free-threading Linux glibc 2.5+ x86-32 |
|
SHA-256 checksum How to use checksums |
0162c32ce946978edc834d4fba705ac5f9422d7f556f3264cc4fc67c7ee39171
|
|
BLAKE2b-256 checksum How to use checksums |
475e496d6c9c309e2fe79e6a69f25f7a6d18f545edb4ea3584f461b9f84b0d60
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.13.5
|
Release files / rcssmin-1.2.2-cp314-cp314-musllinux_1_2_x86_64.whl
| Download URL | rcssmin-1.2.2-cp314-cp314-musllinux_1_2_x86_64.whl |
|---|---|
| Size | 50.6 kB |
| Tags | CPython 3.14 Linux musl 1.2+ x86-64 |
|
SHA-256 checksum How to use checksums |
7018d4197713c7797d1a67ed47ab53d4706c2e9ed134123c30a47d389dda5386
|
|
BLAKE2b-256 checksum How to use checksums |
e860a8183401fa64e93e1d52b2cdf275a2c11e0993f5f3162c573a67872b535d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.13.5
|
Release files / rcssmin-1.2.2-cp314-cp314-musllinux_1_2_i686.whl
| Download URL | rcssmin-1.2.2-cp314-cp314-musllinux_1_2_i686.whl |
|---|---|
| Size | 52.5 kB |
| Tags | CPython 3.14 Linux musl 1.2+ x86-32 |
|
SHA-256 checksum How to use checksums |
2b6d5e2e2fd65738d57ef65aaaed2cff2288eccff7f704bf3d579e6f451cb60a
|
|
BLAKE2b-256 checksum How to use checksums |
fb3fcdb99526d294c5dd4b919dc4ef492b7bd11e08b585d15ec641dfb9423493
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.13.5
|
Release files / rcssmin-1.2.2-cp314-cp314-musllinux_1_2_aarch64.whl
| Download URL | rcssmin-1.2.2-cp314-cp314-musllinux_1_2_aarch64.whl |
|---|---|
| Size | 51.0 kB |
| Tags | CPython 3.14 Linux musl 1.2+ ARM64 |
|
SHA-256 checksum How to use checksums |
cdccb0e08281f0dd5d463c16ec61a06bd1534de50206dc72918be3c10dcb82e5
|
|
BLAKE2b-256 checksum How to use checksums |
d728e411eb191ffff7bd712f2eb0f691cb7ca514b1876d6bff2f5ae61359b8db
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.13.5
|
Release files / rcssmin-1.2.2-cp314-cp314-manylinux2014_aarch64.whl
| Download URL | rcssmin-1.2.2-cp314-cp314-manylinux2014_aarch64.whl |
|---|---|
| Size | 50.4 kB |
| Tags | CPython 3.14 Linux glibc 2.17+ ARM64 |
|
SHA-256 checksum How to use checksums |
07dc7d352e8eb08de82fc4c545dd04f9f487466c8370051e0bee4eb1e4dc85d0
|
|
BLAKE2b-256 checksum How to use checksums |
a1325663a71a9304e0c9f33b765264508229d026359cfff746e1d0a593d809ea
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.13.5
|
Release files / rcssmin-1.2.2-cp314-cp314-manylinux1_x86_64.whl
| Download URL | rcssmin-1.2.2-cp314-cp314-manylinux1_x86_64.whl |
|---|---|
| Size | 49.5 kB |
| Tags | CPython 3.14 Linux glibc 2.5+ x86-64 |
|
SHA-256 checksum How to use checksums |
6ea38a38eec263858b70bed6715478dcfed7fbc5d63333a8c512631ee22baad9
|
|
BLAKE2b-256 checksum How to use checksums |
0784a411a48fd4179a88c68a2ad3649b408fa7887a421d3435c10ae6f5724e3a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.13.5
|
Release files / rcssmin-1.2.2-cp314-cp314-manylinux1_i686.whl
| Download URL | rcssmin-1.2.2-cp314-cp314-manylinux1_i686.whl |
|---|---|
| Size | 49.0 kB |
| Tags | CPython 3.14 Linux glibc 2.5+ x86-32 |
|
SHA-256 checksum How to use checksums |
540dd3aa586b5f8f4c4b90db37e6a31c04718cdf90dbe9bec43c3b4dd50519e7
|
|
BLAKE2b-256 checksum How to use checksums |
a0409c4cb3133f6d4ddfbeada76988a10ff2a974706fd6fcbb97edd8c0f4cc76
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.13.5
|
Release files / rcssmin-1.2.2-cp313-cp313t-musllinux_1_1_x86_64.whl
| Download URL | rcssmin-1.2.2-cp313-cp313t-musllinux_1_1_x86_64.whl |
|---|---|
| Size | 54.9 kB |
| Tags | CPython 3.13 CPython 3.13 free-threading Linux musl 1.1+ x86-64 |
|
SHA-256 checksum How to use checksums |
742bb522d1efe0f1d362d81e00b5dc93ca2ddd1e435ed2d921cfa84fbb9f6887
|
|
BLAKE2b-256 checksum How to use checksums |
5ee1fb555f831d5e5674a91444007434ba85b4ae98cfd97dd7bc9c2962c0f56b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.13.5
|
Release files / rcssmin-1.2.2-cp313-cp313t-musllinux_1_1_i686.whl
| Download URL | rcssmin-1.2.2-cp313-cp313t-musllinux_1_1_i686.whl |
|---|---|
| Size | 55.1 kB |
| Tags | CPython 3.13 CPython 3.13 free-threading Linux musl 1.1+ x86-32 |
|
SHA-256 checksum How to use checksums |
64ec506fce7a3f1e993f4c4b55c7b3d9ad8259191cf20d986aa1d1a13e920fe8
|
|
BLAKE2b-256 checksum How to use checksums |
3537b8347b3a817b99eab9cc987f1090c7192d9d5f077fdc84c04d12f5186b87
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.13.5
|
Release files / rcssmin-1.2.2-cp313-cp313t-musllinux_1_1_aarch64.whl
| Download URL | rcssmin-1.2.2-cp313-cp313t-musllinux_1_1_aarch64.whl |
|---|---|
| Size | 54.9 kB |
| Tags | CPython 3.13 CPython 3.13 free-threading Linux musl 1.1+ ARM64 |
|
SHA-256 checksum How to use checksums |
714390aac7c4cb611eecc845a5d9bb01495a3c9fccf9d8a2d6aa75a109276f7b
|
|
BLAKE2b-256 checksum How to use checksums |
b29077cf149fac7f247dac530a96beac7c52cea9fab928b5c3e2a45c6da86147
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.13.5
|
Release files / rcssmin-1.2.2-cp313-cp313t-manylinux2014_aarch64.whl
| Download URL | rcssmin-1.2.2-cp313-cp313t-manylinux2014_aarch64.whl |
|---|---|
| Size | 52.7 kB |
| Tags | CPython 3.13 CPython 3.13 free-threading Linux glibc 2.17+ ARM64 |
|
SHA-256 checksum How to use checksums |
228cc8d192ba4bd82305c085cbb5594d45d8dc6605d4eddc319543fb9f47b319
|
|
BLAKE2b-256 checksum How to use checksums |
b73e493ef8b7ce621b45f1be4505295fe604280918f67a01a28c82f9d0621a3f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.13.5
|
Release files / rcssmin-1.2.2-cp313-cp313t-manylinux1_x86_64.whl
| Download URL | rcssmin-1.2.2-cp313-cp313t-manylinux1_x86_64.whl |
|---|---|
| Size | 51.5 kB |
| Tags | CPython 3.13 CPython 3.13 free-threading Linux glibc 2.5+ x86-64 |
|
SHA-256 checksum How to use checksums |
5724ed426c1444c35584f0bcda43c81ac47da769228722207aea7b8eedf31224
|
|
BLAKE2b-256 checksum How to use checksums |
56d5e6c176b8d39faf0fac3a6896022febb00d0ac5c4b99d4924572c579af210
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.13.5
|
Release files / rcssmin-1.2.2-cp313-cp313t-manylinux1_i686.whl
| Download URL | rcssmin-1.2.2-cp313-cp313t-manylinux1_i686.whl |
|---|---|
| Size | 51.3 kB |
| Tags | CPython 3.13 CPython 3.13 free-threading Linux glibc 2.5+ x86-32 |
|
SHA-256 checksum How to use checksums |
dd192a876a7af9a14628ff20818df80187294db96d86ddccf72371a6ae3e7ce7
|
|
BLAKE2b-256 checksum How to use checksums |
16df7157985ff9e2f3fecb15b03370ee0c8de42fd5a07c4b54e0be2c0f3f8133
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.13.5
|
Release files / rcssmin-1.2.2-cp313-cp313-musllinux_1_1_x86_64.whl
| Download URL | rcssmin-1.2.2-cp313-cp313-musllinux_1_1_x86_64.whl |
|---|---|
| Size | 53.0 kB |
| Tags | CPython 3.13 Linux musl 1.1+ x86-64 |
|
SHA-256 checksum How to use checksums |
bb75b0e412a5419d62f39d89d0b3920a6697d2b12c8dad57f8bde1c76332c640
|
|
BLAKE2b-256 checksum How to use checksums |
8dfa5b0f1df380f598a397414dfaba74b05901379918f4d6b1746462190ae011
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.13.5
|
Release files / rcssmin-1.2.2-cp313-cp313-musllinux_1_1_i686.whl
| Download URL | rcssmin-1.2.2-cp313-cp313-musllinux_1_1_i686.whl |
|---|---|
| Size | 52.8 kB |
| Tags | CPython 3.13 Linux musl 1.1+ x86-32 |
|
SHA-256 checksum How to use checksums |
b3843e0501fa45d7c911dd7b3b78fd5f51c8159dd36d780ee12060da2d526aa0
|
|
BLAKE2b-256 checksum How to use checksums |
4df6cf692cca8837375fd21bf31cd134e10684fc11283a68c04160619aa826dc
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.13.5
|
Release files / rcssmin-1.2.2-cp313-cp313-musllinux_1_1_aarch64.whl
| Download URL | rcssmin-1.2.2-cp313-cp313-musllinux_1_1_aarch64.whl |
|---|---|
| Size | 53.0 kB |
| Tags | CPython 3.13 Linux musl 1.1+ ARM64 |
|
SHA-256 checksum How to use checksums |
2b008aa77a92f9db2d88f7e7ab45b81f37253cb0baafda59dd5b857c2de9b09f
|
|
BLAKE2b-256 checksum How to use checksums |
3b8cefb41baaea20567fa0c335705bff1f187e35301b684891d26282a16aff1b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.13.5
|
Release files / rcssmin-1.2.2-cp313-cp313-manylinux2014_aarch64.whl
| Download URL | rcssmin-1.2.2-cp313-cp313-manylinux2014_aarch64.whl |
|---|---|
| Size | 50.7 kB |
| Tags | CPython 3.13 Linux glibc 2.17+ ARM64 |
|
SHA-256 checksum How to use checksums |
cd0a5ca4a0fc3b193ab0dcd251bd2463900558108cc4306a5cc4ab77c6bfffde
|
|
BLAKE2b-256 checksum How to use checksums |
f29bceb12f3397695d075a1f3e12e295d84f021562540a6579144cb985d80ccb
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.13.5
|
Release files / rcssmin-1.2.2-cp313-cp313-manylinux1_x86_64.whl
| Download URL | rcssmin-1.2.2-cp313-cp313-manylinux1_x86_64.whl |
|---|---|
| Size | 49.2 kB |
| Tags | CPython 3.13 Linux glibc 2.5+ x86-64 |
|
SHA-256 checksum How to use checksums |
20a32c49d65b65c3ac80305d8a31b98f3d92b1b052dd63b57fbebc7003f9ae38
|
|
BLAKE2b-256 checksum How to use checksums |
30a76d311986d76da0a538bae3f584d2b7579dd11648e74f539b177d8af51f6b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.13.5
|
Release files / rcssmin-1.2.2-cp313-cp313-manylinux1_i686.whl
| Download URL | rcssmin-1.2.2-cp313-cp313-manylinux1_i686.whl |
|---|---|
| Size | 48.8 kB |
| Tags | CPython 3.13 Linux glibc 2.5+ x86-32 |
|
SHA-256 checksum How to use checksums |
e91449b612a08e5e80df3487e941c86e2c73c5088169588c31c382eb94da0521
|
|
BLAKE2b-256 checksum How to use checksums |
8bae3a7911e1c773f3deb039a42588ae6cee59d6bcec07b5081db376677b293a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.13.5
|
Release files / rcssmin-1.2.2-cp312-cp312-musllinux_1_1_x86_64.whl
| Download URL | rcssmin-1.2.2-cp312-cp312-musllinux_1_1_x86_64.whl |
|---|---|
| Size | 53.3 kB |
| Tags | CPython 3.12 Linux musl 1.1+ x86-64 |
|
SHA-256 checksum How to use checksums |
83ecd3093640d69f7582839788e012ecf9a85faeb95760032626977a7d3904b2
|
|
BLAKE2b-256 checksum How to use checksums |
5e252d97155edb351a28e5a46a35f7b4e54bfe3933847bd2ba6674216a817d9e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.13.5
|
Release files / rcssmin-1.2.2-cp312-cp312-musllinux_1_1_i686.whl
| Download URL | rcssmin-1.2.2-cp312-cp312-musllinux_1_1_i686.whl |
|---|---|
| Size | 53.0 kB |
| Tags | CPython 3.12 Linux musl 1.1+ x86-32 |
|
SHA-256 checksum How to use checksums |
265b57de87949b505bcd658f4f5bbfc1f077390108cd12e288ba2f7824bee52c
|
|
BLAKE2b-256 checksum How to use checksums |
8dcb1a8d6ace1ff845d57fa31087510a88dc10ac01cea41317e976bbf2413f91
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.13.5
|
Release files / rcssmin-1.2.2-cp312-cp312-musllinux_1_1_aarch64.whl
| Download URL | rcssmin-1.2.2-cp312-cp312-musllinux_1_1_aarch64.whl |
|---|---|
| Size | 53.3 kB |
| Tags | CPython 3.12 Linux musl 1.1+ ARM64 |
|
SHA-256 checksum How to use checksums |
354215283f32413ced87b358934ebbb7c5529f51f5d316e80bc2889486d388b3
|
|
BLAKE2b-256 checksum How to use checksums |
52b4c8b0d2588719af2b9c454e6e95f18bd60b0c474da4b65af61bb6457a7555
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.13.5
|
Release files / rcssmin-1.2.2-cp312-cp312-manylinux2014_aarch64.whl
| Download URL | rcssmin-1.2.2-cp312-cp312-manylinux2014_aarch64.whl |
|---|---|
| Size | 50.7 kB |
| Tags | CPython 3.12 Linux glibc 2.17+ ARM64 |
|
SHA-256 checksum How to use checksums |
c51aa47b1752ae55ad4cf4332e7316c5206a6a686d65bc15431a6bfea393e665
|
|
BLAKE2b-256 checksum How to use checksums |
660b7c0018793080ed26939d9beaf09591cf58fb9cda3253a891137b841a902a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.13.5
|
Release files / rcssmin-1.2.2-cp312-cp312-manylinux1_x86_64.whl
| Download URL | rcssmin-1.2.2-cp312-cp312-manylinux1_x86_64.whl |
|---|---|
| Size | 49.2 kB |
| Tags | CPython 3.12 Linux glibc 2.5+ x86-64 |
|
SHA-256 checksum How to use checksums |
217efed0dff304d503bf481068ddb13ae72176ed5970f1011fb1a1e379308d9c
|
|
BLAKE2b-256 checksum How to use checksums |
89dcb522a5e1a0a8ef8af50adbb3bdd9f5a059a9890b9fc5ce3f44a37a996a74
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.13.5
|
Release files / rcssmin-1.2.2-cp312-cp312-manylinux1_i686.whl
| Download URL | rcssmin-1.2.2-cp312-cp312-manylinux1_i686.whl |
|---|---|
| Size | 48.8 kB |
| Tags | CPython 3.12 Linux glibc 2.5+ x86-32 |
|
SHA-256 checksum How to use checksums |
78249189d39344a1e9d813c51362831537500e104c5bdce4ff24fe59010e9ee1
|
|
BLAKE2b-256 checksum How to use checksums |
865c29af37ffb21a3069d108902868262b25fbbf731821cf5c7de76bba986dd1
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.13.5
|
Release files / rcssmin-1.2.2-cp311-cp311-musllinux_1_1_x86_64.whl
| Download URL | rcssmin-1.2.2-cp311-cp311-musllinux_1_1_x86_64.whl |
|---|---|
| Size | 53.0 kB |
| Tags | CPython 3.11 Linux musl 1.1+ x86-64 |
|
SHA-256 checksum How to use checksums |
cc866e23121bc4e29014b588fb67c8242a80ce053196f511c4c806b30ca6a393
|
|
BLAKE2b-256 checksum How to use checksums |
0348295e57fbb4767226b5231ee99c056eab5447845259e4172e2db76f07c26d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.13.5
|
Release files / rcssmin-1.2.2-cp311-cp311-musllinux_1_1_i686.whl
| Download URL | rcssmin-1.2.2-cp311-cp311-musllinux_1_1_i686.whl |
|---|---|
| Size | 53.2 kB |
| Tags | CPython 3.11 Linux musl 1.1+ x86-32 |
|
SHA-256 checksum How to use checksums |
844227668a235451eb544455b911067ba5495d680857d4bad2b0b78878f30a5c
|
|
BLAKE2b-256 checksum How to use checksums |
980b9071882a74df398bf40e668a89cf2dd7eb95ff2e02c111c4c156aaad745a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.13.5
|
Release files / rcssmin-1.2.2-cp311-cp311-musllinux_1_1_aarch64.whl
| Download URL | rcssmin-1.2.2-cp311-cp311-musllinux_1_1_aarch64.whl |
|---|---|
| Size | 53.4 kB |
| Tags | CPython 3.11 Linux musl 1.1+ ARM64 |
|
SHA-256 checksum How to use checksums |
b6c91878a7e6f708f90c1bbc1a02729f45b2e5dee89045b395e997aa71744ee4
|
|
BLAKE2b-256 checksum How to use checksums |
d77ce1cd335ce659af50a2c16dad37eee4b166536d73a463cdfeab5bb8e0833b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.13.5
|
Release files / rcssmin-1.2.2-cp311-cp311-manylinux2014_aarch64.whl
| Download URL | rcssmin-1.2.2-cp311-cp311-manylinux2014_aarch64.whl |
|---|---|
| Size | 50.7 kB |
| Tags | CPython 3.11 Linux glibc 2.17+ ARM64 |
|
SHA-256 checksum How to use checksums |
1472a98142d10d6c6772d96424ddcaf99d7e1d3217475f7f28f7d40dd84f24a2
|
|
BLAKE2b-256 checksum How to use checksums |
2a7be4206002c8c1bdcac6905ad7b200d62662d20d2b23f3d3e7df4e89447fdd
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.13.5
|
Release files / rcssmin-1.2.2-cp311-cp311-manylinux1_x86_64.whl
| Download URL | rcssmin-1.2.2-cp311-cp311-manylinux1_x86_64.whl |
|---|---|
| Size | 49.4 kB |
| Tags | CPython 3.11 Linux glibc 2.5+ x86-64 |
|
SHA-256 checksum How to use checksums |
e6b5913f3e8cb249044e916bc6ddcb5158815121548686a0fc8e2b8a5961a62e
|
|
BLAKE2b-256 checksum How to use checksums |
bdf3aeed5758339ccba61a82de12897762bad8f4317883a20de2dcc78842afda
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.13.5
|
Release files / rcssmin-1.2.2-cp311-cp311-manylinux1_i686.whl
| Download URL | rcssmin-1.2.2-cp311-cp311-manylinux1_i686.whl |
|---|---|
| Size | 49.1 kB |
| Tags | CPython 3.11 Linux glibc 2.5+ x86-32 |
|
SHA-256 checksum How to use checksums |
da4801f4f429d66f9922871a7c71dee54c87f0ea5666cae6f1eb84c3fbc4e1f4
|
|
BLAKE2b-256 checksum How to use checksums |
9c3bd4db4a2fb0d0033d222b56526bb1935e892e2560516b0378b4ccffec8d9c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.13.5
|
Release files / rcssmin-1.2.2-cp310-cp310-musllinux_1_1_x86_64.whl
| Download URL | rcssmin-1.2.2-cp310-cp310-musllinux_1_1_x86_64.whl |
|---|---|
| Size | 51.3 kB |
| Tags | CPython 3.10 Linux musl 1.1+ x86-64 |
|
SHA-256 checksum How to use checksums |
ace9b2c30eb02bff32ce5d6657f5ee04ae866e1bc55d3e28009325fc8b62de4e
|
|
BLAKE2b-256 checksum How to use checksums |
bd896dabbc7e96aaf7a9b3e7c63311c93568d694348be4312ea93b3d4f48c858
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.13.5
|
Release files / rcssmin-1.2.2-cp310-cp310-musllinux_1_1_i686.whl
| Download URL | rcssmin-1.2.2-cp310-cp310-musllinux_1_1_i686.whl |
|---|---|
| Size | 51.5 kB |
| Tags | CPython 3.10 Linux musl 1.1+ x86-32 |
|
SHA-256 checksum How to use checksums |
1dab9b6b0e667570d4362ced81015e68bf462537dde151f9f908e1d5382fefb7
|
|
BLAKE2b-256 checksum How to use checksums |
6eee4da5450ea5e3e91976e5d669e7e36300bcaba16daa232b88b4f07d1af9b2
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.13.5
|
Release files / rcssmin-1.2.2-cp310-cp310-musllinux_1_1_aarch64.whl
| Download URL | rcssmin-1.2.2-cp310-cp310-musllinux_1_1_aarch64.whl |
|---|---|
| Size | 51.7 kB |
| Tags | CPython 3.10 Linux musl 1.1+ ARM64 |
|
SHA-256 checksum How to use checksums |
cf625985ee18bcc554afaae5b42501c71a167cc79ffe8fd782b32bacab2aee68
|
|
BLAKE2b-256 checksum How to use checksums |
3f10a407b884699cd5e0fc0bbe3e7a9d57e9425dc804067b0b246175509007e4
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.13.5
|
Release files / rcssmin-1.2.2-cp310-cp310-manylinux2014_aarch64.whl
| Download URL | rcssmin-1.2.2-cp310-cp310-manylinux2014_aarch64.whl |
|---|---|
| Size | 49.1 kB |
| Tags | CPython 3.10 Linux glibc 2.17+ ARM64 |
|
SHA-256 checksum How to use checksums |
292dc265fb95bcd3765040627713db574a96f8d55035b95c7ccdd4c587844d69
|
|
BLAKE2b-256 checksum How to use checksums |
af5a9daa32f73c1fefc28ebaa1092d2c28d56b0fe31152d0b661033540232deb
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.13.5
|
Release files / rcssmin-1.2.2-cp310-cp310-manylinux1_x86_64.whl
| Download URL | rcssmin-1.2.2-cp310-cp310-manylinux1_x86_64.whl |
|---|---|
| Size | 51.3 kB |
| Tags | CPython 3.10 Linux glibc 2.5+ x86-64 |
|
SHA-256 checksum How to use checksums |
dce0f0230c6ac8579cf3b1e557ec1699fe0d931e5e64789c48ff76df2957a937
|
|
BLAKE2b-256 checksum How to use checksums |
2dce2fbe738f6956a96c4e54af411a01da3b991885417feffcf11c2b5ffd1a12
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.13.5
|
Release files / rcssmin-1.2.2-cp310-cp310-manylinux1_i686.whl
| Download URL | rcssmin-1.2.2-cp310-cp310-manylinux1_i686.whl |
|---|---|
| Size | 51.4 kB |
| Tags | CPython 3.10 Linux glibc 2.5+ x86-32 |
|
SHA-256 checksum How to use checksums |
4f2229ffb96abafd3120006bce9d448eb8dd0331fc30ab203066d8e63d3c7f34
|
|
BLAKE2b-256 checksum How to use checksums |
e36d962701850f54cd0a5555259c4fe6606e152e5172c988d71a63455c6d6a48
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.13.5
|
Release files / rcssmin-1.2.2-cp39-cp39-musllinux_1_1_x86_64.whl
| Download URL | rcssmin-1.2.2-cp39-cp39-musllinux_1_1_x86_64.whl |
|---|---|
| Size | 51.1 kB |
| Tags | CPython 3.9 Linux musl 1.1+ x86-64 |
|
SHA-256 checksum How to use checksums |
283ffe7f99ef75544712a4fb0362185baf3c684ca79a5c64c486acc4bfbd9407
|
|
BLAKE2b-256 checksum How to use checksums |
0a0e31191cf9eab64e38bc0b3dfcdd3536693e2b00476bc0148cabff5c906d7c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.13.5
|
Release files / rcssmin-1.2.2-cp39-cp39-musllinux_1_1_i686.whl
| Download URL | rcssmin-1.2.2-cp39-cp39-musllinux_1_1_i686.whl |
|---|---|
| Size | 51.2 kB |
| Tags | CPython 3.9 Linux musl 1.1+ x86-32 |
|
SHA-256 checksum How to use checksums |
51a9ededc03dc924f1a30373a21341034117999f103edff7e8bc8e62607e9f32
|
|
BLAKE2b-256 checksum How to use checksums |
a5d5bb6081decf40d1c1afef36c8eadb7b457d9bf8b9063f4f2304c8b8f45d15
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.13.5
|
Release files / rcssmin-1.2.2-cp39-cp39-musllinux_1_1_aarch64.whl
| Download URL | rcssmin-1.2.2-cp39-cp39-musllinux_1_1_aarch64.whl |
|---|---|
| Size | 51.3 kB |
| Tags | CPython 3.9 Linux musl 1.1+ ARM64 |
|
SHA-256 checksum How to use checksums |
c2140066b1fbc4f5ef76bff3176a60eaa86dee4ba723bfdbe480d79d8a110c26
|
|
BLAKE2b-256 checksum How to use checksums |
7fbc887a2c4648210d88703f0c9fc211c4b3d5ee186d62c9e4b1623aeb039ecb
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.13.5
|
Release files / rcssmin-1.2.2-cp39-cp39-manylinux2014_aarch64.whl
| Download URL | rcssmin-1.2.2-cp39-cp39-manylinux2014_aarch64.whl |
|---|---|
| Size | 48.9 kB |
| Tags | CPython 3.9 Linux glibc 2.17+ ARM64 |
|
SHA-256 checksum How to use checksums |
0519a25f4af4221dcec652b2fe2e35d2a2465d7d68c2d529d47ef164e767942b
|
|
BLAKE2b-256 checksum How to use checksums |
f5677b460f1bd78030c7d6283eaae96c4f6463be424df2e0d86fe94fb9e209ec
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.13.5
|
Release files / rcssmin-1.2.2-cp39-cp39-manylinux1_x86_64.whl
| Download URL | rcssmin-1.2.2-cp39-cp39-manylinux1_x86_64.whl |
|---|---|
| Size | 42.4 kB |
| Tags | CPython 3.9 Linux glibc 2.5+ x86-64 |
|
SHA-256 checksum How to use checksums |
9e36053facaecc97fca89ce2cca0fdd8ba9093eae734afd2093014334b973f0f
|
|
BLAKE2b-256 checksum How to use checksums |
7cbefaa07124e36c273660772a2d5ca6fe1585833057357b03b0522fa628f986
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.13.5
|
Release files / rcssmin-1.2.2-cp39-cp39-manylinux1_i686.whl
| Download URL | rcssmin-1.2.2-cp39-cp39-manylinux1_i686.whl |
|---|---|
| Size | 42.7 kB |
| Tags | CPython 3.9 Linux glibc 2.5+ x86-32 |
|
SHA-256 checksum How to use checksums |
6692ec9a82f96cb9c864d76659457b19a3122bb8269c9ebe4cc2338ff839defb
|
|
BLAKE2b-256 checksum How to use checksums |
1f7cce5edc30ce700c7e0d30937d99c67c7dbe7158b08746029c5e5a11ade083
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.13.5
|
Release files / rcssmin-1.2.2-cp38-cp38-musllinux_1_1_x86_64.whl
| Download URL | rcssmin-1.2.2-cp38-cp38-musllinux_1_1_x86_64.whl |
|---|---|
| Size | 51.1 kB |
| Tags | CPython 3.8 Linux musl 1.1+ x86-64 |
|
SHA-256 checksum How to use checksums |
ca2492e39feed0125a7995d66f59e913d7b85bd3462eca8e388c06654a973d16
|
|
BLAKE2b-256 checksum How to use checksums |
d62a1f54d91d69d9420c069e8a05c9fdb3cf64d5c6901c1cf749a6a7d202f29b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.13.5
|
Release files / rcssmin-1.2.2-cp38-cp38-musllinux_1_1_i686.whl
| Download URL | rcssmin-1.2.2-cp38-cp38-musllinux_1_1_i686.whl |
|---|---|
| Size | 51.3 kB |
| Tags | CPython 3.8 Linux musl 1.1+ x86-32 |
|
SHA-256 checksum How to use checksums |
efdacfc8bb07d0c8a939e92b9750dd2a0646cbd4340a057271ea3fd1cb1d9b54
|
|
BLAKE2b-256 checksum How to use checksums |
67d6b7a704f2ba2b81cd641becca668401e1a6cb2bcc27aefcf5c8a3956c0d49
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.13.5
|
Release files / rcssmin-1.2.2-cp38-cp38-musllinux_1_1_aarch64.whl
| Download URL | rcssmin-1.2.2-cp38-cp38-musllinux_1_1_aarch64.whl |
|---|---|
| Size | 51.3 kB |
| Tags | CPython 3.8 Linux musl 1.1+ ARM64 |
|
SHA-256 checksum How to use checksums |
c96c80d96a7f933fb27e20227704d9d1f4fa3625b7f2cabfcb06b91c680610dd
|
|
BLAKE2b-256 checksum How to use checksums |
26497e512712435b93998ea288520c742f00a1e19bfd5083f1503bdb4fda8857
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.13.5
|
Release files / rcssmin-1.2.2-cp38-cp38-manylinux2014_aarch64.whl
| Download URL | rcssmin-1.2.2-cp38-cp38-manylinux2014_aarch64.whl |
|---|---|
| Size | 49.1 kB |
| Tags | CPython 3.8 Linux glibc 2.17+ ARM64 |
|
SHA-256 checksum How to use checksums |
cfcc9e8cf6fcb743ec19d67b3fc9669efa717fab6a9a064fab791d1d2a891c8c
|
|
BLAKE2b-256 checksum How to use checksums |
6972532c5a3e861e4ce5320c6cebf2db68cd2c3bac706acf1703a952dfc19ec0
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.13.5
|
Release files / rcssmin-1.2.2-cp38-cp38-manylinux1_x86_64.whl
| Download URL | rcssmin-1.2.2-cp38-cp38-manylinux1_x86_64.whl |
|---|---|
| Size | 42.5 kB |
| Tags | CPython 3.8 Linux glibc 2.5+ x86-64 |
|
SHA-256 checksum How to use checksums |
f6696d73585c6ec01c154123bc772184a7ea6571d10092a41693050cef1fd6a9
|
|
BLAKE2b-256 checksum How to use checksums |
daf654d6f1b8af49809d4d7368ef4602c7ccec92b4f9b059bc18e03a119ba767
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.13.5
|
Release files / rcssmin-1.2.2-cp38-cp38-manylinux1_i686.whl
| Download URL | rcssmin-1.2.2-cp38-cp38-manylinux1_i686.whl |
|---|---|
| Size | 42.8 kB |
| Tags | CPython 3.8 Linux glibc 2.5+ x86-32 |
|
SHA-256 checksum How to use checksums |
c2b13d88bcb96ade57b1dfbbbf022cdcc6330eb447211470c9df980d8a7dd2a3
|
|
BLAKE2b-256 checksum How to use checksums |
fee00d5ced5e44415d7433926a9efca7bcdc4e864290b22c11e561573b94ff14
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.13.5
|
Release files / rcssmin-1.2.2-cp37-cp37m-musllinux_1_1_x86_64.whl
| Download URL | rcssmin-1.2.2-cp37-cp37m-musllinux_1_1_x86_64.whl |
|---|---|
| Size | 51.7 kB |
| Tags | CPython 3.7 CPython 3.7 pymalloc Linux musl 1.1+ x86-64 |
|
SHA-256 checksum How to use checksums |
7c0303254bf458e22df5de7c75fcbcf9fc7d9b7c64d59b2ab5ce5fca6de32f14
|
|
BLAKE2b-256 checksum How to use checksums |
24a8d1c8c0b022d407acf53d51ca0eccd66340ae31c7eb261fb7538a1688a436
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.13.5
|
Release files / rcssmin-1.2.2-cp37-cp37m-musllinux_1_1_i686.whl
| Download URL | rcssmin-1.2.2-cp37-cp37m-musllinux_1_1_i686.whl |
|---|---|
| Size | 51.8 kB |
| Tags | CPython 3.7 CPython 3.7 pymalloc Linux musl 1.1+ x86-32 |
|
SHA-256 checksum How to use checksums |
7c75947adf3c359670a044441c1d6ba4fd9e9ad291c000b3802e75fe259c0ec0
|
|
BLAKE2b-256 checksum How to use checksums |
07c9769086f115b1ff2581f4cd4d0fad74822c8fa6ccfed4a7ea106716a71790
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.13.5
|
Release files / rcssmin-1.2.2-cp37-cp37m-musllinux_1_1_aarch64.whl
| Download URL | rcssmin-1.2.2-cp37-cp37m-musllinux_1_1_aarch64.whl |
|---|---|
| Size | 51.5 kB |
| Tags | CPython 3.7 CPython 3.7 pymalloc Linux musl 1.1+ ARM64 |
|
SHA-256 checksum How to use checksums |
d07542232ee29442b9c904ad96111f12163f0836be0ef9442dd08eb84a5ac07f
|
|
BLAKE2b-256 checksum How to use checksums |
b7c7c3d5d1c952e1b427ecea78f024c2aaf8016978d42715671ba387689a75ee
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.13.5
|
Release files / rcssmin-1.2.2-cp37-cp37m-manylinux2014_aarch64.whl
| Download URL | rcssmin-1.2.2-cp37-cp37m-manylinux2014_aarch64.whl |
|---|---|
| Size | 49.2 kB |
| Tags | CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.17+ ARM64 |
|
SHA-256 checksum How to use checksums |
0aa9d0b069cbab3a5de88faf17046fe9ceac418281726244423fdf8696dbace6
|
|
BLAKE2b-256 checksum How to use checksums |
80d53e039098a9c192330be86bfe2fa9516250fc81e5bfacbcdf1e8294fdf02f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.13.5
|
Release files / rcssmin-1.2.2-cp37-cp37m-manylinux1_x86_64.whl
| Download URL | rcssmin-1.2.2-cp37-cp37m-manylinux1_x86_64.whl |
|---|---|
| Size | 43.1 kB |
| Tags | CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.5+ x86-64 |
|
SHA-256 checksum How to use checksums |
dd1472d19c592b960bc227d0f37785c1149bb46393ecc8f656ff572185cf6614
|
|
BLAKE2b-256 checksum How to use checksums |
544cc8d56714a614339b37d303ec64951eaeb10adfe2829b2403243ec8401cb0
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.13.5
|
Release files / rcssmin-1.2.2-cp37-cp37m-manylinux1_i686.whl
| Download URL | rcssmin-1.2.2-cp37-cp37m-manylinux1_i686.whl |
|---|---|
| Size | 43.2 kB |
| Tags | CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.5+ x86-32 |
|
SHA-256 checksum How to use checksums |
2c88b835bcae8f000c93c9a6fe6fc61f70c6e3ab50618e8e04ac9dfbcb855718
|
|
BLAKE2b-256 checksum How to use checksums |
9ff53280f54636f5fcb1b82e1bcaf5a86f3e54279f61d7c019249f2030c7b86e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.13.5
|
Release files / rcssmin-1.2.2-cp36-cp36m-musllinux_1_1_x86_64.whl
| Download URL | rcssmin-1.2.2-cp36-cp36m-musllinux_1_1_x86_64.whl |
|---|---|
| Size | 50.7 kB |
| Tags | CPython 3.6 CPython 3.6 pymalloc Linux musl 1.1+ x86-64 |
|
SHA-256 checksum How to use checksums |
5308789d1609a5b2a98607f761cfb9d40bfcfb12770eef20c1f243f01ed60956
|
|
BLAKE2b-256 checksum How to use checksums |
6967698d3834fdc88e979d1eb44255589306c4b31bc9a2af01c273f6999538a1
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.13.5
|
Release files / rcssmin-1.2.2-cp36-cp36m-musllinux_1_1_i686.whl
| Download URL | rcssmin-1.2.2-cp36-cp36m-musllinux_1_1_i686.whl |
|---|---|
| Size | 50.9 kB |
| Tags | CPython 3.6 CPython 3.6 pymalloc Linux musl 1.1+ x86-32 |
|
SHA-256 checksum How to use checksums |
c86aaeee5dbe0efe786d14a473ff6324b19f2efa48d3371292f8d2d72e333644
|
|
BLAKE2b-256 checksum How to use checksums |
8aad74185b2f8d39b7bcfa28cf7811f1c93fc30608d329b46011564bb3dda1ba
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.13.5
|
Release files / rcssmin-1.2.2-cp36-cp36m-musllinux_1_1_aarch64.whl
| Download URL | rcssmin-1.2.2-cp36-cp36m-musllinux_1_1_aarch64.whl |
|---|---|
| Size | 50.6 kB |
| Tags | CPython 3.6 CPython 3.6 pymalloc Linux musl 1.1+ ARM64 |
|
SHA-256 checksum How to use checksums |
bd4454002078532f5cbd9dbe7868c7001fd95f79d48d8fbfedde73b1081a3379
|
|
BLAKE2b-256 checksum How to use checksums |
790a3b5e436f7d69566a7adca454970e17197ea5a339c1d130ac61178881e554
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.13.5
|
Release files / rcssmin-1.2.2-cp36-cp36m-manylinux2014_aarch64.whl
| Download URL | rcssmin-1.2.2-cp36-cp36m-manylinux2014_aarch64.whl |
|---|---|
| Size | 48.2 kB |
| Tags | CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.17+ ARM64 |
|
SHA-256 checksum How to use checksums |
fc3cfd3548c2a95a9bdab56914083b2c8eaf40b6b60801ae22bf01c6a05662c9
|
|
BLAKE2b-256 checksum How to use checksums |
a6a438b74ed4110a9f0ed3488606516c7c18c1ca416823843cf71c02c5a5caa5
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.13.5
|
Release files / rcssmin-1.2.2-cp36-cp36m-manylinux1_x86_64.whl
| Download URL | rcssmin-1.2.2-cp36-cp36m-manylinux1_x86_64.whl |
|---|---|
| Size | 42.1 kB |
| Tags | CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.5+ x86-64 |
|
SHA-256 checksum How to use checksums |
e43296196c6fc8e1ca08927afb7f0cb0a555112779dcb6477075b84c15cd843f
|
|
BLAKE2b-256 checksum How to use checksums |
1067516e3be857fd45f6549bb72dcf8b9110102ab3e547da844f01d51d0cb5b0
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.13.5
|
Release files / rcssmin-1.2.2-cp36-cp36m-manylinux1_i686.whl
| Download URL | rcssmin-1.2.2-cp36-cp36m-manylinux1_i686.whl |
|---|---|
| Size | 42.2 kB |
| Tags | CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.5+ x86-32 |
|
SHA-256 checksum How to use checksums |
125cc0f32609fcad47be31f1e2d807ffcdc72055ab9259e5bdba08ea6be20c80
|
|
BLAKE2b-256 checksum How to use checksums |
f70a540978262c017388d9ec2acf18c5f8dae907ee502ed277859de46a9be49d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.13.5
|
Release files / rcssmin-1.2.2-cp27-cp27mu-manylinux1_x86_64.whl
| Download URL | rcssmin-1.2.2-cp27-cp27mu-manylinux1_x86_64.whl |
|---|---|
| Size | 41.1 kB |
| Tags | CPython 2.7 CPython 2.7 pymalloc wide-unicode Linux glibc 2.5+ x86-64 |
|
SHA-256 checksum How to use checksums |
56f735846d77921d44637a9f0a0f55d00a670b27a3956da39c2ce59c3992abce
|
|
BLAKE2b-256 checksum How to use checksums |
4aa0a33e3a869df210b6f6537da7fed7b1cfb2928295c0aa68b85878131ad476
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.13.5
|
Release files / rcssmin-1.2.2-cp27-cp27mu-manylinux1_i686.whl
| Download URL | rcssmin-1.2.2-cp27-cp27mu-manylinux1_i686.whl |
|---|---|
| Size | 41.2 kB |
| Tags | CPython 2.7 CPython 2.7 pymalloc wide-unicode Linux glibc 2.5+ x86-32 |
|
SHA-256 checksum How to use checksums |
47aafd60e3c143d38b721ca5619a2fe275250fcd568ed67b963eb8709bb53c6a
|
|
BLAKE2b-256 checksum How to use checksums |
dfd53e3e4ddd8cdf4f80badf7cbb89c55ad3c66a60c652f58e232c54ab76660b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.13.5
|
Release files / rcssmin-1.2.2-cp27-cp27m-manylinux1_x86_64.whl
| Download URL | rcssmin-1.2.2-cp27-cp27m-manylinux1_x86_64.whl |
|---|---|
| Size | 41.1 kB |
| Tags | CPython 2.7 CPython 2.7 pymalloc Linux glibc 2.5+ x86-64 |
|
SHA-256 checksum How to use checksums |
970e44ea43139412558e602d20ec91d0ec817602cd78d11c60e4ed80050b537c
|
|
BLAKE2b-256 checksum How to use checksums |
cb45491b92ec0d1aaf572fb86f0823de82c9321db9c75e7954e6b7f82daaa70e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.13.5
|
Release files / rcssmin-1.2.2-cp27-cp27m-manylinux1_i686.whl
| Download URL | rcssmin-1.2.2-cp27-cp27m-manylinux1_i686.whl |
|---|---|
| Size | 41.2 kB |
| Tags | CPython 2.7 CPython 2.7 pymalloc Linux glibc 2.5+ x86-32 |
|
SHA-256 checksum How to use checksums |
9ca32369720f64ffcee16420d21d900de08838081b39b53b4b4701830991439b
|
|
BLAKE2b-256 checksum How to use checksums |
d851d4bd470dde6521ac2235d23ae18e20633c51897255e81a187913c54c4222
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.13.5
|