{"categories":[{"label":"Libraries","url":"https://skillfed.io/packages/category/software-development-libraries/7"},{"label":"Utilities","url":"https://skillfed.io/packages/category/utilities/7"}],"enrichment":{"capability":"Installs and wraps the standalone Tailwind CSS CLI as a pip package, letting you use Tailwind CSS without Node.js or npm.","skillfed_tags":["css-tooling","cli-wrapper","no-nodejs"],"use_cases":["Python web projects (Django, FastAPI, etc.) where adding Node.js and npm to the build pipeline is undesirable.","Docker containers for Python applications that need CSS compilation without a separate Node.js image layer.","Teams that want to keep Tailwind CSS tooling inside the Python ecosystem and pip dependency management.","Development workflows where you need to compile and watch Tailwind CSS files without npm scripts.","Production builds that minify and optimize Tailwind CSS as part of a Python-based deployment process."],"what_it_does":"pytailwindcss wraps the official Tailwind CSS standalone CLI\u2014a self-contained executable released by the Tailwind team\u2014and packages it as a pip-installable module. This eliminates the need for Node.js or npm in your Python project or Docker container. When you install pytailwindcss, you get a tailwindcss command-line tool that can compile, watch, and minify CSS files using Tailwind's full feature set.\n\nThe package downloads the appropriate standalone binary on first use (or via an explicit tailwindcss_install command) and caches it locally. You can pin a specific Tailwind version via the TAILWINDCSS_VERSION environment variable. The standalone build includes all four official Tailwind plugins (aspect-ratio, forms, line-clamp, typography) but does not support third-party npm plugins, since there is no Node.js runtime. For most typical Tailwind usage\u2014utility-first CSS generation, config-based customization, and development workflows\u2014this limitation is not a blocker.","worth_installing":"Yes, if you are building a Python project that needs Tailwind CSS and want to avoid Node.js. Install friction is minimal, maintenance is active, and the MIT license is permissive. The trade-off\u2014no third-party npm plugins\u2014is acceptable for most projects. No known security vulnerabilities as of the latest check."},"id":"pytailwindcss","links":{"html":"https://skillfed.io/packages/pytailwindcss","md":"https://skillfed.io/packages/pytailwindcss.md","pypi":"https://pypi.org/project/pytailwindcss/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-06-12","license_spdx":null,"license_treatment":"permissive","name":"pytailwindcss","python_support":"supports_current","summary":"Standalone Tailwind CSS CLI, installable via pip. Use Tailwind CSS without Node.js."},"popularity":{"monthly_downloads":267631,"position":8288,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.3.1"}
