--- id: pyscss version: "1.4.0" license: MIT license_treatment: permissive maintenance: dormant --- # pyScss — pyScss, a Scss compiler for Python License: permissive · Maintenance: dormant · Downloads: 131.4K/mo ## What it is and what it does pyScss is a Python compiler for Sass/SCSS—a superset of CSS that adds programming capabilities like variables and mixins. It reads Sass stylesheets and outputs standard CSS, available both as a command-line tool and as a Python library. The package supports approximately 95% of Sass 3.2 and includes most of Compass 0.11 built-in. The package has been in production use since its first release in 2011 and carries a stable classification, but maintenance is dormant: the latest release was in February 2022 with no subsequent commits. It has no runtime dependencies, which simplifies deployment, but high install friction from source-only distribution may complicate setup in some environments. Use it for: - Compile Sass stylesheets to CSS during a Python-based build or static site generation pipeline - Preprocess CSS with variables and mixins in a Python web framework without requiring external tooling - Automate stylesheet compilation in a Python project that needs Compass-compatible Sass features - Convert Sass 3.2 codebases to CSS as part of a Python automation workflow ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Compiles Sass/SCSS stylesheets to CSS, supporting approximately 95% of Sass 3.2 syntax and most of Compass 0.11 features. Yes, if you need Sass compilation in a Python environment and can tolerate dormant maintenance. The package is stable with no known vulnerabilities, but targets Sass 3.2 and has not been updated since February 2022. High install friction may be a practical concern depending on your deployment environment. If you need modern Sass features or active support, evaluate alternatives. ## Install pip install pyscss uv add pyscss poetry add pyscss ## Installing pyScss Before you install: High install friction due to source distribution format. Last release was February 2022 with no commits since; repository is not archived but maintenance is dormant. License in practice: Licensed under MIT (permissive), so you can use, modify, and distribute freely with minimal restrictions. Quickstart: pip install pyScss python -mscss < style.scss Verify before relying: - Current compatibility with modern Python versions beyond the documented 2.6+ and 3.3+ - Whether high install friction stems from missing wheels or compiled dependencies - Sass specification coverage beyond 3.2 and Compass feature parity with 0.11 ## Package facts - License: MIT (permissive) - Python support: unspecified - Install friction: high - Maintenance: dormant - Downloads: 131.4K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags sass compiler python, scss to css, sass preprocessor, css preprocessor python, style compilation, scss compiler, css-preprocessing, build-tool [View on SkillFed](https://skillfed.io/packages/pyscss) · [View on PyPI](https://pypi.org/project/pyscss/)